summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec11
-rw-r--r--sources2
3 files changed, 8 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 882687d..60ec878 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,3 +88,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.13.6.tar.xz
/gtk+-3.13.7.tar.xz
/gtk+-3.13.7-5ad60ca.tar.xz
+/gtk+-3.13.8.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 2189ca0..c0f08fc 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -11,21 +11,19 @@
%global xrandr_version 1.2.99.4-2
%global bin_version 3.0.0
-%global shortcommit 5ad60ca
%global _changelog_trimtime %(date +%s -d "1 year ago")
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.13.7
-Release: 3.git%{shortcommit}%{?dist}
+Version: 3.13.8
+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.13/gtk+-%{version}.tar.xz
-Source: gtk+-%{version}-%{shortcommit}.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}
@@ -317,6 +315,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.8-1
+- Update to 3.13.8
+
* Thu Aug 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-3.git5ad60ca
- Update to today's git snapshot
diff --git a/sources b/sources
index 018d9ea..03d7d62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9da778bb70f0e84b47ceb46e915f0399 gtk+-3.13.7-5ad60ca.tar.xz
+d518531b873d6d05d72e26802d04c267 gtk+-3.13.8.tar.xz
bgstack15