diff options
-rw-r--r-- | php-phpunit-PHPUnit-MockObject.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec index e22e7b7..fe184ec 100644 --- a/php-phpunit-PHPUnit-MockObject.spec +++ b/php-phpunit-PHPUnit-MockObject.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 787e06820578ca103b21e323e27f0e2eb0712ae5 +%global gh_commit 253c005852591fd547fc18cd5b7b43a1ec82d8f7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit-mock-objects @@ -21,7 +21,7 @@ %endif Name: php-phpunit-PHPUnit-MockObject -Version: 2.3.2 +Version: 2.3.3 Release: 1%{?dist} Summary: Mock Object library for PHPUnit @@ -134,6 +134,9 @@ fi %changelog +* Fri May 29 2015 Remi Collet <remi@fedoraproject.org> - 2.3.3-1 +- update to 2.3.3 + * Thu May 28 2015 Remi Collet <remi@fedoraproject.org> - 2.3.2-1 - update to 2.3.2 |