We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c8985 commit bf42b34Copy full SHA for bf42b34
rpmbuild/SPECS/whisper.cpp.spec
@@ -1,5 +1,5 @@
1
Name: whisper.cpp
2
-Version: 1.7.5
+Version: 1.7.6
3
Release: 1%{?dist}
4
Summary: Whisper automatic speech recognition
5
License: MIT
@@ -46,6 +46,10 @@ install -p -m 0744 models/download-ggml-model.sh %{buildroot}%{_sbindir}/whis
46
%{_sbindir}/*
47
48
%changelog
49
+* Thu Aug 28 2025 Lars Kiesow <lkiesow@uos.de> - 1.7.6-1
50
+- Update to version 1.7.6
51
+- This includes VAD support
52
+
53
* Tue Jun 10 2025 Lars Kiesow <lkiesow@uos.de> - 1.7.5-1
54
- Update to whisper.cpp 1.7.5
55
- Renamed binaries (followed upstream)
0 commit comments