diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index cb1c6a7..9184ace 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -3,7 +3,7 @@ Name: xmlrpc-c Version: 1.60.04 -Release: 2%{?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. @@ -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,24 @@ 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 + +* 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 + +* Thu Jan 23 2025 Jonathan Wright - 1.60.04-3 +- fix ftbfs on gcc15 rhbz#2341577 + +* 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