summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec16
1 files changed, 7 insertions, 9 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 2e8b575..3e09f74 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -8,12 +8,12 @@
%global glib2_version 2.57.2
%global pango_version 1.41.0
-%global atk_version 2.32.0
+%global atk_version 2.35.1
%global cairo_version 1.14.0
%global gdk_pixbuf_version 2.30.0
%global xrandr_version 1.5.0
-%global wayland_version 1.14.91
%global wayland_protocols_version 1.17
+%global wayland_version 1.14.91
%global epoxy_version 1.4
%global bin_version 3.0.0
@@ -24,19 +24,14 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.25
-Release: 2%{?dist}
+Version: 3.24.26
+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
-# Backported from upstream
-Patch1: 0001-imcontext-Fix-a-regression-in-Compose-file-parsing.patch
-Patch2: 0002-imcontext-Be-more-lenient-in-parsing-Compose.patch
-Patch3: 0003-Adwaita-Scrollbar-transitions-and-size.patch
-
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@@ -335,6 +330,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/
%changelog
+* Tue Feb 23 2021 Kalev Lember <klember@redhat.com> - 3.24.26-1
+- Update to 3.24.26
+
* Mon Feb 15 2021 Kalev Lember <klember@redhat.com> - 3.24.25-2
- Backport upstream patches to fix regressions in Compose file parsing
- Backport upstream patch to further tweak scrollbar transitions and size
bgstack15