summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-laminas-i18n-resources.spec7
1 files 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 <remi@remirepo.net> - 2.6.1-2
+- cleanup
+
* Tue Jan 7 2020 Remi Collet <remi@remirepo.net> - 2.6.1-1
- switch to Laminas