Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 11 additions and 54 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ca658e6c4af9cfe144770757b34ab0edd23f6dcfaa6c5c46a7546233e5ecd29
size 4659646

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe78ad9f74c8ebf93d5c8ad6fa2c13236af330f3c67149d91a0647b3dc6f3958
size 4978802

View File

@ -1,13 +1,3 @@
-------------------------------------------------------------------
Thu Feb 20 08:16:41 UTC 2025 - Wojciech Kazubski <wk@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
-------------------------------------------------------------------
Thu Jul 25 12:22:27 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl>

View File

@ -1,7 +1,7 @@
#
# spec file for package gnuradio
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,13 +16,14 @@
#
%define sover 3_10_12
%define sover 3_10_11
%bcond_without docs
Name: gnuradio
Version: 3.10.12.0
Version: 3.10.11.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
@ -37,7 +38,6 @@ BuildRequires: cppunit-devel
BuildRequires: cppzmq-devel
BuildRequires: fdupes
BuildRequires: fftw3-threads-devel
BuildRequires: fish
BuildRequires: gcc-c++ >= 9.3.0
BuildRequires: gmp-devel
BuildRequires: gobject-introspection
@ -119,6 +119,7 @@ performance wireless devices into software problems.
%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
@ -131,6 +132,7 @@ This package contains the libraries for GNU Radio.
%package devel
Summary: Deveopment files for GNU Radio
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: gmp-devel
Requires: spdlog-devel
@ -147,6 +149,7 @@ applications that use GNU Radio.
%package doc
Summary: GNU Radio documentation
Group: Documentation/HTML
Requires: %{name} = %{version}
BuildArch: noarch
@ -161,6 +164,7 @@ This package contains documentation for GNU Radio.
%package examples
Summary: GNU Radio examples
Group: Productivity/Hamradio/Other
Requires: %{name} = %{version}
%description examples
@ -172,34 +176,6 @@ performance wireless devices into software problems.
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
@ -297,13 +273,4 @@ rm -rf %{buildroot}%{_datadir}/icons/gnome
%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
%changelog