Update to 2.46.1

This commit is contained in:
Kalev Lember 2015-10-16 16:09:44 +02:00
parent c5f600d20d
commit 6dc19c264b
3 changed files with 5 additions and 17 deletions

View File

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

View File

@ -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 <klember@redhat.com> - 2.46.1-1
- Update to 2.46.1
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 2.46.0-1
- Update to 2.46.0

View File

@ -1 +1 @@
6d58f9d70893a63e75c2b7df79375ee7 glib-2.46.0.tar.xz
c90e93ceb45100ffc1d40ec5d2ca3248 glib-2.46.1.tar.xz