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 b420f58..ea0bf11 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 b240daa106d4e02f0c5b7079b41e31ddf66fddf8 +%global gh_commit cf5c118a077fbab8b9af1482c20952173125c041 %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.7 +Version: 1.1.8 Release: 1%{?dist} Summary: PHP client library for Redis @@ -132,6 +132,9 @@ fi %changelog +* Thu Sep 30 2021 Remi Collet <remi@remirepo.net> - 1.1.8-1 +- update to 1.1.8 + * Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 1.1.7-1 - update to 1.1.7 - drop patch merged upstream |