Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc4e306784 |
3 changed files with 10 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ getid3-2.0.0b5.zip
|
|||
/getID3-1.9.13-b9a8564.tar.gz
|
||||
/getID3-1.9.14-30bd114.tar.gz
|
||||
/getID3-1.9.15-df9b441.tar.gz
|
||||
/getID3-1.9.16-7aec0d4.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please preserve changelog entries
|
||||
#
|
||||
%global gh_commit df9b441e547da1018b1be0e239bee095c9962c96
|
||||
%global gh_commit 7aec0d4f5fc156612f71e415d07996aee6ab8d82
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner JamesHeinrich
|
||||
%global gh_project getID3
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
%global pk_project getid3
|
||||
|
||||
Name: php-%{pk_project}
|
||||
Version: 1.9.15
|
||||
Version: 1.9.16
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: LGPLv3+
|
||||
|
|
@ -29,14 +29,16 @@ BuildRequires: php-fedora-autoloader-devel
|
|||
# from composer.json
|
||||
# "php": ">=5.3.0"
|
||||
Requires: php(language) >= 5.3.0
|
||||
# from phpcompatinfo for version 1.9.12
|
||||
# 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-libxml
|
||||
Requires: php-mbstring
|
||||
Requires: php-pcre
|
||||
Requires: php-xml
|
||||
# Optional: dba, mysql, mysqli, sqlite3, rar
|
||||
|
|
@ -90,6 +92,9 @@ exit ($ok ? 0 : 1);
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 18 2018 Remi Collet <remi@remirepo.net> - 1.9.16-1
|
||||
- update to 1.9.16
|
||||
|
||||
* Mon Oct 30 2017 Remi Collet <remi@remirepo.net> - 1.9.15-1
|
||||
- Update to 1.9.15
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (getID3-1.9.15-df9b441.tar.gz) = 12de3d093b2e04af09eca8cec6ef1de565197c70ea7a09737b0d2ee4887f4aa9876ea9b8ed62ca1a6c029c24affad7a8f41e2ba798a4b67fcb573ecce5ee62aa
|
||||
SHA512 (getID3-1.9.16-7aec0d4.tar.gz) = ed17179d79634da5dfc514fb8f563f51884629e502b6c3ad4e21a6ec2a930600030a2dcaa15187fa4f0564d78855b70ef175cefb467aee57d7903bfec2365199
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue