diff options
-rw-r--r-- | php-laminas-http.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-laminas-http.spec b/php-laminas-http.spec index 9c3fc5d..c14e779 100644 --- a/php-laminas-http.spec +++ b/php-laminas-http.spec @@ -23,7 +23,7 @@ Name: php-%{gh_project} Version: 2.11.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -172,7 +172,10 @@ cat << 'EOF' | tee vendor/autoload.php <?php require_once '%{buildroot}%{php_home}/%{namespace}/%{library}/autoload.php'; \Fedora\Autoloader\Dependencies::required([ - '%{php_home}/%{namespace}/Config/autoload.php', + [ + '%{php_home}/%{namespace}/Config3/autoload.php', + '%{php_home}/%{namespace}/Config/autoload.php', + ], ]); \Fedora\Autoloader\Autoload::addPsr4('%{namespace}Test\\%{library}\\', dirname(__DIR__) . '/test'); EOF @@ -211,6 +214,9 @@ exit $ret %changelog +* Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 2.11.2-2 +- cleanup + * Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 2.11.2-1 - switch to Laminas |