Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jaroslav Škarvada
3e16312e1e Fixed license tag
Resolves: rhbz#2346825
2025-03-12 17:09:17 +01:00

View file

@ -26,10 +26,10 @@
Name: gnuradio
Version: 3.10.10.0
Release: 3%{?alphatag:.%{alphatag}}%{?dist}
Release: 4%{?alphatag:.%{alphatag}}%{?dist}
Summary: Software defined radio framework
License: GPLv3
License: GPLv3+
URL: https://www.gnuradio.org/
#Source0: http://gnuradio.org/releases/gnuradio/gnuradio-%%{version}%%{?alphatag}.tar.xz
#Source0: http://gnuradio.org/releases/gnuradio/gnuradio-%%{version}.tar.gz
@ -212,6 +212,10 @@ done
%{_datadir}/gnuradio/examples
%changelog
* Wed Mar 12 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.10.0-4
- Fixed license tag
Resolves: rhbz#2346825
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 3.10.10.0-3
- Rebuilt for Python 3.13