diff options
-rw-r--r-- | php-laminas-inputfilter.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index eac58de..e74a362 100644 --- a/php-laminas-inputfilter.spec +++ b/php-laminas-inputfilter.spec @@ -23,7 +23,7 @@ Name: php-%{gh_project} Version: 2.10.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -164,7 +164,7 @@ EOF : check compat autoloader php -r ' require "%{buildroot}%{php_home}/Zend/%{library}/autoload.php"; -return (class_exists("\\Zend\\%{library}\\Message") ? 0 : 1); +exit (class_exists("\\Zend\\%{library}\\Input") ? 0 : 1); ' : upstream test suite @@ -192,6 +192,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 2.10.1-2 +- cleanup + * Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 2.10.1-1 - switch to Laminas |