diff options
author | Kalev Lember <klember@redhat.com> | 2017-01-16 20:46:00 +0100 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2017-01-16 21:01:56 +0100 |
commit | 255e86a4bdb822bbd6bf7e89d9505de95eb511e7 (patch) | |
tree | 9ba6cbf838da5c94ce14da62dae546fdc7effd5a /gtk3.spec | |
parent | Add patch for GNOME #769835 (diff) | |
download | gtk3-classic-build-gtk3-255e86a4bdb822bbd6bf7e89d9505de95eb511e7.tar.gz gtk3-classic-build-gtk3-255e86a4bdb822bbd6bf7e89d9505de95eb511e7.tar.bz2 gtk3-classic-build-gtk3-255e86a4bdb822bbd6bf7e89d9505de95eb511e7.zip |
Update to 3.22.7
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 <klember@redhat.com> - 3.22.7-1 +- Update to 3.22.7 + * Tue Jan 10 2017 Michael Catanzaro <mcatanzaro@gnome.org> - 3.22.6-2 - Add patch for GNOME #769835 |