From 6a90c73483758c99db7090c27ffa1bdc1be75eea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:01:43 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xmlrpc-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index cb1c6a7..dc9ca45 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -3,7 +3,7 @@ Name: xmlrpc-c Version: 1.60.04 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lightweight RPC library based on XML and HTTP # See doc/COPYING for details. # The Python 1.5.2 license used by a few files is just BSD. @@ -171,6 +171,9 @@ This package contains some handy XML-RPC demo applications. %{_bindir}/xmlrpc_dumpserver %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.60.04-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jan 02 2025 Jonathan Wright - 1.60.4-2 - Use global macro to override make smp_flags From 7a50a0484f630e5a476e997ed5d658801db009bc Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Thu, 23 Jan 2025 12:02:16 -0600 Subject: [PATCH 2/6] fix ftbfs on gcc15 rhbz#2341577 --- xmlrpc-c.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index cb1c6a7..47d03d4 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -3,7 +3,7 @@ Name: xmlrpc-c Version: 1.60.04 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Lightweight RPC library based on XML and HTTP # See doc/COPYING for details. # The Python 1.5.2 license used by a few files is just BSD. @@ -106,8 +106,8 @@ This package contains some handy XML-RPC demo applications. %build %configure -%make_build -%make_build -C tools +%make_build CFLAGS="%{optflags} -std=gnu17" +%make_build CFLAGS="%{optflags} -std=gnu17" -C tools %install @@ -171,6 +171,9 @@ This package contains some handy XML-RPC demo applications. %{_bindir}/xmlrpc_dumpserver %changelog +* Thu Jan 23 2025 Jonathan Wright - 1.60.04-3 +- fix ftbfs on gcc15 rhbz#2341577 + * Thu Jan 02 2025 Jonathan Wright - 1.60.4-2 - Use global macro to override make smp_flags From f6aad88403f2ff295cd2fe5b1e5cfedb373e9244 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:56:14 +0000 Subject: [PATCH 3/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xmlrpc-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index d7c0bd0..f23e4d9 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -3,7 +3,7 @@ Name: xmlrpc-c Version: 1.60.04 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Lightweight RPC library based on XML and HTTP # See doc/COPYING for details. # The Python 1.5.2 license used by a few files is just BSD. @@ -171,6 +171,9 @@ This package contains some handy XML-RPC demo applications. %{_bindir}/xmlrpc_dumpserver %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.60.04-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 23 2025 Jonathan Wright - 1.60.04-3 - fix ftbfs on gcc15 rhbz#2341577 From f19a94c8fafae71c37f54e0071d9ff4412352c38 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:45:54 +0000 Subject: [PATCH 4/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xmlrpc-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index f23e4d9..afa68f0 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -3,7 +3,7 @@ Name: xmlrpc-c Version: 1.60.04 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Lightweight RPC library based on XML and HTTP # See doc/COPYING for details. # The Python 1.5.2 license used by a few files is just BSD. @@ -171,6 +171,9 @@ This package contains some handy XML-RPC demo applications. %{_bindir}/xmlrpc_dumpserver %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.60.04-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.60.04-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From c94be9cd41b3dbd482c12e58c2eb3713795cb36f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 20:08:15 -0400 Subject: [PATCH 5/6] Rebuilt for openssl 4.0 --- xmlrpc-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index afa68f0..fa027b0 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -3,7 +3,7 @@ Name: xmlrpc-c Version: 1.60.04 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Lightweight RPC library based on XML and HTTP # See doc/COPYING for details. # The Python 1.5.2 license used by a few files is just BSD. @@ -171,6 +171,9 @@ This package contains some handy XML-RPC demo applications. %{_bindir}/xmlrpc_dumpserver %changelog +* Sat Jun 13 2026 Yaakov Selkowitz - 1.60.04-6 +- Rebuilt for openssl 4.0 + * Sat Jan 17 2026 Fedora Release Engineering - 1.60.04-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From beddf7cc75be77da011cdc3aacf1830a41a9c5b2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:18:42 +0000 Subject: [PATCH 6/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xmlrpc-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index fa027b0..9184ace 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -3,7 +3,7 @@ Name: xmlrpc-c Version: 1.60.04 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Lightweight RPC library based on XML and HTTP # See doc/COPYING for details. # The Python 1.5.2 license used by a few files is just BSD. @@ -171,6 +171,9 @@ This package contains some handy XML-RPC demo applications. %{_bindir}/xmlrpc_dumpserver %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.60.04-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jun 13 2026 Yaakov Selkowitz - 1.60.04-6 - Rebuilt for openssl 4.0