- Update for 5.7.1 tentative final packages

This commit is contained in:
Helio Chissini de Castro 2016-12-01 15:54:38 +01:00
parent c439663714
commit 9f028f9bfa
3 changed files with 11 additions and 9 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/qtwayland-opensource-src-5.6.0.tar.xz
/qtwayland-opensource-src-5.6.1.tar.xz
/qtwayland-opensource-src-5.7.0.tar.xz
/qtwayland-opensource-src-5.7.1.tar.xz

View File

@ -1,14 +1,12 @@
%global qt_module qtwayland
#define prerelease
Summary: Qt5 - Wayland platform support and QtCompositor module
Name: qt5-%{qt_module}
Version: 5.7.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.7/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
Version: 5.7.1
Release: 1%{?dist}
License: LGPLv2 with exceptions or LGPLv3 with exceptions
Url: http://www.qt.io
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: qt5-qtbase-devel >= %{version}
@ -50,7 +48,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}
%setup -q -n %{qt_module}-opensource-src-%{version}
%build
%{qmake_qt5}
@ -117,6 +115,9 @@ popd
%changelog
* Wed Nov 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
- New upstream version
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
- Compiled with gcc

View File

@ -1 +1 @@
2d2543a2564ee1b5db9f25dca9cc2e3b qtwayland-opensource-src-5.7.0.tar.xz
3b66282c83a127a83815158058c0e4c3 qtwayland-opensource-src-5.7.1.tar.xz