Update to 2.37.7

This commit is contained in:
Erik van Pienbroek 2013-09-04 13:36:08 +02:00
parent 910b6f445c
commit 07aca86cec
3 changed files with 5 additions and 17 deletions

View File

@ -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");

View File

@ -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 <epienbro@fedoraproject.org> - 2.37.7-1
- Update to 2.37.7
* Thu Aug 1 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.5-1
- Update to 2.37.5

View File

@ -1 +1 @@
ae110277607867cd980aa57a7f56ca96 glib-2.37.5.tar.xz
17a9493e3e2efebc8ab81ec8d4480bfb glib-2.37.7.tar.xz