summaryrefslogtreecommitdiffstats
path: root/php-mongodb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-mongodb.spec')
-rw-r--r--php-mongodb.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec
index e961f7a..07e7392 100644
--- a/php-mongodb.spec
+++ b/php-mongodb.spec
@@ -9,18 +9,18 @@
# disabled for https://fedoraproject.org/wiki/Changes/MongoDB_Removal
%bcond_with tests
-%global gh_commit 4afe9254e87252879bfbb625858e78fbe072daa0
+%global gh_commit b0bbd657f84219212487d01a8ffe93a789e1e488
%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.9.0
+%global upstream_version 1.10.0
#global upstream_prever alpha1
#global upstream_lower alpha1
-%global ext_version 1.10
+%global ext_version 1.11
Name: php-%{gh_owner}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
@@ -208,6 +208,10 @@ exit $ret
%changelog
+* 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
+
* Wed Jul 14 2021 Remi Collet <remi@remirepo.net> - 1.9.0-1
- update to 1.9.0
- raise dependency on PHP 7.1