diff options
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -17,7 +17,7 @@ %global _changelog_trimtime %(date +%s -d "1 year ago") Name: gtk3 -Version: 3.22.3 +Version: 3.22.4 Release: 1%{?dist} Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X @@ -25,9 +25,6 @@ License: LGPLv2+ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/gtk+/3.22/gtk+-%{version}.tar.xz -Patch0: 0001-gdkdisplay-wayland-Add-API-to-set-startup-notificati.patch -Patch1: 0002-wayland-Set-startup-ID-from-GApplication-platform-da.patch - BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk-bridge-2.0) BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} @@ -164,8 +161,6 @@ the functionality of the installed %{name} package. %prep %setup -q -n gtk+-%{version} -%patch0 -p1 -%patch1 -p1 %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; @@ -338,6 +333,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache %{_datadir}/installed-tests %changelog +* Mon Nov 21 2016 Kalev Lember <klember@redhat.com> - 3.22.4-1 +- Update to 3.22.4 + * Thu Nov 10 2016 Kalev Lember <klember@redhat.com> - 3.22.3-1 - Update to 3.22.3 |