summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 1b6f921..188b6fd 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -18,7 +18,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 3.19.7
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -96,6 +96,8 @@ Obsoletes: oxygen-gtk3 < 2:1.4.1
# for file triggers
Requires: glib2 >= 2.45.4-2
+Patch0: use-memfd.patch
+
%description
GTK+ is a multi-platform toolkit for creating graphical user
@@ -167,6 +169,7 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
+%patch0 -p1 -b .use-memfd
%build
@@ -340,6 +343,10 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Jan 25 2016 Ray Strode <rstrode@redhat.com> - 3.19.7-2
+- fix SIGBUG crasher in wayland
+ Related: #1300390
+
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.7-1
- Update to 3.19.7
bgstack15