diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-02 15:31:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-02 15:31:06 +0200 |
commit | dacbc0b99d0db56c42afc64bcbf1f4ff964e0b43 (patch) | |
tree | 4da10fc8d55adc6788187647e6c8cee91540220d | |
parent | c03b335ef5e1b322ffd4adf5917c2e8ef16f292b (diff) |
php-phpunit-PHPUnit: 4.8.10
-rw-r--r-- | php-phpunit-PHPUnit.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 91ceaa3..dd09753 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 73fad41adb5b7bc3a494bb930d90648df1d5e74b +%global gh_commit 463163747474815c5ccd4ae12b5b355ec12158e8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -16,11 +16,11 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 4.8 -%global minor 9 +%global minor 10 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework Group: Development/Libraries @@ -206,6 +206,9 @@ fi %changelog +* Fri Oct 2 2015 Remi Collet <remi@fedoraproject.org> - 4.8.10-1 +- Update to 4.8.10 + * Sun Sep 27 2015 Remi Collet <remi@fedoraproject.org> - 4.8.9-2 - add --atleast-version command option, backported from 5.0 |