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 87bdbc4..6afc799 100644
--- a/.gitignore
+++ b/.gitignore
@@ -120,3 +120,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.17.9.tar.xz
/gtk+-3.18.0.tar.xz
/gtk+-3.18.1.tar.xz
+/gtk+-3.18.2.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 50139e2..a295a5a 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.18.1
+Version: 3.18.2
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -336,6 +336,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
+- Update to 3.18.2
+
* Sun Oct 04 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
- Update to 3.18.1
diff --git a/sources b/sources
index 23002ab..bbfe27b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4d4d30d90f4831855b410fb6a1fae63 gtk+-3.18.1.tar.xz
+230fd78e42419d35ff790784b457e5f2 gtk+-3.18.2.tar.xz
bgstack15