5.6.0 (sync with qt5 copr)

This commit is contained in:
Jan Grulich 2015-12-07 13:36:30 +01:00
parent 89bae71ad9
commit 268002b061
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/qtquickcontrols-opensource-src-5.5.0.tar.xz
/qtquickcontrols-opensource-src-5.5.1-rc1.tar.xz
/qtquickcontrols-opensource-src-5.5.1.tar.xz
/qtquickcontrols-opensource-src-5.6.0-beta1.tar.xz

View File

@ -12,12 +12,12 @@
%endif
%endif
## define prerelease rc1
%define prerelease beta1
Name: qt5-%{qt_module}
Summary: Qt5 - module with set of QtQuick controls
Version: 5.5.1
Release: 2%{?dist}
Version: 5.6.0
Release: 0.1%{?dist}
License: LGPLv2 or LGPLv3 and GFDL
Url: http://www.qt.io
@ -25,8 +25,9 @@ Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtbase-static >= %{version}
BuildRequires: qt5-qtdeclarative-devel >= %{version}
BuildRequires: qt5-qdoc
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Declarative)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Gui)
@ -109,6 +110,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%changelog
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
- Start to implement 5.6.0 beta
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
- Update to final release 5.5.1

View File

@ -1 +1 @@
01ace647bda006b61200f61ebe6ef93b qtquickcontrols-opensource-src-5.5.1.tar.xz
d3df94b69827f940f0f80f993db4b87c qtquickcontrols-opensource-src-5.6.0-beta1.tar.xz