summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2018-08-13 11:00:33 +0200
committerKalev Lember <klember@redhat.com>2018-08-13 11:00:33 +0200
commitd4aeb5c827e3345850133cebad5899d24ca24daa (patch)
tree0d06b42cc2741f96c1fa1d024e64de8a4b4e0d58
parent- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild (diff)
downloadgtk3-classic-build-gtk3-d4aeb5c827e3345850133cebad5899d24ca24daa.tar.gz
gtk3-classic-build-gtk3-d4aeb5c827e3345850133cebad5899d24ca24daa.tar.bz2
gtk3-classic-build-gtk3-d4aeb5c827e3345850133cebad5899d24ca24daa.zip
Update to 3.23.2
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec9
-rw-r--r--sources2
3 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 990220d..8e5a223 100644
--- a/.gitignore
+++ b/.gitignore
@@ -170,3 +170,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.22.28.tar.xz
/gtk+-3.22.29.tar.xz
/gtk+-3.22.30.tar.xz
+/gtk+-3.23.2.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index dd1e3f6..bc4db85 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -20,13 +20,13 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.22.30
-Release: 2%{?dist}
+Version: 3.23.2
+Release: 1%{?dist}
Summary: GTK+ graphical user interface library
License: LGPLv2+
URL: http://www.gtk.org
-Source0: http://download.gnome.org/sources/gtk+/3.22/gtk+-%{version}.tar.xz
+Source0: http://download.gnome.org/sources/gtk+/3.23/gtk+-%{version}.tar.xz
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
@@ -318,6 +318,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.23.2-1
+- Update to 3.23.2
+
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.30-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 8323f47..068320c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.22.30.tar.xz) = 31440a615cb2f406d0f904e59febb8f876106f27818ddd6951c76ab9bcb421ca480dae2bebfb1c4b1e03b833fc7c42e9feede053d9d71f19a02fe778e3197b38
+SHA512 (gtk+-3.23.2.tar.xz) = a9c176a8b33a7562da91763523c7cb18ccbec8263c15f6d5be9087f7d22cc85889816fe678e32d9f35829cbc514f98a7139112a04b58ebebb6d9386e1b90ecd1
bgstack15