Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
afc6e457a4 | ||
|
|
dbfd2ba1e9 | ||
|
|
e939132fdd | ||
|
|
2b26780f96 | ||
|
|
46245e5ae6 | ||
|
|
378f9c423a |
3 changed files with 26 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@ getid3-2.0.0b5.zip
|
||||||
/php-getid3-1.9.21-36f5dab.tgz
|
/php-getid3-1.9.21-36f5dab.tgz
|
||||||
/php-getid3-1.9.22-45f20fa.tgz
|
/php-getid3-1.9.22-45f20fa.tgz
|
||||||
/php-getid3-1.9.23-06c7482.tgz
|
/php-getid3-1.9.23-06c7482.tgz
|
||||||
|
/php-getid3-1.9.24-1e11b9b.tgz
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Please preserve changelog entries
|
# Please preserve changelog entries
|
||||||
#
|
#
|
||||||
%global gh_commit 06c7482532ff2b3f9111b011d880ca6699c8542b
|
%global gh_commit 1e11b9b6eb468b522fe604a42a9fdc8ee759bf8a
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner JamesHeinrich
|
%global gh_owner JamesHeinrich
|
||||||
%global gh_project getID3
|
%global gh_project getID3
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
%global pk_project getid3
|
%global pk_project getid3
|
||||||
|
|
||||||
Name: php-%{pk_project}
|
Name: php-%{pk_project}
|
||||||
Version: 1.9.23
|
Version: 1.9.24
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL-1.0-or-later OR LGPL-3.0-only OR MPL-2.0
|
License: GPL-1.0-or-later OR LGPL-3.0-only OR MPL-2.0
|
||||||
|
|
@ -31,23 +31,17 @@ BuildRequires: php-fedora-autoloader-devel
|
||||||
Requires: php(language) >= 5.3.0
|
Requires: php(language) >= 5.3.0
|
||||||
# from phpcompatinfo for version 1.9.16
|
# from phpcompatinfo for version 1.9.16
|
||||||
Requires: php-simplexml
|
Requires: php-simplexml
|
||||||
Requires: php-ctype
|
|
||||||
Requires: php-date
|
|
||||||
Requires: php-exif
|
Requires: php-exif
|
||||||
Requires: php-filter
|
|
||||||
Requires: php-gd
|
Requires: php-gd
|
||||||
Requires: php-iconv
|
Requires: php-iconv
|
||||||
Requires: php-json
|
Requires: php-json
|
||||||
Requires: php-libxml
|
Requires: php-libxml
|
||||||
Requires: php-mbstring
|
Requires: php-mbstring
|
||||||
Requires: php-pcre
|
|
||||||
Requires: php-xml
|
Requires: php-xml
|
||||||
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
Suggests: php-dba
|
||||||
Suggests: php-dba
|
Suggests: php-mysqli
|
||||||
Suggests: php-mysqli
|
Suggests: php-rar
|
||||||
Suggests: php-rar
|
Suggests: php-sqlite3
|
||||||
Suggests: php-sqlite3
|
|
||||||
%endif
|
|
||||||
# Autoloader
|
# Autoloader
|
||||||
Requires: php-composer(fedora/autoloader)
|
Requires: php-composer(fedora/autoloader)
|
||||||
|
|
||||||
|
|
@ -97,6 +91,24 @@ exit ($ok ? 0 : 1);
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 10 2025 Remi Collet <remi@remirepo.net> - 1.9.24-1
|
||||||
|
- update to 1.9.24
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9.23-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9.23-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9.23-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9.23-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9.23-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Oct 19 2023 Remi Collet <remi@remirepo.net> - 1.9.23-1
|
* Thu Oct 19 2023 Remi Collet <remi@remirepo.net> - 1.9.23-1
|
||||||
- update to 1.9.23
|
- update to 1.9.23
|
||||||
- fix license with SPDX ids
|
- fix license with SPDX ids
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-getid3-1.9.23-06c7482.tgz) = dcb4e7c21d2c483dc479edc7f65744117efb6ff93ac4b207276481a63dda6c5961d3999703a8446660e288fa8eeabf1bb7100c6ae38ccea0911aae766f8e5987
|
SHA512 (php-getid3-1.9.24-1e11b9b.tgz) = 3c45d11e21cdb80dedb1e2acb1343fbbad1633a1e6fe2968e99faf019519ce3cffaf449d0829fb658acdf69ed89040b8b3f6ef9f6b8a4d8552324b2d32a1c928
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue