Change-Id: I5d6020970798228fb6adb94ca9eac98059fa3381
Reviewed-on: http://photon-jenkins.eng.vmware.com/580
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: libsoup HTTP client/server library |
| 2 | 2 |
Name: libsoup |
| 3 |
-Version: 2.50.0 |
|
| 4 |
-Release: 5%{?dist}
|
|
| 3 |
+Version: 2.53.90 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: GPLv2 |
| 6 | 6 |
URL: http://wiki.gnome.org/LibSoup |
| 7 | 7 |
Group: System Environment/Development |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.50/%{name}-%{version}.tar.xz
|
| 11 |
-%define sha1 libsoup=8bd422bd5d19b5e2630bbb35dfb06354b1d56442 |
|
| 11 |
+%define sha1 libsoup=d8511f0a8a07e4f5125c9354be7d43d62ea55eb3 |
|
| 12 | 12 |
BuildRequires: glib |
| 13 | 13 |
BuildRequires: glib-devel |
| 14 | 14 |
BuildRequires: gobject-introspection |
| ... | ... |
@@ -53,7 +53,7 @@ These are the additional language files of libsoup. |
| 53 | 53 |
|
| 54 | 54 |
%build |
| 55 | 55 |
export CFLAGS="%{optflags}"
|
| 56 |
-./configure --prefix=%{_prefix}
|
|
| 56 |
+./configure --prefix=%{_prefix} --disable-vala
|
|
| 57 | 57 |
|
| 58 | 58 |
make %{?_smp_mflags}
|
| 59 | 59 |
|
| ... | ... |
@@ -84,6 +84,8 @@ find %{buildroot}%{_libdir} -name '*.la' -delete
|
| 84 | 84 |
%defattr(-,root,root) |
| 85 | 85 |
|
| 86 | 86 |
%changelog |
| 87 |
+* Fri Feb 26 2016 Kumar Kaushik <kaushikk@vmware.com> 2.53.90-1 |
|
| 88 |
+- Updated version. |
|
| 87 | 89 |
* Mon Oct 12 2015 Xiaolin Li <xiaolinl@vmware.com> 2.50.0-5 |
| 88 | 90 |
- Moving static lib files to devel package. |
| 89 | 91 |
* Fri Oct 9 2015 Xiaolin Li <xiaolinl@vmware.com> 2.50.0-4 |