From 0f20225710edf18d83a3e1a9e75e4258242e8a3a Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Sun, 15 Mar 2026 07:43:58 -0700 Subject: [PATCH 1/6] Update to 1.8.3 Signed-off-by: Tom Rix --- .gitignore | 1 + sources | 2 +- whisper-cpp.spec | 10 +--------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 1818f46..ddf7e66 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /whisper.cpp-1.7.1.tar.gz /whisper.cpp-1.7.6.tar.gz /whisper.cpp-1.8.1.tar.gz +/whisper.cpp-1.8.3.tar.gz diff --git a/sources b/sources index 556d8d5..01c28d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (whisper.cpp-1.8.1.tar.gz) = 5dc2f7d8833a592a0ba3d8684425e030876e321f5005bec354564600923195eff906937a43e7604326fa2caf4548331a3fdff4b0797d66baa2dfa8e066e321f3 +SHA512 (whisper.cpp-1.8.3.tar.gz) = be5b02e4d48a92d632e5f2385c42c0c74b176021fb2a68fb6961ef3c83e85fe4930d168b6436667f62c4637315a321c5825644c6f459f6b6ed0660306a1bb4e0 diff --git a/whisper-cpp.spec b/whisper-cpp.spec index ecbb44f..cdfcbe8 100644 --- a/whisper-cpp.spec +++ b/whisper-cpp.spec @@ -8,7 +8,7 @@ License: MIT # examples/whisper.android/gradlew* # These are not distributed -Version: 1.8.1 +Version: 1.8.3 Release: %autorelease URL: https://github.com/ggerganov/whisper.cpp @@ -106,15 +106,7 @@ recognition (ASR) model: %prep %autosetup -p1 -n whisper.cpp-%{version} -# Add SOVERSION to the shared libraries -sed -i -e 's@POSITION_INDEPENDENT_CODE ON@POSITION_INDEPENDENT_CODE ON SOVERSION %{sover}@' src/CMakeLists.txt -sed -i -e 's@POSITION_INDEPENDENT_CODE ON@POSITION_INDEPENDENT_CODE ON SOVERSION %{sover}@' ggml/src/CMakeLists.txt -sed -i -e 's@POSITION_INDEPENDENT_CODE ON@POSITION_INDEPENDENT_CODE ON SOVERSION %{sover}@' ggml/src/ggml-cpu/CMakeLists.txt -sed -i '/target_compile_definitions(${backend} PUBLIC GGML_BACKEND_SHARED)/a\ -set_target_properties(${backend} PROPERTIES POSITION_INDEPENDENT_CODE ON SOVERSION %{sover})' ggml/src/CMakeLists.txt - %build - %cmake \ -DCMAKE_HIP_ARCHITECTURES=%{rocm_gpu_list_default} \ -DWHISPER_BUILD_EXAMPLES=%{build_test} \ From d0e377fea916ad74cdab90f9c57d02e397dbdf5b Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Sat, 20 Jun 2026 08:04:52 -0700 Subject: [PATCH 2/6] Rebuild for openvino Signed-off-by: Tom Rix From d808be8b880994f9a30bcbefd4693cb8cd3f2a81 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:48:02 +0000 Subject: [PATCH 3/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 624d773521054d3b57179a4882d0e82632258d09 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 27 Jul 2026 10:41:15 -0700 Subject: [PATCH 4/6] Disable openvino to work around a ftbfs Signed-off-by: Tom Rix --- whisper-cpp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/whisper-cpp.spec b/whisper-cpp.spec index cdfcbe8..908ad54 100644 --- a/whisper-cpp.spec +++ b/whisper-cpp.spec @@ -20,7 +20,8 @@ ExclusiveArch: x86_64 aarch64 ppc64le # OpenVINO only supports x86_64 and aarch64 # Presently, Fedora only packages it on x86_64 %ifarch x86_64 -%bcond_without openvino +# FTBFS 7/27/26 openvino needs rebuilding at least +%bcond_with openvino %bcond_without rocm %else %bcond_with openvino From 06d46bf85cdf7a25d863a8a62ea04e834eb4e64c Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 17 Aug 2026 15:05:38 -0700 Subject: [PATCH 5/6] Update to 1.9.2 Signed-off-by: Tom Rix --- .gitignore | 1 + sources | 2 +- whisper-cpp.spec | 22 ++++++++++++---------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index ddf7e66..52f8268 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /whisper.cpp-1.7.6.tar.gz /whisper.cpp-1.8.1.tar.gz /whisper.cpp-1.8.3.tar.gz +/whisper.cpp-1.9.2.tar.gz diff --git a/sources b/sources index 01c28d2..102a62b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (whisper.cpp-1.8.3.tar.gz) = be5b02e4d48a92d632e5f2385c42c0c74b176021fb2a68fb6961ef3c83e85fe4930d168b6436667f62c4637315a321c5825644c6f459f6b6ed0660306a1bb4e0 +SHA512 (whisper.cpp-1.9.2.tar.gz) = 68ecbd924afe175c5ca898348f37ce348f96ba60cd2112aab949a45607cf153d9fe680fca3dd42a7648e53ea241a5b99b84081940d06cf47b22e74710ad3c882 diff --git a/whisper-cpp.spec b/whisper-cpp.spec index 908ad54..15090bf 100644 --- a/whisper-cpp.spec +++ b/whisper-cpp.spec @@ -8,7 +8,7 @@ License: MIT # examples/whisper.android/gradlew* # These are not distributed -Version: 1.8.3 +Version: 1.9.2 Release: %autorelease URL: https://github.com/ggerganov/whisper.cpp @@ -36,9 +36,11 @@ ExclusiveArch: x86_64 aarch64 ppc64le %if %{with rocm} %global build_rocm ON +# need our own gpu list, without gfx1250 +%global rocm_gpu_list "gfx9-generic;gfx942;gfx950;gfx10-1-generic;gfx10-3-generic;gfx1100;gfx1101;gfx1102;gfx1103;gfx1150;gfx1151;gfx1152;gfx1153;gfx1200;gfx1201" %else %global build_rocm OFF -%global rocm_gpu_list_default %{nil} +%global rocm_gpu_list %{nil} %endif %bcond_with test @@ -109,7 +111,7 @@ recognition (ASR) model: %build %cmake \ - -DCMAKE_HIP_ARCHITECTURES=%{rocm_gpu_list_default} \ + -DCMAKE_HIP_ARCHITECTURES=%{rocm_gpu_list} \ -DWHISPER_BUILD_EXAMPLES=%{build_test} \ -DWHISPER_BUILD_SERVER=%{build_test} \ -DWHISPER_BUILD_TESTS=%{build_test} \ @@ -156,6 +158,7 @@ find %{buildroot} -name 'whisper.pc' -delete %{_libdir}/libggml-base.so.* %{_libdir}/libggml-cpu.so.* %{_libdir}/libwhisper.so.* +%{_libdir}/libparakeet.so.* %if %{with rocm} %{_libdir}/libggml-hip.so.* @@ -163,17 +166,16 @@ find %{buildroot} -name 'whisper.pc' -delete %files devel %doc README.md -%{_includedir}/ggml*.h -%{_includedir}/gguf.h -%{_includedir}/whisper.h +%{_includedir}/*.h %{_libdir}/libggml.so %{_libdir}/libggml-base.so %{_libdir}/libggml-cpu.so +%{_libdir}/libparakeet.so %{_libdir}/libwhisper.so -%dir %{_libdir}/cmake/whisper -%dir %{_libdir}/cmake/ggml -%{_libdir}/cmake/whisper/*.cmake -%{_libdir}/cmake/ggml/*.cmake +%{_libdir}/cmake/ggml/ +%{_libdir}/cmake/parakeet/ +%{_libdir}/cmake/whisper/ +%{_libdir}/pkgconfig/parakeet.pc %if %{with rocm} %{_libdir}/libggml-hip.so From 5b4c9cd758f421852bf571af98a223523d5a7361 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Sun, 23 Aug 2026 13:10:41 -0700 Subject: [PATCH 6/6] Update to 1.9.3 Signed-off-by: Tom Rix --- .gitignore | 1 + sources | 2 +- whisper-cpp.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 52f8268..54ad0d1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /whisper.cpp-1.8.1.tar.gz /whisper.cpp-1.8.3.tar.gz /whisper.cpp-1.9.2.tar.gz +/whisper.cpp-1.9.3.tar.gz diff --git a/sources b/sources index 102a62b..22e1739 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (whisper.cpp-1.9.2.tar.gz) = 68ecbd924afe175c5ca898348f37ce348f96ba60cd2112aab949a45607cf153d9fe680fca3dd42a7648e53ea241a5b99b84081940d06cf47b22e74710ad3c882 +SHA512 (whisper.cpp-1.9.3.tar.gz) = 5e01ca94a49438b71e38c3cab710cf75a7aa76a1ae03fe8f81b1a5beb794becb1ae1c6e078e3eea5526e4ad89ae4cc0306d17974541050afb3a7ac1d09f94768 diff --git a/whisper-cpp.spec b/whisper-cpp.spec index 15090bf..2530b24 100644 --- a/whisper-cpp.spec +++ b/whisper-cpp.spec @@ -8,7 +8,7 @@ License: MIT # examples/whisper.android/gradlew* # These are not distributed -Version: 1.9.2 +Version: 1.9.3 Release: %autorelease URL: https://github.com/ggerganov/whisper.cpp