From a9e082d04a2ecfb6a2e274694e6825db08a7400a Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:50 +0200 Subject: [PATCH 1/8] Eliminate use of obsolete %patchN syntax (#2283636) --- wvdial.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wvdial.spec b/wvdial.spec index f956c06..437665b 100644 --- a/wvdial.spec +++ b/wvdial.spec @@ -35,13 +35,13 @@ negotiate the PPP connection using any mechanism needed. %prep %setup -q -%patch1 -p1 -b .remotename -%patch2 -p1 -b .9nums -%patch3 -p1 -b .compuserve -%patch4 -p1 -b .manpages -%patch5 -p1 -b .typo_pon_wvdial -%patch6 -p1 -b .ftbfs_with_gcc_45 -%patch7 -p1 -b ._DEFAULT_SOURCE +%patch -P1 -p1 -b .remotename +%patch -P2 -p1 -b .9nums +%patch -P3 -p1 -b .compuserve +%patch -P4 -p1 -b .manpages +%patch -P5 -p1 -b .typo_pon_wvdial +%patch -P6 -p1 -b .ftbfs_with_gcc_45 +%patch -P7 -p1 -b ._DEFAULT_SOURCE %build %configure From 9cbf91efd766b630266efef509f4496c5c0c540f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:36:04 +0000 Subject: [PATCH 2/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wvdial.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wvdial.spec b/wvdial.spec index 437665b..32ee425 100644 --- a/wvdial.spec +++ b/wvdial.spec @@ -1,7 +1,7 @@ Summary: A heuristic autodialer for PPP connections Name: wvdial Version: 1.61 -Release: 32%{?dist} +Release: 33%{?dist} License: LGPLv2+ URL: http://alumnit.ca/wiki/?WvDial #Old location for <1.61 was http://alumnit.ca/download/wvdial-%%{version}.tar.gz @@ -76,6 +76,9 @@ touch %{buildroot}%{_sysconfdir}/wvdial.conf %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.61-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.61-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a292dbf59b3978f1be82654eb9b94aac539b1f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:49:10 +0200 Subject: [PATCH 3/8] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- wvdial.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wvdial.spec b/wvdial.spec index 32ee425..708f13f 100644 --- a/wvdial.spec +++ b/wvdial.spec @@ -1,8 +1,9 @@ Summary: A heuristic autodialer for PPP connections Name: wvdial Version: 1.61 -Release: 33%{?dist} -License: LGPLv2+ +Release: 34%{?dist} +# Automatically converted from old format: LGPLv2+ - review is highly recommended. +License: LicenseRef-Callaway-LGPLv2+ URL: http://alumnit.ca/wiki/?WvDial #Old location for <1.61 was http://alumnit.ca/download/wvdial-%%{version}.tar.gz Source0: http://wvstreams.googlecode.com/files/wvdial-%{version}.tar.gz @@ -76,6 +77,9 @@ touch %{buildroot}%{_sysconfdir}/wvdial.conf %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf %changelog +* Wed Sep 04 2024 Miroslav Suchý - 1.61-34 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.61-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 8fdd5b2fe4c66df0c60cd4a81ea0ef03569bca68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:18:41 +0000 Subject: [PATCH 4/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wvdial.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wvdial.spec b/wvdial.spec index 708f13f..00c6e1f 100644 --- a/wvdial.spec +++ b/wvdial.spec @@ -1,7 +1,7 @@ Summary: A heuristic autodialer for PPP connections Name: wvdial Version: 1.61 -Release: 34%{?dist} +Release: 35%{?dist} # Automatically converted from old format: LGPLv2+ - review is highly recommended. License: LicenseRef-Callaway-LGPLv2+ URL: http://alumnit.ca/wiki/?WvDial @@ -77,6 +77,9 @@ touch %{buildroot}%{_sysconfdir}/wvdial.conf %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.61-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 04 2024 Miroslav Suchý - 1.61-34 - convert license to SPDX From 61a66a395f3a2dbcfb7966734fc55443e517dd7a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:34:18 +0000 Subject: [PATCH 5/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wvdial.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wvdial.spec b/wvdial.spec index 00c6e1f..e2d5bcf 100644 --- a/wvdial.spec +++ b/wvdial.spec @@ -1,7 +1,7 @@ Summary: A heuristic autodialer for PPP connections Name: wvdial Version: 1.61 -Release: 35%{?dist} +Release: 36%{?dist} # Automatically converted from old format: LGPLv2+ - review is highly recommended. License: LicenseRef-Callaway-LGPLv2+ URL: http://alumnit.ca/wiki/?WvDial @@ -77,6 +77,9 @@ touch %{buildroot}%{_sysconfdir}/wvdial.conf %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.61-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.61-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 7dec22054a3a6e3ced06aa162d441d2bca6dd616 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:23:50 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wvdial.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wvdial.spec b/wvdial.spec index e2d5bcf..fe13437 100644 --- a/wvdial.spec +++ b/wvdial.spec @@ -1,7 +1,7 @@ Summary: A heuristic autodialer for PPP connections Name: wvdial Version: 1.61 -Release: 36%{?dist} +Release: 37%{?dist} # Automatically converted from old format: LGPLv2+ - review is highly recommended. License: LicenseRef-Callaway-LGPLv2+ URL: http://alumnit.ca/wiki/?WvDial @@ -77,6 +77,9 @@ touch %{buildroot}%{_sysconfdir}/wvdial.conf %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.61-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.61-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 5dfa549d42ac97e6aaf6c7baf3f87c812423468d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 20:06:20 -0400 Subject: [PATCH 7/8] Rebuilt for openssl 4.0 --- wvdial.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wvdial.spec b/wvdial.spec index fe13437..6e87890 100644 --- a/wvdial.spec +++ b/wvdial.spec @@ -1,7 +1,7 @@ Summary: A heuristic autodialer for PPP connections Name: wvdial Version: 1.61 -Release: 37%{?dist} +Release: 38%{?dist} # Automatically converted from old format: LGPLv2+ - review is highly recommended. License: LicenseRef-Callaway-LGPLv2+ URL: http://alumnit.ca/wiki/?WvDial @@ -77,6 +77,9 @@ touch %{buildroot}%{_sysconfdir}/wvdial.conf %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf %changelog +* Sat Jun 13 2026 Yaakov Selkowitz - 1.61-38 +- Rebuilt for openssl 4.0 + * Sat Jan 17 2026 Fedora Release Engineering - 1.61-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 3b92fb5b095779e16d1be9e2314588565158b956 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:57:24 +0000 Subject: [PATCH 8/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wvdial.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wvdial.spec b/wvdial.spec index 6e87890..8da3f3f 100644 --- a/wvdial.spec +++ b/wvdial.spec @@ -1,7 +1,7 @@ Summary: A heuristic autodialer for PPP connections Name: wvdial Version: 1.61 -Release: 38%{?dist} +Release: 39%{?dist} # Automatically converted from old format: LGPLv2+ - review is highly recommended. License: LicenseRef-Callaway-LGPLv2+ URL: http://alumnit.ca/wiki/?WvDial @@ -77,6 +77,9 @@ touch %{buildroot}%{_sysconfdir}/wvdial.conf %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.61-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jun 13 2026 Yaakov Selkowitz - 1.61-38 - Rebuilt for openssl 4.0