From fbde73019f452ab30fdc2dfad1663e8ce8f10e2b Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Thu, 10 Dec 2015 21:40:07 +0100 Subject: [PATCH] - Update to final official beta --- .gitignore | 1 + qt5-qtwayland.spec | 16 +++++++++++----- sources | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2c5425a..f58c63a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /qtwayland-opensource-src-5.5.0.tar.xz /qtwayland-opensource-src-5.5.1-rc1.tar.xz /qtwayland-opensource-src-5.5.1.tar.xz +/qtwayland-opensource-src-5.6.0-beta.tar.gz diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index 696cb03..5f58c93 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -4,19 +4,19 @@ # build support for non-egl platforms %define nogl 1 -## define prerelease rc1 +%define prerelease beta Summary: Qt5 - Wayland platform support and QtCompositor module Name: qt5-%{qt_module} -Version: 5.5.1 +Version: 5.6.0 Release: 2%{?dist} License: LGPLv2 with exceptions or LGPLv3 with exceptions Url: http://www.qt.io -Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz +Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.gz BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-static -BuildRequires: qt5-qtdeclarative-devel +BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) @@ -112,7 +112,7 @@ install -pm644 \ %{_qt5_libdir}/cmake/Qt5Compositor/Qt5Compositor_*.cmake %{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_*.cmake %dir %{_qt5_libdir}/cmake/Qt5WaylandClient/ -%{_qt5_libdir}/cmake/Qt5WaylandClient/Qt5WaylandClient_*.cmake +%{_qt5_libdir}/cmake/Qt5WaylandClient/*.cmake %files devel %{_qt5_bindir}/qtwaylandscanner @@ -133,6 +133,12 @@ install -pm644 \ %changelog +* Thu Dec 10 2015 Helio Chissini de Castro - 5.6.0-2 +- Official beta release + +* Tue Nov 03 2015 Helio Chissini de Castro - 5.6.0-0.1 +- Start to implement 5.6.0 beta + * Thu Oct 15 2015 Helio Chissini de Castro - 5.5.1-2 - Update to final release 5.5.1 diff --git a/sources b/sources index a8d3394..ba00b26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5312f2508f4856d8e60a1374070cec34 qtwayland-opensource-src-5.5.1.tar.xz +1997041c9386c336e9ca0a3bfb7a1b2e qtwayland-opensource-src-5.6.0-beta.tar.gz