diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-12 14:31:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-12 14:31:19 +0200 |
commit | 2cf9ab9a438a9c13e13546586e125fe910e752be (patch) | |
tree | 00366b554b0ab9cc7ba52f6189808ddaa04980dc /php-mongodb.spec | |
parent | 043b5775293d3f3019083f21f9aa04d26c375832 (diff) |
v1.7.1
Diffstat (limited to 'php-mongodb.spec')
-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 2b976a1..cf868e1 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 cdeff1d45e4da6c6f70fc495e8e8a628b026b6d7 +%global gh_commit b35af66631a11ee730ff1fde295f71e89f01f121 %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.0 +Version: 1.7.1 %if 0%{?gh_date} Release: 1%{gh_date}git%{gh_short}%{?dist} %else @@ -170,6 +170,9 @@ exit $ret %changelog +* Mon Oct 12 2020 Remi Collet <remi@remirepo.net> - 1.7.1-1 +- update to 1.7.1 + * Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 1.7.0-1 - update to 1.7.0 - raise dependency on PHP 7.0 |