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

Remi Collet remi at fedoraproject.org
Tue Aug 19 09:48:06 UTC 2014


commit f492fbbd00378f07e6f561c95b03a86b1816cac6
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Aug 19 11:46:37 2014 +0200

    update to 1.4.1
    
    (cherry picked from commit 72ca3d9d4647b119051f8bdc8f723b935988a828)

 .gitignore                        |    1 +
 php-phpunit-PHPUnit-Selenium.spec |   15 +++++++++++----
 sources                           |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 54e5ce2..7656748 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ package*.xml
 /PHPUnit_Selenium-1.3.3.tgz
 /phpunit-selenium-1.3.3.tar.gz
 /phpunit-selenium-1.4.0.tar.gz
+/phpunit-selenium-1.4.1.tar.gz
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec
index 4922a8c..8b1474d 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    79e29958a9c31b8e56a36a132887f34bd0ba6b15
+%global gh_commit    83a2b834c8395ad9510f7c8f4f46d498ce88565b
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   phpunit-selenium
@@ -16,7 +16,7 @@
 # No test, as test suite requires a Selenium server
 
 Name:           php-phpunit-PHPUnit-Selenium
-Version:        1.4.0
+Version:        1.4.1
 Release:        1%{?dist}
 Summary:        Selenium RC integration for PHPUnit
 
@@ -30,11 +30,14 @@ BuildRequires:  php(language) >= 5.3.3
 
 # From composer.json
 #        "php": ">=5.3.3",
-#        "phpunit/phpunit": "3.7.*",
+#        "phpunit/phpunit": ">=3.7",
+#        "sebastian/comparator": "~1.0",
 #        "ext-curl": "*",
 #        "ext-dom": "*"
 Requires:       php(language) >= 5.3.3
-Requires:       php-composer(phpunit/phpunit) >= 3.7.0
+Requires:       php-composer(phpunit/phpunit) >= 3.7
+Requires:       php-composer(sebastian/comparator) >= 1.0
+Requires:       php-composer(sebastian/comparator) <  2
 Requires:       php-curl
 Requires:       php-dom
 # From phpcompatinfo report for version 1.3.3
@@ -96,6 +99,10 @@ fi
 
 
 %changelog
+* Tue Aug 19 2014 Remi Collet <remi at fedoraproject.org> - 1.4.1-1
+- Update to 1.4.1
+- add dependency on sebastian/comparator
+
 * Mon Aug  4 2014 Remi Collet <remi at fedoraproject.org> - 1.4.0-1
 - Update to 1.4.0
 - composer dependencies
diff --git a/sources b/sources
index a9951d7..b9c771c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2c15831c40b1cf3317b318e3fbf0fce  phpunit-selenium-1.4.0.tar.gz
+f5db4e8e0ee6d6fb292c31c85f30323d  phpunit-selenium-1.4.1.tar.gz


More information about the scm-commits mailing list