diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-27 13:07:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-27 13:07:30 +0100 |
commit | 0b07000b08984e736608d9dacadd42715b4a5f4c (patch) | |
tree | 771742da66a4867cfc46d7d086d4b58d7ce31dad | |
parent | c64d4c490076765658860d63085bb2795379716e (diff) |
php-phpunit-PHP-TokenStream: 1.4.11
-rw-r--r-- | php-phpunit-PHP-TokenStream.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHP-TokenStream.spec b/php-phpunit-PHP-TokenStream.spec index 4eee4c5..e18ba79 100644 --- a/php-phpunit-PHP-TokenStream.spec +++ b/php-phpunit-PHP-TokenStream.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 284fb0679dd25fb5ffb56dad92c72860c0a22f1b +%global gh_commit e03f8f67534427a787e21a385a67ec3ca6978ea7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-token-stream @@ -22,7 +22,7 @@ %endif Name: php-phpunit-PHP-TokenStream -Version: 1.4.10 +Version: 1.4.11 Release: 1%{?dist} Summary: Wrapper around PHP tokenizer extension @@ -127,6 +127,9 @@ fi %changelog +* Mon Feb 27 2017 Remi Collet <remi@fedoraproject.org> - 1.4.11-1 +- Update to 1.4.11 + * Thu Feb 23 2017 Remi Collet <remi@fedoraproject.org> - 1.4.10-1 - Update to 1.4.10 |