summaryrefslogtreecommitdiffstats
path: root/php-laminas-cache.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-laminas-cache.spec')
-rw-r--r--php-laminas-cache.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-laminas-cache.spec b/php-laminas-cache.spec
index c3d8adf..05c4e93 100644
--- a/php-laminas-cache.spec
+++ b/php-laminas-cache.spec
@@ -1,6 +1,6 @@
# remirepo/Fedora spec file for php-laminas-cache
#
-# Copyright (c) 2015-2020 Remi Collet
+# Copyright (c) 2015-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -45,8 +45,8 @@
%global gh_ext_mongodb_version 1.0.1
%global gh_ext_mongodb_short %(c=%{gh_ext_mongodb_commit}; echo ${c:0:7})
# Filesystem adapter
-%global gh_filesystem_commit ae1723bcd84efbdae8f20cbb1bacb9ce9c13dbde
-%global gh_filesystem_version 1.0.1
+%global gh_filesystem_commit e803d9942b30396491efbe649a3886450d22385f
+%global gh_filesystem_version 1.1.0
%global gh_filesystem_short %(c=%{gh_filesystem_commit}; echo ${c:0:7})
# Memcache adapter
%global gh_memcache_commit 62d0fab1cd261b44a81821e986c0110d7dda896b
@@ -88,7 +88,7 @@
Name: php-%{gh_project}
Version: 2.10.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: %{namespace} Framework %{library} component
License: BSD
@@ -372,6 +372,9 @@ exit $ret
%changelog
+* Wed Jan 13 2021 Remi Collet <remi@remirepo.net> - 2.10.0-2
+- update laminas-cache-storage-adapter-filesystem to 1.1.0 (no change)
+
* Mon Nov 9 2020 Remi Collet <remi@remirepo.net> - 2.10.0-1
- update to 2.10.0
- bundle all cache storage adapters