rpms/libsoup/devel libsoup-2.2.101-header-breakage.patch, NONE, 1.1 libsoup.spec, 1.53, 1.54

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Thu Oct 11 16:40:50 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/libsoup/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22854

Modified Files:
	libsoup.spec 
Added Files:
	libsoup-2.2.101-header-breakage.patch 
Log Message:

* Thu Oct 11 2007 Matthew Barnes <mbarnes at redhat.com> - 2.2.101-2
- Add patch for RH bug #327871 (broken Rhythmbox build).
- Suspect this is really a glibc bug.


libsoup-2.2.101-header-breakage.patch:

--- NEW FILE libsoup-2.2.101-header-breakage.patch ---
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 <linux/socket.h>
+
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>


Index: libsoup.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libsoup/devel/libsoup.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- libsoup.spec	5 Oct 2007 17:21:34 -0000	1.53
+++ libsoup.spec	11 Oct 2007 16:40:17 -0000	1.54
@@ -2,7 +2,7 @@
 
 Name: libsoup
 Version: 2.2.101
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2
 Group: Development/Libraries
 Summary: Soup, an HTTP library implementation
@@ -10,6 +10,11 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Source: libsoup-%{version}.tar.bz2
 
+### Patches ###
+
+# RH bug #327871
+Patch0: libsoup-2.2.101-header-breakage.patch
+
 ### Dependencies ###
 
 Requires: glib2 >= 2.6
@@ -49,6 +54,7 @@
 
 %prep
 %setup -q -n libsoup-%{version}
+%patch -p1 -b .header-breakage
 
 %build
 %configure --disable-gtk-doc
@@ -81,6 +87,10 @@
 %{_datadir}/gtk-doc/html/libsoup
 
 %changelog
+* Thu Oct 11 2007 Matthew Barnes <mbarnes at redhat.com> - 2.2.101-2
+- Add patch for RH bug #327871 (broken Rhythmbox build).
+- Suspect this is really a glibc bug.
+
 * Fri Oct 05 2007 Matthew Barnes <mbarnes at redhat.com> - 2.2.101-1
 - Update to 2.2.101
 




More information about the fedora-extras-commits mailing list