Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a4245e795 |
3 changed files with 10 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@ getid3-2.0.0b5.zip
|
|||
/php-getid3-1.9.20-3c15e35.tgz
|
||||
/php-getid3-1.9.21-36f5dab.tgz
|
||||
/php-getid3-1.9.22-45f20fa.tgz
|
||||
/php-getid3-1.9.23-06c7482.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,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
|
||||
|
|
@ -14,10 +14,10 @@
|
|||
%global pk_project getid3
|
||||
|
||||
Name: php-%{pk_project}
|
||||
Version: 1.9.22
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.23
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: LGPLv3+
|
||||
License: GPL-1.0-or-later OR LGPL-3.0-only OR MPL-2.0
|
||||
Summary: The PHP media file parser
|
||||
URL: https://www.getid3.org/
|
||||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||
|
|
@ -97,6 +97,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 Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9.22-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-getid3-1.9.22-45f20fa.tgz) = 5753a1de535117a4874723320c9d31cdcb57bfb77176a4a7ebd821c9c0f66091b0fae4888dc41aba98688507e2aa77110cee44c9ac8fdff9fb0a0d53b998eadc
|
||||
SHA512 (php-getid3-1.9.23-06c7482.tgz) = dcb4e7c21d2c483dc479edc7f65744117efb6ff93ac4b207276481a63dda6c5961d3999703a8446660e288fa8eeabf1bb7100c6ae38ccea0911aae766f8e5987
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue