diff options
| author | Remi Collet <remi@remirepo.net> | 2020-08-31 13:51:23 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-08-31 13:51:23 +0200 | 
| commit | 677ecf06dbcec897c2780932ef62bd46964890a2 (patch) | |
| tree | 3b88b45215f5a4f888d633db1d6c2d2d60bf79aa | |
| parent | 3a2346b260a67be163c35f0009861fc605703ef2 (diff) | |
update to 1.1.4
| -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)  | 
