summaryrefslogtreecommitdiffstats
path: root/php-pecl-xmlrpc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-xmlrpc.spec')
-rw-r--r--php-pecl-xmlrpc.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 1.0.0~rc3-10
+- adapt tests for new libxml
+
* Thu Aug 24 2023 Remi Collet <remi@remirepo.net> - 1.0.0~rc3-3
- build out of sources tree