diff options
Diffstat (limited to 'php-laminas-xml.spec')
-rw-r--r-- | php-laminas-xml.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-laminas-xml.spec b/php-laminas-xml.spec index 599ea6f..6cea6d6 100644 --- a/php-laminas-xml.spec +++ b/php-laminas-xml.spec @@ -23,7 +23,7 @@ Name: php-%{gh_project} Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Laminas Framework %{library} component License: BSD @@ -75,6 +75,9 @@ Requires: php-spl # Autoloader Requires: php-composer(fedora/autoloader) +# remirepo:2 +Obsoletes: php-ZendFramework2-%{library} < 2.5 +Provides: php-ZendFramework2-%{library} = 1:%{version} # Compatibily ensure by the bridge Obsoletes: php-zendframework-%{zf_name} < 1.2.0-99 Provides: php-zendframework-%{zf_name} = %{version}-99 @@ -139,7 +142,7 @@ done : check compat autoloader php -r ' require "%{buildroot}%{php_home}/Zend%{library}/autoload.php"; -return (class_exists("\\Zend%{library}\\Security") ? 0 : 1); +exit (class_exists("\\Zend%{library}\\Security") ? 0 : 1); ' exit $ret @@ -158,6 +161,9 @@ exit $ret %changelog +* Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 1.2.0-2 +- cleanup + * Wed Jan 8 2020 Remi Collet <remi@remirepo.net> - 1.2.0-1 - switch to Laminas |