summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2014-09-16 10:05:42 +0200
committerKalev Lember <kalevlember@gmail.com>2014-09-16 10:10:15 +0200
commitac8f3b1b70ade000c4575d1936d1b3d0d5c57cd8 (patch)
treea771a7c69690d50344172ca4fa70d0957f3b19d2
parentUpdate to 3.13.8 (diff)
downloadgtk3-classic-build-gtk3-ac8f3b1b70ade000c4575d1936d1b3d0d5c57cd8.tar.gz
gtk3-classic-build-gtk3-ac8f3b1b70ade000c4575d1936d1b3d0d5c57cd8.tar.bz2
gtk3-classic-build-gtk3-ac8f3b1b70ade000c4575d1936d1b3d0d5c57cd8.zip
Update to 3.13.9
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec9
-rw-r--r--sources2
3 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 60ec878..73f6f82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,3 +89,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.13.7.tar.xz
/gtk+-3.13.7-5ad60ca.tar.xz
/gtk+-3.13.8.tar.xz
+/gtk+-3.13.9.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index c0f08fc..1b00b03 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -4,8 +4,8 @@
%endif
%global glib2_version 2.41.2
-%global pango_version 1.32.4
-%global gdk_pixbuf_version 2.27.1
+%global pango_version 1.36.7
+%global gdk_pixbuf_version 2.30.0
%global atk_version 2.12.0
%global cairo_version 1.13.1
%global xrandr_version 1.2.99.4-2
@@ -16,7 +16,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.13.8
+Version: 3.13.9
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -315,6 +315,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.9-1
+- Update to 3.13.9
+
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.8-1
- Update to 3.13.8
diff --git a/sources b/sources
index 03d7d62..378f3e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d518531b873d6d05d72e26802d04c267 gtk+-3.13.8.tar.xz
+751d8462fa39f892a25ea82de71bfe64 gtk+-3.13.9.tar.xz
bgstack15