From cc90823ef6afeb7d0f791b6aad18fbfbb4e8248d Mon Sep 17 00:00:00 2001 From: yueyaoqiang Date: Fri, 17 Oct 2025 13:36:25 +0800 Subject: [PATCH] convert license to SPDX --- gajim.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gajim.spec b/gajim.spec index 2a7500f..3a640d7 100644 --- a/gajim.spec +++ b/gajim.spec @@ -2,9 +2,9 @@ Name: gajim Version: 1.7.3 -Release: 1 +Release: 2 Summary: Jabber client written in PyGTK -License: GPLv3 +License: GPL-3.0-only URL: https://gajim.org/ Source0: https://gajim.org/downloads/1.7/gajim-%{version}.tar.gz @@ -89,6 +89,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{appid}. %{python3_sitelib}/%{name}-%{version}*.egg-info %changelog +* Fri Oct 17 2025 yueyaoqiang - 1.7.3-2 +- convert license to SPDX + * Wed Sep 03 2025 wangqiang - 1.7.3-1 - Update to 1.7.3 -- Gitee