This commit is contained in:
Matthias Clasen 2011-09-19 19:39:41 -04:00
parent a91a2aa6af
commit 4eba4ce948
3 changed files with 9 additions and 10 deletions

4
.gitignore vendored
View File

@ -11,4 +11,6 @@ libsoup-2.31.6.tar.bz2
/libsoup-2.34.0.tar.bz2
/libsoup-2.34.1.tar.bz2
/libsoup-2.35.3.tar.xz
/libsoup-2.35.4.tar.xz
/libsoup-2.35.5.tar.xz
/libsoup-2.35.90.tar.xz
/libsoup-2.35.92.tar.xz

View File

@ -1,9 +1,9 @@
%define glib2_version 2.27.90
%define glib2_version 2.29.15
### Abstract ###
Name: libsoup
Version: 2.35.4
Version: 2.35.92
Release: 1%{?dist}
License: LGPLv2
Group: Development/Libraries
@ -57,7 +57,6 @@ sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
@ -67,17 +66,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING NEWS AUTHORS
%{_libdir}/lib*.so.*
%{_libdir}/girepository-1.0/Soup*2.4.typelib
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}-2.4
%{_includedir}/%{name}-gnome-2.4
%{_libdir}/*.so
@ -86,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/%{name}-2.4
%changelog
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 2.35.92-1
- Update to 2.35.92
* Thu Jul 28 2011 Dan Winship <danw@redhat.com> - 2.35.4-1
- Update to 2.35.4, including fix for CVE-2011-2524

View File

@ -1 +1 @@
baff6609667e4563afdfc91f00e8fcba libsoup-2.35.4.tar.xz
9b8aa9f520a65ba042e5377c975d8bd7 libsoup-2.35.92.tar.xz