public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Remi Collet <remi@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/php-pecl-yac] f45: update to 2.4.0
Date: Wed, 26 Aug 2026 09:21:59 GMT [thread overview]
Message-ID: <178773611932.1.12979656932945619193.rpms-php-pecl-yac-2b253a3192a3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/php-pecl-yac
Branch : f45
Commit : 2b253a3192a3edf55b245854eb96a14be32c911b
Author : Remi Collet <remi@fedoraproject.org>
Date : 2026-08-26T11:21:22+02:00
Stats : +11/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/php-pecl-yac/c/2b253a3192a3edf55b245854eb96a14be32c911b?branch=f45
Log:
update to 2.4.0
switch from fastlz to lz4
---
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 0b93516..b65cc57 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
reply other threads:[~2026-08-26 9:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178773611932.1.12979656932945619193.rpms-php-pecl-yac-2b253a3192a3@fedoraproject.org \
--to=remi@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox