From e969fef6bdca6f5235475fb1131e1be0d07099f06fce604733d245a4bd4c428a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 6 Oct 2021 08:24:09 +0000 Subject: [PATCH] Accepting request 923434 from home:wkazubski:test:science - Update to version 3.8.4.0 * Changed GRC + Fix drag and drop issue with Quartz + Fix desync when dragging block + Update disabled blocks if they depend on others + Allow short and byte as valid types in an enum + Fix evaluation of interdependent variables modtool + Set VERSION_PATH to 0 in new modules, instead of using GIT rev + For Python3, return correct exeption ModuleNotFoundError instead of ImportError gr-blocks + trix Interleaver block gr-channels + Fix "hide" expressions in yml files gr-digital + Remove unused msg output port from Chunks To Symbols block yml gr-fft + Add "shift" parameter to Log Power FFT gr-qtgui + Fix: tags on the last sample were not shown gr-video-sdl + Fix: U and V channels were reversed on sink blocks OBS-URL: https://build.opensuse.org/request/show/923434 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=99 --- gnuradio-3.8.3.1.tar.gz | 3 --- gnuradio-3.8.4.0.tar.gz | 3 +++ gnuradio.changes | 28 ++++++++++++++++++++++++++++ gnuradio.spec | 4 ++-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 gnuradio-3.8.3.1.tar.gz create mode 100644 gnuradio-3.8.4.0.tar.gz diff --git a/gnuradio-3.8.3.1.tar.gz b/gnuradio-3.8.3.1.tar.gz deleted file mode 100644 index 06e8b67..0000000 --- a/gnuradio-3.8.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7500589c3c9679d1b5487cd45c5e93aa95d1c5b5aeb2082d035c6b44932d4540 -size 3394001 diff --git a/gnuradio-3.8.4.0.tar.gz b/gnuradio-3.8.4.0.tar.gz new file mode 100644 index 0000000..7dd6dca --- /dev/null +++ b/gnuradio-3.8.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbf605b4859fbf0862e9b8dc4c345d7e5bb39469d604a49b5e55b715ad45fb7 +size 3395297 diff --git a/gnuradio.changes b/gnuradio.changes index 8a92ec2..decebfd 100644 --- a/gnuradio.changes +++ b/gnuradio.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Oct 5 23:10:14 UTC 2021 - Wojciech Kazubski + +- Update to version 3.8.4.0 + * Changed + GRC + + Fix drag and drop issue with Quartz + + Fix desync when dragging block + + Update disabled blocks if they depend on others + + Allow short and byte as valid types in an enum + + Fix evaluation of interdependent variables + modtool + + Set VERSION_PATH to 0 in new modules, instead of using GIT rev + + For Python3, return correct exeption ModuleNotFoundError + instead of ImportError + gr-blocks + + trix Interleaver block + gr-channels + + Fix "hide" expressions in yml files + gr-digital + + Remove unused msg output port from Chunks To Symbols block yml + gr-fft + + Add "shift" parameter to Log Power FFT + gr-qtgui + + Fix: tags on the last sample were not shown + gr-video-sdl + + Fix: U and V channels were reversed on sink blocks + ------------------------------------------------------------------- Tue Aug 31 12:57:53 UTC 2021 - Wojciech Kazubski diff --git a/gnuradio.spec b/gnuradio.spec index 5e3b653..6d01398 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -16,14 +16,14 @@ # -%define sover 3_8_3 +%define sover 3_8_4 %ifarch %{arm} # boo#1182440 %define _lto_cflags %{nil} %endif %bcond_without docs Name: gnuradio -Version: 3.8.3.1 +Version: 3.8.4.0 Release: 0 Summary: GNU software radio License: GPL-3.0-or-later