diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-19 07:57:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-19 07:57:00 +0200 |
commit | 8ad60971d0eca681afbce82abc6298976642c35c (patch) | |
tree | f8e5dc3e4779f2da22ff4028f69de8b7073c13af /php-mongodb.spec | |
parent | da37c1dd4a506100c85732c902cce4b8a16a1872 (diff) |
update to 1.13.0
raise dependency on mongodb extension version 1.14
Diffstat (limited to 'php-mongodb.spec')
-rw-r--r-- | php-mongodb.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec index e8e8dce..4f7703f 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 e4a7594ac4b31635fa77455c4038a7013024ba28 +%global gh_commit a9d82890fe0c104cf795e6c759c92484d12c027a %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.12.0 +%global upstream_version 1.13.0 #global upstream_prever alpha1 #global upstream_lower alpha1 -%global ext_version 1.13 +%global ext_version 1.14.0 Name: php-%{gh_owner} Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} @@ -77,7 +77,7 @@ BuildRequires: php-composer(fedora/autoloader) # "php": "^7.0 || ^8.0" # "ext-hash": "*", # "ext-json": "*", -# "ext-mongodb": "^1.8.1" +# "ext-mongodb": "^1.14.0" # "jean85/pretty-package-versions": "^1.2 || ^2.0.1" # "symfony/polyfill-php80": "^1.19" Requires: php(language) >= 7.2 @@ -209,6 +209,10 @@ exit $ret %changelog +* Tue Jul 19 2022 Remi Collet <remi@remirepo.net> - 1.13.0-1 +- update to 1.13.0 +- raise dependency on mongodb extension version 1.14 + * Thu Mar 24 2022 Remi Collet <remi@remirepo.net> - 1.12.0-1 - update to 1.12.0 - raise dependency on mongodb extension version 1.13 |