summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-22 15:26:24 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-22 15:26:24 +0200
commit373206fe12e2998e7a0cf55bea7ee93a2e856af9 (patch)
tree1b60f8fb74764c41e8df91bb7b03d920fe03e817
parentbbbdf602061fa89911693a9c427ffb611b54f896 (diff)
php-phpunit-PHPUnit-Selenium-1.2.10
-rw-r--r--php-phpunit-PHPUnit-Selenium.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec
index a71e946..bf253c9 100644
--- a/php-phpunit-PHPUnit-Selenium.spec
+++ b/php-phpunit-PHPUnit-Selenium.spec
@@ -4,7 +4,7 @@
%global channel pear.phpunit.de
Name: php-phpunit-PHPUnit-Selenium
-Version: 1.2.9
+Version: 1.2.10
Release: 1%{?dist}
Summary: Selenium RC integration for PHPUnit
@@ -22,9 +22,9 @@ Requires(post): %{__pear}
Requires(postun): %{__pear}
Requires: php-pear(%{channel}/PHPUnit) >= 3.7.0
Requires: php-common >= 5.3.3
-Requires: php-curl, php-dom, php-reflection, php-spl
+Requires: php-curl, php-dom
# phpci detected extensions
-Requires: php-date, php-pcre, php-json
+Requires: php-date, php-pcre, php-json, php-reflection, php-spl
Provides: php-pear(%{channel}/%{pear_name}) = %{version}
@@ -87,6 +87,9 @@ fi
%changelog
+* Mon Oct 22 2012 Remi Collet <remi@fedoraproject.org> - 1.2.10-1
+- Version 1.2.10 (stable) - API 1.2.1 (stable)
+
* Sat Sep 29 2012 Remi Collet <remi@fedoraproject.org> - 1.2.9-1
- Version 1.2.9 (stable) - API 1.2.1 (stable)
- raise dependencies: php 5.3.3, PHPUnit 3.7.0