diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 10:51:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 10:51:06 +0100 |
commit | e5be7caa0999628fd68aa4e2c06d94e86b1cc1a7 (patch) | |
tree | 649e8134f1e22bdb66b36db4c0ffe4ef576bf051 | |
parent | f81a053949f2e85dca45829047e984ce564f2c41 (diff) |
php-phpunit-PHPUnit: 5.1.7
-rw-r--r-- | php-phpunit-PHPUnit-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit-dev.spec b/php-phpunit-PHPUnit-dev.spec index 290f574..23c44af 100644 --- a/php-phpunit-PHPUnit-dev.spec +++ b/php-phpunit-PHPUnit-dev.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 72e92139712e868c3888ed4dd4d3c3eb365b1bb7 +%global gh_commit d0f7ae467dcbe7a6ad050540c9d1d39a7aefff26 #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.1 -%global minor 6 +%global minor 7 %global specrel 1 Name: php-phpunit-PHPUnit @@ -215,6 +215,9 @@ fi %changelog +* Tue Feb 2 2016 Remi Collet <remi@fedoraproject.org> - 5.1.7-1 +- Update to 5.1.7 + * Fri Jan 29 2016 Remi Collet <remi@fedoraproject.org> - 5.1.6-1 - Update to 5.1.6 |