From 07aca86cecc9a081e7916be7e9899a7af076c476 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Wed, 4 Sep 2013 13:36:08 +0200 Subject: [PATCH] Update to 2.37.7 --- glib-formatstring.patch | 11 ----------- mingw-glib2.spec | 9 ++++----- sources | 2 +- 3 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 glib-formatstring.patch diff --git a/glib-formatstring.patch b/glib-formatstring.patch deleted file mode 100644 index 8cafd41..0000000 --- a/glib-formatstring.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- glib/tests/gdatetime.c.orig 2013-02-22 19:12:04.254926898 +0100 -+++ glib/tests/gdatetime.c 2013-02-22 19:42:53.195159124 +0100 -@@ -844,7 +844,7 @@ - tt.tm_min = 0; - tt.tm_hour = 0; - t = mktime (&tt); -- g_sprintf (t_str, "%ld", t); -+ g_sprintf (t_str, "%ld", (glong)t); - - TEST_PRINTF ("%a", "Sat"); - TEST_PRINTF ("%A", "Saturday"); diff --git a/mingw-glib2.spec b/mingw-glib2.spec index 9db5cdf..cb81e9d 100644 --- a/mingw-glib2.spec +++ b/mingw-glib2.spec @@ -1,7 +1,7 @@ %?mingw_package_header Name: mingw-glib2 -Version: 2.37.5 +Version: 2.37.7 Release: 1%{?dist} Summary: MinGW Windows GLib2 library @@ -46,9 +46,6 @@ Patch1: 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch # https://bugzilla.gnome.org/show_bug.cgi?id=692085 Patch3: glib-send-log-messages-to-correct-stdout-and-stderr.patch -# https://bugzilla.gnome.org/show_bug.cgi?id=694506 -Patch4: glib-formatstring.patch - # Prefer the use of GCC constructors over DllMain # This prevents having to depend on DllMain in static libraries # http://lists.fedoraproject.org/pipermail/mingw/2013-March/006429.html @@ -100,7 +97,6 @@ Static version of the MinGW Windows GLib2 library. %setup -q -n glib-%{version} %patch1 -p1 %patch3 -p0 -%patch4 -p0 %patch5 -p1 @@ -282,6 +278,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Wed Sep 4 2013 Erik van Pienbroek - 2.37.7-1 +- Update to 2.37.7 + * Thu Aug 1 2013 Erik van Pienbroek - 2.37.5-1 - Update to 2.37.5 diff --git a/sources b/sources index 9870583..0bf15ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae110277607867cd980aa57a7f56ca96 glib-2.37.5.tar.xz +17a9493e3e2efebc8ab81ec8d4480bfb glib-2.37.7.tar.xz