From ad357e820757dbe518d714c60e5c549b597aee87 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Jul 2024 08:19:19 +0200 Subject: update to 4.2.2 --- php-pecl-couchbase4.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-couchbase4.spec') diff --git a/php-pecl-couchbase4.spec b/php-pecl-couchbase4.spec index 45b707a..c1c2da2 100644 --- a/php-pecl-couchbase4.spec +++ b/php-pecl-couchbase4.spec @@ -7,10 +7,7 @@ # Please, preserve the changelog entries # -# NOTICE: el-7 is not supported (cmake 3.19) -# el-8 is not supported (cmake 3.20) -# el-9 is not supported (cmake 3.20) -# mock requires --enable-network +# NOTICE: mock requires --enable-network # Disable RPATH check %global __arch_install_post /bin/true @@ -29,7 +26,7 @@ Summary: Couchbase Server PHP extension Name: %{?scl_prefix}php-pecl-couchbase4 -Version: 4.2.1 +Version: 4.2.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Apache-2.0 # src @@ -57,7 +54,7 @@ Source0: https://pecl.php.net/get/%{sources}.tgz BuildRequires: git BuildRequires: make -BuildRequires: cmake >= 3.27 +BuildRequires: cmake >= 3.19 BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ BuildRequires: %{?scl_prefix}php-devel >= 8.1 @@ -231,6 +228,9 @@ install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml %changelog +* Thu Jul 25 2024 Remi Collet - 4.2.2-1 +- update to 4.2.2 + * Wed Apr 24 2024 Remi Collet - 4.2.1-1 - update to 4.2.1 -- cgit