summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-11-22 10:55:58 +0100
committerRemi Collet <fedora@famillecollet.com>2013-11-22 10:55:58 +0100
commit03c4506d420c5f8ba24182dda4180823dacc6d97 (patch)
treeff02819b657cd14ff6bef430a289fcf6a9e92093
parent85680646490a512762f0b67aab8acdee17444b52 (diff)
php-phpunit-PHPUnit-Selenium: 1.3.3
-rw-r--r--php-phpunit-PHPUnit-Selenium.spec23
1 files changed, 18 insertions, 5 deletions
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec
index 9b71ad8..bee140e 100644
--- a/php-phpunit-PHPUnit-Selenium.spec
+++ b/php-phpunit-PHPUnit-Selenium.spec
@@ -11,7 +11,7 @@
%global pear_channel pear.phpunit.de
Name: php-phpunit-PHPUnit-Selenium
-Version: 1.3.2
+Version: 1.3.3
Release: 1%{?dist}
Summary: Selenium RC integration for PHPUnit
@@ -27,22 +27,31 @@ BuildRequires: php-channel(%{pear_channel})
Requires(post): %{__pear}
Requires(postun): %{__pear}
-Requires: php-pear(%{pear_channel}/PHPUnit) >= 3.7.0
+# From package.xml
Requires: php(language) >= 5.3.3
+Requires: php-pear(PEAR) >= 1.9.4
+Requires: php-channel(%{pear_channel})
+Requires: php-pear(%{pear_channel}/PHPUnit) >= 3.7.0
Requires: php-curl
Requires: php-dom
-# phpcompatinfo detected extensions in 1.3.2
+# From phpcompatinfo report for version 1.3.3
Requires: php-date
-Requires: php-pcre
Requires: php-json
+Requires: php-pcre
Requires: php-reflection
Requires: php-spl
+Requires: php-zip
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
%description
-Selenium RC integration for PHPUnit
+Selenium RC integration for PHPUnit.
+
+This package contains a base Testcase Class that can be used to run end-to-end
+tests against Selenium 2 (using its Selenium 1 backward compatible Api).
+
+Optional dependency: XDebug (php-pecl-xdebug)
%prep
@@ -99,6 +108,10 @@ fi
%changelog
+* Fri Nov 22 2013 Remi Collet <remi@fedoraproject.org> - 1.3.3-1
+- Update to 1.3.3 (stable)
+- improve description
+
* Mon Aug 26 2013 Remi Collet <remi@fedoraproject.org> - 1.3.2-1
- Update to 1.3.2