Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ollama for openSUSE:Factory checked 
in at 2025-10-18 18:36:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ollama (Old)
 and      /work/SRC/openSUSE:Factory/.ollama.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ollama"

Sat Oct 18 18:36:26 2025 rev:45 rq:1312160 version:0.12.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ollama/ollama.changes    2025-10-05 
17:51:35.904464045 +0200
+++ /work/SRC/openSUSE:Factory/.ollama.new.18484/ollama.changes 2025-10-18 
18:36:30.646145751 +0200
@@ -1,0 +2,39 @@
+Sat Oct 18 05:33:15 UTC 2025 - Glen Masgai <[email protected]>
+
+- Update vendored golang.org/x/net/html to v0.46.0
+- Update to version 0.12.6
+  * Experimental Vulkan support
+  * Ollama's app now supports searching when running DeepSeek-V3.1,
+     Qwen3 and other models that support tool calling.
+  * Flash attention is now enabled by default for Gemma 3,
+    improving performance and memory utilization
+  * Fixed issue where Ollama would hang while generating responses
+  * Fixed issue where qwen3-coder would act in raw mode when using
+    /api/generate or ollama run qwen3-coder <prompt>
+  * Fixed qwen3-embedding providing invalid results
+  * Ollama will now evict models correctly when num_gpu is set
+  * Fixed issue where tool_index with a value of 0 would not be
+    sent to the model
+- Add ollama user to render group
+
+-------------------------------------------------------------------
+Sat Oct 11 14:46:43 UTC 2025 - Eyad Issa <[email protected]>
+
+- Update vendored golang.org/x/net/html to v0.45.0
+  [boo#1251413] [CVE-2025-47911] [boo#1241757] [CVE-2025-22872]
+- Update to version 0.12.5:
+  * Fixed issue where "think": false would show an error instead of
+    being silently ignored
+  * Fixed deepseek-r1 output issues
+- Update to version 0.12.4:
+  * Flash attention is now enabled by default for Qwen 3 and Qwen 3
+    Coder
+  * Fixed an issue where keep_alive in the API would accept
+    different values for the /api/chat and /api/generate endpoints
+  * Fixed tool calling rendering with qwen3-coder
+  * More reliable and accurate VRAM detection
+  * OLLAMA_FLASH_ATTENTION can now be overridden to 0 for models
+    that have flash attention enabled by default
+  * Fixed crash where templates were not correctly defined
+
+-------------------------------------------------------------------

Old:
----
  ollama-0.12.3.tar.gz

New:
----
  ollama-0.12.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ollama.spec ++++++
--- /var/tmp/diff_new_pack.IdhgPB/_old  2025-10-18 18:36:31.582185056 +0200
+++ /var/tmp/diff_new_pack.IdhgPB/_new  2025-10-18 18:36:31.582185056 +0200
@@ -21,7 +21,7 @@
 %endif
 
 Name:           ollama
-Version:        0.12.3
+Version:        0.12.6
 Release:        0
 Summary:        Tool for running AI models on-premise
 License:        MIT
@@ -34,9 +34,11 @@
 BuildRequires:  cmake >= 3.24
 BuildRequires:  git-core
 BuildRequires:  ninja
+BuildRequires:  shaderc
 BuildRequires:  sysuser-tools
 BuildRequires:  zstd
 BuildRequires:  golang(API) >= 1.24
+BuildRequires:  pkgconfig(vulkan)
 Requires(pre):  %fillup_prereq
 # 32bit seems not to be supported anymore
 ExcludeArch:    %{ix86} %{arm}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IdhgPB/_old  2025-10-18 18:36:31.626186904 +0200
+++ /var/tmp/diff_new_pack.IdhgPB/_new  2025-10-18 18:36:31.634187240 +0200
@@ -4,6 +4,7 @@
 
   <service name="go_modules" mode="manual">
     <param name="compression">zstd</param>
+    <param name="replace">golang.org/x/net=golang.org/x/[email protected]</param>
   </service>
 </services>
 

++++++ ollama-0.12.3.tar.gz -> ollama-0.12.6.tar.gz ++++++
/work/SRC/openSUSE:Factory/ollama/ollama-0.12.3.tar.gz 
/work/SRC/openSUSE:Factory/.ollama.new.18484/ollama-0.12.6.tar.gz differ: char 
12, line 1

++++++ ollama-user.conf ++++++
--- /var/tmp/diff_new_pack.IdhgPB/_old  2025-10-18 18:36:31.670188751 +0200
+++ /var/tmp/diff_new_pack.IdhgPB/_new  2025-10-18 18:36:31.674188919 +0200
@@ -1,5 +1,7 @@
 #Type Name   ID GECOS    Home directory  Shell
 u     ollama -  "Ollama" /var/lib/ollama -
+g     render
 g     video
+m     ollama render
 m     ollama video
 

++++++ vendor.tar.zstd ++++++
Binary files /var/tmp/diff_new_pack.IdhgPB/_old and 
/var/tmp/diff_new_pack.IdhgPB/_new differ

Reply via email to