summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2021-04-23 13:15:20 +0200
committerKalev Lember <klember@redhat.com>2021-04-23 13:50:48 +0200
commit8ddde86120f22d1c008aca3e0f5ec31c5c6cc037 (patch)
tree28ff7c04bbb376c7c948efa8140a0b93d02ade31 /gtk3.spec
parentBackport upstream fix for typing apostrophes / single quotes (diff)
downloadgtk3-classic-build-gtk3-8ddde86120f22d1c008aca3e0f5ec31c5c6cc037.tar.gz
gtk3-classic-build-gtk3-8ddde86120f22d1c008aca3e0f5ec31c5c6cc037.tar.bz2
gtk3-classic-build-gtk3-8ddde86120f22d1c008aca3e0f5ec31c5c6cc037.zip
Update to 3.24.29
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 8504aed..a136fd4 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -24,18 +24,14 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.28
-Release: 2%{?dist}
+Version: 3.24.29
+Release: 1%{?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}
@@ -330,6 +326,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/
%changelog
+* Fri Apr 23 2021 Kalev Lember <klember@redhat.com> - 3.24.29-1
+- Update to 3.24.29
+
* Tue Apr 06 2021 Kalev Lember <klember@redhat.com> - 3.24.28-2
- Backport upstream fix for typing apostrophes / single quotes (#1946133)
bgstack15