summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-19 08:24:09 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-19 08:24:09 +0200
commitef3cf6fe0690a715f197ae81a22a07ca437de5fa (patch)
tree85a42edc3e0449c30729ff33cc8a3b9c4da9c71e
parent869a0ca3fb5793f162571c3a99034e8638daa22b (diff)
php-phpunit-PHPUnit-Selenium: 1.4.1
-rw-r--r--php-phpunit-PHPUnit-Selenium.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec
index 3415d1d..d2da4b5 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
@@ -31,11 +31,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
@@ -103,6 +106,10 @@ fi
%changelog
+* Tue Aug 19 2014 Remi Collet <remi@fedoraproject.org> - 1.4.1-1
+- Update to 1.4.1
+- add dependency on sebastian/comparator
+
* Mon Aug 4 2014 Remi Collet <remi@fedoraproject.org> - 1.4.0-1
- Update to 1.4.0
- composer dependencies