diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-02 07:44:25 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-02 07:44:25 +0200 |
commit | 86445be5523e928c44b17453142058e7fee08f9d (patch) | |
tree | 81953f119df85f239e450b6c0e2ab6853ddf3103 | |
parent | de1aaab4d6984b1ea8394c152b0fbd37d3fc2a04 (diff) |
php-true-punycode: 2.0.1
-rw-r--r-- | php-true-punycode.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-true-punycode.spec b/php-true-punycode.spec index 3c6f6aa..a790ad5 100644 --- a/php-true-punycode.spec +++ b/php-true-punycode.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 13d3aada7d7d5d1812316031d8d85f5d97178c4e +%global gh_commit b672918d992b84f8016bbe353a42516928393c63 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner true %global gh_project php-punycode @@ -15,7 +15,7 @@ # Notice: single file / class, so no need to provide an autoloader for now Name: php-true-punycode -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: A Bootstring encoding of Unicode for IDNA @@ -81,6 +81,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 2 2015 Remi Collet <remi@fedoraproject.org> - 2.0.1-1 +- update to version 2.0.1 (no change) + * Sun Aug 9 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 - update to version 2.0.0 |