diff --git a/glib-2.31.2-fix-win32-compilation.patch b/glib-2.31.2-fix-win32-compilation.patch deleted file mode 100644 index 97d8149..0000000 --- a/glib-2.31.2-fix-win32-compilation.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- glib/tests/mainloop.c.orig 2011-11-23 00:31:39.033277898 +0100 -+++ glib/tests/mainloop.c 2011-11-23 00:32:50.079792796 +0100 -@@ -22,9 +22,12 @@ - - #include - #include --#include - #include - -+#ifdef HAVE_SYS_WAIT_H -+#include -+#endif -+ - static gboolean cb (gpointer data) - { - return FALSE; diff --git a/mingw32-glib2.spec b/mingw32-glib2.spec index 9d96049..485774b 100644 --- a/mingw32-glib2.spec +++ b/mingw32-glib2.spec @@ -3,7 +3,7 @@ %define __debug_install_post %{_mingw32_debug_install_post} Name: mingw32-glib2 -Version: 2.31.2 +Version: 2.31.8 Release: 1%{?dist} Summary: MinGW Windows GLib2 library @@ -14,9 +14,6 @@ URL: http://www.gtk.org %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Source0: http://download.gnome.org/sources/glib/%{release_version}/glib-%{version}.tar.xz -# https://bugzilla.gnome.org/show_bug.cgi?id=664559 -Patch0: glib-2.31.2-fix-win32-compilation.patch - BuildArch: noarch BuildRequires: mingw32-filesystem >= 68 @@ -50,7 +47,6 @@ Static version of the MinGW Windows GLib2 library. %prep %setup -q -n glib-%{version} -%patch0 -p0 %build @@ -188,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_libdir}/gdbus-2.0 %changelog +* Thu Jan 12 2012 Erik van Pienbroek - 2.31.8-1 +- Update to 2.31.8 + * Tue Nov 22 2011 Erik van Pienbroek - 2.31.2-1 - Update to 2.31.2 diff --git a/sources b/sources index a960e2d..1a9e5aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1cbdf314d7c87916a0c3dce83ac0285f glib-2.31.2.tar.xz +6909664f29fae2f00cc3181c8c6a6aa7 glib-2.31.8.tar.xz