Update to 2.42.1
This commit is contained in:
parent
9b85e25353
commit
f86c153dcd
@ -1,10 +0,0 @@
|
||||
--- ./glib-2.40.0/glib/valgrind.h.old 2014-05-16 09:19:32.211000000 -0400
|
||||
+++ ./glib-2.40.0/glib/valgrind.h 2014-05-16 09:19:50.043000000 -0400
|
||||
@@ -93,6 +93,7 @@
|
||||
|
||||
|
||||
#include <stdarg.h>
|
||||
+#include <stdint.h>
|
||||
|
||||
/* Nb: this file might be included in a file compiled with -ansi. So
|
||||
we can't use C++ style "//" comments nor the "asm" keyword (instead
|
||||
@ -1,7 +1,7 @@
|
||||
%?mingw_package_header
|
||||
|
||||
Name: mingw-glib2
|
||||
Version: 2.42.0
|
||||
Version: 2.42.1
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows GLib2 library
|
||||
|
||||
@ -53,13 +53,6 @@ Patch3: glib-send-log-messages-to-correct-stdout-and-stderr.patch
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=698118
|
||||
Patch5: glib-prefer-constructors-over-DllMain.patch
|
||||
|
||||
# Update valgrind.h to latest from valgrind.
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1095664
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=730198
|
||||
# We can drop this at next glib release.
|
||||
Patch7: glib-update-valgrind-h-stdint.patch
|
||||
|
||||
|
||||
%description
|
||||
MinGW Windows Glib2 library.
|
||||
|
||||
@ -104,7 +97,6 @@ Static version of the MinGW Windows GLib2 library.
|
||||
%patch1 -p1
|
||||
%patch3 -p0
|
||||
%patch5 -p1
|
||||
%patch7 -p2
|
||||
|
||||
|
||||
%build
|
||||
@ -285,6 +277,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.42.1-1
|
||||
- Update to 2.42.1
|
||||
|
||||
* Tue Sep 23 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.42.0-1
|
||||
- Update to 2.42.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user