diff options
author | Kalev Lember <klember@redhat.com> | 2017-03-14 08:04:00 +0100 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2017-03-14 08:04:00 +0100 |
commit | 119ed03dff56b0879818d8797dd1a5745c837cbb (patch) | |
tree | 1db8892975213a48937e0cf1a5df2ecefd3189a6 /gtk3.spec | |
parent | Backport a patch to fix spurious key repeat in gnome-terminal (diff) | |
download | gtk3-classic-build-gtk3-119ed03dff56b0879818d8797dd1a5745c837cbb.tar.gz gtk3-classic-build-gtk3-119ed03dff56b0879818d8797dd1a5745c837cbb.tar.bz2 gtk3-classic-build-gtk3-119ed03dff56b0879818d8797dd1a5745c837cbb.zip |
Update to 3.22.10
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -18,18 +18,14 @@ %global _changelog_trimtime %(date +%s -d "1 year ago") Name: gtk3 -Version: 3.22.9 -Release: 2%{?dist} +Version: 3.22.10 +Release: 1%{?dist} Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X License: LGPLv2+ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/gtk+/3.22/gtk+-%{version}.tar.xz -# Backported from upstream -# https://bugzilla.redhat.com/show_bug.cgi?id=1428280 -Patch0: 0001-wayland-make-sure-to-clear-up-the-number-of-keys.patch - BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} @@ -167,7 +163,6 @@ the functionality of the installed %{name} package. %prep %setup -q -n gtk+-%{version} -%patch0 -p1 %build export CFLAGS='-fno-strict-aliasing %optflags' @@ -341,6 +336,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache %{_datadir}/installed-tests %changelog +* Tue Mar 14 2017 Kalev Lember <klember@redhat.com> - 3.22.10-1 +- Update to 3.22.10 + * Thu Mar 02 2017 Kalev Lember <klember@redhat.com> - 3.22.9-2 - Backport a patch to fix spurious key repeat in gnome-terminal (#1428280) |