From 4f70047e6f5fef273770b1bb3f89b62bee84be27 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 7 Dec 2015 13:40:06 +0100 Subject: [PATCH] 5.6.0 (sync with qt5 copr) --- .gitignore | 1 + qt5-qtserialport.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3019f8f..81c1f6c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtserialport-opensource-src-5.5.0.tar.xz /qtserialport-opensource-src-5.5.1-rc1.tar.xz /qtserialport-opensource-src-5.5.1.tar.xz +/qtserialport-opensource-src-5.6.0-beta1.tar.xz diff --git a/qt5-qtserialport.spec b/qt5-qtserialport.spec index ac42442..189c005 100644 --- a/qt5-qtserialport.spec +++ b/qt5-qtserialport.spec @@ -12,12 +12,12 @@ %endif %endif -## define prerelease rc1 +%define prerelease beta1 Summary: Qt5 - SerialPort component Name: qt5-%{qt_module} -Version: 5.5.1 -Release: 2%{?dist} +Version: 5.6.0 +Release: 0.1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -25,6 +25,7 @@ Url: http://www.qt.io Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz BuildRequires: qt5-qtbase-devel >= %{version} +BuildRequires: qt5-qdoc BuildRequires: pkgconfig(libudev) %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} @@ -136,6 +137,9 @@ popd %changelog +* Tue Nov 03 2015 Helio Chissini de Castro - 5.6.0-0.1 +- Start to implement 5.6.0 beta + * Thu Oct 15 2015 Helio Chissini de Castro - 5.5.1-2 - Update to final release 5.5.1 diff --git a/sources b/sources index 6951d25..4690151 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1065424ad9be54f7635a9a50f35bc187 qtserialport-opensource-src-5.5.1.tar.xz +cc11cf721564a4be48c8fa1aa001992b qtserialport-opensource-src-5.6.0-beta1.tar.xz