- 5.9.0 Final
This commit is contained in:
parent
7e1d40fb4c
commit
48b1d7e7ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/qt3d-opensource-src-5.8.0.tar.xz
|
||||
/qt3d-opensource-src-5.9.0-beta3.tar.xz
|
||||
/qt3d-opensource-src-5.9.0-rc.tar.xz
|
||||
/qt3d-opensource-src-5.9.0.tar.xz
|
||||
|
@ -3,13 +3,13 @@
|
||||
Summary: Qt5 - Qt3D QML bindings and C++ APIs
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.9.0
|
||||
Release: 0.1.rc%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||
# See also http://doc.qt.io/qt-5/licensing.html
|
||||
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/qt3d-opensource-src-5.9.0.tar.xz
|
||||
|
||||
BuildRequires: qt5-qtbase-static >= %{version}
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
@ -43,7 +43,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}
|
||||
%patch1 -p1 -b .namespace-big-endian.patch
|
||||
|
||||
%build
|
||||
@ -165,6 +165,9 @@ popd
|
||||
%endif
|
||||
|
||||
%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 (qt3d-opensource-src-5.9.0-rc.tar.xz) = b8f23683a360ead1632e08e3af3997a402204afb3a0b29c13f7c533dc0db25b888f1347b8cf19769ec0ac92ce272c6418409ce579273a1e43871d641b718694e
|
||||
SHA512 (qt3d-opensource-src-5.9.0.tar.xz) = 8f1b4d84369ebb656779e4bef94f57a5ff02f681ed861b7f28ce2f671c033ea0f26bdfe97d3521f877e3722eda0487a975bd6d95e10d6f160d8389ec9ba27140
|
||||
|
Loading…
Reference in New Issue
Block a user