From 5f0b3e041dade8b7311fc7e0fc2bcca156c505ee Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Feb 11 2008 20:21:15 +0000 Subject: - Update to 2.2.105 - Remove the --disable-gtk-doc option. - Remove patch for RH bug #327871 (fixed in glibc). --- diff --git a/.cvsignore b/.cvsignore index 94eeeda..cb07f4f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libsoup-2.2.104.tar.bz2 +libsoup-2.2.105.tar.bz2 diff --git a/libsoup-2.2.101-header-breakage.patch b/libsoup-2.2.101-header-breakage.patch deleted file mode 100644 index a2c8af5..0000000 --- a/libsoup-2.2.101-header-breakage.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up libsoup-2.2.101/libsoup/soup-portability.h.header-breakage libsoup-2.2.101/libsoup/soup-portability.h ---- libsoup-2.2.101/libsoup/soup-portability.h.header-breakage 2007-06-01 16:31:34.000000000 -0400 -+++ libsoup-2.2.101/libsoup/soup-portability.h 2007-10-11 12:33:58.000000000 -0400 -@@ -17,6 +17,9 @@ - - #else - -+/* Work around a glibc bug (#327871) */ -+#include -+ - #include - #include - #include diff --git a/libsoup.spec b/libsoup.spec index 429f04e..ad2956e 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: libsoup -Version: 2.2.104 +Version: 2.2.105 Release: 1%{?dist} License: LGPLv2 Group: Development/Libraries @@ -12,9 +12,6 @@ Source: libsoup-%{version}.tar.bz2 ### Patches ### -# RH bug #327871 -Patch0: libsoup-2.2.101-header-breakage.patch - ### Dependencies ### Requires: glib2 >= 2.6 @@ -54,10 +51,9 @@ you to develop applications that use the libsoup library. %prep %setup -q -n libsoup-%{version} -%patch -p1 -b .header-breakage %build -%configure --disable-gtk-doc +%configure make %install @@ -84,9 +80,14 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/libsoup-2.2 %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc -%{_datadir}/gtk-doc/html/libsoup +%{_datadir}/gtk-doc/html/libsoup-2.2 %changelog +* Mon Feb 11 2008 Matthew Barnes - 2.2.105-1 +- Update to 2.2.105 +- Remove the --disable-gtk-doc option. +- Remove patch for RH bug #327871 (fixed in glibc). + * Mon Nov 26 2007 Matthew Barnes - 2.2.104-1 - Update to 2.2.104 diff --git a/sources b/sources index 6065950..939cc36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab3b10b1c97de5abe38a748a3656da4c libsoup-2.2.104.tar.bz2 +7fa48b06a0e2b0ff3d2fa45cf331f169 libsoup-2.2.105.tar.bz2