From 3445490c7b1f1c5fcb2c923b813f1c2f505b9c21 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Nov 2024 10:15:39 +0100 Subject: update to 4.2.5 --- php-pecl-couchbase4.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-couchbase4.spec') diff --git a/php-pecl-couchbase4.spec b/php-pecl-couchbase4.spec index 16cda4b..00bf04f 100644 --- a/php-pecl-couchbase4.spec +++ b/php-pecl-couchbase4.spec @@ -7,7 +7,8 @@ # Please, preserve the changelog entries # -# NOTICE: mock requires --enable-network +# NOTICE: mock requires: --enable-network +# may help: --cleanup-after # Disable RPATH check (no more needed) #global __arch_install_post /bin/true @@ -26,7 +27,7 @@ Summary: Couchbase Server PHP extension Name: %{?scl_prefix}php-pecl-couchbase4 -Version: 4.2.4 +Version: 4.2.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Apache-2.0 # src @@ -230,6 +231,9 @@ install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml %changelog +* Mon Nov 25 2024 Remi Collet - 4.2.5-1 +- update to 4.2.5 + * Wed Oct 23 2024 Remi Collet - 4.2.4-1 - update to 4.2.4 -- cgit