summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2013-09-02 23:14:49 +0200
committerKalev Lember <kalevlember@gmail.com>2013-09-02 23:19:17 +0200
commit745b2285212be936f889540219a52f0bfc8e988b (patch)
treecb6bd862471103d51123311de6972a5411be8400
parentUpdate to 3.9.12 (diff)
downloadgtk3-classic-build-gtk3-745b2285212be936f889540219a52f0bfc8e988b.tar.gz
gtk3-classic-build-gtk3-745b2285212be936f889540219a52f0bfc8e988b.tar.bz2
gtk3-classic-build-gtk3-745b2285212be936f889540219a52f0bfc8e988b.zip
Update to 3.9.14
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index ab68296..7e8ab1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.9.8.tar.xz
/gtk+-3.9.10.tar.xz
/gtk+-3.9.12.tar.xz
+/gtk+-3.9.14.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 930c2e2..3f13dce 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -7,7 +7,7 @@
%global pango_version 1.32.4
%global gdk_pixbuf_version 2.27.1
%global atk_version 2.7.5
-%global cairo_version 1.10.0
+%global cairo_version 1.12.0
%global xrandr_version 1.2.99.4-2
%global bin_version 3.0.0
@@ -16,7 +16,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.9.12
+Version: 3.9.14
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -284,6 +284,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.14-1
+- Update to 3.9.14
+
* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.12-1
- Update to 3.9.12
diff --git a/sources b/sources
index af0f609..a417ba7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a0e8d3b319366741a97dcaaea60ba62 gtk+-3.9.12.tar.xz
+5830d1cfad5e5d3bfea97e341bc971d6 gtk+-3.9.14.tar.xz
bgstack15