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 07e7392..9f2d0ce 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -9,14 +9,14 @@  # disabled for https://fedoraproject.org/wiki/Changes/MongoDB_Removal  %bcond_with          tests -%global gh_commit    b0bbd657f84219212487d01a8ffe93a789e1e488 +%global gh_commit    9e0da590ec94e8af9a0ee065294627ffaee6244e  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     mongodb  #global gh_date      20151102  %global gh_project   mongo-php-library  %global psr0         MongoDB -%global upstream_version 1.10.0 +%global upstream_version 1.10.1  #global upstream_prever  alpha1  #global upstream_lower   alpha1 @@ -208,6 +208,9 @@ exit $ret  %changelog +* Wed Dec  8 2021 Remi Collet <remi@remirepo.net> - 1.10.1-1 +- update to 1.10.1 +  * Tue Nov  2 2021 Remi Collet <remi@remirepo.net> - 1.10.0-1  - update to 1.10.0  - raise dependency on mongodb extension version 1.11  | 
