diff --git a/llama.cpp.spec b/llama.cpp.spec index ff634264a91f207f0a6e2dec6fe0f629ad556b14..75e863badd1de1c839b6c1b28594f9715332ddab 100644 --- a/llama.cpp.spec +++ b/llama.cpp.spec @@ -3,7 +3,7 @@ Name: llama.cpp Version: 20251009 -Release: 6 +Release: 2 License: MIT Summary: Port of English large model LLaMA implemented in C/C++ @@ -12,7 +12,7 @@ Source0: https://github.com/ggerganov/llama.cpp/archive/refs/tags/%{llama BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: cmake +BuildRequires: cmake libcurl libcurl-devel %description Port of English large model LLaMA implemented in C/C++, @@ -55,7 +55,10 @@ find %{buildroot} -type d -empty -delete %{_libdir}/*.so %changelog -* Thu Oct 9 2025 Stephen Curry - 20251009-6 +* Thu Oct 13 2025 Stephen Curry - 20251009-2 +- Add new build requires libcurl and libcurl-devel + +* Thu Oct 9 2025 Stephen Curry - 20251009-1 - Upgrade to b6602 * Thu Jul 10 2025 PshySimon - 20230815-5