From dcfbca398032e9639e65996bcc718331aa8c7c6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Feb 2022 07:25:11 +0100 Subject: update to 1.12.1 (no change) with libbson and libmongoc 1.20.1 --- php-pecl-mongodb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 8a0c4a9..e3ca50d 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -47,7 +47,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.12.0 +%global upstream_version 1.12.1 #global upstream_prever alpha1 #global upstream_lower ~alpha1 Version: %{upstream_version}%{?upstream_lower} @@ -142,7 +142,7 @@ sed -e 's/role="test"/role="src"/' \ cd NTS %if 0%{?rhel} == 8 # temporary: lower minimal required version -# sed -e 's/1.16.2/1.16.1/;s/1.0.3/1.0.1/' -i config.m4 +sed -e 's/1.20.1/1.20.0/;s/1.3.0/1.3.0/' -i config.m4 %endif # Sanity check, really often broken @@ -329,6 +329,10 @@ exit $ret %changelog +* Wed Feb 23 2022 Remi Collet - 1.12.1-1 +- update to 1.12.1 (no change) +- with libbson and libmongoc 1.20.1 + * Wed Dec 15 2021 Remi Collet - 1.12.0-1 - update to 1.12.0 - with libbson and libmongoc 1.20.0 -- cgit