- Update Qt 5.7.0
This commit is contained in:
parent
d77e1fe478
commit
a53c1e0b12
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/qtxmlpatterns-opensource-src-5.6.0-rc.tar.xz
|
/qtxmlpatterns-opensource-src-5.6.0-rc.tar.xz
|
||||||
/qtxmlpatterns-opensource-src-5.6.0.tar.xz
|
/qtxmlpatterns-opensource-src-5.6.0.tar.xz
|
||||||
/qtxmlpatterns-opensource-src-5.6.1.tar.xz
|
/qtxmlpatterns-opensource-src-5.6.1.tar.xz
|
||||||
|
/qtxmlpatterns-opensource-src-5.7.0.tar.xz
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
%global qt_module qtxmlpatterns
|
%global qt_module qtxmlpatterns
|
||||||
|
|
||||||
# define to build docs, need to undef this for bootstrapping
|
# define to build docs, need to undef this for bootstrapping
|
||||||
@ -12,12 +11,12 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#define prerelease rc
|
#define prerelease
|
||||||
|
|
||||||
Summary: Qt5 - QtXmlPatterns component
|
Summary: Qt5 - QtXmlPatterns component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.6.1
|
Version: 5.7.0
|
||||||
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
Release: 2%{?dist}
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
@ -140,6 +139,15 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
|
||||||
|
- Compiled with gcc
|
||||||
|
|
||||||
|
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
|
||||||
|
- Qt 5.7.0 release
|
||||||
|
|
||||||
|
* Thu Jun 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-0.1
|
||||||
|
- Prepare 5.7.0 release
|
||||||
|
|
||||||
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
||||||
- Update to 5.6.1
|
- Update to 5.6.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user