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 ea1e393..50ac0d3 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    32cfb9bbd0bc60a5a13ca9eab7e4803226a5d4a7 +%global gh_commit    9480f994de9f70e2ae5a946b21e6fc04bf5a6c3c  %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.1 +Version:        1.5.2  %if 0%{?gh_date}  Release:        1%{gh_date}git%{gh_short}%{?dist}  %else @@ -157,6 +157,9 @@ exit $ret  %changelog +* Tue Jan 14 2020 Remi Collet <remi@remirepo.net> - 1.5.2-1 +- update to 1.5.2 +  * Thu Nov 14 2019 Remi Collet <remi@remirepo.net> - 1.5.1-1  - update to 1.5.1  | 
