diff options
| -rw-r--r-- | php-phpunit-PHPUnit-MockObject-dev.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-phpunit-PHPUnit-MockObject-dev.spec b/php-phpunit-PHPUnit-MockObject-dev.spec index fd342cf..5633b23 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    b66bfd55201aa33e8096d8c9bcb762361521c301 +%global gh_commit    43d27a86f24c7eacf886edadcdb4503451485cc7  #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.0 -%global minor        0 +%global minor        1  %global specrel      1  %if %{bootstrap}  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0} @@ -148,6 +148,9 @@ fi  %changelog +* Wed Oct 14 2015 Remi Collet <remi@fedoraproject.org> - 3.0.1-1 +- Update to 3.0.1 +  * Fri Oct  2 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-1  - Update to 3.0.0 | 
