- Update Qt 5.7.0

This commit is contained in:
Helio Chissini de Castro 2016-07-16 00:24:59 +02:00
parent 82cc3bdc92
commit df826b0cd5
3 changed files with 14 additions and 7 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/qtscript-opensource-src-5.6.0-rc.tar.xz
/qtscript-opensource-src-5.6.0.tar.xz
/qtscript-opensource-src-5.6.1.tar.xz
/qtscript-opensource-src-5.7.0.tar.xz

View File

@ -3,17 +3,17 @@
%define docs 1
#define prerelease
#define prerelease rc
Summary: Qt5 - QtScript component
Name: qt5-%{qt_module}
Version: 5.6.1
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
Version: 5.7.0
Release: 2%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io
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/official_releases/qt/5.7/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
# add s390(x0 support to Platform.h (taken from webkit)
Patch0: qtscript-opensource-src-5.5.0-s390.patch
@ -128,8 +128,14 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
%changelog
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
- Update to 5.6.1
* 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
* Sun Apr 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-4
- BR: qt5-qtbase-private-devel, -devel: Provides: private-devel

View File

@ -1 +1 @@
631d38f242295dd026541c31d15e3bae qtscript-opensource-src-5.6.1.tar.xz
75108b6bab35c0eb7fb6152fbf971ab8 qtscript-opensource-src-5.7.0.tar.xz