From c821f5fdaa709348a23b05fded798b97635ce3fb Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 9 Jun 2016 18:20:57 +0200 Subject: [PATCH] Update to 5.6.1 --- .gitignore | 1 + qt5-qtwayland.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index bdf069f..ae68abc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /qtwayland-opensource-src-5.6.0-beta1.tar.xz /qtwayland-opensource-src-5.6.0-rc.tar.xz /qtwayland-opensource-src-5.6.0.tar.xz +/qtwayland-opensource-src-5.6.1.tar.xz diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index 5e151bd..e535c4d 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -8,14 +8,14 @@ Summary: Qt5 - Wayland platform support and QtCompositor module Name: qt5-%{qt_module} -Version: 5.6.0 -Release: 11%{?prerelease:.%{prerelease}}%{?dist} +Version: 5.6.1 +Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: LGPLv2 with exceptions or LGPLv3 with exceptions Url: http://www.qt.io Source0: http://download.qt.io/snapshots/qt/5.6/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz BuildRequires: cmake -BuildRequires: qt5-qtbase-devel >= %{version} +BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-static BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(xkbcommon) @@ -88,7 +88,7 @@ done popd -# install private headers... needed by hawaii shell +# install private headers... needed by hawaii shell install -pm644 \ include/QtCompositor/%{version}/QtCompositor/private/{wayland-wayland-server-protocol.h,qwayland-server-wayland.h} \ %{buildroot}%{_qt5_headerdir}/QtCompositor/%{version}/QtCompositor/private/ @@ -134,6 +134,9 @@ install -pm644 \ %changelog +* Thu Jun 09 2016 Jan Grulich - 5.6.1-1 +- Update to 5.6.1 + * Mon Mar 21 2016 Rex Dieter - 5.6.0-11 - rebuild @@ -209,7 +212,7 @@ install -pm644 \ * Mon Nov 03 2014 Rex Dieter 5.4.0-0.2.rc - use %%qmake_qt5 macro -* Mon Oct 20 2014 Rex Dieter 5.4.0-0.1.rc +* Mon Oct 20 2014 Rex Dieter 5.4.0-0.1.rc - 5.4.0-rc * Wed Sep 24 2014 Lubomir Rintel - 5.4.0-0.alpha1 diff --git a/sources b/sources index 6bb6b21..2e997f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9dbfb0278eb0891e50b136d8b6eaa62b qtwayland-opensource-src-5.6.0.tar.xz +5b7654c9a909eb0de6c41796f16915ca qtwayland-opensource-src-5.6.1.tar.xz