From b0635f8daf02e8c561a84054141c7ad0eff24949 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 22:30:22 +0000 Subject: [PATCH 01/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- pspg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pspg.spec b/pspg.spec index 3a6a7fa..33bbea8 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,7 +1,7 @@ Summary: A unix pager optimized for psql Name: pspg Version: 5.8.1 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: https://github.com/okbob/%{name} Source: https://github.com/okbob/%{name}/archive/%{version}/%{name}-%{version}.tar.gz @@ -39,6 +39,9 @@ columns, and lot of color themes are included. %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 5.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Nov 20 2023 Pavel Raiskup - 5.8.1-1 - https://github.com/okbob/pspg/releases/tag/5.8.1 From 7a6edbdc71e1db599c981cbc688c3bb85c3941cb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jan 2024 00:16:57 +0000 Subject: [PATCH 02/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- pspg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pspg.spec b/pspg.spec index 33bbea8..6f3dd0c 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,7 +1,7 @@ Summary: A unix pager optimized for psql Name: pspg Version: 5.8.1 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: https://github.com/okbob/%{name} Source: https://github.com/okbob/%{name}/archive/%{version}/%{name}-%{version}.tar.gz @@ -39,6 +39,9 @@ columns, and lot of color themes are included. %changelog +* Fri Jan 26 2024 Fedora Release Engineering - 5.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 5.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6cd7170e5f47aa683d18d5256e88e2775be963f8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 08:39:11 +0000 Subject: [PATCH 03/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- pspg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pspg.spec b/pspg.spec index 6f3dd0c..fafb90c 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,7 +1,7 @@ Summary: A unix pager optimized for psql Name: pspg Version: 5.8.1 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD URL: https://github.com/okbob/%{name} Source: https://github.com/okbob/%{name}/archive/%{version}/%{name}-%{version}.tar.gz @@ -39,6 +39,9 @@ columns, and lot of color themes are included. %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 5.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jan 26 2024 Fedora Release Engineering - 5.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 432214f18a32f5398357ffdd0c68eda2fb27bdc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 19:18:46 +0200 Subject: [PATCH 04/10] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- pspg.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pspg.spec b/pspg.spec index fafb90c..e896d7b 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,8 +1,9 @@ Summary: A unix pager optimized for psql Name: pspg Version: 5.8.1 -Release: 4%{?dist} -License: BSD +Release: 5%{?dist} +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://github.com/okbob/%{name} Source: https://github.com/okbob/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: make @@ -39,6 +40,9 @@ columns, and lot of color themes are included. %changelog +* Wed Sep 04 2024 Miroslav Suchý - 5.8.1-5 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 5.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From af3978ef966a2c006985f1da5fc21773a78f376c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 27 Sep 2024 19:55:34 +0200 Subject: [PATCH 05/10] Update the list of maintained branches --- build-and-update-all-branches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-update-all-branches b/build-and-update-all-branches index 2c57ca9..b383a71 100755 --- a/build-and-update-all-branches +++ b/build-and-update-all-branches @@ -4,7 +4,7 @@ # script. main=main -branches="$main epel7 epel8 epel9 f37 f38 f39" +branches="$main epel8 epel9 epel10 f39 f40 f41" exit_handler () { From 342cbe068e0c10d1f4760a82bd531700b84c3764 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 27 Sep 2024 19:57:15 +0200 Subject: [PATCH 06/10] New upstream release Version: 5.8.7-1 --- pspg.spec | 11 +++++++++-- sources | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pspg.spec b/pspg.spec index e896d7b..5018d5f 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,7 +1,7 @@ Summary: A unix pager optimized for psql Name: pspg -Version: 5.8.1 -Release: 5%{?dist} +Version: 5.8.7 +Release: 1%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/okbob/%{name} @@ -40,6 +40,13 @@ columns, and lot of color themes are included. %changelog +* Fri Sep 27 2024 Pavel Raiskup - 5.8.7-1 +- https://github.com/okbob/pspg/releases/tag/5.8.2 +- https://github.com/okbob/pspg/releases/tag/5.8.3 +- https://github.com/okbob/pspg/releases/tag/5.8.4 +- https://github.com/okbob/pspg/releases/tag/5.8.6 +- https://github.com/okbob/pspg/releases/tag/5.8.7 + * Wed Sep 04 2024 Miroslav Suchý - 5.8.1-5 - convert license to SPDX diff --git a/sources b/sources index d765286..9060099 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pspg-5.8.1.tar.gz) = 1ffcae86559f17e2cafba31a7bf9ba0170f4cdf8f2f5885a3650fea30463327e6a040e7746a8a074302fbb5080ce032a10775da503a5788a622203669609706f +SHA512 (pspg-5.8.7.tar.gz) = fefdd178663b4ed44484e5092667c435cfcb8c059c0687f8e51121948f414ab862cc23808432d2f5b4b516a2c8f1d22ceecb2eba872a8acdd5c6a9d45f456cd6 From 52b047eff1b857ab75e70bfbd04d7a3239cca0a2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 10:59:12 +0000 Subject: [PATCH 07/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- pspg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pspg.spec b/pspg.spec index 5018d5f..d99891b 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,7 +1,7 @@ Summary: A unix pager optimized for psql Name: pspg Version: 5.8.7 -Release: 1%{?dist} +Release: 2%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/okbob/%{name} @@ -40,6 +40,9 @@ columns, and lot of color themes are included. %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 5.8.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Sep 27 2024 Pavel Raiskup - 5.8.7-1 - https://github.com/okbob/pspg/releases/tag/5.8.2 - https://github.com/okbob/pspg/releases/tag/5.8.3 From 418959f10f7242481f6cb95106f3cd9060507cd9 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 27 Apr 2025 09:17:37 +0200 Subject: [PATCH 08/10] New upstream release Version: 5.8.9-1 --- build-and-update-all-branches | 2 +- pspg.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build-and-update-all-branches b/build-and-update-all-branches index b383a71..12f2e33 100755 --- a/build-and-update-all-branches +++ b/build-and-update-all-branches @@ -4,7 +4,7 @@ # script. main=main -branches="$main epel8 epel9 epel10 f39 f40 f41" +branches="$main epel8 epel9 epel10 f41 f42" exit_handler () { diff --git a/pspg.spec b/pspg.spec index d99891b..2bd2154 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,7 +1,7 @@ Summary: A unix pager optimized for psql Name: pspg -Version: 5.8.7 -Release: 2%{?dist} +Version: 5.8.9 +Release: 1%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/okbob/%{name} @@ -40,6 +40,10 @@ columns, and lot of color themes are included. %changelog +* Sun Apr 27 2025 Pavel Raiskup - 5.8.9-1 +- https://github.com/okbob/pspg/releases/tag/5.8.9 +- https://github.com/okbob/pspg/releases/tag/5.8.8 + * Sat Jan 18 2025 Fedora Release Engineering - 5.8.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index 9060099..9ef4f8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pspg-5.8.7.tar.gz) = fefdd178663b4ed44484e5092667c435cfcb8c059c0687f8e51121948f414ab862cc23808432d2f5b4b516a2c8f1d22ceecb2eba872a8acdd5c6a9d45f456cd6 +SHA512 (pspg-5.8.9.tar.gz) = c9347078fcb400ddb64e603e9df0882cf35c3d7254272e5b97732018fd1fe911145d885034a788b7e9e13e8101af840a22052e98ca0b0bd79f486f5221e4dad1 From 946df3810bfd414e5e739bc3d4260082cdb200ba Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 13 May 2025 07:22:39 +0200 Subject: [PATCH 09/10] new upstream release Version: 5.8.11-1 --- build-and-update-all-branches | 2 +- pspg.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build-and-update-all-branches b/build-and-update-all-branches index 12f2e33..d0539cf 100755 --- a/build-and-update-all-branches +++ b/build-and-update-all-branches @@ -4,7 +4,7 @@ # script. main=main -branches="$main epel8 epel9 epel10 f41 f42" +branches="$main epel8 epel9 epel10.0 epel10 f41 f42" exit_handler () { diff --git a/pspg.spec b/pspg.spec index 2bd2154..e2064bb 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,6 +1,6 @@ Summary: A unix pager optimized for psql Name: pspg -Version: 5.8.9 +Version: 5.8.11 Release: 1%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD @@ -40,6 +40,10 @@ columns, and lot of color themes are included. %changelog +* Tue May 13 2025 Pavel Raiskup - 5.8.11-1 +- https://github.com/okbob/pspg/releases/tag/5.8.11 +- https://github.com/okbob/pspg/releases/tag/5.8.10 + * Sun Apr 27 2025 Pavel Raiskup - 5.8.9-1 - https://github.com/okbob/pspg/releases/tag/5.8.9 - https://github.com/okbob/pspg/releases/tag/5.8.8 diff --git a/sources b/sources index 9ef4f8a..315f0f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pspg-5.8.9.tar.gz) = c9347078fcb400ddb64e603e9df0882cf35c3d7254272e5b97732018fd1fe911145d885034a788b7e9e13e8101af840a22052e98ca0b0bd79f486f5221e4dad1 +SHA512 (pspg-5.8.11.tar.gz) = 0f1bbe8a2e5c9eafaedf5b48d12ea0ac3dd68f52969efac4c3bbd29dfe7de0324ed5546e54c9a176ab344c985bbcea4d0c59afb1f2229c23d036aef3a0dcb346 From fc42646828201996943a1e60289e72ce93875f03 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 06:14:08 +0000 Subject: [PATCH 10/10] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- pspg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pspg.spec b/pspg.spec index e2064bb..44abe22 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,7 +1,7 @@ Summary: A unix pager optimized for psql Name: pspg Version: 5.8.11 -Release: 1%{?dist} +Release: 2%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD URL: https://github.com/okbob/%{name} @@ -40,6 +40,9 @@ columns, and lot of color themes are included. %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.8.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue May 13 2025 Pavel Raiskup - 5.8.11-1 - https://github.com/okbob/pspg/releases/tag/5.8.11 - https://github.com/okbob/pspg/releases/tag/5.8.10