diff options
-rw-r--r-- | php-laminas-diagnostics.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.6.0-2 +- cleanup + * Thu Jan 16 2020 Remi Collet <remi@remirepo.net> - 1.6.0-1 - switch to Laminas |