summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2017-09-05 11:30:53 +0200
committerKalev Lember <klember@redhat.com>2017-09-05 11:30:53 +0200
commitef03f61597b622ebf66a6e45284ac69e999760da (patch)
treef97ea7c4b148c0fc83b191cc363aa2eea453ca28
parentFix file lists (diff)
downloadgtk3-classic-build-gtk3-ef03f61597b622ebf66a6e45284ac69e999760da.tar.gz
gtk3-classic-build-gtk3-ef03f61597b622ebf66a6e45284ac69e999760da.tar.bz2
gtk3-classic-build-gtk3-ef03f61597b622ebf66a6e45284ac69e999760da.zip
Update to 3.22.20
-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 e107709..a8b6c13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -162,3 +162,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.22.17.tar.xz
/gtk+-3.22.18.tar.xz
/gtk+-3.22.19.tar.xz
+/gtk+-3.22.20.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 21f9cc8..6791ce6 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -21,7 +21,7 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.22.19
+Version: 3.22.20
Release: 1%{?dist}
Summary: GTK+ graphical user interface library
@@ -340,6 +340,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 3.22.20-1
+- Update to 3.22.20
+
* Tue Aug 22 2017 Kalev Lember <klember@redhat.com> - 3.22.19-1
- Update to 3.22.19
diff --git a/sources b/sources
index e31e887..21181b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.22.19.tar.xz) = c83198794433ee6eb29f8740d59bd7056cd36808b4bff1a99563ab1a1742e6635dab4f2a8be33317f74d3b336f0d1adc28dd91410da056b50a08c215f184dce2
+SHA512 (gtk+-3.22.20.tar.xz) = 2b59ba9b9a5c4c79d06c0189597f2a57acb7fa8edc9d82a5ea7a56afc4bad6c85fc97aa0a5ae0a49a45d24b4cb5ae4ab77aba4d28f90142011cb0d77b4c0accc
bgstack15