summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2020-04-03 21:00:36 +0200
committerKalev Lember <klember@redhat.com>2020-04-03 21:00:36 +0200
commit436086904db4a33bcbfdc5770cfd0cda2349010f (patch)
tree77fc997cec73f5914bbab373505b75d7b9bf6519 /gtk3.spec
parentBackport upstream fixes for an imwayland crash (diff)
parentUpdate to 3.24.17 (diff)
downloadgtk3-classic-build-gtk3-436086904db4a33bcbfdc5770cfd0cda2349010f.tar.gz
gtk3-classic-build-gtk3-436086904db4a33bcbfdc5770cfd0cda2349010f.tar.bz2
gtk3-classic-build-gtk3-436086904db4a33bcbfdc5770cfd0cda2349010f.zip
Merge remote-tracking branch 'origin/master' into f32
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 251f059..aca2f7d 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -24,16 +24,14 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.16
-Release: 2%{?dist}
+Version: 3.24.17
+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
-Patch1: 0001-imwayland-Clamp-the-surrounding-string-end-correctly.patch
-
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
@@ -328,6 +326,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/
%changelog
+* Fri Apr 03 2020 Kalev Lember <klember@redhat.com> - 3.24.17-1
+- Update to 3.24.17
+
* Fri Apr 03 2020 Kalev Lember <klember@redhat.com> - 3.24.16-2
- Backport upstream fixes for an imwayland crash
bgstack15