diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-02 14:17:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-02 14:17:57 +0100 |
commit | 580cff0664b997eff1e7d651f8bcf5f00f266f6e (patch) | |
tree | fa1d74aacf7fc2b0cefb754da58146d1b3519fb5 | |
parent | ae31ed7a4841f0489d6945f1df17e55804fb2d5c (diff) |
php-phpunit-PHPUnit: 5.7.1
-rw-r--r-- | php-phpunit-PHPUnit.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 75a499c..d1c2508 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c +%global gh_commit 0158307fae98f8013eeac2ff2803fe8d4f6bc1a0 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,7 +17,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 5.7 -%global minor 0 +%global minor 1 %global specrel 1 Name: php-phpunit-PHPUnit @@ -237,6 +237,9 @@ fi %changelog +* Fri Dec 2 2016 Remi Collet <remi@fedoraproject.org> - 5.7.1-1 +- update to 5.7.1 + * Fri Dec 2 2016 Remi Collet <remi@fedoraproject.org> - 5.7.0-1 - update to 5.7.0 |