Update to 2.46.1
This commit is contained in:
parent
c5f600d20d
commit
6dc19c264b
@ -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);
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user