summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-02-10 17:31:06 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-02-10 17:31:06 -0500
commitd580eab127309fe64b5dd5a9613f9453ff1b06cb (patch)
treea22e6e91221f6a0650c2e07a006dd9d0b8a8d6b6
parentUpdate to 3.15.4 (diff)
downloadgtk3-classic-build-gtk3-d580eab127309fe64b5dd5a9613f9453ff1b06cb.tar.gz
gtk3-classic-build-gtk3-d580eab127309fe64b5dd5a9613f9453ff1b06cb.tar.bz2
gtk3-classic-build-gtk3-d580eab127309fe64b5dd5a9613f9453ff1b06cb.zip
3.15.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 d2b0488..4c20cd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -99,3 +99,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.15.2.tar.xz
/gtk+-3.15.3.tar.xz
/gtk+-3.15.4.tar.xz
+/gtk+-3.15.5.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index b23f994..a1a72fb 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -18,7 +18,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.15.4
+Version: 3.15.5
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 Feb 10 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.5-1
+- Update to 3.15.5
+
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
- Update to 3.15.4
diff --git a/sources b/sources
index a5e2349..e2f3576 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc028d5a9090813d3e37d58cad04dcfb gtk+-3.15.4.tar.xz
+8a6b8fcf7c2e322f9e4886bd8d871948 gtk+-3.15.5.tar.xz
bgstack15