From 5cb1cb657a5475a6b79546f4615cfdc02258f6e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Oct 2023 14:25:49 +0200 Subject: update to 4.1.6 drop patch merged upstream --- php-pecl-couchbase4.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'php-pecl-couchbase4.spec') diff --git a/php-pecl-couchbase4.spec b/php-pecl-couchbase4.spec index 8634d13..bf4f960 100644 --- a/php-pecl-couchbase4.spec +++ b/php-pecl-couchbase4.spec @@ -7,7 +7,8 @@ # Please, preserve the changelog entries # -# NOTICE: el-7 is not supported because of OpenSSL 1.0 +# NOTICE: el-7 is not supported (OpenSSL 1.0) +# build in 2 QUEUES max (tmpfs size) # Disable RPATH check %global __arch_install_post /bin/true @@ -26,8 +27,8 @@ Summary: Couchbase Server PHP extension Name: %{?scl_prefix}php-pecl-couchbase4 -Version: 4.1.5 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 4.1.6 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Apache-2.0 # src # third_party/json/LICENSE.ryu @@ -50,8 +51,6 @@ License: Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT URL: https://pecl.php.net/package/couchbase Source0: https://pecl.php.net/get/%{sources}.tgz -Patch0: 0001-zend_bool-was-removed-from-8.3.patch - BuildRequires: make BuildRequires: cmake >= 3.17 BuildRequires: %{?dtsprefix}gcc @@ -117,8 +116,6 @@ sed -e '/LICENSE/s/role="doc"/role="src"/;/COPYING/s/role="doc"/role="src"/' -i : Collect license files mkdir lic cd %{sources} -%patch -P0 -p1 -b .php83 - cp src/deps/couchbase-cxx-client/third_party/hdr_histogram_c/COPYING.txt ../lic/hdr_histogram_c_COPYING.txt cp src/deps/couchbase-cxx-client/third_party/snappy/COPYING ../lic/snappy_COPYING cp src/deps/couchbase-cxx-client/third_party/fmt/LICENSE.rst ../lic/fmt_LICENSE.rst @@ -245,6 +242,10 @@ done %changelog +* Wed Oct 11 2023 Remi Collet - 4.1.6-1 +- update to 4.1.6 +- drop patch merged upstream + * Thu Aug 31 2023 Remi Collet - 4.1.5-2 - add patch for PHP 8.3 from https://github.com/couchbase/couchbase-php-client/pull/130 -- cgit