diff options
Diffstat (limited to 'php-getid3.spec')
-rw-r--r-- | php-getid3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-getid3.spec b/php-getid3.spec index 7f7be99..624fa54 100644 --- a/php-getid3.spec +++ b/php-getid3.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit 0723b77cafe9278618cfb6bc91b75e73705d3de8 +%global gh_commit c6fd499a690ae67eea2eec6b2edba5df13f60f6f %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.18 +Version: 1.9.19 Release: 1%{?dist} Epoch: 1 License: LGPLv3+ @@ -101,6 +101,9 @@ exit ($ok ? 0 : 1); %changelog +* Wed Dec 18 2019 Remi Collet <remi@remirepo.net> - 1.9.19-1 +- update to 1.9.19 + * Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 1.9.18-1 - update to 1.9.18 - use git snapshot for sources |