From be32e234e82b308e9c1731eeb124ddbb5c9cb49c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Jan 2020 17:12:28 +0100 Subject: cleanup --- php-laminas-diagnostics.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-diagnostics.spec b/php-laminas-diagnostics.spec index 410c308..2f664f6 100644 --- a/php-laminas-diagnostics.spec +++ b/php-laminas-diagnostics.spec @@ -18,7 +18,7 @@ Name: php-%{gh_project} Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A set of components for performing diagnostic tests License: BSD @@ -200,7 +200,7 @@ EOF : check compat autoloader php -r ' require "%{buildroot}%{php_home}/Zend%{library}/autoload.php"; -return (class_exists("\\Zend%{library}\\Check\\IniFile") ? 0 : 1); +exit (class_exists("\\Zend%{library}\\Check\\IniFile") ? 0 : 1); ' # testJitFreeSpace have erratic results as rely on free space in builder /tmp @@ -234,6 +234,9 @@ exit $ret %changelog +* Fri Jan 17 2020 Remi Collet - 1.6.0-2 +- cleanup + * Thu Jan 16 2020 Remi Collet - 1.6.0-1 - switch to Laminas -- cgit