- Release candidate
This commit is contained in:
parent
c2704a556e
commit
928abade39
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/qtserialport-opensource-src-5.7.1.tar.xz
|
||||
/qtserialport-opensource-src-5.8.0.tar.xz
|
||||
/qtserialport-opensource-src-5.9.0-beta3.tar.xz
|
||||
/qtserialport-opensource-src-5.9.0-rc.tar.xz
|
||||
|
@ -3,12 +3,12 @@
|
||||
Summary: Qt5 - SerialPort component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.9.0
|
||||
Release: 0.beta.3%{?dist}
|
||||
Release: 0.rc.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: 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}-rc1/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
@ -35,7 +35,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
|
||||
mkdir %{_target_platform}
|
||||
@ -88,6 +88,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 24 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.rc.1
|
||||
- Upstream Release Candidate 1
|
||||
|
||||
* Fri May 05 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
||||
- New upstream beta 3 version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtserialport-opensource-src-5.9.0-beta3.tar.xz) = 4298fa08c6e831ee483cc6e740f944326326017cb1e8bca25a6ead35d7dd6669c989e9c0932ead812e43726141f7930d2f7849bf3ccb15029a8a6383af46bdf0
|
||||
SHA512 (qtserialport-opensource-src-5.9.0-rc.tar.xz) = c409b07631e9d471b7be9e5d5effa22af897237f903c1530822a7a0cc4ff26a53bd858a83256ef5e4e01ed8c9e2005d51580e8be209f504d10e6b2f40b1f2a77
|
||||
|
Loading…
Reference in New Issue
Block a user