From 41ff70c27e9ed020f0f7c518ae133d44e9837300 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Jun 2014 18:04:43 +0200 Subject: php-phpunit-PHPUnit-MockObject: 2.1.1 --- php-phpunit-PHPUnit-MockObject.spec | 12 +++++++----- 1 file 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 - 2.1.1-1 +- update to 2.1.1 + * Fri May 30 2014 Remi Collet - 2.1.0-3 - upstream fix for php 5.4.29 and 5.5.13 -- cgit