summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec9
1 files changed, 6 insertions, 3 deletions
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
bgstack15