diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-17 16:17:57 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-17 16:17:57 +0100 |
commit | 1b69f7b9f0b21221740a4ac644a3e8181cffec7b (patch) | |
tree | 21fb44fc130511c8950a75e19e7953f8325b6684 | |
parent | c8188c2839e48faf4a2c0e1e8c50925ae80eca98 (diff) |
cleanup
-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 |