Update the patch for EPEL10

epel9
Hirotaka Wakabayashi 2 months ago
parent f2db5eddf6
commit 1cb5d321fe

@ -14,7 +14,7 @@ diff -rc qpid-proton-0.40.0.orig/CMakeLists.txt qpid-proton-0.40.0/CMakeLists.tx
if (NOT DEFINED Python_FIND_FRAMEWORK) if (NOT DEFINED Python_FIND_FRAMEWORK)
set(Python_FIND_FRAMEWORK "LAST") set(Python_FIND_FRAMEWORK "LAST")
endif () endif ()
! find_package(Python 3.13 ! find_package(Python 3.12
REQUIRED COMPONENTS Interpreter REQUIRED COMPONENTS Interpreter
OPTIONAL_COMPONENTS Development) OPTIONAL_COMPONENTS Development)

@ -8,7 +8,7 @@
Name: qpid-proton Name: qpid-proton
Version: 0.40.0 Version: 0.40.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: A high performance, lightweight messaging library Summary: A high performance, lightweight messaging library
# Automatically converted from old format: ASL 2.0 - review is highly recommended. # Automatically converted from old format: ASL 2.0 - review is highly recommended.
License: Apache-2.0 License: Apache-2.0
@ -309,6 +309,9 @@ rm -f %{buildroot}%{proton_datadir}/CMakeLists.txt
%check %check
%changelog %changelog
* Thu Dec 05 2024 Hirotaka Wakabayashi <hiwkby@yahoo.com> - 0.40.0-3
- Downgrade Python version
* Wed Dec 04 2024 Hirotaka Wakabayashi <hiwkby@yahoo.com> - 0.40.0-2 * Wed Dec 04 2024 Hirotaka Wakabayashi <hiwkby@yahoo.com> - 0.40.0-2
- Update licenses.xml - Update licenses.xml

Loading…
Cancel
Save