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 269844c..c64025d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -123,3 +123,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.18.2.tar.xz
/gtk+-3.19.1.tar.xz
/gtk+-3.19.2.tar.xz
+/gtk+-3.19.3.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 35a1374..2c0ff36 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.2
+Version: 3.19.3
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -338,6 +338,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Nov 23 2015 Matthias Clasen <mclasen@redhat.com> - 3.19.3-1
+- Update to 3.19.3
+
* Fri Nov 20 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
- Update to 3.19.2
diff --git a/sources b/sources
index f824aa1..8c5ef4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4e3479e66e970ed1ee9872d48c2137d gtk+-3.19.2.tar.xz
+7709bd446cdb87a944b274a7623b24ec gtk+-3.19.3.tar.xz
bgstack15