From db5f5dc3291256835bc419b5c3e6b958834633bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Aug 2019 16:42:30 +0200 Subject: v2.8.2 --- php-zendframework-zend-paginator.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-zendframework-zend-paginator.spec') diff --git a/php-zendframework-zend-paginator.spec b/php-zendframework-zend-paginator.spec index aacba47..3d7d618 100644 --- a/php-zendframework-zend-paginator.spec +++ b/php-zendframework-zend-paginator.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit fd58828c8280a90f133b9e0af2fe1a7885d47206 +%global gh_commit 2b4d07d9475ed581278a28d065b238a0941402e2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-paginator @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.1 +Version: 2.8.2 Release: 1%{?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 @@ -131,7 +130,7 @@ require_once '%{php_home}/Zend/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php70 php71 php72; do +for cmdarg in "php %{phpunit}" php71 php72; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1 @@ -152,6 +151,9 @@ exit $ret %changelog +* Wed Aug 21 2019 Remi Collet - 2.8.2-1 +- update to 2.8.2 + * Wed Jan 31 2018 Remi Collet - 2.8.1-1 - Update to 2.8.1 -- cgit