diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-24 14:08:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-24 14:08:39 +0200 |
commit | 50ac5a29e247e4a5290cc429615f03002e334555 (patch) | |
tree | 13896e1528c0b546d4f684324849f2d221af36cb | |
parent | 26a0751d3dc600b75b3baaa93196bd1be61cd355 (diff) |
v5.7.21
-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 d7a241c..6315097 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 3cb94a5f8c07a03c8b7527ed7468a2926203f58b +%global gh_commit 3b91adfb64264ddec5a2dee9851f354aa66327db #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 20 +%global minor 21 %global specrel 1 Name: php-phpunit-PHPUnit @@ -246,6 +246,9 @@ fi %changelog +* Sat Jun 24 2017 Remi Collet <remi@remirepo.net> - 5.7.21-1 +- Update to 5.7.21 + * Mon May 22 2017 Remi Collet <remi@remirepo.net> - 5.7.20-1 - Update to 5.7.20 (no change) - raise dependency on sebastian/diff 1.4.3 |