summaryrefslogtreecommitdiffstats
path: root/php-getid3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-19 16:05:30 +0200
committerRemi Collet <remi@php.net>2023-10-19 16:05:30 +0200
commit8f51cdde73a632ae2443b0facacefc982f19a980 (patch)
treeec9fc978ea5b7129b41e3bab4e8b1cb543450f7c /php-getid3.spec
parentad6947936c6eba1815f886943cf9dd0707ca7181 (diff)
update to 1.9.23
fix license with SPDX ids
Diffstat (limited to 'php-getid3.spec')
-rw-r--r--php-getid3.spec10
1 files changed, 7 insertions, 3 deletions
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 <remi@remirepo.net> - 1.9.23-1
+- update to 1.9.23
+- fix license with SPDX ids
+
* Fri Sep 30 2022 Remi Collet <remi@remirepo.net> - 1.9.22-1
- update to 1.9.22