From ad71c65261189fe536360d73c23c20daa11d6f83 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Jun 2022 07:12:48 +0200 Subject: update to 3.8.0 --- php-laminas-di3.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'php-laminas-di3.spec') diff --git a/php-laminas-di3.spec b/php-laminas-di3.spec index 8656153..f0e28e8 100644 --- a/php-laminas-di3.spec +++ b/php-laminas-di3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 80c90d68bc15d4e094a609760144ce1d1aad0a79 +%global gh_commit 0335b07367eb63302a57cc30d096aa1f20664dba %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-di @@ -22,8 +22,8 @@ %endif Name: php-%{gh_project}%{major} -Version: 3.7.0 -Release: 2%{?dist} +Version: 3.8.0 +Release: 1%{?dist} Summary: Laminas Framework %{library} component v%{major} License: BSD @@ -59,7 +59,7 @@ BuildRequires: (php-composer(phpspec/prophecy-phpunit) >= 2.0 BuildRequires: php-laminas-stdlib >= 3.6 BuildRequires: php-psr-container >= 1.1.1 BuildRequires: php-PsrLog >= 1.1.4 -BuildRequires: php-laminas-servicemanager >= 3.7 +BuildRequires: php-laminas-servicemanager >= 3.12 BuildRequires: php-mikey179-vfsstream >= 1.6.7 BuildRequires: php-phpspec-prophecy-phpunit >= 2.0 %endif @@ -148,6 +148,7 @@ cat << 'EOF' | tee vendor/autoload.php - 3.8.0-1 +- update to 3.8.0 + * Thu Jun 23 2022 Remi Collet - 3.7.0-2 - drop dependency on container-interop/container-interop replaced by servicemanager >= 3.12 -- cgit