Compare commits

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

2 commits

Author SHA1 Message Date
Jaroslav Škarvada
417d6f5ab3 Fixed license tag
Resolves: rhbz#2346825
2025-03-12 17:05:39 +01:00
Jaroslav Škarvada
a137ebdf0b Bumped release to be able to push the previous icon fix through bodhi
Bumped release to be able to push the previous icon fix through bodhi
Bumped release to be able to push the previous icon fix through bodhi
Bumped release to be able to push the previous icon fix through bodhi
Bumped release to be able to push the previous icon fix through bodhi
2025-01-31 20:29:55 +01:00

View file

@ -26,11 +26,10 @@
Name: gnuradio
Version: 3.10.11.0
Release: 2%{?alphatag:.%{alphatag}}%{?dist}
Release: 4%{?alphatag:.%{alphatag}}%{?dist}
Summary: Software defined radio framework
# Automatically converted from old format: GPLv3 - review is highly recommended.
License: GPL-3.0-only
License: GPL-3.0-or-later
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
@ -213,6 +212,13 @@ done
%{_datadir}/gnuradio/examples
%changelog
* Wed Mar 12 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.11.0-4
- Fixed license tag
Resolves: rhbz#2346825
* Fri Jan 31 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.11.0-3
- Bumped release to be able to push the previous icon fix through bodhi
* Mon Sep 23 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 3.10.11.0-2
- Fixed icon mode, dropped the executable bit
Resolves: rhbz#2312386