Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
beddf7cc75 | ||
|
|
c94be9cd41 | ||
|
|
f19a94c8fa | ||
|
|
f6aad88403 | ||
|
|
f12a5e24de | ||
|
|
7a50a0484f | ||
|
|
6a90c73483 |
1 changed files with 21 additions and 3 deletions
|
|
@ -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 <releng@fedoraproject.org> - 1.60.04-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.60.04-6
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.60.04-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.60.04-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 23 2025 Jonathan Wright <jonathan@almalinux.org> - 1.60.04-3
|
||||
- fix ftbfs on gcc15 rhbz#2341577
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.60.04-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jan 02 2025 Jonathan Wright <jonathan@almalinux.org> - 1.60.4-2
|
||||
- Use global macro to override make smp_flags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue