[php-phpunit-PHPUnit-Selenium/epel7] update to 1.4.0

Remi Collet remi at fedoraproject.org
Mon Aug 4 07:33:48 UTC 2014


commit 62333ae1b6cc2b223d0c50a469ec93366c2916b6
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Aug 4 09:33:38 2014 +0200

    update to 1.4.0

 .gitignore                        |    1 +
 php-phpunit-PHPUnit-Selenium.spec |   18 ++++++++++++++----
 sources                           |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af02baf..54e5ce2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ package*.xml
 /PHPUnit_Selenium-1.3.2.tgz
 /PHPUnit_Selenium-1.3.3.tgz
 /phpunit-selenium-1.3.3.tar.gz
+/phpunit-selenium-1.4.0.tar.gz
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec
index ca5c5c9..4922a8c 100644
--- a/php-phpunit-PHPUnit-Selenium.spec
+++ b/php-phpunit-PHPUnit-Selenium.spec
@@ -6,7 +6,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    e89bfa1080dce9617c9b3e7760d50752974bfbd2
+%global gh_commit    79e29958a9c31b8e56a36a132887f34bd0ba6b15
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   phpunit-selenium
@@ -16,8 +16,8 @@
 # No test, as test suite requires a Selenium server
 
 Name:           php-phpunit-PHPUnit-Selenium
-Version:        1.3.3
-Release:        3%{?dist}
+Version:        1.4.0
+Release:        1%{?dist}
 Summary:        Selenium RC integration for PHPUnit
 
 Group:          Development/Libraries
@@ -29,8 +29,12 @@ BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.3
 
 # From composer.json
+#        "php": ">=5.3.3",
+#        "phpunit/phpunit": "3.7.*",
+#        "ext-curl": "*",
+#        "ext-dom": "*"
 Requires:       php(language) >= 5.3.3
-Requires:       php-pear-PHPUnit >= 3.7.0
+Requires:       php-composer(phpunit/phpunit) >= 3.7.0
 Requires:       php-curl
 Requires:       php-dom
 # From phpcompatinfo report for version 1.3.3
@@ -41,6 +45,8 @@ Requires:       php-reflection
 Requires:       php-spl
 Requires:       php-zip
 
+Provides:       php-composer(phpunit/phpunit-selenium) = %{version}
+
 # For compatibility with PEAR mode
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -90,6 +96,10 @@ fi
 
 
 %changelog
+* Mon Aug  4 2014 Remi Collet <remi at fedoraproject.org> - 1.4.0-1
+- Update to 1.4.0
+- composer dependencies
+
 * Wed Apr 30 2014 Remi Collet <remi at fedoraproject.org> - 1.3.3-3
 - cleanup pear registry
 
diff --git a/sources b/sources
index 1bf7c00..a9951d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf6aea05f918080cfe16558abf14a325  phpunit-selenium-1.3.3.tar.gz
+b2c15831c40b1cf3317b318e3fbf0fce  phpunit-selenium-1.4.0.tar.gz


More information about the scm-commits mailing list