From f35787b7d79f0f8a30c2362732a98f0e89f04304 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Feb 2023 10:00:19 +0100 Subject: update to 4.1.1 raise dependency on PHP 8.0 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 ea5d7e6..c772c26 100644 --- a/php-pecl-couchbase4.spec +++ b/php-pecl-couchbase4.spec @@ -26,8 +26,8 @@ Summary: Couchbase Server PHP extension Name: %{?scl_prefix}php-pecl-couchbase4 -Version: 4.1.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 4.1.1 +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 +50,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/%{pecl_name}-%{version}%{?prever}.tgz -Patch0: %{pecl_name}-gcc13.patch - BuildRequires: make %if 0%{?rhel} == 7 BuildRequires: cmake3 >= 3.17 @@ -60,7 +58,7 @@ BuildRequires: cmake >= 3.17 %endif BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ -BuildRequires: %{?scl_prefix}php-devel >= 7.4 +BuildRequires: %{?scl_prefix}php-devel >= 8.0 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-tokenizer @@ -138,8 +136,6 @@ cp NTS/src/deps/couchbase-cxx-client/third_party/spdlog/LICENSE cp NTS/src/deps/couchbase-cxx-client/LICENSE.txt lic/LICENSE.txt cd NTS -%patch0 -p1 -b.gcc13 - %if 0%{?rhel} == 7 sed -e 's/cmake/cmake3/' -i config.m4 %endif @@ -274,6 +270,11 @@ fi %changelog +* Mon Feb 27 2023 Remi Collet - 4.1.1-1 +- update to 4.1.1 +- raise dependency on PHP 8.0 +- drop patch merged upstream + * Fri Feb 17 2023 Remi Collet - 4.1.0-2 - fix GCC 13 build using patch from https://github.com/couchbase/couchbase-php-client/pull/63 -- cgit