From c5d1e32a3fdebd4a1ac75ba66ed6c33b3583ac66 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 6 Apr 2021 15:08:34 +0200 Subject: Backport upstream fix for typing apostrophes / single quotes https://bugzilla.redhat.com/show_bug.cgi?id=1946133 https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/3387 --- gtk3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gtk3.spec') diff --git a/gtk3.spec b/gtk3.spec index 5cc47eb..8504aed 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -25,13 +25,17 @@ Name: gtk3 Version: 3.24.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ graphical user interface library License: LGPLv2+ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz +# https://bugzilla.redhat.com/show_bug.cgi?id=1946133 +# https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/3387 +Patch0: 3387.patch + BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} @@ -326,6 +330,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %{_datadir}/installed-tests/ %changelog +* Tue Apr 06 2021 Kalev Lember - 3.24.28-2 +- Backport upstream fix for typing apostrophes / single quotes (#1946133) + * Sat Mar 27 2021 Kalev Lember - 3.24.28-1 - Update to 3.24.28 -- cgit