diff options
| -rw-r--r-- | php-mongodb.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec index d62f12b..ea1e393 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    6405e91ba63955bcd187d3bab9ec7327d17cc4ce +%global gh_commit    32cfb9bbd0bc60a5a13ca9eab7e4803226a5d4a7  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     mongodb  #global gh_date      20151102 @@ -17,7 +17,7 @@  #global prever       beta2  Name:           php-%{gh_owner} -Version:        1.5.0 +Version:        1.5.1  %if 0%{?gh_date}  Release:        1%{gh_date}git%{gh_short}%{?dist}  %else @@ -157,6 +157,9 @@ exit $ret  %changelog +* Thu Nov 14 2019 Remi Collet <remi@remirepo.net> - 1.5.1-1 +- update to 1.5.1 +  * Mon Sep  9 2019 Remi Collet <remi@remirepo.net> - 1.5.0-1  - update to 1.5.0  - raise dependency on PHP 5.6  | 
