diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 20:31:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 20:31:38 +0200 |
commit | b07525c8d850c98d0a2a378b9067b1f0e29031b5 (patch) | |
tree | d92c802cee5b896373e1ca18a9e9f97defc624d4 | |
parent | 7e95a789259936ea6e3b89a1b0f81cf2df54a774 (diff) |
php-phpunit-PHPUnit: 4.8.13
-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 12a1835..a787e4c 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 00194eb95989190a73198390ceca081ad3441a7f +%global gh_commit be067d6105286b74272facefc2697038f8807b77 %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 12 +%global minor 13 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -206,6 +206,9 @@ fi %changelog +* Wed Oct 14 2015 Remi Collet <remi@fedoraproject.org> - 4.8.13-1 +- Update to 4.8.13 + * Mon Oct 12 2015 Remi Collet <remi@fedoraproject.org> - 4.8.12-1 - Update to 4.8.12 |