From ef9152d9af8d8114077d1b8ce5ebb1da3489cdd6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Apr 2021 07:40:13 +0200 Subject: update to 2.5.1 (no change) drop ZF compatibility --- php-laminas-diactoros2.spec | 46 +++++++-------------------------------------- 1 file changed, 7 insertions(+), 39 deletions(-) diff --git a/php-laminas-diactoros2.spec b/php-laminas-diactoros2.spec index c57c32b..5d639d7 100644 --- a/php-laminas-diactoros2.spec +++ b/php-laminas-diactoros2.spec @@ -10,8 +10,7 @@ %global gh_owner laminas %global gh_project laminas-diactoros -%global zf_name zend-diactoros -%global gh_commit 4ff7400c1c12e404144992ef43c8b733fd9ad516 +%global gh_commit 53df7b7cd66e0905e6133970a4b90392a7a08075 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global php_home %{_datadir}/php %global namespace Laminas @@ -37,8 +36,8 @@ %{!?phpdir: %global phpdir %{_datadir}/php} Name: php-%{gh_project}%{major} -Version: 2.5.0 -Release: 2%{?gh_release}%{?dist} +Version: 2.5.1 +Release: 1%{?gh_release}%{?dist} Summary: PSR HTTP Message implementations v%{major} License: BSD @@ -127,11 +126,8 @@ Requires: php-spl # Autoloader Requires: php-composer(fedora/autoloader) -# Compatibily ensure by the bridge Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} -Provides: php-composer(zendframework/%{zf_name}) = %{version} Provides: php-autoloader(%{gh_owner}/%{gh_project}) = %{version} -Provides: php-autoloader(zendframework/%{zf_name}) = %{version} Provides: php-composer(psr/http-factory-implementation) = 1.0 Provides: php-composer(psr/http-message-implementation) = 1.0 @@ -178,36 +174,12 @@ if (!function_exists('Laminas\\Diactoros\\createUploadedFile')) { } AUTOLOAD -cat << 'EOF' | tee zf.php - - 2.5.1-1 +- update to 2.5.1 (no change) +- drop ZF compatibility + * Thu Jan 21 2021 Remi Collet - 2.5.0-2 - fix test suite path, from review #1900513 -- cgit