From d18639294effbfd2578ac4ba8342755e0753b82e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Sep 2025 12:34:20 +0200 Subject: fix for PHP 8.5.0alpha3 using patch from https://github.com/websupport-sk/pecl-memcache/pull/118 re-license spec file to CECILL-2.1 --- php-pecl-memcache.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'php-pecl-memcache.spec') diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec index 77fccc5..8aad014 100644 --- a/php-pecl-memcache.spec +++ b/php-pecl-memcache.spec @@ -1,8 +1,8 @@ # spec file for php-pecl-memcache # -# Copyright (c) 2007-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2007-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -20,11 +20,13 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?scl_prefix}php-pecl-memcache Version: 8.2 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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 + BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 8.0 @@ -65,6 +67,8 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml pushd %{sources} +%patch -P0 -p1 -b .pr118 + # Check version as upstream often forget to update this extver=$(sed -n '/#define PHP_MEMCACHE_VERSION/{s/.* "//;s/".*$//;p}' src/php_memcache.h) if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then @@ -233,6 +237,11 @@ exit $ret %changelog +* Wed Jul 30 2025 Remi Collet - 8.2-4 +- fix for PHP 8.5.0alpha3 using patch from + https://github.com/websupport-sk/pecl-memcache/pull/118 +- re-license spec file to CECILL-2.1 + * Wed Aug 30 2023 Remi Collet - 8.2-3 - rebuild for PHP 8.3.0RC1 -- cgit