5.6.0 (sync with qt5 copr)
This commit is contained in:
parent
89bae71ad9
commit
268002b061
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/qtquickcontrols-opensource-src-5.5.0.tar.xz
|
/qtquickcontrols-opensource-src-5.5.0.tar.xz
|
||||||
/qtquickcontrols-opensource-src-5.5.1-rc1.tar.xz
|
/qtquickcontrols-opensource-src-5.5.1-rc1.tar.xz
|
||||||
/qtquickcontrols-opensource-src-5.5.1.tar.xz
|
/qtquickcontrols-opensource-src-5.5.1.tar.xz
|
||||||
|
/qtquickcontrols-opensource-src-5.6.0-beta1.tar.xz
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
## define prerelease rc1
|
%define prerelease beta1
|
||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Summary: Qt5 - module with set of QtQuick controls
|
Summary: Qt5 - module with set of QtQuick controls
|
||||||
Version: 5.5.1
|
Version: 5.6.0
|
||||||
Release: 2%{?dist}
|
Release: 0.1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2 or LGPLv3 and GFDL
|
License: LGPLv2 or LGPLv3 and GFDL
|
||||||
Url: http://www.qt.io
|
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-devel >= %{version}
|
||||||
BuildRequires: qt5-qtbase-static >= %{version}
|
BuildRequires: qt5-qtbase-static >= %{version}
|
||||||
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
BuildRequires: qt5-qdoc
|
||||||
BuildRequires: pkgconfig(Qt5Quick)
|
BuildRequires: pkgconfig(Qt5Quick)
|
||||||
|
BuildRequires: pkgconfig(Qt5Declarative)
|
||||||
BuildRequires: pkgconfig(Qt5Qml)
|
BuildRequires: pkgconfig(Qt5Qml)
|
||||||
BuildRequires: pkgconfig(Qt5Network)
|
BuildRequires: pkgconfig(Qt5Network)
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
@ -109,6 +110,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
|
||||||
- Update to final release 5.5.1
|
- Update to final release 5.5.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user