From 8ad60971d0eca681afbce82abc6298976642c35c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jul 2022 07:57:00 +0200 Subject: update to 1.13.0 raise dependency on mongodb extension version 1.14 --- php-mongodb.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php-mongodb.spec') 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 - 1.13.0-1 +- update to 1.13.0 +- raise dependency on mongodb extension version 1.14 + * Thu Mar 24 2022 Remi Collet - 1.12.0-1 - update to 1.12.0 - raise dependency on mongodb extension version 1.13 -- cgit