From be070a24cf06d8ee25c09ec8359c5ce2d21564fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Mar 2020 09:37:17 +0200 Subject: update to 2.2.3 (no change) --- php-laminas-diactoros2.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-laminas-diactoros2.spec') diff --git a/php-laminas-diactoros2.spec b/php-laminas-diactoros2.spec index f8efada..64021cf 100644 --- a/php-laminas-diactoros2.spec +++ b/php-laminas-diactoros2.spec @@ -11,7 +11,7 @@ %global gh_owner laminas %global gh_project laminas-diactoros %global zf_name zend-diactoros -%global gh_commit 95178c4751d737cdf9ab0a9f70a42754ac860e7b +%global gh_commit b596c7141f5093aefec94cb5e8745212299e290f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global php_home %{_datadir}/php %global namespace Laminas @@ -27,8 +27,8 @@ %global gh_factory_owner http-interop %global gh_factory_name http-factory-tests -%global gh_factory_version 0.5.0 -%global gh_factory_commit 3c6c62052daeb67ca7dc3e1ea1b72c0f0cc19070 +%global gh_factory_version 0.6.0 +%global gh_factory_commit 92d8b91e7236957d7512ef93e8a237d241671ce7 %global gh_factory_short %(c=%{gh_factory_commit}; echo ${c:0:7}) # Build using "--without tests" to disable tests @@ -37,8 +37,8 @@ %{!?phpdir: %global phpdir %{_datadir}/php} Name: php-%{gh_project}%{major} -Version: 2.2.2 -Release: 2%{?gh_release}%{?dist} +Version: 2.2.3 +Release: 1%{?gh_release}%{?dist} Summary: PSR HTTP Message implementations v%{major} License: BSD @@ -252,6 +252,9 @@ exit $RETURN_CODE %changelog +* Mon Mar 30 2020 Remi Collet - 2.2.3-1 +- update to 2.2.3 (no change) + * Thu Jan 23 2020 Remi Collet - 2.2.2-2 - fix autoloader, ensure functions are not defined twice -- cgit