Fix valgrind support (RHBZ#1095664, GNOME bug 730198).
This commit is contained in:
parent
f05901dd74
commit
3286bb7eaf
2632
glib-update-valgrind-h.patch
Normal file
2632
glib-update-valgrind-h.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
Name: mingw-glib2
|
||||
Version: 2.40.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: MinGW Windows GLib2 library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -53,6 +53,12 @@ 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.
|
||||
Patch6: glib-update-valgrind-h.patch
|
||||
|
||||
|
||||
%description
|
||||
MinGW Windows Glib2 library.
|
||||
@ -98,6 +104,7 @@ Static version of the MinGW Windows GLib2 library.
|
||||
%patch1 -p1
|
||||
%patch3 -p0
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -278,6 +285,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 15 2014 Richard W.M. Jones <rjones@redhat.com> - 2.40.0-2
|
||||
- Fix valgrind support (RHBZ#1095664, GNOME bug 730198).
|
||||
|
||||
* Sat Mar 29 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.0-1
|
||||
- Update to 2.40.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user