public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/php-kissifrot-php-ixr] rawhide: Update to v1.8.5
@ 2026-07-21 9:11 Artur Frenszek-Iwicki
0 siblings, 0 replies; only message in thread
From: Artur Frenszek-Iwicki @ 2026-07-21 9:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/php-kissifrot-php-ixr
Branch : rawhide
Commit : c87e28afd07ad8e2e68a64310d6ce2ebae11a72e
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date : 2026-07-21T11:11:11+02:00
Stats : +7/-35 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/php-kissifrot-php-ixr/c/c87e28afd07ad8e2e68a64310d6ce2ebae11a72e?branch=rawhide
Log:
Update to v1.8.5
---
diff --git a/.gitignore b/.gitignore
index 0bf2930..7818407 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/php-ixr-4a17452e1af84742a9fa2a0fe33a1cbde15bf047.tar.gz
/php-kissifrot-php-ixr-1.8.4.zip
+/php-kissifrot-php-ixr-1.8.5.zip
diff --git a/0000-php84.patch b/0000-php84.patch
deleted file mode 100644
index 60dd341..0000000
--- a/0000-php84.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 15bc2183654e230658b1bd7f155e0b21d1539d71 Mon Sep 17 00:00:00 2001
-From: Andreas Gohr <andi@splitbrain.org>
-Date: Mon, 25 Nov 2024 14:50:44 +0100
-Subject: [PATCH] fix deprecated xml_set_* calls
-
-Instead of first setting the handler object and then passing the
-handlers as strings, handlers should be set via proper callables.
-The old method has been deprecated in PHP 8.4
----
- src/Message/Message.php | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/src/Message/Message.php b/src/Message/Message.php
-index d932431..8203e37 100644
---- a/src/Message/Message.php
-+++ b/src/Message/Message.php
-@@ -65,9 +65,8 @@ public function parse()
- // Set XML parser to take the case of tags in to account
- xml_parser_set_option($this->_parser, XML_OPTION_CASE_FOLDING, false);
- // Set XML parser callback functions
-- xml_set_object($this->_parser, $this);
-- xml_set_element_handler($this->_parser, 'tagOpen', 'tagClose');
-- xml_set_character_data_handler($this->_parser, 'cdata');
-+ xml_set_element_handler($this->_parser, [$this, 'tagOpen'], [$this, 'tagClose']);
-+ xml_set_character_data_handler($this->_parser, [$this, 'cdata']);
- $chunk_size = 262144; // 256Kb, parse in chunks to avoid the RAM usage on very large messages
- $final = false;
- do {
diff --git a/php-kissifrot-php-ixr.spec b/php-kissifrot-php-ixr.spec
index 3d5f02c..099b40b 100644
--- a/php-kissifrot-php-ixr.spec
+++ b/php-kissifrot-php-ixr.spec
@@ -2,8 +2,8 @@
%global project php-ixr
Name: php-%{author}-%{project}
-Version: 1.8.4
-Release: 5%{?dist}
+Version: 1.8.5
+Release: 1%{?dist}
Summary: XML-RPC library for PHP
License: BSD
@@ -18,10 +18,6 @@ Source0: %{name}-%{version}.zip
# and zip it up
Source1: makesrc.sh
-# Backport an upstream commit removing usage of deprecated code.
-# https://github.com/kissifrot/php-ixr/commit/15bc2183654e230658b1bd7f155e0b21d1539d71
-Patch0: 0000-php84.patch
-
BuildArch: noarch
%global with_tests 1
@@ -106,6 +102,9 @@ phpunit8 --verbose --bootstrap %{buildroot}%{pkgdir}/autoload.php
%changelog
+* Tue Jul 21 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.8.5-1
+- Update to v1.8.5
+
* Tue Jul 21 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.8.4-5
- Add a patch removing deprecated code
diff --git a/sources b/sources
index 01b723e..0e279a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (php-kissifrot-php-ixr-1.8.4.zip) = 56004f70c78f7ffd5bdd308c3ba25d14536198252c05026c310d152e47364064c6569864857ceef03ede6ceda0bad0e2e531661c6f9dc2dcdcbff451d8df09e8
+SHA512 (php-kissifrot-php-ixr-1.8.5.zip) = 6fc7e34c23b59ad101df51efd974d630b0b33c874aaa149f5da25825fb4558650d05d977157386aa93dd275b9e8779c07757b50d52d747b8bb9599e38a8aaf0b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 9:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 9:11 [rpms/php-kissifrot-php-ixr] rawhide: Update to v1.8.5 Artur Frenszek-Iwicki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox