From bb1a9745a163e9cb611d27c3d43fa53f5efdbf5f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Jan 2020 15:23:06 +0100 Subject: cleanup --- php-laminas-xml2json.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-xml2json.spec b/php-laminas-xml2json.spec index be35adb..a6cbfb1 100644 --- a/php-laminas-xml2json.spec +++ b/php-laminas-xml2json.spec @@ -23,7 +23,7 @@ Name: php-%{gh_project} Version: 3.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides functionality for converting XML to JSON License: BSD @@ -154,7 +154,7 @@ done : check compat autoloader php -r ' require "%{buildroot}%{php_home}/Zend/%{library}/autoload.php"; -return (class_exists("\\Zend\\%{library}\\%{library}") ? 0 : 1); +exit (class_exists("\\Zend\\%{library}\\%{library}") ? 0 : 1); ' exit $ret @@ -174,6 +174,9 @@ exit $ret %changelog +* Fri Jan 17 2020 Remi Collet - 3.1.2-2 +- cleanup + * Wed Jan 8 2020 Remi Collet - 3.1.2-1 - switch to Laminas -- cgit