- 5.6.0 release
This commit is contained in:
parent
d024441d08
commit
aead54d202
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/qtwayland-opensource-src-5.6.0-beta.tar.gz
|
/qtwayland-opensource-src-5.6.0-beta.tar.gz
|
||||||
/qtwayland-opensource-src-5.6.0-beta1.tar.xz
|
/qtwayland-opensource-src-5.6.0-beta1.tar.xz
|
||||||
/qtwayland-opensource-src-5.6.0-rc.tar.xz
|
/qtwayland-opensource-src-5.6.0-rc.tar.xz
|
||||||
|
/qtwayland-opensource-src-5.6.0.tar.xz
|
||||||
|
@ -4,19 +4,15 @@
|
|||||||
# build support for non-egl platforms
|
# build support for non-egl platforms
|
||||||
%define nogl 1
|
%define nogl 1
|
||||||
|
|
||||||
%define prerelease rc
|
#define prerelease
|
||||||
|
|
||||||
Summary: Qt5 - Wayland platform support and QtCompositor module
|
Summary: Qt5 - Wayland platform support and QtCompositor module
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.6.0
|
Version: 5.6.0
|
||||||
Release: 8.%{prerelease}%{?dist}
|
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
||||||
License: LGPLv2 with exceptions or LGPLv3 with exceptions
|
License: LGPLv2 with exceptions or LGPLv3 with exceptions
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
%if 0%{?prerelease:1}
|
Source0: http://download.qt.io/snapshots/qt/5.6/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
|
||||||
Source0: http://download.qt.io/development_releases/qt/5.6/%{version}-%{prerelease}/submodules/%{qt_module}-opensource-src-%{version}-%{prerelease}.tar.xz
|
|
||||||
%else
|
|
||||||
Source0: http://download.qt.io/official_releases/qt/5.6/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
|
||||||
%endif
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
@ -138,6 +134,9 @@ install -pm644 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
|
||||||
|
- 5.6.0 final release
|
||||||
|
|
||||||
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-8.rc
|
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-8.rc
|
||||||
- Update to final RC
|
- Update to final RC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user