summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec17
1 files changed, 5 insertions, 12 deletions
diff --git a/gtk3.spec b/gtk3.spec
index f392dea..83fa2e2 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -20,22 +20,14 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.0
-Release: 4%{?dist}
+Version: 3.24.1
+Release: 1%{?dist}
Summary: GTK+ graphical user interface library
License: LGPLv2+
URL: http://www.gtk.org
Source0: http://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz
-# Backported from upstream
-Patch0: 0001-GtkApplication-Fix-CRITICAL-on-shutdown-when-registe.patch
-Patch1: 0001-Fix-portal-path-handling.patch
-# https://salsa.debian.org/gnome-team/gtk3/blob/debian/master/debian/patches/Revert-imwayland-clear-preedit-on-focus-out.patch
-# revert a problematic commit to fix
-# https://gitlab.gnome.org/GNOME/gtk/issues/1316#note_312942
-Patch2: Revert-imwayland-clear-preedit-on-focus-out.patch
-
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@@ -170,8 +162,6 @@ the functionality of the installed %{name} package.
%prep
%autosetup -n gtk+-%{version} -p1
-# Force regeneration with patch1
-rm testsuite/gtk/gtkprivate.c
%build
export CFLAGS='-fno-strict-aliasing %optflags'
@@ -328,6 +318,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Wed Sep 19 2018 Kalev Lember <klember@redhat.com> - 3.24.1-1
+- Update to 3.24.1
+
* Mon Sep 10 2018 Adam Williamson <awilliam@redhat.com> - 3.24.0-4
- Revert a problematic change that breaks several things (GGO #1316)
bgstack15