From 6d2b510827414c820762078772379d9f20e80bd1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Oct 2019 14:27:01 +0200 Subject: v2.6.1 (no change) --- php-zendframework-zend-memory.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-zendframework-zend-memory.spec b/php-zendframework-zend-memory.spec index 651f1bb..b6c3e3a 100644 --- a/php-zendframework-zend-memory.spec +++ b/php-zendframework-zend-memory.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-memory # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit a01d5eb74012c2a170e1ea1e18486152d2eea5f7 +%global gh_commit 00a733ebbc4e6ec978939c1b09b928174e15808f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-memory @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.0 +Version: 2.6.1 Release: 2%{?dist} Summary: Zend Framework %{library} component -Group: Development/Libraries License: BSD URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz @@ -120,7 +119,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -141,6 +140,9 @@ exit $ret %changelog +* Wed Oct 16 2019 Remi Collet - 2.6.1-2 +- update to 2.6.1 (no change) + * Thu May 3 2018 Remi Collet - 2.6.0-2 - update to 2.6.0 - raise dependency on PHP 5.6 -- cgit