From 02edd485b03c5cc9e4d8c2695e19230be39d78a9 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:47 +0200 Subject: [PATCH 1/5] Eliminate use of obsolete %patchN syntax (#2283636) --- linpsk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linpsk.spec b/linpsk.spec index c8f3dba..02f0e58 100644 --- a/linpsk.spec +++ b/linpsk.spec @@ -48,8 +48,8 @@ At the Moment RTTY only supports 45 baud and 1.5 stop-bits. #fix permissions for debuginfo files chmod 0644 src/{rttydemodulator.cpp,rttydemodulator.h} -%patch0 -p1 -b 3.sound.conf -%patch1 -p1 -b comparison +%patch -P0 -p1 -b 3.sound.conf +%patch -P1 -p1 -b comparison %build %{qmake_qt4} -unix -o Makefile %{name}.pro From 530d13e147069aa5b6ec2b3f52164f4015bfb4e3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 15:45:50 +0000 Subject: [PATCH 2/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- linpsk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linpsk.spec b/linpsk.spec index 02f0e58..1eb00e5 100644 --- a/linpsk.spec +++ b/linpsk.spec @@ -1,6 +1,6 @@ Name: linpsk Version: 1.3.5 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Psk31 and RTTY program for Linux License: GPLv2+ @@ -91,6 +91,9 @@ find %{buildroot} -type f -name "*.a" -exec rm -f {} ';' %{_libexecdir}/%{name}-bin %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1.3.5-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 1.3.5-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From dd1a4d394eb89ae35665127774ef28ffc3d9fe96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 01:07:19 +0200 Subject: [PATCH 3/5] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- linpsk.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/linpsk.spec b/linpsk.spec index 1eb00e5..28a08e4 100644 --- a/linpsk.spec +++ b/linpsk.spec @@ -1,9 +1,10 @@ Name: linpsk Version: 1.3.5 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Psk31 and RTTY program for Linux -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://linpsk.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # Add .desktop file @@ -91,6 +92,9 @@ find %{buildroot} -type f -name "*.a" -exec rm -f {} ';' %{_libexecdir}/%{name}-bin %changelog +* Fri Jul 26 2024 Miroslav Suchý - 1.3.5-18 +- convert license to SPDX + * Thu Jul 18 2024 Fedora Release Engineering - 1.3.5-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 40e17129cb32a3e5d3ab464ce0ad59cf25f6d5fd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 15:42:26 +0000 Subject: [PATCH 4/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- linpsk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linpsk.spec b/linpsk.spec index 28a08e4..f312582 100644 --- a/linpsk.spec +++ b/linpsk.spec @@ -1,6 +1,6 @@ Name: linpsk Version: 1.3.5 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Psk31 and RTTY program for Linux # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -92,6 +92,9 @@ find %{buildroot} -type f -name "*.a" -exec rm -f {} ';' %{_libexecdir}/%{name}-bin %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1.3.5-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 1.3.5-18 - convert license to SPDX From e129e589c556c7185575f8f7844f3648845ac349 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 20:43:43 +0000 Subject: [PATCH 5/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- linpsk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linpsk.spec b/linpsk.spec index f312582..f5b640e 100644 --- a/linpsk.spec +++ b/linpsk.spec @@ -1,6 +1,6 @@ Name: linpsk Version: 1.3.5 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Psk31 and RTTY program for Linux # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -92,6 +92,9 @@ find %{buildroot} -type f -name "*.a" -exec rm -f {} ';' %{_libexecdir}/%{name}-bin %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1.3.5-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 1.3.5-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild