diff --git a/proton.patch b/proton.patch index e686f52..e0fab7b 100644 --- a/proton.patch +++ b/proton.patch @@ -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) set(Python_FIND_FRAMEWORK "LAST") endif () -! find_package(Python 3.12 +! find_package(Python 3.13 REQUIRED COMPONENTS Interpreter OPTIONAL_COMPONENTS Development) diff --git a/qpid-proton.spec b/qpid-proton.spec index 3a86ebb..9642a4d 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -8,7 +8,7 @@ Name: qpid-proton Version: 0.40.0 -Release: 4%{?dist} +Release: 2%{?dist} Summary: A high performance, lightweight messaging library # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 @@ -308,12 +308,6 @@ rm -f %{buildroot}%{proton_datadir}/CMakeLists.txt %check %changelog -* Thu Dec 05 2024 Hirotaka Wakabayashi - 0.40.0-4 -- Update release version to prevent NVR check error - -* Thu Dec 05 2024 Hirotaka Wakabayashi - 0.40.0-3 -- Downgrade Python version - * Wed Dec 04 2024 Hirotaka Wakabayashi - 0.40.0-2 - Update licenses.xml