From 1e528d9e33c29d627fac4640f210c0f500030ea9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 May 2018 11:07:13 +0200 Subject: v3.1.0 --- php-zendframework-zendservice-recaptcha.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'php-zendframework-zendservice-recaptcha.spec') diff --git a/php-zendframework-zendservice-recaptcha.spec b/php-zendframework-zendservice-recaptcha.spec index ccdafb3..13db3ce 100644 --- a/php-zendframework-zendservice-recaptcha.spec +++ b/php-zendframework-zendservice-recaptcha.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6c6877c07c8ac73b187911ea5d264a640b234361 +%global gh_commit 8caf28e3ab8c18d75534c0741ccd6949347d20e8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project ZendService_ReCaptcha @@ -17,8 +17,8 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{pk_project} -Version: 3.0.0 -Release: 3%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -27,9 +27,6 @@ URL: https://framework.zend.com/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh -# See https://github.com/zendframework/ZendService_ReCaptcha/pull/12 -Patch0: %{name}-pr12.patch - BuildArch: noarch # Tests %if %{with_tests} @@ -38,11 +35,11 @@ BuildRequires: php-json BuildRequires: php-composer(%{gh_owner}/zend-http) >= 2.5.4 BuildRequires: php-composer(%{gh_owner}/zend-json) >= 2.6.1 # From composer.json, "require-dev": { -# "phpunit/phpunit": "^5.7 || ^6.0", +# "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5", # "zendframework/zend-coding-standard": "~1.0.0", # "zendframework/zend-config": "^2.0", # "zendframework/zend-validator": "^2.8.2" -BuildRequires: php-composer(phpunit/phpunit) >= 5.7 +BuildRequires: php-composer(phpunit/phpunit) >= 5.7.27 BuildRequires: php-composer(%{gh_owner}/zend-config) >= 2.0 BuildRequires: php-composer(%{gh_owner}/zend-validator) >= 2.8.2 # Autoloader @@ -75,7 +72,6 @@ Provides: php-composer(%{gh_owner}/%{pk_project}) = %{version} %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 mv LICENSE.md LICENSE @@ -140,6 +136,9 @@ exit $ret %changelog +* Mon May 14 2018 Remi Collet - 3.1.0-1 +- update to 3.1.0 + * Thu Mar 2 2017 Remi Collet - 3.0.0-3 - add patch to skip online tests, from https://github.com/zendframework/ZendService_ReCaptcha/pull/12 -- cgit