Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2022-04-14 17:25:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuradio (Old)
 and      /work/SRC/openSUSE:Factory/.gnuradio.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuradio"

Thu Apr 14 17:25:39 2022 rev:52 rq:970074 version:3.10.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes        2022-03-31 
17:19:19.468841789 +0200
+++ /work/SRC/openSUSE:Factory/.gnuradio.new.1941/gnuradio.changes      
2022-04-14 17:26:16.583320257 +0200
@@ -1,0 +2,38 @@
+Mon Apr 11 20:26:33 UTC 2022 - Mikhail Paulyshka <[email protected]>
+
+- Added python3-jsonschema to build and runtime dependencies
+- Added python3-pyzmq to runtime dependencies
+- Update to version 3.10.2.0
+  * gnuradio-runtime
+    + Correct size/usage for single-mapped buffers (part of the new Custom 
Buffers feature).
+  * grc
+    + Improve discovery of xterm and related programs.
+    + Save generated hierarchical block code to the block library instead of 
the directory containing the current GRC flowgraph.
+    + New JSON Config and YAML Config blocks that load configuration variables 
from files at runtime. Those variables may then be used in block parameters.
+    + Store the GNU Radio version in flowgraph metadata when saving.
+    + Minor change in Python evaluation code to allow affinity, minoutbuf and 
maxoutbuf to be adjusted via script parameters.
+  * Build system and packaging
+    + Require C++-17 for gnuradio-runtime and code compiled against it (via 
cmake flags).
+    + Add pythonschema to build- and run-time dependencies.
+  * gr-blocks
+    + Add exponential distribution to Message Strobe Random block???s delay 
selection.
+    + Quiet down debug messages in File Sink.
+    + Skip alignment check in File Source when the input file is not seekable 
(e.g., it is a pipe).
+  * gr-filter
+    + Fix crash in Rational Resampler logging
+  * gr-digital
+    + Add generic CRC blocks: CRC Append and CRC Check.
+  * gr-qtgui
+    + Improve text/background color on Range widget.
+    + Digital Number Control emits message with new, instead of previous, 
value.
+    + Message Edit Box sends message only when return is pressed, rather than 
whenever focus is lost.
+    + Vector Sink allows legend to be disabled.
+    + Type error fixes (Python 3.10 is stricter about int casting).
+  * gr-trellis
+    + Provide Python bindings for PCCC Encoder and Viterbi Combo.
+  * gr-vocoder
+    + Add C++ generation support to gr-vocoder
+  * Code generation tools
+    + Support strongly-typed enums in Python bindings
+
+-------------------------------------------------------------------

Old:
----
  gnuradio-3.10.1.1.tar.gz

New:
----
  gnuradio-3.10.2.0.tar.gz

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

Other differences:
------------------
++++++ gnuradio.spec ++++++
--- /var/tmp/diff_new_pack.pBhEAt/_old  2022-04-14 17:26:17.295321089 +0200
+++ /var/tmp/diff_new_pack.pBhEAt/_new  2022-04-14 17:26:17.299321094 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define sover  3_10_1
+%define sover  3_10_2
 %ifarch %{arm}
 # boo#1182440
 %define _lto_cflags %{nil}
 %endif
 %bcond_without docs
 Name:           gnuradio
-Version:        3.10.1.1
+Version:        3.10.2.0
 Release:        0
 Summary:        GNU software radio
 License:        GPL-3.0-or-later
@@ -66,6 +66,7 @@
 BuildRequires:  python3-devel >= 3.6.5
 BuildRequires:  python3-gobject
 BuildRequires:  python3-gobject-cairo
+BuildRequires:  python3-jsonschema
 BuildRequires:  python3-mako >= 1.0.7
 BuildRequires:  python3-numpy-devel >= 1.17.4
 BuildRequires:  python3-pyaml >= 3.11
@@ -87,6 +88,7 @@
 # gnuradio-companion dependencies
 Requires:       python3-cairo
 Requires:       python3-gobject-Gdk
+Requires:       python3-jsonschema
 Requires:       typelib(Gtk) = 3.0
 # gr_modtool dependencies
 Requires:       python3-click
@@ -98,6 +100,8 @@
 # gr_filter dependencies
 Requires:       python3-scipy
 Requires:       python3-pyqtgraph
+# gr_network dependencies
+Requires:       python3-pyzmq
 %if %{with docs}
 BuildRequires:  doxygen
 BuildRequires:  mathjax

++++++ gnuradio-3.10.1.1.tar.gz -> gnuradio-3.10.2.0.tar.gz ++++++
++++ 18271 lines of diff (skipped)

Reply via email to