Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liquid-dsp for openSUSE:Factory 
checked in at 2026-07-28 18:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liquid-dsp (Old)
 and      /work/SRC/openSUSE:Factory/.liquid-dsp.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liquid-dsp"

Tue Jul 28 18:18:33 2026 rev:9 rq:1368203 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/liquid-dsp/liquid-dsp.changes    2026-06-17 
16:18:25.399324552 +0200
+++ /work/SRC/openSUSE:Factory/.liquid-dsp.new.2004/liquid-dsp.changes  
2026-07-28 18:20:35.908166610 +0200
@@ -1,0 +2,51 @@
+Tue Jul 28 08:56:36 UTC 2026 - Martin Hauke <[email protected]>
+
+- Update to version 1.8.1
+  * Version 1.8.1 includes logic for runtime mode selection for
+    distributing a generic binary for a particular platform and
+    allowing selection of particular implementations based on the
+    specific instruction set architecture available on the host
+    system. For example a build server can create a shared object
+    that supports SSE, AVX, and AVX512 and deploy it to a system
+    that only has SSE and AVX support.
+  * build
+    + fixed typos and inconsistent formatting.
+    + added option for strict compilation (treat warnings as
+      errors).
+    + added compile-time build information (version, git hash,
+      build OS, etc.) to binary.
+    + fixed issues with 'autoscript' target breaking
+      cross-compilation and library install directory.
+    + fixed issues with installation destination, 32-bit
+      architectures, and conditional autoscript builds.
+  * core
+    + added timer object for handling run-time execution testing.
+    + added cpuinfo struct to support compile-time/run-time mode
+      deconfliction.
+    + added sysinfo struct to support run-time mode definition
+      such as hardware acceleration and core count. Would ideally
+      include clock rate or rough indication of processor
+      capability.
+  * dotprod
+    + added run-time mode selection for vector dot product,
+      allowing for distributed binary to operate across various
+      architectures with instruction sets for acceleration.
+  * filter
+    + firdespm: fixed long-standing out-of-bounds read element.
+    + firdespm: cleaning up debugging macros.
+    + iirdes: fixing bug with complex pair resolution.
+  * math
+    + fixed long-standing bug with poly/findroots out-of-bounds
+      error.
+  * modem
+    + apsk: fixed issue with negative modulo (C99).
+    + cpfskdem: properly resetting coherent demodulation.
+    + fskdem: fixing frequency error estimate.
+  * optim
+    + fixed issues with 32-bit architectures with optim module.
+    + fixed qs1dsearch error code for non-convergence.
+- Drop patch:
+  * liquid-dsp-libsuffix.patch
+- Tests consume lots of memory (>30GB). Don't run them in parallel.
+
+-------------------------------------------------------------------

Old:
----
  liquid-dsp-1.8.0.tar.gz
  liquid-dsp-libsuffix.patch

New:
----
  liquid-dsp-1.8.1.tar.gz

----------(Old B)----------
  Old:- Drop patch:
  * liquid-dsp-libsuffix.patch
- Tests consume lots of memory (>30GB). Don't run them in parallel.
----------(Old E)----------

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

Other differences:
------------------
++++++ liquid-dsp.spec ++++++
--- /var/tmp/diff_new_pack.qCF0yV/_old  2026-07-28 18:20:38.516257615 +0200
+++ /var/tmp/diff_new_pack.qCF0yV/_new  2026-07-28 18:20:38.520257754 +0200
@@ -21,7 +21,7 @@
 %define sover 1
 %define libname libliquid%{sover}
 Name:           liquid-dsp
-Version:        1.8.0
+Version:        1.8.1
 Release:        0
 Summary:        Digital signal processing library for software-defined radios
 License:        MIT
@@ -29,7 +29,6 @@
 URL:            https://liquidsdr.org
 #Git-Clone:     https://github.com/jgaeddert/liquid-dsp.git
 Source:         
https://github.com/jgaeddert/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         liquid-dsp-libsuffix.patch
 BuildRequires:  c++_compiler
 BuildRequires:  cmake >= 3.10
 
@@ -70,7 +69,6 @@
 %build
 %cmake \
        -DBUILD_EXAMPLES=OFF \
-       -DENABLE_SIMD=OFF \
        %{nil}
 %cmake_build
 
@@ -78,6 +76,7 @@
 %cmake_install
 
 %check
+export RPM_BUILD_NCPUS=1
 %ctest
 
 %ldconfig_scriptlets -n %{libname}

++++++ liquid-dsp-1.8.0.tar.gz -> liquid-dsp-1.8.1.tar.gz ++++++
++++ 15723 lines of diff (skipped)

Reply via email to