summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-03-14 07:59:51 +0100
committerKalev Lember <klember@redhat.com>2019-03-14 08:00:45 +0100
commit0f81815fbecf606b971812a175099729bb517be4 (patch)
tree98ca53865bdecbc32d2063df300d99dcc2635dbd /gtk3.spec
parentUpdate to 3.24.7 (diff)
downloadgtk3-classic-build-gtk3-0f81815fbecf606b971812a175099729bb517be4.tar.gz
gtk3-classic-build-gtk3-0f81815fbecf606b971812a175099729bb517be4.tar.bz2
gtk3-classic-build-gtk3-0f81815fbecf606b971812a175099729bb517be4.zip
Undo runtime gtk_window_present deprecation warnings
https://gitlab.gnome.org/GNOME/gtk/merge_requests/632
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 354de13..c64265f 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -21,13 +21,16 @@
Name: gtk3
Version: 3.24.7
-Release: 1%{?dist}
+Release: 2%{?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/632
+Patch0: 0001-window-Undo-runtime-gtk_window_present-deprecation-w.patch
+
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@@ -318,6 +321,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/
%changelog
+* Thu Mar 14 2019 Kalev Lember <klember@redhat.com> - 3.24.7-2
+- Undo runtime gtk_window_present deprecation warnings
+
* Tue Mar 12 2019 Kalev Lember <klember@redhat.com> - 3.24.7-1
- Update to 3.24.7
bgstack15