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 b6e722a..702a653 100644
--- a/.gitignore
+++ b/.gitignore
@@ -132,3 +132,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.19.9.tar.xz
/gtk+-3.19.10.tar.xz
/gtk+-3.19.11.tar.xz
+/gtk+-3.19.12.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 59fa332..5f3d250 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.19.11
+Version: 3.19.12
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -340,6 +340,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.12-1
+- Update to 3.19.12
+
* Wed Mar 02 2016 Richard Hughes <rhughes@redhat.com> - 3.19.11-1
- Update to 3.19.11
diff --git a/sources b/sources
index 71d21de..6aa1790 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7763b1bee38161738eb82db506573ea gtk+-3.19.11.tar.xz
+acdfb660f3d255a7ad35f51a6bc921e7 gtk+-3.19.12.tar.xz
bgstack15