summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-02-24 21:14:16 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-02-24 21:14:16 -0500
commit9b91aaf1a2f30dc51736224ad3e42068c84be330 (patch)
treef98103bb2000f60ee80980db4e35708fa0731a40
parentRebuilt for Fedora 23 Change (diff)
downloadgtk3-classic-build-gtk3-9b91aaf1a2f30dc51736224ad3e42068c84be330.tar.gz
gtk3-classic-build-gtk3-9b91aaf1a2f30dc51736224ad3e42068c84be330.tar.bz2
gtk3-classic-build-gtk3-9b91aaf1a2f30dc51736224ad3e42068c84be330.zip
3.15.9
-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 be02dcf..dbe03fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -103,3 +103,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.15.6.tar.xz
/gtk+-3.15.7.tar.xz
/gtk+-3.15.8.tar.xz
+/gtk+-3.15.9.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index b3ac068..626aa38 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,8 +17,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.15.8
-Release: 2%{?dist}
+Version: 3.15.9
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -343,6 +343,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Tue Feb 24 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.9-1
+- Update to 3.15.9
+
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.15.8-2
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
diff --git a/sources b/sources
index 7142772..90cbad5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d12d2c1fd0978fc0daf78f8676d26150 gtk+-3.15.8.tar.xz
+da5008888e83fed23b9e5c9e08d0bdd6 gtk+-3.15.9.tar.xz
bgstack15