From 5af79787bbe88b2daaa51a370a1411de09bdc70c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 7 Jun 2014 15:20:49 +0200 Subject: php-phpunit-PHPUnit-MockObject: 2.1.3 --- php-phpunit-PHPUnit-MockObject.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec index ad9e985..ace917a 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 4a6423af97d4b4a0010a1ac5addfad4843c3e97b +%global gh_commit 92f4b49d2cd4f2537db7ef969231f3d43c8da957 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit-mock-objects @@ -17,7 +17,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-phpunit-PHPUnit-MockObject -Version: 2.1.2 +Version: 2.1.3 Release: 1%{?dist} Summary: Mock Object library for PHPUnit @@ -36,20 +36,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: %{_bindir}/phpab %if %{with_tests} -BuildRequires: php-pear-PHPUnit >= 4.0.0 +BuildRequires: php-pear-PHPUnit >= 4.1.0 %endif # From composer.json Requires: php(language) >= 5.3.3 -Requires: php-phpunit-Text-Template >= 1.2 -Requires: php-phpunit-Text-Template < 2 +Requires: php-composer(phpunit/php-text-template) >= 1.2 +Requires: php-composer(phpunit/php-text-template) < 2 # From phpcompatinfo report for version 2.0.5 Requires: php-pcre Requires: php-reflection Requires: php-soap Requires: php-spl -Provides: php-composer(phpunit/%{gh_project}) +Provides: php-composer(phpunit/phpunit-mock-objects) = %{version} %description @@ -107,6 +107,9 @@ fi %changelog +* Sat Jun 7 2014 Remi Collet - 2.1.3-1 +- update to 2.1.3 + * Sat Jun 7 2014 Remi Collet - 2.1.2-1 - update to 2.1.2 -- cgit