summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-03-02 09:19:52 +0000
committerRichard Hughes <richard@hughsie.com>2016-03-02 09:19:52 +0000
commit35f2a7fea4b04ab46519733a36956b819397d4dc (patch)
treed10792ad844dae22fc81dff1b2060467abf65de2
parent3.19.10 (diff)
downloadgtk3-classic-build-gtk3-35f2a7fea4b04ab46519733a36956b819397d4dc.tar.gz
gtk3-classic-build-gtk3-35f2a7fea4b04ab46519733a36956b819397d4dc.tar.bz2
gtk3-classic-build-gtk3-35f2a7fea4b04ab46519733a36956b819397d4dc.zip
Update to 3.19.11
-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 3cdd9af..b6e722a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -131,3 +131,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.19.8.tar.xz
/gtk+-3.19.9.tar.xz
/gtk+-3.19.10.tar.xz
+/gtk+-3.19.11.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index f829066..59fa332 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.10
+Version: 3.19.11
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
+* Wed Mar 02 2016 Richard Hughes <rhughes@redhat.com> - 3.19.11-1
+- Update to 3.19.11
+
* Wed Feb 24 2016 Matthias Clasen <mclasen@redhat.com> - 3.19.10-1
- Update to 3.19.10
diff --git a/sources b/sources
index 526c25b..71d21de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8094de83d03ce2454a8b9da59ebdf1d gtk+-3.19.10.tar.xz
+d7763b1bee38161738eb82db506573ea gtk+-3.19.11.tar.xz
bgstack15