From 83921f66489c86932bc48044e5d358aee66d4943 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 12:49:34 +0000 Subject: [PATCH 1/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- linpsk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linpsk.spec b/linpsk.spec index 52a3443..04308fa 100644 --- a/linpsk.spec +++ b/linpsk.spec @@ -1,6 +1,6 @@ Name: linpsk Version: 1.3.5 -Release: 13%{?dist} +Release: 14%{?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 20 2023 Fedora Release Engineering - 1.3.5-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering - 1.3.5-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From eb0ee5155bbf2232799243dfbb8c61855a476dd8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 05:59:51 +0000 Subject: [PATCH 2/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- linpsk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linpsk.spec b/linpsk.spec index 04308fa..e95d01b 100644 --- a/linpsk.spec +++ b/linpsk.spec @@ -1,6 +1,6 @@ Name: linpsk Version: 1.3.5 -Release: 14%{?dist} +Release: 15%{?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 +* Sun Jan 21 2024 Fedora Release Engineering - 1.3.5-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jul 20 2023 Fedora Release Engineering - 1.3.5-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 54d76ce9188f5eb8aec691f5bdee0e75ef116159 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 04:22:09 +0000 Subject: [PATCH 3/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- linpsk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linpsk.spec b/linpsk.spec index e95d01b..c8f3dba 100644 --- a/linpsk.spec +++ b/linpsk.spec @@ -1,6 +1,6 @@ Name: linpsk Version: 1.3.5 -Release: 15%{?dist} +Release: 16%{?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 Jan 25 2024 Fedora Release Engineering - 1.3.5-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.3.5-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 02edd485b03c5cc9e4d8c2695e19230be39d78a9 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:47 +0200 Subject: [PATCH 4/8] 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 5/8] 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 6/8] 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 7/8] 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 8/8] 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