From 255e86a4bdb822bbd6bf7e89d9505de95eb511e7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 16 Jan 2017 20:46:00 +0100 Subject: Update to 3.22.7 --- gtk3.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gtk3.spec') diff --git a/gtk3.spec b/gtk3.spec index 63071cc..61c904b 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -17,17 +17,14 @@ %global _changelog_trimtime %(date +%s -d "1 year ago") Name: gtk3 -Version: 3.22.6 -Release: 2%{?dist} +Version: 3.22.7 +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 -# https://bugzilla.gnome.org/show_bug.cgi?id=769835 -Patch0: disable-egl-swap-interval.patch - BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} @@ -164,7 +161,6 @@ the functionality of the installed %{name} package. %prep %setup -q -n gtk+-%{version} -%patch0 -p1 -b .egl-swap-interval %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; @@ -337,6 +333,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache %{_datadir}/installed-tests %changelog +* Mon Jan 16 2017 Kalev Lember - 3.22.7-1 +- Update to 3.22.7 + * Tue Jan 10 2017 Michael Catanzaro - 3.22.6-2 - Add patch for GNOME #769835 -- cgit