diff --git a/libsoup.spec b/libsoup.spec index 62ae0f6..d8d0d28 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,11 +1,15 @@ Summary: Soup, an HTTP library implementation Name: libsoup Version: 2.2.3 -Release: 3 +Release: 4 License: LGPL Group: Development/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/ + +# Patch for bug #160071: +Patch0: gnome-bug-306877-soup-connection-ntlm.c.patch + BuildRoot: %{_tmppath}/%{name}-root Requires: glib2 >= 2.0, gnutls, libxml2 BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel, libxml2-devel @@ -34,6 +38,10 @@ you to develop applications that use the libsoup library. %prep %setup -q +cd libsoup +%patch0 -p0 -b .fix-for-160071 +cd .. + %build %configure --enable-gtk-doc make @@ -65,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libsoup %changelog +* Tue Jun 14 2005 David Malcolm - 2.2.3-4 +- add patch for NTLM domains (#160071) + * Sun Apr 24 2005 Florian La Roche - rebuild for new gnutls