From a155a542cbac15df3a1026eff9ca15feda4cb4aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Jan 2017 10:38:55 +0100 Subject: php-phpunit-PHPUnit-Selenium: switch the spec --- php-phpunit-PHPUnit-Selenium.spec | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'php-phpunit-PHPUnit-Selenium.spec') diff --git a/php-phpunit-PHPUnit-Selenium.spec b/php-phpunit-PHPUnit-Selenium.spec index fba9cc1..c24d99e 100644 --- a/php-phpunit-PHPUnit-Selenium.spec +++ b/php-phpunit-PHPUnit-Selenium.spec @@ -1,4 +1,4 @@ -# spec file for php-phpunit-PHPUnit-Selenium +# remirepo/fedora spec file for php-phpunit-PHPUnit-Selenium # # Copyright (c) 2010-2017 Remi Collet # License: CC-BY-SA @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 80a97c3caab00f7fa3eba1e8b75043cf7f4f7298 +%global gh_commit d3aa8984c31efcff7c8829b9bd9ad7ab4c94709c %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: 2.0.1 +Version: 3.0.2 Release: 1%{?dist} Summary: Selenium RC integration for PHPUnit @@ -27,18 +27,18 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php(language) >= 5.3.3 +BuildRequires: php(language) >= 5.6 BuildRequires: %{_bindir}/phpab # From composer.json -# "php": ">=5.3.3", -# "phpunit/phpunit": "~4", +# "php": ">=5.6", +# "phpunit/phpunit": "~5.0", # "sebastian/comparator": "~1.0", # "ext-curl": "*", # "ext-dom": "*" -Requires: php(language) >= 5.3.3 -Requires: php-composer(phpunit/phpunit) >= 4 -Requires: php-composer(phpunit/phpunit) < 5 +Requires: php(language) >= 5.6 +Requires: php-composer(phpunit/phpunit) >= 5 +Requires: php-composer(phpunit/phpunit) < 6 Requires: php-composer(sebastian/comparator) >= 1.0 Requires: php-composer(sebastian/comparator) < 2 Requires: php-curl @@ -110,6 +110,17 @@ fi %changelog +* Fri Apr 22 2016 Remi Collet - 3.0.2-1 +- update to 3.0.2 + +* Tue Mar 29 2016 Remi Collet - 3.0.1-1 +- update to 3.0.1 + +* Sun Feb 28 2016 Remi Collet - 3.0.0-1 +- update to 3.0.0 +- raise dependency on PHPUnit >= 5 +- raise dependency on PHP >= 5.6 + * Sun Feb 28 2016 Remi Collet - 2.0.1-1 - update to 2.0.1 - only support PHP 5 -- cgit