diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-10 10:49:44 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-10 10:49:44 +0200 |
commit | 35fa2237003fe8ab2983f34d5dc36cc0b54841d3 (patch) | |
tree | c46936a21827c39051c5106a16f170349e305734 | |
parent | 4bd3f98d9e5671a0c87b64520a3c5d2ade10aed5 (diff) |
-rw-r--r-- | php-getid3.spec | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/php-getid3.spec b/php-getid3.spec index b51c442..62848c9 100644 --- a/php-getid3.spec +++ b/php-getid3.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit 06c7482532ff2b3f9111b011d880ca6699c8542b +%global gh_commit 1e11b9b6eb468b522fe604a42a9fdc8ee759bf8a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner JamesHeinrich %global gh_project getID3 @@ -15,7 +15,7 @@ %global pk_project getid3 Name: php-%{pk_project} -Version: 1.9.23 +Version: 1.9.24 Release: 1%{?dist} Epoch: 1 License: GPL-1.0-or-later OR LGPL-3.0-only OR MPL-2.0 @@ -32,23 +32,17 @@ BuildRequires: php-fedora-autoloader-devel Requires: php(language) >= 5.3.0 # from phpcompatinfo for version 1.9.16 Requires: php-simplexml -Requires: php-ctype -Requires: php-date Requires: php-exif -Requires: php-filter Requires: php-gd Requires: php-iconv Requires: php-json Requires: php-libxml Requires: php-mbstring -Requires: php-pcre Requires: php-xml -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -Suggests: php-dba -Suggests: php-mysqli -Suggests: php-rar -Suggests: php-sqlite3 -%endif +Suggests: php-dba +Suggests: php-mysqli +Suggests: php-rar +Suggests: php-sqlite3 # Autoloader Requires: php-composer(fedora/autoloader) @@ -101,6 +95,9 @@ exit ($ok ? 0 : 1); %changelog +* Fri Oct 10 2025 Remi Collet <remi@remirepo.net> - 1.9.24-1 +- update to 1.9.24 + * Thu Oct 19 2023 Remi Collet <remi@remirepo.net> - 1.9.23-1 - update to 1.9.23 - fix license with SPDX ids |