From 83a2e922ab805fad236acfafdae87a370c6ff8bf Mon Sep 17 00:00:00 2001 From: liuzhilin Date: Wed, 28 Feb 2024 10:09:26 +0800 Subject: [PATCH] fix source url in spec --- dde-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dde-api.spec b/dde-api.spec index 89af559..00a0f4c 100644 --- a/dde-api.spec +++ b/dde-api.spec @@ -21,10 +21,10 @@ Name: dde-api Version: 5.4.30 -Release: 2 +Release: 3 Summary: Go-lang bingding for dde-daemon License: GPLv3+ -URL: https://shuttle.corp.deepin.com/cache/tasks/19177/unstable-amd64/ +URL: https://github.com/linuxdeepin/dde-api Source0: %{name}-%{version}.tar.gz BuildRequires: git @@ -138,6 +138,9 @@ exit 0 %{_datadir}/gocode/src/%{goipath}/* %changelog +* Wed Feb 28 2024 liuzhilin - 5.4.30-3 +- fix source url in spec + * Tue Nov 21 2023 hanshuang - 5.4.30-2 - update package -- Gitee