From 511f93ace4f344fc01cd25775c49c73296770675 Mon Sep 17 00:00:00 2001 From: Thomas Sailer Date: Thu, 2 Aug 2018 17:42:56 +0200 Subject: [PATCH] add bug url --- mingw-glib2.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mingw-glib2.spec b/mingw-glib2.spec index 7cdc9c0..2a52838 100644 --- a/mingw-glib2.spec +++ b/mingw-glib2.spec @@ -56,6 +56,7 @@ Patch6: glib-formaterror.patch # https://gitlab.gnome.org/GNOME/glib/issues/1472 Patch7: glib-ipmreqsource.patch +# https://gitlab.gnome.org/GNOME/glib/issues/1473 Patch8: glib-valgrind.patch %description @@ -104,6 +105,8 @@ Static version of the MinGW Windows GLib2 library. %patch1 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build #GLib can't build static and shared libraries in one go, so we build GLib twice