5.2.0-rc1

This commit is contained in:
Rex Dieter 2013-12-02 14:01:44 -06:00
parent 65d6112063
commit 3a8e6ae2cb
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/qtquickcontrols-opensource-src-5.1.1.tar.xz /qtquickcontrols-opensource-src-5.1.1.tar.xz
/qtquickcontrols-opensource-src-5.2.0-beta1.tar.xz /qtquickcontrols-opensource-src-5.2.0-beta1.tar.xz
/qtquickcontrols-opensource-src-5.2.0-rc1.tar.xz

View File

@ -1,6 +1,6 @@
%global qt_module qtquickcontrols %global qt_module qtquickcontrols
%define pre beta1 %define pre rc1
# define to build docs, need to undef this for bootstrapping # define to build docs, need to undef this for bootstrapping
# where qt5-qttools builds are not yet available # where qt5-qttools builds are not yet available
@ -9,7 +9,7 @@
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.2.0 Version: 5.2.0
Summary: Qt5 - module with set of QtQuick controls Summary: Qt5 - module with set of QtQuick controls
Release: 0.5.%{pre}%{?dist} Release: 0.10.%{pre}%{?dist}
License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL
Url: http://qt-project.org/ Url: http://qt-project.org/
%if 0%{?pre:1} %if 0%{?pre:1}
@ -77,7 +77,6 @@ make install_docs INSTALL_ROOT=%{buildroot}
%doc LGPL_EXCEPTION.txt %doc LGPL_EXCEPTION.txt
%doc header.BSD %doc header.BSD
%if 0%{?docs} %if 0%{?docs}
%files doc %files doc
%{_qt5_docdir}/qtquickcontrols.qch %{_qt5_docdir}/qtquickcontrols.qch
@ -88,6 +87,9 @@ make install_docs INSTALL_ROOT=%{buildroot}
%changelog %changelog
* Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.10.rc1
- 5.2.0-rc1
* Mon Nov 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.beta1 * Mon Nov 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.beta1
- rebuild (arm/qreal) - rebuild (arm/qreal)

View File

@ -1 +1 @@
1f423cd1d0eace2801f2e0d06ab5a3df qtquickcontrols-opensource-src-5.2.0-beta1.tar.xz c13deedbb88243e8d8df6a389a1172df qtquickcontrols-opensource-src-5.2.0-rc1.tar.xz