summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 843ec30..7a49782 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.6.1.tar.xz
/gtk+-3.7.0.tar.xz
/gtk+-3.7.2.tar.xz
+/gtk+-3.7.4.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index b1ee608..5a0a7eb 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -1,5 +1,5 @@
-%global glib2_version 2.33.1
-%global pango_version 1.30.0
+%global glib2_version 2.35.3
+%global pango_version 1.32.4
%global gdk_pixbuf_version 2.26.0
%global atk_version 2.5.3
%global cairo_version 1.10.0
@@ -9,7 +9,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.7.2
+Version: 3.7.4
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -244,6 +244,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
+- Update to 3.7.4
+
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
- Update to 3.7.2
diff --git a/sources b/sources
index dd24a5c..b8df7ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc0a4acacbdf5eb17043fc02ace204fb gtk+-3.7.2.tar.xz
+442a1ab1156383bb5b1377bae3c07305 gtk+-3.7.4.tar.xz
bgstack15