From 81d6749ac12c663dcb676d0756c82a61eeecb396 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Aug 2018 17:07:06 +0200 Subject: v1.6.2 --- php-myclabs-php-enum.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index dbe02ac..1708a7c 100644 --- a/php-myclabs-php-enum.spec +++ b/php-myclabs-php-enum.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8c5649e4ed99acd53a40eada270154dcac089f7e +%global gh_commit ca2f4090a7ecae6f0c67fc9bd07cfb51cdf04219 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project php-enum @@ -20,7 +20,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.6.1 +Version: 1.6.2 Release: 1%{?dist} Summary: PHP Enum implementation @@ -101,7 +101,7 @@ require '%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php'; EOF ret=0 -for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72; do +for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72 php73; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1 @@ -123,6 +123,9 @@ exit $ret %changelog +* Fri Aug 24 2018 Remi Collet - 1.6.2-1 +- update to 1.6.2 + * Mon May 14 2018 Remi Collet - 1.6.1-1 - update to 1.6.1 - raise dependency on PHP 5.4 -- cgit