summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2017-11-07 22:16:22 +0100
committerKalev Lember <klember@redhat.com>2017-11-07 22:16:22 +0100
commit9f4ef6ced4c0212e9933a67ffc4958649b088215 (patch)
treeb9c619cf99d74a9172bdb4eb6650aa902403a3eb /gtk3.spec
parentWorkaround a missing file in the tarball (diff)
downloadgtk3-classic-build-gtk3-9f4ef6ced4c0212e9933a67ffc4958649b088215.tar.gz
gtk3-classic-build-gtk3-9f4ef6ced4c0212e9933a67ffc4958649b088215.tar.bz2
gtk3-classic-build-gtk3-9f4ef6ced4c0212e9933a67ffc4958649b088215.zip
Update to 3.22.26
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 97ab7c0..20de7ae 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -21,16 +21,13 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.22.25
+Version: 3.22.26
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
-# Missing file in 3.22.25 tarball
-# https://bugzilla.gnome.org/show_bug.cgi?id=789630
-Source1: server-decoration.xml
BuildRequires: pkgconfig(atk) >= %{atk_version}
BuildRequires: pkgconfig(atk-bridge-2.0)
@@ -170,7 +167,6 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
-cp %{S:1} gdk/wayland/protocol/server-decoration.xml
%build
export CFLAGS='-fno-strict-aliasing %optflags'
@@ -344,6 +340,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Tue Nov 07 2017 Kalev Lember <klember@redhat.com> - 3.22.26-1
+- Update to 3.22.26
+
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.22.25-1
- Update to 3.22.25
bgstack15