update to 1.9.17
add weak dependencies on suggested extension
(cherry picked from commit 6dd230c5e5)
This commit is contained in:
parent
2b4e053b08
commit
1f2f6de71b
3 changed files with 16 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ getid3-2.0.0b5.zip
|
|||
/getID3-1.9.14-30bd114.tar.gz
|
||||
/getID3-1.9.15-df9b441.tar.gz
|
||||
/getID3-1.9.16-7aec0d4.tar.gz
|
||||
/getID3-1.9.17-d2e45f2.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please preserve changelog entries
|
||||
#
|
||||
%global gh_commit 7aec0d4f5fc156612f71e415d07996aee6ab8d82
|
||||
%global gh_commit d2e45f2c4f75cc7443e158757ad2d678e318685d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner JamesHeinrich
|
||||
%global gh_project getID3
|
||||
|
|
@ -14,13 +14,12 @@
|
|||
%global pk_project getid3
|
||||
|
||||
Name: php-%{pk_project}
|
||||
Version: 1.9.16
|
||||
Version: 1.9.17
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: LGPLv3+
|
||||
Summary: The PHP media file parser
|
||||
Group: Development/Libraries
|
||||
URL: http://www.getid3.org/
|
||||
URL: https://www.getid3.org/
|
||||
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
|
@ -37,11 +36,17 @@ 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
|
||||
# Optional: dba, mysql, mysqli, sqlite3, rar
|
||||
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
||||
Suggests: php-dba
|
||||
Suggests: php-mysqli
|
||||
Suggests: php-rar
|
||||
Suggests: php-sqlite3
|
||||
%endif
|
||||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
||||
|
|
@ -92,6 +97,10 @@ exit ($ok ? 0 : 1);
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 8 2019 Remi Collet <remi@remirepo.net> - 1.9.17-1
|
||||
- update to 1.9.17
|
||||
- add weak dependencies on suggested extension
|
||||
|
||||
* Thu Oct 18 2018 Remi Collet <remi@remirepo.net> - 1.9.16-1
|
||||
- update to 1.9.16
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (getID3-1.9.16-7aec0d4.tar.gz) = ed17179d79634da5dfc514fb8f563f51884629e502b6c3ad4e21a6ec2a930600030a2dcaa15187fa4f0564d78855b70ef175cefb467aee57d7903bfec2365199
|
||||
SHA512 (getID3-1.9.17-d2e45f2.tar.gz) = 0824840d161e80f597e36d85cd6da4f74181d0b78d0ae1015ea510ec30bbb943919428f981c9dadb684813e93cf10d3137105a32ca710dee908eb7b0cbf79165
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue