From 4e771562ad388622ab6b0e743487aab103ce7000 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 01 2017 03:33:22 +0000 Subject: import qt5-qtwebchannel-5.6.2-1.el7 --- diff --git a/.gitignore b/.gitignore index ac2fe55..78b840a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtwebchannel-opensource-src-5.6.1.tar.xz +SOURCES/qtwebchannel-opensource-src-5.6.2.tar.xz diff --git a/.qt5-qtwebchannel.metadata b/.qt5-qtwebchannel.metadata index b21d4e4..9a76ccf 100644 --- a/.qt5-qtwebchannel.metadata +++ b/.qt5-qtwebchannel.metadata @@ -1 +1 @@ -17b394e8ac29bb7544b2d893a86c03d5542adad0 SOURCES/qtwebchannel-opensource-src-5.6.1.tar.xz +63dfcc3905954bdd8873a21240e98d844714bfec SOURCES/qtwebchannel-opensource-src-5.6.2.tar.xz diff --git a/SPECS/qt5-qtwebchannel.spec b/SPECS/qt5-qtwebchannel.spec index 117bf24..b4bbb3b 100644 --- a/SPECS/qt5-qtwebchannel.spec +++ b/SPECS/qt5-qtwebchannel.spec @@ -2,25 +2,24 @@ %define docs 1 -#define prerelease - Summary: Qt5 - WebChannel component Name: qt5-%{qt_module} -Version: 5.6.1 -Release: 10%{?prerelease:.%{prerelease}}%{?dist} +Version: 5.6.2 +Release: 1%{?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 -Source0: http://download.qt.io/snapshots/qt/5.6/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz +Source0: http://download.qt.io/official_releases/qt/5.6/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz BuildRequires: cmake BuildRequires: qt5-qtbase-devel >= %{version} -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: qt5-qtdeclarative-devel >= %{version} # Qt5WebSockets package is optional and only needed for some examples -BuildRequires: pkgconfig(Qt5WebSockets) +BuildRequires: qt5-qtwebsockets-devel + +BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} @@ -56,7 +55,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}} +%setup -q -n %{qt_module}-opensource-src-%{version} %build @@ -126,6 +125,10 @@ popd %changelog +* Wed Jan 11 2017 Jan Grulich - 5.6.2-1 +- Update to 5.6.2 + Resolves: bz#1384832 + * Tue Aug 30 2016 Jan Grulich - 5.6.1-10 - Increase build version to have newer version than in EPEL Resolves: bz#1317416