diff options
Diffstat (limited to 'php-pecl-memcache.spec')
-rw-r--r-- | php-pecl-memcache.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec index 336fff1..7927757 100644 --- a/php-pecl-memcache.spec +++ b/php-pecl-memcache.spec @@ -20,12 +20,13 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?scl_prefix}php-pecl-memcache Version: 8.2 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Patch0: 118.patch +Patch1: 120.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -68,6 +69,7 @@ sed -e 's/role="test"/role="src"/' \ pushd %{sources} %patch -P0 -p1 -b .pr118 +%patch -P1 -p1 -b .pr120 # Check version as upstream often forget to update this extver=$(sed -n '/#define PHP_MEMCACHE_VERSION/{s/.* "//;s/".*$//;p}' src/php_memcache.h) @@ -237,6 +239,10 @@ exit $ret %changelog +* Wed Oct 15 2025 Remi Collet <remi@remirepo.net> - 8.2-6 +- fix for PHP 8.5.0RC1 using patch from + https://github.com/websupport-sk/pecl-memcache/pull/120 + * Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 8.2-5 - rebuild for PHP 8.5.0RC1 |