[php-phpunit-PHPUnit-Selenium/f19] update to 1.3.3

Remi Collet remi at fedoraproject.org
Sun Jan 12 07:26:21 UTC 2014


commit 18828cf506649d36fcf66f182b24d314094196de
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Jan 12 08:26:26 2014 +0100

    update to 1.3.3

 .gitignore                        |    4 +++-
 php-phpunit-PHPUnit-Selenium.spec |   23 ++++++++++++++++++-----
 sources                           |    2 +-
 3 files changed, 22 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4fc524b..0a539e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-*~
+php-phpunit-PHPUnit-Selenium.spec~
+clog
 package*.xml
 /PHPUnit_Selenium-1.0.2.tgz
 /PHPUnit_Selenium-1.0.3.tgz
@@ -20,3 +21,4 @@ package*.xml
 /PHPUnit_Selenium-1.3.0.tgz
 /PHPUnit_Selenium-1.3.1.tgz
 /PHPUnit_Selenium-1.3.2.tgz
+/PHPUnit_Selenium-1.3.3.tgz
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec
index 99f3e9a..3f76587 100644
--- a/php-phpunit-PHPUnit-Selenium.spec
+++ b/php-phpunit-PHPUnit-Selenium.spec
@@ -12,7 +12,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
@@ -93,6 +102,10 @@ fi
 
 
 %changelog
+* Fri Nov 22 2013 Remi Collet <remi at fedoraproject.org> - 1.3.3-1
+- Update to 1.3.3 (stable)
+- improve description
+
 * Mon Aug 26 2013 Remi Collet <remi at fedoraproject.org> - 1.3.2-1
 - Update to 1.3.2
 
diff --git a/sources b/sources
index 8a33570..2482dde 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da25377de899afdb8ccc3f1238e9bb55  PHPUnit_Selenium-1.3.2.tgz
+33ee2caf975d6e657ee63f24d4224956  PHPUnit_Selenium-1.3.3.tgz


More information about the scm-commits mailing list