summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2018-09-06 09:39:03 +0200
committerKalev Lember <klember@redhat.com>2018-09-06 09:41:03 +0200
commit2bf5705f6cc966898377ef8514a91c97fe42e2fa (patch)
tree1bdaf5233b18a9993265723db5545429b6044489
parentUpdate to 3.23.2 (diff)
downloadgtk3-classic-build-gtk3-2bf5705f6cc966898377ef8514a91c97fe42e2fa.tar.gz
gtk3-classic-build-gtk3-2bf5705f6cc966898377ef8514a91c97fe42e2fa.tar.bz2
gtk3-classic-build-gtk3-2bf5705f6cc966898377ef8514a91c97fe42e2fa.zip
Update to 3.24.0
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec11
-rw-r--r--sources2
3 files changed, 9 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 8e5a223..d09a576 100644
--- a/.gitignore
+++ b/.gitignore
@@ -171,3 +171,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.22.29.tar.xz
/gtk+-3.22.30.tar.xz
/gtk+-3.23.2.tar.xz
+/gtk+-3.24.0.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index bc4db85..a9ef91f 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -3,14 +3,14 @@
%endif
%global glib2_version 2.49.4
-%global pango_version 1.37.3
+%global pango_version 1.41.0
%global atk_version 2.15.1
%global cairo_version 1.14.0
%global gdk_pixbuf_version 2.30.0
%global xrandr_version 1.5.0
%global wayland_version 1.9.91
%global wayland_protocols_version 1.12
-%global epoxy_version 1.0
+%global epoxy_version 1.4
%global bin_version 3.0.0
@@ -20,13 +20,13 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.23.2
+Version: 3.24.0
Release: 1%{?dist}
Summary: GTK+ graphical user interface library
License: LGPLv2+
URL: http://www.gtk.org
-Source0: http://download.gnome.org/sources/gtk+/3.23/gtk+-%{version}.tar.xz
+Source0: http://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
@@ -318,6 +318,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.24.0-1
+- Update to 3.24.0
+
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.23.2-1
- Update to 3.23.2
diff --git a/sources b/sources
index 068320c..63cee14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.23.2.tar.xz) = a9c176a8b33a7562da91763523c7cb18ccbec8263c15f6d5be9087f7d22cc85889816fe678e32d9f35829cbc514f98a7139112a04b58ebebb6d9386e1b90ecd1
+SHA512 (gtk+-3.24.0.tar.xz) = c82228f31a422d7f180b1157de697d941f2826f9a85a44d2a583564130626c88759a62269bb01f54969e00ff7499db4e1b026dbfb060dda1b6e62f36f3267981
bgstack15