diff options
author | Kalev Lember <klember@redhat.com> | 2021-02-23 18:03:40 +0100 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2021-02-23 18:16:55 +0100 |
commit | 686a42b0797cf4d4172afc17052cb2f78f40e1b1 (patch) | |
tree | ef4510bf004f803e076120c1e6118c18415111a7 /gtk3.spec | |
parent | Fix the build (diff) | |
download | gtk3-classic-build-gtk3-686a42b0797cf4d4172afc17052cb2f78f40e1b1.tar.gz gtk3-classic-build-gtk3-686a42b0797cf4d4172afc17052cb2f78f40e1b1.tar.bz2 gtk3-classic-build-gtk3-686a42b0797cf4d4172afc17052cb2f78f40e1b1.zip |
Update to 3.24.26
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -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 |