summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-mongodb2.spec')
-rw-r--r--php-pecl-mongodb2.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec
index 5c69027..0b08672 100644
--- a/php-pecl-mongodb2.spec
+++ b/php-pecl-mongodb2.spec
@@ -35,7 +35,7 @@
%global runtime_libcrypt %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{system_libcrypt})
%endif
-%global upstream_version 2.3.1
+%global upstream_version 2.3.2
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{gh_proj}-%{upstream_version}%{?upstream_prever}
@@ -54,7 +54,7 @@ License: Apache-2.0
%else
License: Apache-2.0 AND ISC AND MIT AND Zlib AND BSD-3-Clause
%endif
-Release: 2%{?dist}
+Release: 1%{?dist}
Version: %{upstream_version}%{?upstream_lower}
%forgemeta
URL: %{forgeurl}
@@ -62,9 +62,6 @@ Source0: %{sources}.tgz
# get git snapshot with submodules
Source1: makesrc.sh
-Patch0: 2007.patch
-Patch1: 2014.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 8.1
@@ -133,9 +130,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
%setup -q -c
pushd %{sources}
-%patch -P0 -p1
-%patch -P1 -p1
-
# Check our macro values
cat src/libmongoc/VERSION_CURRENT
grep -q %{bundled_libmongo} src/libmongoc/VERSION_CURRENT
@@ -270,6 +264,10 @@ OPT="-n"
%changelog
+* Wed May 20 2026 Remi Collet <remi@remirepo.net> - 2.3.2-1
+- update to 2.3.2
+- drop patch merged upstream
+
* Mon May 4 2026 Remi Collet <remi@remirepo.net> - 2.3.1-2
- test build for https://github.com/mongodb/mongo-php-driver/pull/2014