diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-10-03 11:33:40 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-10-03 11:33:40 +0200 | 
| commit | aa843a587089b8038123a55b0ef55f6f445ce5ab (patch) | |
| tree | 7fa17cbd81f99e475235637dc318a5bea7cc03e1 | |
| parent | d13be35da294e2c1447fbd4254d5bb0878d28733 (diff) | |
php-phpunit-PHPUnit-MockObject: 2.3.0 (normal build)
| -rw-r--r-- | php-phpunit-PHPUnit-MockObject.spec | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec index 4497934..815dd9a 100644 --- a/php-phpunit-PHPUnit-MockObject.spec +++ b/php-phpunit-PHPUnit-MockObject.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global bootstrap    1 +%global bootstrap    0  %global gh_commit    c63d2367247365f688544f0d500af90a11a44c65  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann @@ -22,7 +22,7 @@  Name:           php-phpunit-PHPUnit-MockObject  Version:        2.3.0 -Release:        0%{?dist} +Release:        1%{?dist}  Summary:        Mock Object library for PHPUnit  Group:          Development/Libraries @@ -130,6 +130,11 @@ fi  %changelog +* Fri Oct  3 2014 Remi Collet <remi@fedoraproject.org> - 2.3.0-1 +- update to 2.3.0 for PHPUnit 4.3.0 +- drop dependency on ocramius/instantiator +- add depencency on doctrine/instantiator +  * Fri Oct  3 2014 Remi Collet <remi@fedoraproject.org> - 2.3.0-0  - bootstrap build | 
