- update to 2.2.103 to fix a rhythmbox crasher (#343561)
This commit is contained in:
parent
beb3c89027
commit
1eaa25b1a1
@ -1 +1 @@
|
||||
libsoup-2.2.102.tar.bz2
|
||||
libsoup-2.2.103.tar.bz2
|
||||
|
@ -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>
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user