summaryrefslogtreecommitdiffstats
path: root/php-pecl-couchbase4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-11 14:25:49 +0200
committerRemi Collet <remi@php.net>2023-10-11 14:25:49 +0200
commit5cb1cb657a5475a6b79546f4615cfdc02258f6e5 (patch)
tree549d7bc66e780d9e46c5eda56a2bcd5841627a08 /php-pecl-couchbase4.spec
parentaa4f4eaf8b52607c434302899e3e0be5d06bdf16 (diff)
update to 4.1.6
drop patch merged upstream
Diffstat (limited to 'php-pecl-couchbase4.spec')
-rw-r--r--php-pecl-couchbase4.spec15
1 files changed, 8 insertions, 7 deletions
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 <remi@remirepo.net> - 4.1.6-1
+- update to 4.1.6
+- drop patch merged upstream
+
* Thu Aug 31 2023 Remi Collet <remi@remirepo.net> - 4.1.5-2
- add patch for PHP 8.3 from
https://github.com/couchbase/couchbase-php-client/pull/130