diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-11 08:53:31 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-11 08:53:31 +0200 | 
| commit | af0530d55e9d69b7aa003fada6efba805b954a8c (patch) | |
| tree | 4c5e3e34d4653278965a3f6ca1c952f5aadf2676 | |
| parent | 677ecf06dbcec897c2780932ef62bd46964890a2 (diff) | |
update to 1.1.5
| -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 1881b28..871aab3 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    8be2418f0116572f1937083daf5cceb1bddc9f0d +%global gh_commit    8ca99f91e45d49f214abc234ce69149591406bbd  %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.4 +Version:        1.1.5  Release:        1%{?dist}  Summary:        PHP client library for Redis @@ -135,6 +135,9 @@ fi  %changelog +* Fri Sep 11 2020 Remi Collet <remi@remirepo.net> - 1.1.5-1 +- update to 1.1.5 +  * Mon Aug 31 2020 Remi Collet <remi@remirepo.net> - 1.1.4-1  - update to 1.1.4  | 
