From 700326a00529a82ab4f30982bccd358009e87391 Mon Sep 17 00:00:00 2001 From: zhuhongbo Date: Wed, 11 Dec 2024 16:07:43 +0800 Subject: [PATCH] fix: this version add accessible URL --- qt5integration.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5integration.spec b/qt5integration.spec index f2f468b..09446b6 100644 --- a/qt5integration.spec +++ b/qt5integration.spec @@ -11,9 +11,10 @@ Name: dde-qt5integration Version: 5.5.25 -Release: 1 +Release: 2 Summary: Qt platform theme integration plugins for DDE License: GPLv3+ +Url: https://github.com/linuxdeepin/qt5integration Source0: %{name}-%{version}.tar.gz BuildRequires: gcc-c++ @@ -85,6 +86,9 @@ Qt platform theme integration plugins for DDE %{_libdir}/qt5/plugins/iconengines/libxdgicon.so %changelog +* Wed Dec 11 2024 zhuhongbo - 5.5.25-2 +- fix: this version add accessible URL + * Tue Aug 01 2023 leeffo - 5.5.25-1 - upgrade to version 5.5.25 -- Gitee