From 1b69f7b9f0b21221740a4ac644a3e8181cffec7b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Jan 2020 16:17:57 +0100 Subject: cleanup --- php-laminas-inputfilter.spec | 7 +++++-- 1 file 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 - 2.10.1-2 +- cleanup + * Fri Jan 10 2020 Remi Collet - 2.10.1-1 - switch to Laminas -- cgit