- Release candidate

epel9
Helio Chissini de Castro 8 years ago
parent 9052e54524
commit 74cdb1df06

1
.gitignore vendored

@ -1,3 +1,4 @@
/qtcharts-opensource-src-5.7.1.tar.xz
/qtcharts-opensource-src-5.8.0.tar.xz
/qtcharts-opensource-src-5.9.0-beta3.tar.xz
/qtcharts-opensource-src-5.9.0-rc.tar.xz

@ -3,11 +3,11 @@
Summary: Qt5 - Charts component
Name: qt5-%{qt_module}
Version: 5.9.0
Release: 0.beta.3%{?dist}
Release: 0.1.rc%{?dist}
License: GPLv3
Url: http://www.qt.io
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-beta3/submodules/%{qt_module}-opensource-src-%{version}-beta3.tar.xz
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-rc/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
@ -31,7 +31,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
%build
@ -68,6 +68,9 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%changelog
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
- Upstream Release Candidate retagged
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
- Upstream beta 3

@ -1 +1 @@
SHA512 (qtcharts-opensource-src-5.9.0-beta3.tar.xz) = 2b24e392e7968ba9c8e8311afd5191aff0e0b7fe6c32ec35cbba382022341a6df038c3043fbfec678af7e48ef08f49ad5735fad2490d561c4b5eecf51f663762
SHA512 (qtcharts-opensource-src-5.9.0-rc.tar.xz) = b3e35be3268f78d9cffe40cacb177c743922d46756e1841e3765e60b03070258c01c134a26bfd991fdf7de351502237e456d9ed828f1e1440ddd7c13f0c25fe9

Loading…
Cancel
Save