diff options
-rw-r--r-- | php-nrk-Predis.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-nrk-Predis.spec b/php-nrk-Predis.spec index 27a8785..1881b28 100644 --- a/php-nrk-Predis.spec +++ b/php-nrk-Predis.spec @@ -15,7 +15,7 @@ %global gh_owner nrk %global gh_project predis -%global gh_commit 2ce537d75e610550f5337e41b2a971417999b028 +%global gh_commit 8be2418f0116572f1937083daf5cceb1bddc9f0d %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.3 +Version: 1.1.4 Release: 1%{?dist} Summary: PHP client library for Redis @@ -135,6 +135,9 @@ fi %changelog +* Mon Aug 31 2020 Remi Collet <remi@remirepo.net> - 1.1.4-1 +- update to 1.1.4 + * Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 1.1.3-1 - update to 1.1.3 (no change) |