From c53fcc0efaad49a3da5f37325a21b0116e67ef87 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 May 2021 14:08:38 +0200 Subject: update laminas-cache-storage-adapter-blackhole to 1.2.1 update laminas-cache-storage-adapter-memcache to 1.1.0 --- php-laminas-cache.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-laminas-cache.spec') diff --git a/php-laminas-cache.spec b/php-laminas-cache.spec index 23d121d..ad06263 100644 --- a/php-laminas-cache.spec +++ b/php-laminas-cache.spec @@ -33,8 +33,8 @@ %global gh_apcu_version 1.0.1 %global gh_apcu_short %(c=%{gh_apcu_commit}; echo ${c:0:7}) # Blackhole adapter -%global gh_blackhole_commit 78aab2ceac8464e27aa330d2b5bba314b44accee -%global gh_blackhole_version 1.1.1 +%global gh_blackhole_commit 4af1053efd81785a292c2a9442871c075700345a +%global gh_blackhole_version 1.2.1 %global gh_blackhole_short %(c=%{gh_blackhole_commit}; echo ${c:0:7}) # Dba adapter %global gh_dba_commit ad968d3d8a0350af8e6717be58bb96e5a9e77f3b @@ -49,8 +49,8 @@ %global gh_filesystem_version 1.1.1 %global gh_filesystem_short %(c=%{gh_filesystem_commit}; echo ${c:0:7}) # Memcache adapter -%global gh_memcache_commit 62d0fab1cd261b44a81821e986c0110d7dda896b -%global gh_memcache_version 1.0.1 +%global gh_memcache_commit 1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088 +%global gh_memcache_version 1.1.0 %global gh_memcache_short %(c=%{gh_memcache_commit}; echo ${c:0:7}) # Memcached adapter %global gh_memcached_commit f5d35cc2ef6264c76021bcc798569182103baa91 @@ -88,7 +88,7 @@ Name: php-%{gh_project} Version: 2.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -273,7 +273,7 @@ do ext-mongodb|memcache|memcached|mongodb|redis) # skip test requiring a running server ;; - blackhole|dba|zend-server) + dba|zend-server) # skip test no ready for PHPUnit 9 ;; %if %{bootstrap} @@ -388,6 +388,10 @@ exit $ret %changelog +* 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 + * Mon May 3 2021 Remi Collet - 2.11.0-1 - update to 2.11.0 - update laminas-cache-storage-adapter-redis to 1.1.0 -- cgit