From ddd33b50fda21d83018c8803dcd6b36531122fd1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Feb 2024 11:10:15 +0100 Subject: add patch for PHP 7.4 from https://github.com/laruence/yaf/pull/579 --- php-pecl-yaf.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php-pecl-yaf.spec') diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 2ba46d6..b03a56f 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-yaf # -# Copyright (c) 2012-2022 Remi Collet +# Copyright (c) 2012-2024 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -33,7 +33,7 @@ Version: 3.3.5 Release: 0.13.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{sources}-%{gh_short}.tar.gz %else -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;')}} Source: https://pecl.php.net/get/%{sources}%{?prever}.tgz %endif License: PHP @@ -42,6 +42,7 @@ Source1: %{pecl_name}.ini Patch0: %{pecl_name}-php82.patch Patch1: %{pecl_name}-php83.patch +Patch2: %{pecl_name}-php74.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -81,6 +82,7 @@ sed -e 's/role="test"/role="src"/' \ cd %{sources} %patch -P0 -p1 -b .php82 %patch -P1 -p1 -b .php83 +%patch -P2 -p1 -b .php74 # Sanity check, really often broken extver=$(sed -n '/#define PHP_YAF_VERSION/{s/.*\t"//;s/".*$//;p}' php_yaf.h ) @@ -150,7 +152,7 @@ OPTS="-n" %if %{with tests} : Upstream test suite for NTS extension TEST_PHP_EXECUTABLE=%{__php} \ -TEST_PHP_ARGS="$OPTS -d %{buildroot}%{php_extdir}/%{pecl_name}.so" \ +TEST_PHP_ARGS="$OPTS -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ %{__php} -n run-tests.php -q --show-diff %endif @@ -164,7 +166,7 @@ REPORT_EXIT_STATUS=1 \ %if %{with tests} : Upstream test suite for NTS extension TEST_PHP_EXECUTABLE=%{__ztsphp} \ -TEST_PHP_ARGS="$OPTS -d %{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ +TEST_PHP_ARGS="$OPTS -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ %{__ztsphp} -n run-tests.php -q --show-diff %endif @@ -206,6 +208,10 @@ fi %changelog +* Mon Feb 19 2024 Remi Collet - 3.3.5-4 +- add patch for PHP 7.4 from + https://github.com/laruence/yaf/pull/579 + * Thu Sep 14 2023 Remi Collet - 3.3.5-3 - add patch for PHP 8.3 from https://github.com/laruence/yaf/pull/579 -- cgit