summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2015-12-16 08:08:42 +0100
committerKalev Lember <klember@redhat.com>2015-12-16 08:08:42 +0100
commit75755c4760010e0aa578dd2e53a50884d16c4876 (patch)
treec9d6bbfd587201a192c0dd2745c1b45a276b4d62
parentUpdate to 3.19.4 (diff)
downloadgtk3-classic-build-gtk3-75755c4760010e0aa578dd2e53a50884d16c4876.tar.gz
gtk3-classic-build-gtk3-75755c4760010e0aa578dd2e53a50884d16c4876.tar.bz2
gtk3-classic-build-gtk3-75755c4760010e0aa578dd2e53a50884d16c4876.zip
Update to 3.19.5
-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 991bd95..05b41e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -125,3 +125,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.19.2.tar.xz
/gtk+-3.19.3.tar.xz
/gtk+-3.19.4.tar.xz
+/gtk+-3.19.5.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 5d64a2a..b5f726d 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.4
+Version: 3.19.5
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -339,6 +339,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 3.19.5-1
+- Update to 3.19.5
+
* Sat Dec 05 2015 Kalev Lember <klember@redhat.com> - 3.19.4-1
- Update to 3.19.4
diff --git a/sources b/sources
index 948cdf6..b2d2507 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c393a3cdb496d654c5ff8df9810aeca gtk+-3.19.4.tar.xz
+01bcf58d3215219ed189c75d5cd09e26 gtk+-3.19.5.tar.xz
bgstack15