summaryrefslogtreecommitdiffstats
path: root/php-pecl-couchbase4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-27 10:00:19 +0100
committerRemi Collet <remi@php.net>2023-02-27 10:00:19 +0100
commitf35787b7d79f0f8a30c2362732a98f0e89f04304 (patch)
tree5871916556f577a146aafe024b6cd6f0eda42363 /php-pecl-couchbase4.spec
parent29bfa653bbd370b60e4666933d43b651b078831b (diff)
update to 4.1.1
raise dependency on PHP 8.0 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 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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 4.1.0-2
- fix GCC 13 build using patch from
https://github.com/couchbase/couchbase-php-client/pull/63