Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ollama for openSUSE:Factory checked 
in at 2024-08-01 22:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ollama (Old)
 and      /work/SRC/openSUSE:Factory/.ollama.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ollama"

Thu Aug  1 22:04:47 2024 rev:16 rq:1190824 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ollama/ollama.changes    2024-07-28 
17:20:55.307337942 +0200
+++ /work/SRC/openSUSE:Factory/.ollama.new.7232/ollama.changes  2024-08-01 
22:05:29.747105547 +0200
@@ -1,0 +2,20 @@
+Tue Jul 30 07:08:37 UTC 2024 - Adrian Schröter <adr...@suse.de>
+
+- Update to version 0.3.1:
+  * Added support for min_p sampling option
+  * Lowered number of requests required when downloading models
+    with ollama pull
+  * ollama create will now autodetect required stop parameters
+    when importing certain models
+  * Fixed issue where /save would cause parameters to be saved
+    incorrectly.
+  * OpenAI-compatible API will now return a finish_reason of
+    tool_calls if a tool call occured.
+
+-------------------------------------------------------------------
+Mon Jul 29 09:59:58 UTC 2024 - Adrian Schröter <adr...@suse.de>
+
+- fix build on leap 15.6
+- exclude builds on 32bit due to build failures
+
+-------------------------------------------------------------------

Old:
----
  ollama-0.3.0.obscpio

New:
----
  ollama-0.3.1.obscpio

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

Other differences:
------------------
++++++ ollama.spec ++++++
--- /var/tmp/diff_new_pack.YOkEkI/_old  2024-08-01 22:05:31.763188698 +0200
+++ /var/tmp/diff_new_pack.YOkEkI/_new  2024-08-01 22:05:31.767188863 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ollama
-Version:        0.3.0
+Version:        0.3.1
 Release:        0
 Summary:        Tool for running AI models on-premise
 License:        MIT
@@ -35,9 +35,12 @@
 %sysusers_requires
 %if 0%{?sle_version} == 150600
 BuildRequires:  gcc12-c++
+BuildRequires:  libstdc++6-gcc12
 %else
 BuildRequires:  gcc-c++ >= 11.4.0
 %endif
+# 32bit seems not to be supported anymore
+ExcludeArch:    %ix86 %arm
 
 %description
 Ollama is a tool for running AI models on one's own hardware.
@@ -78,6 +81,12 @@
 cp -Ra docs/* "%{buildroot}/%{_docdir}/%{name}"
 
 %check
+%if 0%{?sle_version} == 150600
+export CXX=g++-12
+export CC=gcc-12
+# pie doesn't work with gcc12 on leap
+export GOFLAGS="-mod=vendor"
+%endif
 go test ./...
 
 %pre -f %{name}.pre

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YOkEkI/_old  2024-08-01 22:05:31.799190183 +0200
+++ /var/tmp/diff_new_pack.YOkEkI/_new  2024-08-01 22:05:31.799190183 +0200
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/ollama/ollama.git</param>
     <param name="scm">git</param>
-    <param name="revision">v0.3.0</param>
+    <param name="revision">v0.3.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.YOkEkI/_old  2024-08-01 22:05:31.819191008 +0200
+++ /var/tmp/diff_new_pack.YOkEkI/_new  2024-08-01 22:05:31.819191008 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/ollama/ollama.git</param>
-              <param 
name="changesrevision">bbf8f102ee06bd6b149e4999571c0844aa47b12f</param></service></servicedata>
+              <param 
name="changesrevision">1a83581a8e1063418f5f1fec14638409d0681b68</param></service></servicedata>
 (No newline at EOF)
 

++++++ ollama-0.3.0.obscpio -> ollama-0.3.1.obscpio ++++++
/work/SRC/openSUSE:Factory/ollama/ollama-0.3.0.obscpio 
/work/SRC/openSUSE:Factory/.ollama.new.7232/ollama-0.3.1.obscpio differ: char 
50, line 1

++++++ ollama.obsinfo ++++++
--- /var/tmp/diff_new_pack.YOkEkI/_old  2024-08-01 22:05:31.871193152 +0200
+++ /var/tmp/diff_new_pack.YOkEkI/_new  2024-08-01 22:05:31.875193317 +0200
@@ -1,5 +1,5 @@
 name: ollama
-version: 0.3.0
-mtime: 1721946295
-commit: bbf8f102ee06bd6b149e4999571c0844aa47b12f
+version: 0.3.1
+mtime: 1722288341
+commit: 1a83581a8e1063418f5f1fec14638409d0681b68
 

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

Reply via email to