- 5.9.0 Final
This commit is contained in:
parent
604c8c6f1f
commit
c67a677a0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/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
|
||||
/qtserialport-opensource-src-5.9.0.tar.xz
|
||||
|
@ -3,12 +3,12 @@
|
||||
Summary: Qt5 - SerialPort component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.9.0
|
||||
Release: 0.1.rc%{?dist}
|
||||
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: https://download.qt.io/development_releases/qt/5.9/%{version}-rc/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
|
||||
Source0: https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtserialport-opensource-src-5.9.0.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}-rc
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
@ -88,6 +88,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
|
||||
- Upstream official release
|
||||
|
||||
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
||||
- Upstream Release Candidate retagged
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtserialport-opensource-src-5.9.0-rc.tar.xz) = c409b07631e9d471b7be9e5d5effa22af897237f903c1530822a7a0cc4ff26a53bd858a83256ef5e4e01ed8c9e2005d51580e8be209f504d10e6b2f40b1f2a77
|
||||
SHA512 (qtserialport-opensource-src-5.9.0.tar.xz) = 5158c5ccd4ab19f69ba1b784d2f0606a6f3dab5eb4a01137450f0a8ed6a830b31b43eaacf7002c77a7f9af25cd3d6e9fb8e1fc67fb6599ac4ba249322fbf3940
|
||||
|
Loading…
Reference in New Issue
Block a user