diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | php-mongodb.spec | 7 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc 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 |