From 191f13677bcea32f2e551b7f538d0baa45d2fdbe Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Mon, 23 May 2022 10:10:11 +0800 Subject: [PATCH] Improve the project according to the requirements of compliance improvement --- mpg123.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mpg123.spec b/mpg123.spec index 78b5393..74ccc78 100644 --- a/mpg123.spec +++ b/mpg123.spec @@ -1,9 +1,9 @@ Name: mpg123 Version: 1.29.3 -Release: 1 +Release: 2 Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 -License: LGPLv2+ +License: LGPL-2.1-or-later and GPL-2.0-or-later URL: http://mpg123.org Source0: http://mpg123.org/download/%{name}-%{version}.tar.bz2 @@ -81,6 +81,9 @@ popd %changelog +* Mon May 23 2022 tanyulong - 1.29.3-2 +- Improve the project according to the requirements of compliance improvement + * Tue Jan 18 2022 SimpleUpdate Robot - 1.29.3-1 - Upgrade to version 1.29.3 -- Gitee