summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3a3c4b1..42a5edc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,3 +101,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.15.4.tar.xz
/gtk+-3.15.5.tar.xz
/gtk+-3.15.6.tar.xz
+/gtk+-3.15.7.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 8f4af08..0319561 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.6
+Version: 3.15.7
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 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.7-1
+- Update to 3.15.7
+
* Tue Feb 10 2015 Matthias Clasen <mclasen@redhat.com> - 3.15.6-1
- Update to 3.15.6
diff --git a/sources b/sources
index dd3a4cd..e459708 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8abafb3170d336b4ad820c585c01177c gtk+-3.15.6.tar.xz
+1154dc239025ba9b6caa730af5b9ff91 gtk+-3.15.7.tar.xz
bgstack15