summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHPUnit-MockObject.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-07 19:19:57 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-07 19:19:57 +0200
commita601dda56fa973197a23b32aa2e8dedd1deaf542 (patch)
tree6bc77aa108d9b4825ad4082ceb0ca1ce54403760 /php-phpunit-PHPUnit-MockObject.spec
parent6ed52767a90c90d27594813018dd72691b24a6cd (diff)
php-phpunit-PHPUnit-MockObject: update to 1.2.1
Diffstat (limited to 'php-phpunit-PHPUnit-MockObject.spec')
-rw-r--r--php-phpunit-PHPUnit-MockObject.spec18
1 files changed, 13 insertions, 5 deletions
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 <remi@fedoraproject.org> - 1.2.1-1
+- Version 1.2.1 (stable) - API 1.2.0 (stable)
+
+* Thu Sep 20 2012 Remi Collet <remi@fedoraproject.org> - 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 <rel-eng@lists.fedoraproject.org> - 1.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild