From a137ebdf0b9479f181b8a1fdfe84528b2cd940eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 31 Jan 2025 20:29:55 +0100 Subject: [PATCH 1/2] 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 --- gnuradio.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnuradio.spec b/gnuradio.spec index d1a74b0..33186e3 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -26,7 +26,7 @@ Name: gnuradio Version: 3.10.11.0 -Release: 2%{?alphatag:.%{alphatag}}%{?dist} +Release: 3%{?alphatag:.%{alphatag}}%{?dist} Summary: Software defined radio framework # Automatically converted from old format: GPLv3 - review is highly recommended. @@ -213,6 +213,9 @@ done %{_datadir}/gnuradio/examples %changelog +* Fri Jan 31 2025 Jaroslav Škarvada - 3.10.11.0-3 +- Bumped release to be able to push the previous icon fix through bodhi + * Mon Sep 23 2024 Jaroslav Škarvada - 3.10.11.0-2 - Fixed icon mode, dropped the executable bit Resolves: rhbz#2312386 From 417d6f5ab3bd468aff263aac5f9ab06f98308564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 12 Mar 2025 17:05:39 +0100 Subject: [PATCH 2/2] Fixed license tag Resolves: rhbz#2346825 --- gnuradio.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnuradio.spec b/gnuradio.spec index 33186e3..289d761 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -26,11 +26,10 @@ Name: gnuradio Version: 3.10.11.0 -Release: 3%{?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,10 @@ done %{_datadir}/gnuradio/examples %changelog +* Wed Mar 12 2025 Jaroslav Škarvada - 3.10.11.0-4 +- Fixed license tag + Resolves: rhbz#2346825 + * Fri Jan 31 2025 Jaroslav Škarvada - 3.10.11.0-3 - Bumped release to be able to push the previous icon fix through bodhi