summaryrefslogtreecommitdiffstats
path: root/php-mongodb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-mongodb.spec')
-rw-r--r--php-mongodb.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec
index 261a054..e961f7a 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 8123216f21d31a2a5b845aa91fba7a182d060509
+%global gh_commit 4afe9254e87252879bfbb625858e78fbe072daa0
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
#global gh_date 20151102
@@ -17,8 +17,8 @@
%global psr0 MongoDB
%global upstream_version 1.9.0
-%global upstream_prever alpha1
-%global upstream_lower alpha1
+#global upstream_prever alpha1
+#global upstream_lower alpha1
%global ext_version 1.10
@@ -39,7 +39,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
Patch0: %{name}-rpm.patch
BuildArch: noarch
-BuildRequires: php(language) >= 7.0
+BuildRequires: php(language) >= 7.1
BuildRequires: php-cli
BuildRequires: php-reflection
BuildRequires: php-date
@@ -80,7 +80,7 @@ BuildRequires: php-composer(fedora/autoloader)
# "ext-mongodb": "^1.8.1"
# "jean85/pretty-package-versions": "^1.2 || ^2.0.1"
# "symfony/polyfill-php80": "^1.19"
-Requires: php(language) >= 7.0
+Requires: php(language) >= 7.1
Requires: php-hash
Requires: php-json
Requires: php-pecl(mongodb) >= %{ext_version}
@@ -208,6 +208,10 @@ exit $ret
%changelog
+* Wed Jul 14 2021 Remi Collet <remi@remirepo.net> - 1.9.0-1
+- update to 1.9.0
+- raise dependency on PHP 7.1
+
* Fri Apr 9 2021 Remi Collet <remi@remirepo.net> - 1.9.0~alpha1-1
- update to 1.9.0
- raise dependency on mongodb extension version 1.10