public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/whisper-cpp] rawhide: Update to 1.9.2
@ 2026-08-17 22:06 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-17 22:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/whisper-cpp
Branch : rawhide
Commit : 06d46bf85cdf7a25d863a8a62ea04e834eb4e64c
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-08-17T15:05:38-07:00
Stats : +14/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/whisper-cpp/c/06d46bf85cdf7a25d863a8a62ea04e834eb4e64c?branch=rawhide
Log:
Update to 1.9.2
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-17 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 22:06 [rpms/whisper-cpp] rawhide: Update to 1.9.2 Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox