summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2015-03-03 13:09:04 +0100
committerKalev Lember <kalevlember@gmail.com>2015-03-03 13:09:04 +0100
commit193ba11e8745a0d583ab6dfeb60dc0db9eabb06c (patch)
tree245b9c6d39cba033acf353555b3ccf6e6a914858
parent3.15.9 (diff)
downloadgtk3-classic-build-gtk3-193ba11e8745a0d583ab6dfeb60dc0db9eabb06c.tar.gz
gtk3-classic-build-gtk3-193ba11e8745a0d583ab6dfeb60dc0db9eabb06c.tar.bz2
gtk3-classic-build-gtk3-193ba11e8745a0d583ab6dfeb60dc0db9eabb06c.zip
Update to 3.15.10
-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 dbe03fa..c2af80b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -104,3 +104,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.15.7.tar.xz
/gtk+-3.15.8.tar.xz
/gtk+-3.15.9.tar.xz
+/gtk+-3.15.10.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 626aa38..ee5e320 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,7 +17,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.15.9
+Version: 3.15.10
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -343,6 +343,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.10-1
+- Update to 3.15.10
+
* Tue Feb 24 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.9-1
- Update to 3.15.9
diff --git a/sources b/sources
index 90cbad5..dd2896e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da5008888e83fed23b9e5c9e08d0bdd6 gtk+-3.15.9.tar.xz
+2b21d787529ce2f1f4636a0bbf992159 gtk+-3.15.10.tar.xz
bgstack15