diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 10:46:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 10:46:30 +0100 |
commit | f81a053949f2e85dca45829047e984ce564f2c41 (patch) | |
tree | ddec32b61181c091fe2473bdb7d0bb59959c1ec7 | |
parent | 45e92fe2eb666529732655355706a9a57ec7b003 (diff) |
php-phpunit-PHPUnit: 4.8.22
-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 0fbc676..1adcd9e 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit ea76b17bced0500a28098626b84eda12dbcf119c +%global gh_commit dfb11aa5236376b4fc63853cf746af39fe780e72 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -16,7 +16,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 4.8 -%global minor 21 +%global minor 22 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -206,6 +206,9 @@ fi %changelog +* Tue Feb 2 2016 Remi Collet <remi@fedoraproject.org> - 4.8.22-1 +- Update to 4.8.22 + * Sat Dec 12 2015 Remi Collet <remi@fedoraproject.org> - 4.8.21-1 - Update to 4.8.21 |