diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-28 07:10:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-28 07:10:48 +0200 |
commit | 6505158b4ac8641044ce48a35fb1fb99d4d1a98b (patch) | |
tree | 7a00517644eb9978db9834d9a23fdc2825c8087e | |
parent | 1486d7b7ebcbd256141f52ea84d083f8a829f68b (diff) |
php-phpunit-PHP-CodeCoverage: 3.3.3
-rw-r--r-- | php-phpunit-PHP-CodeCoverage-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHP-CodeCoverage-dev.spec b/php-phpunit-PHP-CodeCoverage-dev.spec index e80d09a..4f537f3 100644 --- a/php-phpunit-PHP-CodeCoverage-dev.spec +++ b/php-phpunit-PHP-CodeCoverage-dev.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 4862dac433cbdb4438b593fa7f79e07559ba157e +%global gh_commit 44cd8e3930e431658d1a5de7d282d5cb37837fd5 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,7 +17,7 @@ %global pear_name PHP_CodeCoverage %global pear_channel pear.phpunit.de %global major 3.3 -%global minor 2 +%global minor 3 %global specrel 1 %if %{bootstrap} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} @@ -166,6 +166,9 @@ fi %changelog +* Sat May 28 2016 Remi Collet <remi@fedoraproject.org> - 3.3.3-1 +- Update to 3.3.3 + * Wed May 25 2016 Remi Collet <remi@fedoraproject.org> - 3.3.2-1 - Update to 3.3.2 |