summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 37af04b..990220d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -169,3 +169,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.22.26.tar.xz
/gtk+-3.22.28.tar.xz
/gtk+-3.22.29.tar.xz
+/gtk+-3.22.30.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 9d74ece..951ad86 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -10,7 +10,7 @@
%global gdk_pixbuf_version 2.30.0
%global xrandr_version 1.5.0
%global wayland_version 1.9.91
-%global wayland_protocols_version 1.9
+%global wayland_protocols_version 1.12
%global epoxy_version 1.0
%global bin_version 3.0.0
@@ -21,8 +21,8 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.22.29
-Release: 2%{?dist}
+Version: 3.22.30
+Release: 1%{?dist}
Summary: GTK+ graphical user interface library
License: LGPLv2+
@@ -325,6 +325,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Wed Apr 18 2018 Kalev Lember <klember@redhat.com> - 3.22.30-1
+- Update to 3.22.30
+
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.22.29-2
- Build with --with-included-immodules=wayland
diff --git a/sources b/sources
index 4019caa..8323f47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.22.29.tar.xz) = 046fa4458626e81ea7b1ddb753d53ecd91d0f2101af428cfdf77fe866bbe430cb3622203cc5e895b220a9364e35009245cdaf76e0cfa30d32d31095b5fcb42bc
+SHA512 (gtk+-3.22.30.tar.xz) = 31440a615cb2f406d0f904e59febb8f876106f27818ddd6951c76ab9bcb421ca480dae2bebfb1c4b1e03b833fc7c42e9feede053d9d71f19a02fe778e3197b38
bgstack15