From 4cefb3412987543231953f9d8e5121401545d8e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Jan 2020 14:33:32 +0100 Subject: cleanup --- php-laminas-i18n-resources.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-i18n-resources.spec b/php-laminas-i18n-resources.spec index b03feb2..37f2a54 100644 --- a/php-laminas-i18n-resources.spec +++ b/php-laminas-i18n-resources.spec @@ -23,7 +23,7 @@ Name: php-%{gh_project} Version: 2.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Laminas Framework %{library} component License: BSD @@ -134,7 +134,7 @@ done : check compat autoloader php -r ' require "%{buildroot}%{php_home}/Zend/I18n/%{library}/autoload.php"; -return (class_exists("\\Zend\\I18n\\%{library}\\Resources") ? 0 : 1); +exit (class_exists("\\Zend\\I18n\\%{library}\\Resources") ? 0 : 1); ' exit $ret @@ -157,6 +157,9 @@ exit $ret %changelog +* Fri Jan 17 2020 Remi Collet - 2.6.1-2 +- cleanup + * Tue Jan 7 2020 Remi Collet - 2.6.1-1 - switch to Laminas -- cgit