diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-06 10:06:17 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-06 10:06:17 +0100 |
commit | a8c7ce49a4831b271aab61a399a67daad01be5a1 (patch) | |
tree | 65c99f6a354105e141f59e248705e66feccccde5 /php-nrk-Predis.spec | |
parent | 6d601aa73af80eb8124dc6708a6f5c947f7526b9 (diff) |
update to 1.1.10
Diffstat (limited to 'php-nrk-Predis.spec')
-rw-r--r-- | php-nrk-Predis.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-nrk-Predis.spec b/php-nrk-Predis.spec index ea0bf11..eb761d2 100644 --- a/php-nrk-Predis.spec +++ b/php-nrk-Predis.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-nrk-Predis # -# Copyright (c) 2013-2021 Remi Collet +# Copyright (c) 2013-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -15,7 +15,7 @@ %global gh_owner nrk %global gh_project predis -%global gh_commit cf5c118a077fbab8b9af1482c20952173125c041 +%global gh_commit a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global ns_project Predis @@ -24,7 +24,7 @@ %global pear_channel pear.nrk.io Name: php-nrk-Predis -Version: 1.1.8 +Version: 1.1.10 Release: 1%{?dist} Summary: PHP client library for Redis @@ -132,6 +132,12 @@ fi %changelog +* Thu Jan 6 2022 Remi Collet <remi@remirepo.net> - 1.1.10-1 +- update to 1.1.10 + +* Wed Oct 6 2021 Remi Collet <remi@remirepo.net> - 1.1.9-1 +- update to 1.1.9 + * Thu Sep 30 2021 Remi Collet <remi@remirepo.net> - 1.1.8-1 - update to 1.1.8 |