Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnuradio for openSUSE:Factory checked in at 2025-03-05 13:41:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuradio (Old) and /work/SRC/openSUSE:Factory/.gnuradio.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuradio" Wed Mar 5 13:41:32 2025 rev:73 rq:1250364 version:3.10.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes 2024-07-29 21:53:50.544253815 +0200 +++ /work/SRC/openSUSE:Factory/.gnuradio.new.19136/gnuradio.changes 2025-03-05 13:42:41.598011871 +0100 @@ -1,0 +2,10 @@ +Thu Feb 20 08:16:41 UTC 2025 - Wojciech Kazubski <w...@ire.pw.edu.pl> + +- Update to version 3.10.12.0 +- A majority of the changes for this release related to + * GRC-Qt fixes and parity with the Gtk version + * UHD/RFNoC updates + * CI, modtool, and other devel/infrastructure updates +- New subpackages gnuradio-[bash|fish|zsh]-completion + +------------------------------------------------------------------- Old: ---- gnuradio-3.10.11.0.tar.gz New: ---- gnuradio-3.10.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuradio.spec ++++++ --- /var/tmp/diff_new_pack.zE7VGW/_old 2025-03-05 13:42:42.338042841 +0100 +++ /var/tmp/diff_new_pack.zE7VGW/_new 2025-03-05 13:42:42.338042841 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnuradio # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,13 @@ # -%define sover 3_10_11 +%define sover 3_10_12 %bcond_without docs Name: gnuradio -Version: 3.10.11.0 +Version: 3.10.12.0 Release: 0 Summary: GNU software radio License: GPL-3.0-or-later -Group: Productivity/Hamradio/Other URL: https://gnuradio.org Source0: https://github.com/gnuradio/gnuradio/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # http://www.nathanwest.us/grc_to_37.sh @@ -38,6 +37,7 @@ BuildRequires: cppzmq-devel BuildRequires: fdupes BuildRequires: fftw3-threads-devel +BuildRequires: fish BuildRequires: gcc-c++ >= 9.3.0 BuildRequires: gmp-devel BuildRequires: gobject-introspection @@ -119,7 +119,6 @@ %package -n libgnuradio-%{sover} Summary: Libraries for GNU Radio -Group: System/Libraries %description -n libgnuradio-%{sover} GNU Radio is a collection of software that when combined with minimal @@ -132,7 +131,6 @@ %package devel Summary: Deveopment files for GNU Radio -Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: gmp-devel Requires: spdlog-devel @@ -149,7 +147,6 @@ %package doc Summary: GNU Radio documentation -Group: Documentation/HTML Requires: %{name} = %{version} BuildArch: noarch @@ -164,7 +161,6 @@ %package examples Summary: GNU Radio examples -Group: Productivity/Hamradio/Other Requires: %{name} = %{version} %description examples @@ -176,6 +172,34 @@ This package contains some examples of using GNU Radio. +%package -n %{name}-bash-completion +Summary: Bash Completion for %{name} +Requires: %{name} = %{version} +Requires: bash-completion +Supplements: (%{name} and bash-completion) +BuildArch: noarch + +%description -n %{name}-bash-completion +Bash command line completion support for %{name}. + +%package -n %{name}-fish-completion +Summary: Fish Completion for %{name} +Requires: %{name} = %{version} +Supplements: (%{name} and fish) +BuildArch: noarch + +%description -n %{name}-fish-completion +Fish command line completion support for %{name}. + +%package -n %{name}-zsh-completion +Summary: Zsh Completion for %{name} +Requires: %{name} = %{version} +Supplements: (%{name} and zsh) +BuildArch: noarch + +%description -n %{name}-zsh-completion +zsh command line completion support for %{name}. + %prep %setup -q %patch -P 0 -p1 @@ -273,3 +297,12 @@ %dir %{_libdir}/gnuradio %{_libdir}/gnuradio/examples/ +%files -n %{name}-bash-completion +%{_datadir}/bash-completion/completions/gr_modtool + +%files -n %{name}-fish-completion +%{_datadir}/fish/vendor_completions.d/gr_modtool.fish + +%files -n %{name}-zsh-completion +%{_datadir}/zsh/site-functions/_gr_modtool + ++++++ gnuradio-3.10.11.0.tar.gz -> gnuradio-3.10.12.0.tar.gz ++++++ ++++ 42046 lines of diff (skipped)