summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-27 08:32:06 +0200
committerRemi Collet <remi@remirepo.net>2021-09-27 08:32:06 +0200
commit57a1ea8cfc9c5ff8c79a8bda112aee7ae71b655d (patch)
tree0bd77d68f2559319c3dfa6b61f26489141c7a9cc
parent169f68babde041f93acd0915b35813c41d43e8aa (diff)
update to 1.6.10
-rw-r--r--php-mikey179-vfsstream.spec8
1 files 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 <remi@remirepo.net> - 1.6.10-1
+- update to 1.6.10
+
* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 1.6.9-1
- update to 1.6.9