From 8533ee540141aab95d73dcf0d2d73a7b2d251b76 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Mon, 14 Sep 2020 14:52:07 +0800 Subject: [PATCH] Fix Source0 --- qt5-qtsensors.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtsensors.spec b/qt5-qtsensors.spec index a1b65ae..ce64a49 100644 --- a/qt5-qtsensors.spec +++ b/qt5-qtsensors.spec @@ -1,11 +1,11 @@ %global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$ Name: qt5-qtsensors Version: 5.11.1 -Release: 5 +Release: 6 Summary: The Qt5 Sensors library License: LGPLv2 with exceptions or GPLv3 with exceptions URL: http://www.qt.io/ -Source0: https://download.qt.io/archive/qt/5.11/5.11.1/submodules/qtsensors-everywhere-src-5.11.1.tar.xz +Source0: https://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtsensors-everywhere-src-5.11.1.tar.xz BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} @@ -69,5 +69,8 @@ popd %{_libdir}/qt5/mkspecs/modules/qt_lib_sensors*.pri %changelog +* Mon Sep 14 2020 liuweibo - 5.11.1-6 +- Fix Source0 + * Fri Feb 14 2020 lingsheng - 5.11.1-5 - Package init