2.35.92
This commit is contained in:
parent
a91a2aa6af
commit
4eba4ce948
4
.gitignore
vendored
4
.gitignore
vendored
@ -11,4 +11,6 @@ libsoup-2.31.6.tar.bz2
|
|||||||
/libsoup-2.34.0.tar.bz2
|
/libsoup-2.34.0.tar.bz2
|
||||||
/libsoup-2.34.1.tar.bz2
|
/libsoup-2.34.1.tar.bz2
|
||||||
/libsoup-2.35.3.tar.xz
|
/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
|
||||||
|
13
libsoup.spec
13
libsoup.spec
@ -1,9 +1,9 @@
|
|||||||
%define glib2_version 2.27.90
|
%define glib2_version 2.29.15
|
||||||
|
|
||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: libsoup
|
Name: libsoup
|
||||||
Version: 2.35.4
|
Version: 2.35.92
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -57,7 +57,6 @@ sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
@ -67,17 +66,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README COPYING NEWS AUTHORS
|
%doc README COPYING NEWS AUTHORS
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_libdir}/girepository-1.0/Soup*2.4.typelib
|
%{_libdir}/girepository-1.0/Soup*2.4.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/%{name}-2.4
|
%{_includedir}/%{name}-2.4
|
||||||
%{_includedir}/%{name}-gnome-2.4
|
%{_includedir}/%{name}-gnome-2.4
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -86,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/%{name}-2.4
|
%{_datadir}/gtk-doc/html/%{name}-2.4
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 28 2011 Dan Winship <danw@redhat.com> - 2.35.4-1
|
||||||
- Update to 2.35.4, including fix for CVE-2011-2524
|
- Update to 2.35.4, including fix for CVE-2011-2524
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user