summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 8b5f885..fc865b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,3 +78,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.11.9.tar.xz
/gtk+-3.12.0.tar.xz
/gtk+-3.12.1.tar.xz
+/gtk+-3.13.1.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index dbc1737..cc9ace4 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,13 +16,13 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.12.1
+Version: 3.13.1
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.12/gtk+-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gtk+/3.13/gtk+-%{version}.tar.xz
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
@@ -298,6 +298,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Apr 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
+- Update to 3.13.1
+
* Sat Apr 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
- Update to 3.12.1
diff --git a/sources b/sources
index 3fbffa8..230fbcd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4fa17f3916bdd737c37cdf123c1b24a gtk+-3.12.1.tar.xz
+ac3d1ed765b75ff5186dd6a6ca91d3bd gtk+-3.13.1.tar.xz
bgstack15