From 8f51cdde73a632ae2443b0facacefc982f19a980 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Oct 2023 16:05:30 +0200 Subject: update to 1.9.23 fix license with SPDX ids --- php-getid3.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-getid3.spec') diff --git a/php-getid3.spec b/php-getid3.spec index 84a5354..2492882 100644 --- a/php-getid3.spec +++ b/php-getid3.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit 45f20faa0f0a24489740392c5b512ddcc36deccd +%global gh_commit 06c7482532ff2b3f9111b011d880ca6699c8542b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner JamesHeinrich %global gh_project getID3 @@ -15,10 +15,10 @@ %global pk_project getid3 Name: php-%{pk_project} -Version: 1.9.22 +Version: 1.9.23 Release: 1%{?dist} Epoch: 1 -License: LGPLv3+ +License: GPL-1.0-or-later AND LGPL-3.0-only AND MPL-2.0 Summary: The PHP media file parser URL: https://www.getid3.org/ Source0: %{name}-%{version}-%{gh_short}.tgz @@ -101,6 +101,10 @@ exit ($ok ? 0 : 1); %changelog +* Thu Oct 19 2023 Remi Collet - 1.9.23-1 +- update to 1.9.23 +- fix license with SPDX ids + * Fri Sep 30 2022 Remi Collet - 1.9.22-1 - update to 1.9.22 -- cgit