From 8b623c48efc6e823c9851c4b3011ea318c847ea6 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Thu, 1 Dec 2016 16:31:59 +0100 Subject: [PATCH] - Update for 5.7.1 tentative final packages --- .gitignore | 1 + qt5-qtsvg.spec | 13 +++++++------ sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 518c1f0..d5a2246 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /qtsvg-opensource-src-5.6.0.tar.xz /qtsvg-opensource-src-5.6.1.tar.xz /qtsvg-opensource-src-5.7.0.tar.xz +/qtsvg-opensource-src-5.7.1.tar.xz diff --git a/qt5-qtsvg.spec b/qt5-qtsvg.spec index c1923ac..592a7c0 100644 --- a/qt5-qtsvg.spec +++ b/qt5-qtsvg.spec @@ -3,17 +3,15 @@ %define docs 1 -#define prerelease - Summary: Qt5 - Support for rendering and displaying SVG Name: qt5-%{qt_module} -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.7.1 +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: 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 Patch0: qtsvg-opensource-src-5.6.0-beta1-example-install.patch @@ -54,7 +52,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} %patch0 -p1 %build @@ -121,6 +119,9 @@ popd %changelog +* Wed Nov 09 2016 Helio Chissini de Castro - 5.7.1-1 +- New upstream version + * Mon Jul 04 2016 Helio Chissini de Castro - 5.7.0-2 - Compiled with gcc diff --git a/sources b/sources index 3038dbc..ddc7ce8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7a769168467f4ea21a5872260c3b46e qtsvg-opensource-src-5.7.0.tar.xz +2af766c103e6f0cabe027e5800bf9d4d qtsvg-opensource-src-5.7.1.tar.xz