Update to 5.3.0
This commit is contained in:
parent
1001aa3c4f
commit
532b6ac46a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/qtserialport-opensource-src-5.2.1.tar.xz
|
/qtserialport-opensource-src-5.2.1.tar.xz
|
||||||
|
/qtserialport-opensource-src-5.3.0.tar.xz
|
||||||
|
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
Summary: Qt5 - SerialPort component
|
Summary: Qt5 - SerialPort component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.2.1
|
Version: 5.3.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
Url: http://qt-project.org/
|
Url: http://qt-project.org/
|
||||||
%if 0%{?pre:1}
|
%if 0%{?pre:1}
|
||||||
Source0: http://download.qt-project.org/development_releases/qt/5.2/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
|
Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
|
||||||
%else
|
%else
|
||||||
Source0: http://download.qt-project.org/official_releases/qt/5.2/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
@ -115,6 +115,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
|
||||||
|
- 5.3.0
|
||||||
|
|
||||||
* Sat Apr 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
|
* Sat Apr 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
|
||||||
- clean .prl files (buildroot, excessive deps) (#1091630)
|
- clean .prl files (buildroot, excessive deps) (#1091630)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user