summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2012-12-20 21:05:56 +0100
committerKalev Lember <kalevlember@gmail.com>2012-12-20 21:06:50 +0100
commit2f13297698cc9ff2ce68713cf54f089bcfb98ebb (patch)
treeda1e95c11da67bd1cd9ea2f5b6ddba86df4d47d7 /gtk3.spec
parent Update to 3.7.2 (diff)
downloadgtk3-classic-build-gtk3-2f13297698cc9ff2ce68713cf54f089bcfb98ebb.tar.gz
gtk3-classic-build-gtk3-2f13297698cc9ff2ce68713cf54f089bcfb98ebb.tar.bz2
gtk3-classic-build-gtk3-2f13297698cc9ff2ce68713cf54f089bcfb98ebb.zip
Update to 3.7.4
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