diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-03-23 13:49:11 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-03-23 13:49:11 +0100 | 
| commit | 34973a165f5ce45e388740a957d6f3834cec4f15 (patch) | |
| tree | 45736969db5d885c05bffb2672ac0a121c85cfa4 | |
| parent | 1b381a2407199c1e6c5a13fab7cbc103b1a93cf8 (diff) | |
php-phpunit-PHPUnit-MockObject: 3.1.0
| -rw-r--r-- | php-phpunit-PHPUnit-MockObject-dev.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/php-phpunit-PHPUnit-MockObject-dev.spec b/php-phpunit-PHPUnit-MockObject-dev.spec index 1a94237..787a472 100644 --- a/php-phpunit-PHPUnit-MockObject-dev.spec +++ b/php-phpunit-PHPUnit-MockObject-dev.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    49bc700750196c04dd6bc2c4c99cb632b893836b +%global gh_commit    0a6d198af94d02956f2eb8bd59d5ab3166dc85da  #global gh_date      20150902  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann @@ -15,8 +15,8 @@  %global php_home     %{_datadir}/php  %global pear_name    PHPUnit_MockObject  %global pear_channel pear.phpunit.de -%global major        3.0 -%global minor        6 +%global major        3.1 +%global minor        0  %global specrel      1  %if %{bootstrap}  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0} @@ -65,7 +65,7 @@ Requires:       php-composer(sebastian/exporter) <  2  # From composer.json, "suggest": {  #        "ext-soap": "*"  Requires:       php-soap -# From phpcompatinfo report for version 3.0.0 +# From phpcompatinfo report for version 3.1.0  Requires:       php-pcre  Requires:       php-reflection  Requires:       php-spl @@ -153,6 +153,9 @@ fi  %changelog +* Wed Mar 23 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-1 +- Update to 3.1.0 +  * Tue Dec  8 2015 Remi Collet <remi@fedoraproject.org> - 3.0.6-1  - Update to 3.0.6 | 
