diff --git a/.gitignore b/.gitignore index d6e1c4a..f2aef50 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /qtwebchannel-opensource-src-5.5.1.tar.xz /qtwebchannel-opensource-src-5.6.0-beta1.tar.xz /qtwebchannel-opensource-src-5.6.0-rc.tar.xz +/qtwebchannel-opensource-src-5.6.0.tar.xz diff --git a/qt5-qtwebchannel.spec b/qt5-qtwebchannel.spec index 7fc2ce8..ae529eb 100644 --- a/qt5-qtwebchannel.spec +++ b/qt5-qtwebchannel.spec @@ -2,22 +2,18 @@ %define docs 1 -%define prerelease rc +#define prerelease Summary: Qt5 - WebChannel component Name: qt5-%{qt_module} Version: 5.6.0 -Release: 0.8.%{prerelease}%{?dist} +Release: 1%{?prerelease:.%{prerelease}}%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://doc.qt.io/qt-5/licensing.html License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://qt.io -%if 0%{?prerelease:1} -Source0: http://download.qt.io/development_releases/qt/5.6/%{version}-%{prerelease}/submodules/%{qt_module}-opensource-src-%{version}-%{prerelease}.tar.xz -%else -Source0: http://download.qt.io/official_releases/qt/5.6/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz -%endif +Source0: http://download.qt.io/snapshots/qt/5.6/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz BuildRequires: cmake BuildRequires: qt5-qtbase-devel >= %{version} @@ -130,6 +126,9 @@ popd %changelog +* Mon Mar 14 2016 Helio Chissini de Castro - 5.6.0-1 +- 5.6.0 final release + * Tue Feb 23 2016 Helio Chissini de Castro - 5.6.0-0.8.rc - Update to final RC diff --git a/sources b/sources index 36fd4d5..d30154f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42dbeccf66a8d6fb7cf1867068181a00 qtwebchannel-opensource-src-5.6.0-rc.tar.xz +7c08ee90b803e79bb1c56d95fad86b07 qtwebchannel-opensource-src-5.6.0.tar.xz