summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2021-04-06 15:08:34 +0200
committerKalev Lember <klember@redhat.com>2021-04-06 15:14:28 +0200
commitc5d1e32a3fdebd4a1ac75ba66ed6c33b3583ac66 (patch)
tree644f1511837f734e44d2427fef09d5066a0ab64d /gtk3.spec
parentUpdate to 3.24.28 (diff)
downloadgtk3-classic-build-gtk3-c5d1e32a3fdebd4a1ac75ba66ed6c33b3583ac66.tar.gz
gtk3-classic-build-gtk3-c5d1e32a3fdebd4a1ac75ba66ed6c33b3583ac66.tar.bz2
gtk3-classic-build-gtk3-c5d1e32a3fdebd4a1ac75ba66ed6c33b3583ac66.zip
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
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 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 <klember@redhat.com> - 3.24.28-2
+- Backport upstream fix for typing apostrophes / single quotes (#1946133)
+
* Sat Mar 27 2021 Kalev Lember <klember@redhat.com> - 3.24.28-1
- Update to 3.24.28
bgstack15