summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2020-04-10 10:56:54 +0200
committerKalev Lember <klember@redhat.com>2020-04-10 10:56:54 +0200
commitb926abf29647502b82056aad523484a3a078aa68 (patch)
treed7c565ab77c44c4c3e4fb69a9170e3dd555aa773
parentMerge remote-tracking branch 'origin/master' into f32 (diff)
downloadgtk3-classic-build-gtk3-b926abf29647502b82056aad523484a3a078aa68.tar.gz
gtk3-classic-build-gtk3-b926abf29647502b82056aad523484a3a078aa68.tar.bz2
gtk3-classic-build-gtk3-b926abf29647502b82056aad523484a3a078aa68.zip
Update to 3.24.18
-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 6a2b681..977a259 100644
--- a/.gitignore
+++ b/.gitignore
@@ -187,3 +187,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.24.14.tar.xz
/gtk+-3.24.16.tar.xz
/gtk+-3.24.17.tar.xz
+/gtk+-3.24.18.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index aca2f7d..b2d5a91 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -24,7 +24,7 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.17
+Version: 3.24.18
Release: 1%{?dist}
Summary: GTK+ graphical user interface library
@@ -326,6 +326,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/
%changelog
+* Fri Apr 10 2020 Kalev Lember <klember@redhat.com> - 3.24.18-1
+- Update to 3.24.18
+
* Fri Apr 03 2020 Kalev Lember <klember@redhat.com> - 3.24.17-1
- Update to 3.24.17
diff --git a/sources b/sources
index d165571..2e3463f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.24.17.tar.xz) = 42a0f8c3d64f9354f3954a8ecd8955abcf23cac4b9f433daef153b77c2e3abfbdd16231432bf6907d86c57e33d0f22c771685cb83b299a0883dfd3245372df1e
+SHA512 (gtk+-3.24.18.tar.xz) = 51ba13ae3cd0db9b62462ba399f08738885648adcb545bf0852c4e5b04bc2a1dd88629fafefc282f6a200daa8330e7606f22a70bd2ce6fde32a992a6cd7a0950
bgstack15