- update to 2.2.103 to fix a rhythmbox crasher (#343561)

This commit is contained in:
Jeremy Katz 2007-10-28 19:33:46 +00:00
parent beb3c89027
commit 1eaa25b1a1
4 changed files with 6 additions and 16 deletions

View File

@ -1 +1 @@
libsoup-2.2.102.tar.bz2
libsoup-2.2.103.tar.bz2

View File

@ -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 <linux/socket.h>
+
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>

View File

@ -1,7 +1,7 @@
### Abstract ###
Name: libsoup
Version: 2.2.102
Version: 2.2.103
Release: 1%{?dist}
License: LGPLv2
Group: Development/Libraries
@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libsoup
%changelog
* Sun Oct 28 2007 Jeremy Katz <katzj@redhat.com> - 2.2.103-1
- update to 2.2.103 to fix a rhythmbox crasher (#343561)
* Mon Oct 15 2007 Matthew Barnes <mbarnes@redhat.com> - 2.2.102-1
- Update to 2.2.102

View File

@ -1 +1 @@
2d697fbce254ab337bd9b8dfbc8c7c82 libsoup-2.2.102.tar.bz2
1ae3c15b35f3d999d203e2361e44559e libsoup-2.2.103.tar.bz2