- 5.9.0 Final
This commit is contained in:
parent
87da1130b0
commit
8e94723af8
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/qtscript-opensource-src-5.8.0.tar.xz
|
||||
/qtscript-opensource-src-5.9.0-beta3.tar.xz
|
||||
/qtscript-opensource-src-5.9.0-rc.tar.xz
|
||||
/qtscript-opensource-src-5.9.0.tar.xz
|
||||
|
@ -3,12 +3,12 @@
|
||||
Summary: Qt5 - QtScript component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.9.0
|
||||
Release: 0.1.rc%{?dist}
|
||||
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/development_releases/qt/5.9/%{version}-rc/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
||||
Source0: https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtscript-opensource-src-5.9.0.tar.xz
|
||||
|
||||
# add s390(x0 support to Platform.h (taken from webkit)
|
||||
Patch0: qtscript-opensource-src-5.5.0-s390.patch
|
||||
@ -37,7 +37,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}
|
||||
|
||||
%patch0 -p1 -b .s390
|
||||
|
||||
@ -93,6 +93,9 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
|
||||
- Upstream official release
|
||||
|
||||
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
||||
- Upstream Release Candidate retagged
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtscript-opensource-src-5.9.0-rc.tar.xz) = b3da40babbb236352d9f6ffcfeeb06a8a9858fcfee228764f914e2c6963e83f6727b9787eb4b7d44a943f5689d38a855836ec586f51f7a19d1d8fec5309b06ce
|
||||
SHA512 (qtscript-opensource-src-5.9.0.tar.xz) = 263fcaaa24f7b5410eb5fb031c9bdd561aeaa82ae4b254ba27ea6377825d66a755e9a3182278b2bd29883155fc6fa68cc9bc757966191fc3b00cd12b8268b69b
|
||||
|
Loading…
Reference in New Issue
Block a user