summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2017-08-08 11:38:04 +0200
committerKalev Lember <klember@redhat.com>2017-08-08 11:38:04 +0200
commitf1138553e770078a00ad37f3c94cd0b16e1a1442 (patch)
tree80f1920ef68605954c96da90751514f8ea26eaf6 /gtk3.spec
parent- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild (diff)
downloadgtk3-classic-build-gtk3-f1138553e770078a00ad37f3c94cd0b16e1a1442.tar.gz
gtk3-classic-build-gtk3-f1138553e770078a00ad37f3c94cd0b16e1a1442.tar.bz2
gtk3-classic-build-gtk3-f1138553e770078a00ad37f3c94cd0b16e1a1442.zip
Update to 3.22.18
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/gtk3.spec b/gtk3.spec
index f8e8314..e7cdc37 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -10,7 +10,7 @@
%global gdk_pixbuf_version 2.30.0
%global xrandr_version 1.5.0
%global wayland_version 1.9.91
-%global wayland_protocols_version 1.7
+%global wayland_protocols_version 1.9
%global epoxy_version 1.0
%global bin_version 3.0.0
@@ -21,17 +21,14 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.22.17
-Release: 4%{?dist}
+Version: 3.22.18
+Release: 1%{?dist}
Summary: GTK+ graphical user interface library
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=1466654
-Patch0: gtk3-throttle-system-bell-on-wayland.patch
-
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@@ -170,7 +167,6 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
-%patch0 -p1
%build
export CFLAGS='-fno-strict-aliasing %optflags'
@@ -343,6 +339,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Tue Aug 08 2017 Kalev Lember <klember@redhat.com> - 3.22.18-1
+- Update to 3.22.18
+
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.17-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
bgstack15