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 2070d9c..bc11ea7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.7.14.tar.xz
/gtk+-3.8.0.tar.xz
/gtk+-3.8.1.tar.xz
+/gtk+-3.9.0.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 55b26ae..e3aeae9 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -3,7 +3,7 @@
%global with_broadway 1
%endif
-%global glib2_version 2.35.3
+%global glib2_version 2.37.0
%global pango_version 1.32.4
%global gdk_pixbuf_version 2.27.1
%global atk_version 2.7.5
@@ -14,13 +14,13 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.8.1
+Version: 3.9.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.8/gtk+-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gtk+/3.9/gtk+-%{version}.tar.xz
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
@@ -265,6 +265,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.0-1
+- Update to 3.9.0
+
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
- Update to 3.8.1
diff --git a/sources b/sources
index 637066b..efc0e6b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d79856ae2542f405059948c4efb5b16d gtk+-3.8.1.tar.xz
+23310b5a9d1489f40ee688c5a0ea67d0 gtk+-3.9.0.tar.xz
bgstack15