From 9bbd83214c7ca2a0ca5ecb9b650342f6f98883e2 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Fri, 2 Dec 2016 15:39:34 +0100 Subject: [PATCH] - Update for 5.7.1 tentative final packages --- .gitignore | 1 + qt5-qt3d.spec | 16 +++++++--------- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 7130963..c8d0f64 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /qt3d-opensource-src-5.6.0.tar.xz /qt3d-opensource-src-5.6.1.tar.xz /qt3d-opensource-src-5.7.0.tar.xz +/qt3d-opensource-src-5.7.1.tar.xz diff --git a/qt5-qt3d.spec b/qt5-qt3d.spec index b362335..093b5ce 100644 --- a/qt5-qt3d.spec +++ b/qt5-qt3d.spec @@ -2,20 +2,17 @@ %define docs 1 -#define prerelease - Summary: Qt5 - Qt3D QML bindings and C++ APIs Name: qt5-%{qt_module} -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.7.1 +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: http://download.qt.io/official_releases/qt/5.7/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz +Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz -BuildRequires: cmake BuildRequires: qt5-qtbase-static >= %{version} BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5XmlPatterns) @@ -27,8 +24,6 @@ BuildRequires: pkgconfig(assimp) Requires: qt5-qtimageformats%{?_isa} >= %{version} -%{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}} - %description Qt 3D provides functionality for near-realtime simulation systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications). @@ -60,7 +55,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}} +%setup -q -n %{qt_module}-opensource-src-%{version} %build @@ -177,6 +172,9 @@ popd %changelog +* Thu Nov 10 2016 Helio Chissini de Castro - 5.7.1-1 +- New upstream version + * Mon Jul 04 2016 Helio Chissini de Castro - 5.7.0- - Compiled with gcc diff --git a/sources b/sources index 884f719..c3b5850 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3219ec1a97c155915b1f0f036f13854e qt3d-opensource-src-5.7.0.tar.xz +99f01224fbd41ff307f2a8f4cb5eaeaf qt3d-opensource-src-5.7.1.tar.xz