5.11.0
This commit is contained in:
parent
e685864182
commit
1317da07fc
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,2 @@
|
||||
/qtscript-opensource-src-5.9.1.tar.xz
|
||||
/qtscript-opensource-src-5.9.2.tar.xz
|
||||
/qtscript-opensource-src-5.9.3.tar.xz
|
||||
/qtscript-everywhere-src-5.10.0.tar.xz
|
||||
/qtscript-everywhere-src-5.10.1.tar.xz
|
||||
/qtscript-everywhere-src-5.11.0.tar.xz
|
||||
|
@ -14,13 +14,14 @@
|
||||
|
||||
Summary: Qt5 - QtScript component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.10.1
|
||||
Release: 4%{?dist}
|
||||
Version: 5.11.0
|
||||
Release: 1%{?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: https://download.qt.io/official_releases/qt/5.10/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
|
||||
# add s390(x0 support to Platform.h (taken from webkit)
|
||||
Patch0: qtscript-opensource-src-5.5.0-s390.patch
|
||||
@ -136,6 +137,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 26 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
||||
- 5.11.0
|
||||
|
||||
* Wed May 09 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-4
|
||||
- %%check: use 'timeout 180' to avoid hanging tests
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtscript-everywhere-src-5.10.1.tar.xz) = 9ebcd57c2095e4e31f9ce38c17cc17f483fabcf4ef0247b87189fdc3651d950d5ec63a013f5a0fab4fb5af44f1f5271231900c0c9a7760772d888fc36473b80c
|
||||
SHA512 (qtscript-everywhere-src-5.11.0.tar.xz) = 837b048748028a97aa3222849cdee55ed15c3c086ff263c38853febdb46dd7b806512e51537b9e596dd6070b6178b6c50194b750cbd6adf52523f70e28b0d9ec
|
||||
|
Loading…
Reference in New Issue
Block a user