summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2012-11-08 23:48:20 +0100
committerKalev Lember <kalevlember@gmail.com>2012-11-08 23:48:20 +0100
commitdffe4e13c558644f6ef8c91df626a60ec69ea994 (patch)
treeff50cd9fd2a666c64ef404dd9b17e6467214fa58 /gtk3.spec
parentDrop imsettings dependency (diff)
downloadgtk3-classic-build-gtk3-dffe4e13c558644f6ef8c91df626a60ec69ea994.tar.gz
gtk3-classic-build-gtk3-dffe4e13c558644f6ef8c91df626a60ec69ea994.tar.bz2
gtk3-classic-build-gtk3-dffe4e13c558644f6ef8c91df626a60ec69ea994.zip
Update to 3.7.0
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 4a533fe..092ce19 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -1,7 +1,7 @@
%global glib2_version 2.33.1
%global pango_version 1.30.0
%global gdk_pixbuf_version 2.26.0
-%global atk_version 2.2.0
+%global atk_version 2.5.3
%global cairo_version 1.10.0
%global xrandr_version 1.2.99.4-2
@@ -9,13 +9,13 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.6.1
-Release: 2%{?dist}
+Version: 3.7.0
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/gtk+
-Source: http://download.gnome.org/sources/gtk+/3.6/gtk+-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gtk+/3.7/gtk+-%{version}.tar.xz
Source1: im-cedilla.conf
BuildRequires: gnome-common autoconf automake intltool gettext
@@ -244,6 +244,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.0-1
+- Update to 3.7.0
+
* Fri Oct 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-2
- Don't pull in imsettings just for a directory
bgstack15