From a601dda56fa973197a23b32aa2e8dedd1deaf542 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Oct 2012 19:19:57 +0200 Subject: php-phpunit-PHPUnit-MockObject: update to 1.2.1 --- php-phpunit-PHPUnit-MockObject.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'php-phpunit-PHPUnit-MockObject.spec') diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec index 07b284f..dd14d03 100644 --- a/php-phpunit-PHPUnit-MockObject.spec +++ b/php-phpunit-PHPUnit-MockObject.spec @@ -1,10 +1,11 @@ +%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %global pear_name PHPUnit_MockObject %global channel pear.phpunit.de Name: php-phpunit-PHPUnit-MockObject -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: Mock Object library for PHPUnit Group: Development/Libraries @@ -20,9 +21,9 @@ BuildRequires: php-channel(%{channel}) Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php-pear(PEAR) >= 1.9.4 -Requires: php-soap >= 5.2.7 +Requires: php-soap >= 5.3.3 Requires: php-pear(%{channel}/Text_Template) >= 1.1.1 -Requires: php-pear(%{channel}/PHPUnit) >= 3.6.0 +Requires: php-pear(%{channel}/PHPUnit) >= 3.7.0 Provides: php-pear(%{channel}/%{pear_name}) = %{version} @@ -49,7 +50,7 @@ cd %{pear_name}-%{version} %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml # Clean up unnecessary files -rm -rf %{buildroot}%{pear_phpdir}/.??* +rm -rf %{buildroot}%{pear_metadir}/.??* # Install XML package description mkdir -p %{buildroot}%{pear_xmldir} @@ -79,6 +80,13 @@ fi %changelog +* Sat Oct 6 2012 Remi Collet - 1.2.1-1 +- Version 1.2.1 (stable) - API 1.2.0 (stable) + +* Thu Sep 20 2012 Remi Collet - 1.2.0-1 +- Version 1.2.0 (stable) - API 1.2.0 (stable) +- raise dependencies: php 5.3.3, PHPUnit 3.7.0 + * Sat Jul 21 2012 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -- cgit