[php-phpunit-PHPUnit-Selenium] update to 1.4.2

Remi Collet remi at fedoraproject.org
Mon Nov 3 07:49:29 UTC 2014


commit c91665e52d0d7f83ec601b7e3c7f9ad9abdf6ec2
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Nov 3 08:49:34 2014 +0100

    update to 1.4.2

 .gitignore                        |    1 +
 php-phpunit-PHPUnit-Selenium.spec |   15 +++++++++++----
 sources                           |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7656748..b457f24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ package*.xml
 /phpunit-selenium-1.3.3.tar.gz
 /phpunit-selenium-1.4.0.tar.gz
 /phpunit-selenium-1.4.1.tar.gz
+/phpunit-selenium-1.4.2.tar.gz
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec
index abdd507..8c3c20a 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    83a2b834c8395ad9510f7c8f4f46d498ce88565b
+%global gh_commit    c84dd7ca214563868ce216123b7ae9c792beb262
 %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.1
+Version:        1.4.2
 Release:        1%{?dist}
 Summary:        Selenium RC integration for PHPUnit
 
@@ -30,12 +30,13 @@ BuildRequires:  php(language) >= 5.3.3
 
 # From composer.json
 #        "php": ">=5.3.3",
-#        "phpunit/phpunit": ">=3.7",
+#        "phpunit/phpunit": "~3.7|~4.0",
 #        "sebastian/comparator": "~1.0",
 #        "ext-curl": "*",
 #        "ext-dom": "*"
 Requires:       php(language) >= 5.3.3
 Requires:       php-composer(phpunit/phpunit) >= 3.7
+Requires:       php-composer(phpunit/phpunit) <  5
 Requires:       php-composer(sebastian/comparator) >= 1.0
 Requires:       php-composer(sebastian/comparator) <  2
 Requires:       php-curl
@@ -94,11 +95,17 @@ fi
 
 
 %files
-%doc ChangeLog.markdown LICENSE README.md
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%doc ChangeLog.markdown README.md
 %{php_home}/PHPUnit/Extensions/Selenium*
 
 
 %changelog
+* Sun Nov  2 2014 Remi Collet <remi at fedoraproject.org> - 1.4.2-1
+- Update to 1.4.2
+- fix license handling
+
 * Tue Aug 19 2014 Remi Collet <remi at fedoraproject.org> - 1.4.1-1
 - Update to 1.4.1
 - add dependency on sebastian/comparator
diff --git a/sources b/sources
index b9c771c..e898b47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5db4e8e0ee6d6fb292c31c85f30323d  phpunit-selenium-1.4.1.tar.gz
+d42bc988cb25e2c2431dbd7a14c57561  phpunit-selenium-1.4.2.tar.gz


More information about the scm-commits mailing list