From aaee507c4d9a888874ab23cf58386b7910cbab65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 May 2021 07:26:57 +0200 Subject: update to 2.11.1 update laminas-cache-storage-adapter-apcu to 1.1.0 --- php-laminas-cache.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php-laminas-cache.spec') diff --git a/php-laminas-cache.spec b/php-laminas-cache.spec index ad06263..bfcd895 100644 --- a/php-laminas-cache.spec +++ b/php-laminas-cache.spec @@ -11,7 +11,7 @@ # When buid without laminas-session %global bootstrap 0 -%global gh_commit d789161db92a25b065f35f8c915b37d94b496270 +%global gh_commit f888588c3a40916e505658c9e8b8922166b70ec6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-cache @@ -29,8 +29,8 @@ %global gh_apc_version 1.0.1 %global gh_apc_short %(c=%{gh_apc_commit}; echo ${c:0:7}) # APCu adapter -%global gh_apcu_commit 1fdd7585042c1a577f6e630535df1e86e23cf5dc -%global gh_apcu_version 1.0.1 +%global gh_apcu_commit e182aab739d6b03992a9915cc3c7019391a94548 +%global gh_apcu_version 1.1.0 %global gh_apcu_short %(c=%{gh_apcu_commit}; echo ${c:0:7}) # Blackhole adapter %global gh_blackhole_commit 4af1053efd81785a292c2a9442871c075700345a @@ -87,8 +87,8 @@ Name: php-%{gh_project} -Version: 2.11.0 -Release: 2%{?dist} +Version: 2.11.1 +Release: 1%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -388,6 +388,10 @@ exit $ret %changelog +* Tue May 4 2021 Remi Collet - 2.11.1-1 +- update to 2.11.1 +- update laminas-cache-storage-adapter-apcu to 1.1.0 + * Mon May 3 2021 Remi Collet - 2.11.0-2 - update laminas-cache-storage-adapter-blackhole to 1.2.1 - update laminas-cache-storage-adapter-memcache to 1.1.0 -- cgit