public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/php-pecl-yac] epel10: update to 2.4.0
@ 2026-08-26  9:31 Remi Collet
  0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-08-26  9:31 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/php-pecl-yac
            Branch : epel10
            Commit : 362f74f8778581ad38b544a114da43f01c7b314d
            Author : Remi Collet <remi@fedoraproject.org>
            Date   : 2026-08-26T11:29:28+02:00
            Stats  : +11/-6 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/php-pecl-yac/c/362f74f8778581ad38b544a114da43f01c7b314d?branch=epel10

            Log:
            update to 2.4.0

switch from fastlz to lz4

(cherry picked from commit 2b253a3192a3edf55b245854eb96a14be32c911b)

---
diff --git a/.gitignore b/.gitignore
index 659c22c..d5516b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ clog
 /yac-2.3.1.tgz
 /yac-yac-2.3.1.tar.gz
 /yac-2.3.2.tar.gz
+/yac-2.4.0.tar.gz

diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec
index 0bf1b9b..2a2ec1a 100644
--- a/php-pecl-yac.spec
+++ b/php-pecl-yac.spec
@@ -24,7 +24,7 @@
 Name:           php-pecl-%{pecl_name}
 Summary:        Lockless user data cache
 License:        PHP-3.01
-Version:        2.3.2
+Version:        2.4.0
 Release:        1%{?dist}
 %forgemeta
 URL:            %{forgeurl}
@@ -38,7 +38,7 @@ BuildRequires:  gcc
 BuildRequires:  php-devel
 BuildRequires:  php-pecl-msgpack-devel
 BuildRequires:  php-pecl-igbinary-devel
-BuildRequires:  fastlz-devel
+BuildRequires:  lz4-devel
 
 Requires:       php(zend-abi) = %{php_zend_api}
 Requires:       php(api) = %{php_core_api}
@@ -72,8 +72,8 @@ that your product is not very sensitive to that.
 %prep
 %forgesetup
 
-# drop bundled fastlz to ensure it is not used
-rm -r compressor/fastlz
+# drop bundled lz4 to ensure it is not used
+rm -r compressor/lz4
 
 # Check version as upstream often forget to update this
 extver=$(sed -n '/#define PHP_YAC_VERSION/{s/.* "//;s/".*$//;p}' php_yac.h)
@@ -105,7 +105,7 @@ sed -e 's/INSTALL_ROOT/DESTDIR/' -i build/Makefile.global
     --enable-json \
     --enable-msgpack \
     --enable-igbinary \
-    --with-system-fastlz \
+    --with-system-lz4 \
     --with-php-config=%{__phpconfig}
 
 %make_build
@@ -148,6 +148,10 @@ TEST_PHP_ARGS="$OPTS -d extension=$PWD/modules/%{pecl_name}.so" \
 
 
 %changelog
+* Wed Aug 26 2026 Remi Collet <remi@remirepo.net> - 2.4.0-1
+- update to 2.4.0
+- switch from fastlz to lz4
+
 * Tue Aug 18 2026 Remi Collet <remi@remirepo.net> - 2.3.2-1
 - update to 2.3.2
 - add pie virtual provides

diff --git a/sources b/sources
index eb22796..094125b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (yac-2.3.2.tar.gz) = 389a7de2aee3fe723b6eaa105a5131562415cc00196dc7f90b814e1fa61a5b2ebfa7fa51039e2680a6d09cd2498509c6f2b390669e76b0df6b3dd80f754b7df7
+SHA512 (yac-2.4.0.tar.gz) = 2bacf2752b5f9f42f4578ff6d37749764268eab3012943e52dfa8bcbe4f76c500ab4583d0f5f5c4184af43ebf9ee60361ebde0c7da886578675d79f61f78fd05

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26  9:31 [rpms/php-pecl-yac] epel10: update to 2.4.0 Remi Collet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox