From 57a1ea8cfc9c5ff8c79a8bda112aee7ae71b655d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Sep 2021 08:32:06 +0200 Subject: update to 1.6.10 --- php-mikey179-vfsstream.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec index d68bc68..583d528 100644 --- a/php-mikey179-vfsstream.spec +++ b/php-mikey179-vfsstream.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 2257e326dc3d0f50e55d0a90f71e37899f029718 +%global gh_commit 250c0825537d501e327df879fb3d4cd751933b85 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner bovigo %global gh_project vfsStream @@ -15,7 +15,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-%{pk_owner}-%{pk_project} -Version: 1.6.9 +Version: 1.6.10 Release: 1%{?dist} Summary: PHP stream wrapper for a virtual file system @@ -84,6 +84,7 @@ mkdir vendor ln -s %{buildroot}%{_datadir}/php/org/bovigo/vfs/autoload.php vendor/autoload.php # issue with PHP 8 and phpunit 5: unregisterThirdPartyVfsScheme|unregisterWhenNotInRegisteredState +# TODO PHP 8.1 ret=0 for cmd in php php73 php74 php80; do if which $cmd; then @@ -108,6 +109,9 @@ exit $ret %changelog +* Mon Sep 27 2021 Remi Collet - 1.6.10-1 +- update to 1.6.10 + * Mon Jul 19 2021 Remi Collet - 1.6.9-1 - update to 1.6.9 -- cgit