diff --git a/.cvsignore b/.cvsignore index aacd865..2a7ed35 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libsoup-2.25.91.tar.bz2 +libsoup-2.26.0.tar.bz2 diff --git a/libsoup.spec b/libsoup.spec index 2367539..bb00a47 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -3,14 +3,14 @@ ### Abstract ### Name: libsoup -Version: 2.25.91 -Release: 2%{?dist} +Version: 2.26.0 +Release: 1%{?dist} License: LGPLv2 Group: Development/Libraries Summary: Soup, an HTTP library implementation URL: http://live.gnome.org/LibSoup BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -Source: http://download.gnome.org/sources/libsoup/2.25/libsoup-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/libsoup/2.26/libsoup-%{version}.tar.bz2 ### Build Dependencies ### @@ -24,7 +24,7 @@ BuildRequires: sqlite-devel Libsoup is an HTTP library implementation in C. It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. - + libsoup uses the Glib main loop and is designed to work well with GTK applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to @@ -41,7 +41,7 @@ Requires: libxml2-devel Requires: gtk-doc %description devel -Libsoup is an HTTP library implementation in C. This package allows +Libsoup is an HTTP library implementation in C. This package allows you to develop applications that use the libsoup library. %prep @@ -62,7 +62,7 @@ make DESTDIR=$RPM_BUILD_ROOT install rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/%{name}-2.4 %changelog +* Mon Mar 16 2009 Matthias Clasen - 2.26.0-1 +- Update to 2.26.0 + * Wed Feb 25 2009 Fedora Release Engineering - 2.25.91-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 739b978..534ff82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef29429708d463057f7eb4b40ec2a92e libsoup-2.25.91.tar.bz2 +9df9d2b3304213641d3214a774d75ee1 libsoup-2.26.0.tar.bz2