diff options
Diffstat (limited to 'php-laminas-xml2json.spec')
-rw-r--r-- | php-laminas-xml2json.spec | 7 |
1 files 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 <remi@remirepo.net> - 3.1.2-2 +- cleanup + * Wed Jan 8 2020 Remi Collet <remi@remirepo.net> - 3.1.2-1 - switch to Laminas |