summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-11-27 22:06:35 +0100
committerKalev Lember <klember@redhat.com>2019-11-27 22:06:35 +0100
commite28e61ba86703f3c43a157c779a0748208e0ec85 (patch)
treea07e1d1dd1603f16cb2d09154034d32317e9e10e /gtk3.spec
parentBackport PR #1146 to fix a bug that #1142 introduced (diff)
downloadgtk3-classic-build-gtk3-e28e61ba86703f3c43a157c779a0748208e0ec85.tar.gz
gtk3-classic-build-gtk3-e28e61ba86703f3c43a157c779a0748208e0ec85.tar.bz2
gtk3-classic-build-gtk3-e28e61ba86703f3c43a157c779a0748208e0ec85.zip
Update to 3.24.13
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec16
1 files changed, 5 insertions, 11 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 210d02a..b536758 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -24,22 +24,13 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.12
-Release: 3%{?dist}
+Version: 3.24.13
+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
-# https://gitlab.gnome.org/GNOME/gtk/merge_requests/1142
-# Try to prevent copy/cut not working properly:
-# https://gitlab.gnome.org/GNOME/mutter/issues/878
-# https://bugzilla.redhat.com/show_bug.cgi?id=1763875
-Patch0: 1142.patch
-# https://gitlab.gnome.org/GNOME/gtk/merge_requests/1146
-# Fixes a new bug that the previous patch (1142) introduced
-# https://gitlab.gnome.org/GNOME/mutter/issues/878#note_630326
-Patch1: 1146.patch
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
@@ -334,6 +325,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/
%changelog
+* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 3.24.13-1
+- Update to 3.24.13
+
* Tue Oct 22 2019 Adam Williamson <awilliam@redhat.com> - 3.24.12-3
- Backport PR #1146 to fix a bug that #1142 introduced...
bgstack15