From 51022a72ee308cdb8425599d18fa8b6df04fb729 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Dec 2019 12:39:54 +0100 Subject: v7.5.18 --- phpunit7.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'phpunit7.spec') diff --git a/phpunit7.spec b/phpunit7.spec index 52ed108..941964d 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 4c92a15296e58191a4cd74cff3b34fc8e374174a +%global gh_commit fcf6c4bfafaadc07785528b06385cce88935474d #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 7 %global ver_minor 5 -%global ver_patch 17 +%global ver_patch 18 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -257,7 +257,6 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit ret=0 -# TODO 7.4: Exception: Serialization of 'ReflectionClass' is not allowed for cmd in php php71 php72 php73 php74; do if which $cmd; then if [ $($cmd -r 'echo PHP_VERSION_ID;') -ge 70400 ]; then @@ -280,6 +279,9 @@ exit $ret %changelog +* Fri Dec 6 2019 Remi Collet - 7.5.18-1 +- update to 7.5.18 + * Mon Oct 28 2019 Remi Collet - 7.5.17-1 - update to 7.5.17 -- cgit