diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-06 18:04:43 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-06 18:04:43 +0200 |
commit | 41ff70c27e9ed020f0f7c518ae133d44e9837300 (patch) | |
tree | 7614efd95b4da214ae0c01345e4c8230f122e449 /php-phpunit-PHPUnit-MockObject.spec | |
parent | 8e7db80e8c466aa4f729e87c6ab86e3374d50112 (diff) |
php-phpunit-PHPUnit-MockObject: 2.1.1
Diffstat (limited to 'php-phpunit-PHPUnit-MockObject.spec')
-rw-r--r-- | php-phpunit-PHPUnit-MockObject.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec index ff69b56..81fadd0 100644 --- a/php-phpunit-PHPUnit-MockObject.spec +++ b/php-phpunit-PHPUnit-MockObject.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit da0eb04d8ee95ec2898187e407e519c118d3d27c +%global gh_commit d87a195502b5e139a665c7b2f962381282878aac %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit-mock-objects @@ -17,8 +17,8 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-phpunit-PHPUnit-MockObject -Version: 2.1.0 -Release: 3%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Summary: Mock Object library for PHPUnit Group: Development/Libraries @@ -52,8 +52,7 @@ Requires: php-reflection Requires: php-soap Requires: php-spl -# For compatibility with PEAR mode -Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(phpunit/%{gh_project}) %description @@ -112,6 +111,9 @@ fi %changelog +* Fri Jun 6 2014 Remi Collet <remi@fedoraproject.org> - 2.1.1-1 +- update to 2.1.1 + * Fri May 30 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-3 - upstream fix for php 5.4.29 and 5.5.13 |