diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-29 07:35:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-29 07:35:52 +0200 |
commit | deb2da72d8369dd60a9be00b4355f27fceab85e6 (patch) | |
tree | 37c7ec7a561666c1da64ed9355f77b8b78597f70 | |
parent | 9a710328800cdefdb1a69a70f447403a191033b9 (diff) |
php-phpunit-PHPUnit-Selenium: 3.0.1
-rw-r--r-- | php-phpunit-PHPUnit-Selenium-dev.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit-Selenium-dev.spec b/php-phpunit-PHPUnit-Selenium-dev.spec index 28fda8d..780da95 100644 --- a/php-phpunit-PHPUnit-Selenium-dev.spec +++ b/php-phpunit-PHPUnit-Selenium-dev.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c9f5c49944c057e2b3c6273e1b5b30d244e3aaeb +%global gh_commit facc2c9421a5a784092e0471e30812e711299da7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner giorgiosironi %global gh_project phpunit-selenium @@ -16,7 +16,7 @@ # No test, as test suite requires a Selenium server Name: php-phpunit-PHPUnit-Selenium -Version: 3.0.0 +Version: 3.0.1 Release: 1%{?dist} Summary: Selenium RC integration for PHPUnit @@ -32,7 +32,7 @@ BuildRequires: %{_bindir}/phpab # From composer.json # "php": ">=5.6", -# "phpunit/phpunit": "~5", +# "phpunit/phpunit": "~5.0", # "sebastian/comparator": "~1.0", # "ext-curl": "*", # "ext-dom": "*" @@ -110,6 +110,9 @@ fi %changelog +* Tue Mar 29 2016 Remi Collet <remi@fedoraproject.org> - 3.0.1-1 +- update to 3.0.1 + * Sun Feb 28 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-1 - update to 3.0.0 - raise dependency on PHPUnit >= 5 |