summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2014-07-22 11:29:57 +0200
committerKalev Lember <kalevlember@gmail.com>2014-07-22 11:29:57 +0200
commitba1f90cbf8508df62ce75b2b07a1900765ba56df (patch)
tree6bc36546d7be1143f75f171ca45c4acc57b58fd9
parentUpdate to 3.13.4 (diff)
downloadgtk3-classic-build-gtk3-ba1f90cbf8508df62ce75b2b07a1900765ba56df.tar.gz
gtk3-classic-build-gtk3-ba1f90cbf8508df62ce75b2b07a1900765ba56df.tar.bz2
gtk3-classic-build-gtk3-ba1f90cbf8508df62ce75b2b07a1900765ba56df.zip
Update to 3.13.5
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec5
-rw-r--r--sources2
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e201814..03f78c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,3 +84,4 @@ gtk+-2.90.5.tar.bz2
/reftests-dark.test.in
/reftests-hc.test.in
/gtk+-3.13.4.tar.xz
+/gtk+-3.13.5.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 142d309..ec79bab 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,7 +16,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.13.4
+Version: 3.13.5
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -314,6 +314,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.5-1
+- Update to 3.13.5
+
* Tue Jul 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
- Update to 3.13.4
diff --git a/sources b/sources
index 8c41c88..e9b008a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-243df7165d8dd7fce58a2283abc6012e gtk+-3.13.4.tar.xz
+1caa63f393765973960bc095ab06449c gtk+-3.13.5.tar.xz
bgstack15