Update to 2.31.8

This commit is contained in:
Erik van Pienbroek 2012-01-12 21:58:53 +01:00
parent 4f17a51fe1
commit ab255d4d63
3 changed files with 5 additions and 22 deletions

View File

@ -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 <glib.h>
#include <sys/types.h>
-#include <sys/wait.h>
#include <signal.h>
+#ifdef HAVE_SYS_WAIT_H
+#include <sys/wait.h>
+#endif
+
static gboolean cb (gpointer data)
{
return FALSE;

View File

@ -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 <epienbro@fedoraproject.org> - 2.31.8-1
- Update to 2.31.8
* Tue Nov 22 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.2-1
- Update to 2.31.2

View File

@ -1 +1 @@
1cbdf314d7c87916a0c3dce83ac0285f glib-2.31.2.tar.xz
6909664f29fae2f00cc3181c8c6a6aa7 glib-2.31.8.tar.xz