diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-04 15:37:04 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-04 15:37:04 +0200 |
| commit | dee8227de650310e01e35d497e41b5c55b3e7f35 (patch) | |
| tree | 98323aa7921f8e00bcbb4cb2d56bbfc59b04a023 /php-pecl-mongodb2.spec | |
| parent | e92efdab33725b47d981504c568ffb22f2fd1d4d (diff) | |
Diffstat (limited to 'php-pecl-mongodb2.spec')
| -rw-r--r-- | php-pecl-mongodb2.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec index 97de169..5c69027 100644 --- a/php-pecl-mongodb2.spec +++ b/php-pecl-mongodb2.spec @@ -47,14 +47,14 @@ %global forgeurl https://github.com/%{gh_vend}/%{gh_proj} %global tag %{upstream_version}%{?upstream_prever} -Summary: MongoDB driver for PHP version 2 Name: %{?scl_prefix}php-pecl-%{pecl_name}2 -Release: 1%{?dist} +Summary: MongoDB driver for PHP version 2 %if %{with syslib} License: Apache-2.0 %else License: Apache-2.0 AND ISC AND MIT AND Zlib AND BSD-3-Clause %endif +Release: 2%{?dist} Version: %{upstream_version}%{?upstream_lower} %forgemeta URL: %{forgeurl} @@ -63,6 +63,7 @@ Source0: %{sources}.tgz Source1: makesrc.sh Patch0: 2007.patch +Patch1: 2014.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -133,6 +134,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO pushd %{sources} %patch -P0 -p1 +%patch -P1 -p1 # Check our macro values cat src/libmongoc/VERSION_CURRENT @@ -268,6 +270,9 @@ OPT="-n" %changelog +* 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 + * Thu Apr 30 2026 Remi Collet <remi@remirepo.net> - 2.3.1-1 - update to 2.3.1 - open https://jira.mongodb.org/browse/PHPC-2715 out-of-sources-tree builds |
