From 87bbfd8829e4e8b34e9b04e9a48e5d8cc4f1e2f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 May 2021 14:01:17 +0200 Subject: update laminas-cache-storage-adapter-ext-mongodb to 1.1.0 --- php-laminas-cache.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-cache.spec') diff --git a/php-laminas-cache.spec b/php-laminas-cache.spec index bfcd895..e8636dd 100644 --- a/php-laminas-cache.spec +++ b/php-laminas-cache.spec @@ -41,8 +41,8 @@ %global gh_dba_version 1.0.1 %global gh_dba_short %(c=%{gh_dba_commit}; echo ${c:0:7}) # ExtMongodb adapter -%global gh_ext_mongodb_commit 011ec5a8ca721ba012d232b1a01b50a55904b99f -%global gh_ext_mongodb_version 1.0.1 +%global gh_ext_mongodb_commit 5810c3ffb442527b8b3429b0d29dce1ddabc92f2 +%global gh_ext_mongodb_version 1.1.0 %global gh_ext_mongodb_short %(c=%{gh_ext_mongodb_commit}; echo ${c:0:7}) # Filesystem adapter %global gh_filesystem_commit 76fc488c3fa0ad442e4e70f807305c940d1bdcbc @@ -88,7 +88,7 @@ Name: php-%{gh_project} Version: 2.11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -388,6 +388,9 @@ exit $ret %changelog +* Fri May 7 2021 Remi Collet - 2.11.1-1 +- update laminas-cache-storage-adapter-ext-mongodb to 1.1.0 + * 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 -- cgit