summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec15
-rw-r--r--sources2
3 files changed, 11 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index a736d69..923653e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.3.18.tar.xz
/gtk+-3.3.20.tar.xz
/gtk+-3.4.0.tar.xz
+/gtk+-3.5.2.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index a211187..f522e7c 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -1,7 +1,7 @@
-%global glib2_version 2.31.16
-%global pango_version 1.29.0
-%global gdk_pixbuf_version 2.25.2
-%global atk_version 2.1.5
+%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 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.4.0
+Version: 3.5.2
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.3/gtk+-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gtk+/3.5/gtk+-%{version}.tar.xz
Source1: im-cedilla.conf
BuildRequires: gnome-common autoconf automake intltool gettext
@@ -242,6 +242,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.2-1
+- Update to 3.5.2
+
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
- Update to 3.4.0
diff --git a/sources b/sources
index d722f34..816478d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9a0bc875cf95c0462910d2d32528464 gtk+-3.4.0.tar.xz
+3e750e411980662f8b3a464d08d608eb gtk+-3.5.2.tar.xz
bgstack15