From 87d0ce58a40250c0d0332839c97cf4c8b09c3f33 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Dec 2021 14:54:06 +0100 Subject: update to 2.15.0 --- composer.json | 3 +-- php-laminas-view.spec | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b3f3813..0893c59 100644 --- a/composer.json +++ b/composer.json @@ -80,8 +80,7 @@ }, "autoload-dev": { "files": [ - "polyfill/autoload.php", - "test/autoload.php" + "polyfill/autoload.php" ], "psr-4": { "LaminasTest\\View\\": "test/" diff --git a/php-laminas-view.spec b/php-laminas-view.spec index eea3f08..a7e6bb8 100644 --- a/php-laminas-view.spec +++ b/php-laminas-view.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit ced4133462b917c62d1efc26f982a62b5e319b4b +%global gh_commit af2f714e45eea7f1b1fa6acca2124b824cab3b0b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-view @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.14.2 +Version: 2.15.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -280,7 +280,6 @@ require_once '%{buildroot}%{php_home}/%{namespace}/%{library}/autoload.php'; '%{php_home}/Prophecy/autoload.php', '%{php_home}/Prophecy/PhpUnit/autoload.php', dirname(__DIR__) . '/polyfill/autoload.php', - dirname(__DIR__) . '/test/autoload.php', ]); \Fedora\Autoloader\Dependencies::optional([ '%{php_home}/%{namespace}/Cache/autoload.php', @@ -330,6 +329,9 @@ exit $ret %changelog +* Mon Dec 20 2021 Remi Collet - 2.15.0-1 +- update to 2.15.0 + * Wed Nov 17 2021 Remi Collet - 2.14.2-1 - update to 2.14.2 -- cgit