diff options
Diffstat (limited to 'php-nrk-Predis.spec')
-rw-r--r-- | php-nrk-Predis.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-nrk-Predis.spec b/php-nrk-Predis.spec index 6dd4f17..27a8785 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 82eb18c6c3860849cb6e2ff34b0c4b39d5daee46 +%global gh_commit 2ce537d75e610550f5337e41b2a971417999b028 %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.2 +Version: 1.1.3 Release: 1%{?dist} Summary: PHP client library for Redis @@ -133,7 +133,11 @@ fi %{_datadir}/php/%{ns_project} %{_datadir}/pear/%{ns_project} + %changelog +* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 1.1.3-1 +- update to 1.1.3 (no change) + * Wed Aug 12 2020 Remi Collet <remi@remirepo.net> - 1.1.2-1 - update to 1.1.2 - sources from git snapshot |