diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-30 07:15:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-30 07:15:54 +0100 |
commit | 148f249c297127c02cdbdec7f82920a0234fe01e (patch) | |
tree | 9cc951e199ac2d86672df40dd3114dcbc09a0d73 | |
parent | 32f48300225526c42603b2544ae36cdc2bb97f48 (diff) |
php-phpunit-exporter: 1.2.0
-rw-r--r-- | php-phpunit-exporter.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-exporter.spec b/php-phpunit-exporter.spec index 5d0cb15..d32f28d 100644 --- a/php-phpunit-exporter.spec +++ b/php-phpunit-exporter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 35ab8d385eef068186c83e23ae83c96b0288b3ee +%global gh_commit 84839970d05254c73cde183a721c7af13aede943 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project exporter @@ -21,7 +21,7 @@ %endif Name: php-phpunit-exporter -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist} Summary: Export PHP variables for visualization @@ -112,6 +112,9 @@ fi %changelog +* Fri Jan 30 2015 Remi Collet <remi@fedoraproject.org> - 1.2.0-1 +- update to 1.2.0 + * Sat Jan 24 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-1 - update to 1.1.0 - add dependency on sebastian/recursion-context |