diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-06-06 18:49:02 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-06-06 18:49:02 +0200 | 
| commit | a7033b9003f3b00a0b88519b5dec5402a598a9a3 (patch) | |
| tree | ee60d9542f07f4ffc6b6115913f3efb22a2ea973 | |
| parent | f9d5cf49e121b6ae1db96d5b6f7e44a7bd840017 (diff) | |
php-phpunit-PHPUnit-MockObject: 3.2.1
| -rw-r--r-- | composer-dev.json | 3 | ||||
| -rw-r--r-- | php-phpunit-PHPUnit-MockObject-dev.spec | 12 | 
2 files changed, 13 insertions, 2 deletions
| diff --git a/composer-dev.json b/composer-dev.json index 9890def..29a06e8 100644 --- a/composer-dev.json +++ b/composer-dev.json @@ -28,6 +28,9 @@      "require-dev": {          "phpunit/phpunit": "^5.4"      }, +    "conflict": { +        "phpunit/phpunit": "<5.4.0" +    },      "suggest": {          "ext-soap": "*"      }, diff --git a/php-phpunit-PHPUnit-MockObject-dev.spec b/php-phpunit-PHPUnit-MockObject-dev.spec index 04bf941..d6d8a12 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    314f8c44019b4dfece2571b98938574e6342be59 +%global gh_commit    0dc8fd8e87e0366c22b6c25d1f43c4e2e66847b3  #global gh_date      20150902  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann @@ -16,7 +16,7 @@  %global pear_name    PHPUnit_MockObject  %global pear_channel pear.phpunit.de  %global major        3.2 -%global minor        0 +%global minor        1  %global specrel      1  %if %{bootstrap}  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0} @@ -68,6 +68,10 @@ Requires:       php-soap  Requires:       php-pcre  Requires:       php-reflection  Requires:       php-spl +# From composer.json, "conflict": { +#        "phpunit/phpunit": "<5.4.0" +Conflicts:      php-composer(phpunit/phpunit) < 5.4 +  Provides:       php-composer(phpunit/phpunit-mock-objects) = %{version} @@ -160,6 +164,10 @@ fi  %changelog +* Sat Jun  4 2016 Remi Collet <remi@fedoraproject.org> - 3.2.1-1 +- Update to 3.2.1 (no change) +- ensure cannot be installed with old PHPUnit +  * Fri Jun  3 2016 Remi Collet <remi@fedoraproject.org> - 3.2.0-1  - Update to 3.2.0  - raise build dependency on phpunit >= 5.4 | 
