From b774e3a1701531f3ec46e94db7ce5ccd9d8aa4b1 Mon Sep 17 00:00:00 2001 From: kang_xiao_qiang Date: Wed, 16 Sep 2020 09:30:04 +0800 Subject: [PATCH] modify source --- qt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt.spec b/qt.spec index 023659e..5407417 100644 --- a/qt.spec +++ b/qt.spec @@ -13,11 +13,11 @@ Name: qt Epoch: 1 Version: 4.8.7 -Release: 48 +Release: 49 Summary: A software toolkit for developing applications License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT URL: http://qt-project.org/ -Source0: https://download.qt-project.org/official_releases/qt/4.8/%{version}/qt-everywhere-opensource-src-%{version}.tar.gz +Source0: https://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz Source1: qconfig-multilib.h Source2: assistant.desktop Source3: designer.desktop @@ -444,6 +444,9 @@ fi %{_qt4_prefix}/examples/ %changelog +* Tue Sep 2020 shaoqiang kang - 1:4.8.7-49 +- Modify source + * Mon May 25 2020 lizhenhua - 1:4.8.7-48 - Fix compile errors for gcc 9 -- Gitee