5.10.0
This commit is contained in:
parent
43c1d77e06
commit
b97889d007
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/qt3d-opensource-src-5.9.1.tar.xz
|
||||
/qt3d-opensource-src-5.9.2.tar.xz
|
||||
/qt3d-opensource-src-5.9.3.tar.xz
|
||||
/qt3d-everywhere-src-5.10.0.tar.xz
|
||||
|
@ -2,14 +2,14 @@
|
||||
|
||||
Summary: Qt5 - Qt3D QML bindings and C++ APIs
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.9.3
|
||||
Version: 5.10.0
|
||||
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/official_releases/qt/5.9/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||
Source0: https://download.qt.io/official_releases/qt/5.10/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
|
||||
BuildRequires: qt5-qtbase-static >= %{version}
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
@ -48,7 +48,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}
|
||||
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
||||
|
||||
%patch1 -p1 -b .namespace-big-endian.patch
|
||||
|
||||
@ -170,6 +170,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 19 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
|
||||
- 5.10.0
|
||||
|
||||
* Thu Nov 23 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
|
||||
- 5.9.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qt3d-opensource-src-5.9.3.tar.xz) = 885cd32b707087e710c0630dbf30a9638aafcb278e6312e53b850f26bf0f18b1c980d6206d33290418cc6c0478215e88022129450dbf1608c9a74d08e3cd7822
|
||||
SHA512 (qt3d-everywhere-src-5.10.0.tar.xz) = 4dc8c943f892a8c25472b739caa91d03682c385af17812c296601c7de48a3a4ab78d59df9b1289046cee48954a24065404d9bfd91e20350caa4f9b00bd93f520
|
||||
|
Loading…
Reference in New Issue
Block a user