Update to 5.8.0
- New upstream version
This commit is contained in:
parent
2526e69116
commit
2a30a879a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/qtsvg-opensource-src-5.7.1.tar.xz
|
||||
/qtsvg-opensource-src-5.8.0.tar.xz
|
||||
|
@ -1,17 +1,19 @@
|
||||
|
||||
%global qt_module qtsvg
|
||||
|
||||
%define docs 1
|
||||
# To build without qttools doctools package, just undefine docs
|
||||
%ifarch %{arm} %{ix86} x86_64
|
||||
%global docs 1
|
||||
%endif
|
||||
|
||||
Summary: Qt5 - Support for rendering and displaying SVG
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.7.1
|
||||
Release: 3%{?dist}
|
||||
Version: 5.8.0
|
||||
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}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||
Source0: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||
|
||||
Patch0: qtsvg-opensource-src-5.6.0-beta1-example-install.patch
|
||||
|
||||
@ -37,8 +39,8 @@ Requires: qt5-qtbase-devel%{?_isa}
|
||||
%package doc
|
||||
Summary: API documentation for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: qt5-qdoc
|
||||
BuildRequires: qt5-qhelpgenerator
|
||||
BuildRequires: qt5-doctools
|
||||
BuildRequires: qt5-qtbase-doc
|
||||
BuildArch: noarch
|
||||
%description doc
|
||||
%{summary}.
|
||||
@ -110,17 +112,15 @@ popd
|
||||
%license LICENSE.FDL
|
||||
%{_qt5_docdir}/qtsvg.qch
|
||||
%{_qt5_docdir}/qtsvg/
|
||||
%endif
|
||||
|
||||
%if 0%{?_qt5_examplesdir:1}
|
||||
%files examples
|
||||
%{_qt5_examplesdir}/
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
||||
- New upstream version
|
||||
|
||||
* Sat Dec 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
|
||||
- 5.7.1 dec5 snapshot
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtsvg-opensource-src-5.7.1.tar.xz) = b4ba18a81ddf381f635c608f2ca6f339859b964aedf310fea9b4845d50154b5256759583abe14126e6bb86a9daad8a6e597910ce2036af26ae221b925817e260
|
||||
SHA512 (qtsvg-opensource-src-5.8.0.tar.xz) = 75ae6cab2b8e8224db5bc715259beb4b876cf3e2cce908bfc3dcb40f5d7f8f5cca729c9302f7e6f36719c06bee7067f4f68a26fdcaf087f951d3d9076d27fec7
|
||||
|
Loading…
Reference in New Issue
Block a user