diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-23 06:38:00 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-23 06:38:00 +0200 |
commit | 2402c761f1a3b03dae89c06e4dd4ccbdc8570dd5 (patch) | |
tree | 7b0c32bc3b44abd66994cc2e69e962115899229d | |
parent | de2909f0349cd7b7a2796c7ef14ca66fe40ebff1 (diff) |
php-lukasreschke-id3parser: 0.0.3
-rw-r--r-- | php-lukasreschke-id3parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-lukasreschke-id3parser.spec b/php-lukasreschke-id3parser.spec index 35f88df..b5e3b4d 100644 --- a/php-lukasreschke-id3parser.spec +++ b/php-lukasreschke-id3parser.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 89c8a68920cffcd7ffda7c6e6987958d56e36a84 +%global gh_commit 62f4de76d4eaa9ea13c66dacc1f22977dace6638 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner LukasReschke %global gh_project ID3Parser @@ -14,7 +14,7 @@ %global pk_project id3parser Name: php-%{pk_owner}-%{pk_project} -Version: 0.0.2 +Version: 0.0.3 Release: 1%{?dist} Summary: ID3 parser library @@ -90,6 +90,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 23 2016 Remi Collet <remi@fedoraproject.org> - 0.0.3-1 +- update to 0.0.3 + * Wed Sep 7 2016 Remi Collet <remi@fedoraproject.org> - 0.0.2-1 - update to 0.0.2 (no change) - add upstream LICENSE file |