From 6dc19c264b108c99e2b643f5d243ffb496b78112 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 16 2015 14:10:15 +0000 Subject: Update to 2.46.1 --- diff --git a/glib-win64-compile.patch b/glib-win64-compile.patch deleted file mode 100644 index 983ad39..0000000 --- a/glib-win64-compile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gio/glocalfile.c.orig 2015-07-02 15:56:37.156751108 +0200 -+++ gio/glocalfile.c 2015-07-02 15:56:58.187344740 +0200 -@@ -2682,7 +2682,7 @@ - (!g_path_is_absolute (filename) || len > g_path_skip_root (filename) - filename)) - wfilename[len] = '\0'; - -- retval = _wstat32i64 (wfilename, &buf); -+ retval = _wstati64 (wfilename, &buf); - save_errno = errno; - - g_free (wfilename); diff --git a/mingw-glib2.spec b/mingw-glib2.spec index 5925ff6..c4b39b2 100644 --- a/mingw-glib2.spec +++ b/mingw-glib2.spec @@ -1,7 +1,7 @@ %?mingw_package_header Name: mingw-glib2 -Version: 2.46.0 +Version: 2.46.1 Release: 1%{?dist} Summary: MinGW Windows GLib2 library @@ -57,9 +57,6 @@ Patch5: glib-prefer-constructors-over-DllMain.patch # https://bugzilla.gnome.org/show_bug.cgi?id=733338 Patch8: 0002-GNetworkMonitorBase-don-t-fail-when-IPv6-support-is-.patch -# https://bugzilla.gnome.org/show_bug.cgi?id=751843 -Patch9: glib-win64-compile.patch - %description MinGW Windows Glib2 library. @@ -105,7 +102,6 @@ Static version of the MinGW Windows GLib2 library. %patch3 -p0 %patch5 -p1 %patch8 -p1 -%patch9 -p0 %build #GLib can't build static and shared libraries in one go, so we build GLib twice @@ -285,6 +281,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Fri Oct 16 2015 Kalev Lember - 2.46.1-1 +- Update to 2.46.1 + * Tue Sep 22 2015 Kalev Lember - 2.46.0-1 - Update to 2.46.0 diff --git a/sources b/sources index 3effb7c..b3ba3ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d58f9d70893a63e75c2b7df79375ee7 glib-2.46.0.tar.xz +c90e93ceb45100ffc1d40ec5d2ca3248 glib-2.46.1.tar.xz