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 d8043d9..902df5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,3 +109,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.15.12.tar.xz
/gtk+-3.16.0.tar.xz
/gtk+-3.16.1.tar.xz
+/gtk+-3.16.2.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 61e76fd..93cebf0 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.16.1
+Version: 3.16.2
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -346,6 +346,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Tue Apr 14 2015 David King <amigadave@amigadave.com> - 3.16.2-1
+- Update to 3.16.2
+
* Tue Apr 7 2015 Matthias Clasen <mclasen@redhat.com> - 3.16.1-1
- Update to 3.16.1
diff --git a/sources b/sources
index baaabee..7a13e65 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7458661889a718f93b46cb44b677cc41 gtk+-3.16.1.tar.xz
+321d14c72bd62ad7417d329859bf55af gtk+-3.16.2.tar.xz
bgstack15