Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2024-07-29 21:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuradio (Old)
 and      /work/SRC/openSUSE:Factory/.gnuradio.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuradio"

Mon Jul 29 21:52:54 2024 rev:72 rq:1190185 version:3.10.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes        2024-05-15 
21:26:57.542378896 +0200
+++ /work/SRC/openSUSE:Factory/.gnuradio.new.1882/gnuradio.changes      
2024-07-29 21:53:50.544253815 +0200
@@ -1,0 +2,56 @@
+Thu Jul 25 12:22:27 UTC 2024 - Wojciech Kazubski <w...@ire.pw.edu.pl>
+
+- Update to version 3.10.11.0
+- Changed
+  * Project
+    + Const (keyword) cleanup in a large number of files. QtGUI
+      code uses const in many more places.
+  * Runtime
+    + Add persistent() function to gr paths module. This function
+      returns either the value of the XDG_CACHE_HOME environment
+      variable, or appdata()/.local/state.
+  * GRC
+    + Work continues on the Qt version of GRC (gnuradio-companion --qt).
+      While the Gtk version is still the default, we're getting
+      close to the point where the Qt version can be the default.
+    + Generated Python code now includes a startup event
+      (flowgraph_started) to the top level class. This was added
+      specifically to avoid a race in the Variable Function Probe
+      block, and may be useful elsewhere.
+    + Struct variables have not been usable since around v3.8. Fixed!
+    + Paths are now based on gr paths, where they were previous
+      hardcoded to the user's home directory.
+    + C++ hier block code paths fixed (so hier blocks work again).
+    + Block connection line shape and width are now preferences.
+  * gr-blocks
+    + New Burst To Stream block transforms a bursty tagged stream
+      into a continuous stream by inserting zeros in the output
+      between input packets whenever no packets are available at
+      the input.
+  * gr-digital
+    + FLL Band Edge power calculations fixed, along with thread
+      safety issues.
+  * gr-fec
+    + Unused RS code removed - unlikely anyone will notice.
+  * gr-filter
+    + Numpy float_ changed to float64 for Numpy 2.0 compatibility.
+  * gr-fft
+    + Vector version of FFT fft_v library function (calls fftw)
+      thread safety improved.
+  * gr-uhd
+    + Do not require PyQt5 for non-graphical configurations.
+  * modtool
+    + Many bug fixes and cleanups, resulting in more reliable
+      operation. That sounds really good, right?
+    + Remove dependency on the "click plugins" package.
+    + Appending new blocks to CMake files respects closing parens.
+  * Build system and packaging
+    + CMake minimum versions were out of sync in different places,
+      fixed.
+    + Incorrect Qwt maximum version removed.
+- Last two patches gnuradio-fix-error-message-for-Qwt-version.patch
+  and gnuradio-remove-maximum-version-for-Qwt.patch removed as
+  appliedn upstream.
+- Containd fix for latest spdlog (Tumbleweed).
+
+-------------------------------------------------------------------

Old:
----
  gnuradio-3.10.10.0.tar.gz
  gnuradio-fix-error-message-for-Qwt-version.patch
  gnuradio-remove-maximum-version-for-Qwt.patch

New:
----
  gnuradio-3.10.11.0.tar.gz

BETA DEBUG BEGIN:
  Old:    + Incorrect Qwt maximum version removed.
- Last two patches gnuradio-fix-error-message-for-Qwt-version.patch
  and gnuradio-remove-maximum-version-for-Qwt.patch removed as
  Old:- Last two patches gnuradio-fix-error-message-for-Qwt-version.patch
  and gnuradio-remove-maximum-version-for-Qwt.patch removed as
  appliedn upstream.
BETA DEBUG END:

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

Other differences:
------------------
++++++ gnuradio.spec ++++++
--- /var/tmp/diff_new_pack.JUsKW7/_old  2024-07-29 21:53:51.136277790 +0200
+++ /var/tmp/diff_new_pack.JUsKW7/_new  2024-07-29 21:53:51.140277951 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define sover  3_10_10
+%define sover  3_10_11
 %bcond_without docs
 Name:           gnuradio
-Version:        3.10.10.0
+Version:        3.10.11.0
 Release:        0
 Summary:        GNU software radio
 License:        GPL-3.0-or-later
@@ -31,8 +31,6 @@
 Source99:       %{name}-rpmlintrc
 Patch0:         missing_library.patch
 Patch1:         gnuradio-not-install-freedesktop-files.patch
-Patch2:         gnuradio-fix-error-message-for-Qwt-version.patch
-Patch3:         gnuradio-remove-maximum-version-for-Qwt.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cmake >= 3.16.3
 BuildRequires:  codec2-devel
@@ -182,8 +180,6 @@
 %setup -q
 %patch -P 0 -p1
 %patch -P 1 -p1 -R
-%patch -P 2 -p1
-%patch -P 3 -p1
 
 # protect the template files from %%cmake macro magic / mangling
 find  gr-utils/modtool/templates/gr-newmod -name CMakeLists.txt -ls -exec mv 
'{}' '{}.tmpl' \;

++++++ gnuradio-3.10.10.0.tar.gz -> gnuradio-3.10.11.0.tar.gz ++++++
++++ 9972 lines of diff (skipped)

Reply via email to