- Update for 5.7.1 tentative final packages

This commit is contained in:
Helio Chissini de Castro 2016-12-01 16:31:59 +01:00
parent cb42e91f5e
commit 8b623c48ef
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <helio@kde.org> - 5.7.1-1
- New upstream version
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
- Compiled with gcc

View File

@ -1 +1 @@
c7a769168467f4ea21a5872260c3b46e qtsvg-opensource-src-5.7.0.tar.xz
2af766c103e6f0cabe027e5800bf9d4d qtsvg-opensource-src-5.7.1.tar.xz