diff options
Diffstat (limited to 'php-pecl-couchbase4.spec')
-rw-r--r-- | php-pecl-couchbase4.spec | 8 |
1 files changed, 6 insertions, 2 deletions
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 <remi@remirepo.net> - 4.2.5-1 +- update to 4.2.5 + * Wed Oct 23 2024 Remi Collet <remi@remirepo.net> - 4.2.4-1 - update to 4.2.4 |