From 53ce65f8959eebaf5db5055d9c68ef77cd997b45 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Oct 2018 10:21:48 +0200 Subject: v1.9.16 --- php-getid3.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'php-getid3.spec') diff --git a/php-getid3.spec b/php-getid3.spec index 76f7f3e..4c5d173 100644 --- a/php-getid3.spec +++ b/php-getid3.spec @@ -7,7 +7,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 @@ -15,7 +15,7 @@ %global pk_project getid3 Name: php-%{pk_project} -Version: 1.9.15 +Version: 1.9.16 Release: 1%{?dist} Epoch: 1 License: LGPLv3+ @@ -30,14 +30,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 @@ -92,6 +94,9 @@ exit ($ok ? 0 : 1); %changelog +* Thu Oct 18 2018 Remi Collet - 1.9.16-1 +- update to 1.9.16 + * Mon Oct 30 2017 Remi Collet - 1.9.15-1 - Update to 1.9.15 -- cgit