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 cf868e1..a4481ee 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -9,7 +9,7 @@  # disabled for https://fedoraproject.org/wiki/Changes/MongoDB_Removal  %bcond_with          tests -%global gh_commit    b35af66631a11ee730ff1fde295f71e89f01f121 +%global gh_commit    38b685191c047a57275d6ccd2ea5c50f23638485  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     mongodb  #global gh_date      20151102 @@ -18,7 +18,7 @@  #global prever       beta2  Name:           php-%{gh_owner} -Version:        1.7.1 +Version:        1.7.2  %if 0%{?gh_date}  Release:        1%{gh_date}git%{gh_short}%{?dist}  %else @@ -170,6 +170,9 @@ exit $ret  %changelog +* Fri Nov  6 2020 Remi Collet <remi@remirepo.net> - 1.7.2-1 +- update to 1.7.2 +  * Mon Oct 12 2020 Remi Collet <remi@remirepo.net> - 1.7.1-1  - update to 1.7.1  | 
