From 45dbaffa4b20d1747d17d2880603f13a956e5014 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Sep 2025 08:46:13 +0200 Subject: adapt tests for new libxml --- php-pecl-xmlrpc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-xmlrpc.spec') diff --git a/php-pecl-xmlrpc.spec b/php-pecl-xmlrpc.spec index d814641..ec92bd4 100644 --- a/php-pecl-xmlrpc.spec +++ b/php-pecl-xmlrpc.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-xmlrpc # -# Copyright (c) 2020-2023 Remi Collet +# Copyright (c) 2020-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -33,7 +33,7 @@ Summary: Functions to write XML-RPC servers and clients Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upver}%{?rclower:~%{rclower}}%{?gh_date:.%{gh_date}} -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is PHP # Library is MIT @@ -45,7 +45,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit Source0: https://pecl.php.net/get/%{sources}.tgz %endif -Patch0: %{pecl_name}-php82.patch +Patch0: %{pecl_name}-tests.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -197,6 +197,9 @@ TEST_PHP_ARGS="-n -d extension=xml -d extension=%{buildroot}%{php_extdir}/%{pecl %changelog +* Mon Jan 29 2024 Remi Collet - 1.0.0~rc3-10 +- adapt tests for new libxml + * Thu Aug 24 2023 Remi Collet - 1.0.0~rc3-3 - build out of sources tree -- cgit