summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/gtk3.spec b/gtk3.spec
index a40f54f..c7c8d8f 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -18,17 +18,14 @@
%global _changelog_trimtime %(date +%s -d "1 year ago")
Name: gtk3
-Version: 3.22.15
-Release: 2%{?dist}
+Version: 3.22.16
+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.redhat.com/show_bug.cgi?id=1258818
-Patch0: gtk3-wayland-Don-t-abort-when-preparing-the-source-if-con.patch
-
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@@ -166,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'
@@ -339,6 +335,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Wed Jun 21 2017 Kalev Lember <klember@redhat.com> - 3.22.16-1
+- Update to 3.22.16
+
* Thu May 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.22.15-2
- Backport fix to not abort when the Wayland connection is lost (RH #1258818)
bgstack15