- Update Qt 5.7.0
This commit is contained in:
parent
b415379f48
commit
3cb73b0755
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@
|
||||
/qtgraphicaleffects-opensource-src-5.6.0-rc.tar.xz
|
||||
/qtgraphicaleffects-opensource-src-5.6.0.tar.xz
|
||||
/qtgraphicaleffects-opensource-src-5.6.1.tar.xz
|
||||
/qtgraphicaleffects-opensource-src-5.7.0-rc.tar.xz
|
||||
/qtgraphicaleffects-opensource-src-5.7.0.tar.xz
|
||||
|
||||
@ -7,13 +7,13 @@
|
||||
|
||||
Summary: Qt5 - QtGraphicalEffects component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.6.1
|
||||
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
||||
Version: 5.7.0
|
||||
Release: 0.1%{?prerelease:.%{prerelease}}%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
Source0: http://download.qt.io/snapshots/qt/5.6/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
|
||||
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
|
||||
|
||||
# debuginfo.list ends up empty/blank anyway, since the included qml is *basically* noarch
|
||||
# todo: look into making this pkg proper noarch instead
|
||||
@ -83,6 +83,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 13 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-0.1
|
||||
- Prepare for 5.7.0
|
||||
|
||||
* Thu Jun 09 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
|
||||
- Update to 5.6.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user