diff --git a/build-and-update-all-branches b/build-and-update-all-branches new file mode 100755 index 0000000..d0539cf --- /dev/null +++ b/build-and-update-all-branches @@ -0,0 +1,37 @@ +#! /bin/sh + +# Prepare rawhide branch, review the list of branches below and then execute this +# script. + +main=main +branches="$main epel8 epel9 epel10.0 epel10 f41 f42" + +exit_handler () +{ + git checkout $main +} + +trap exit_handler EXIT + +set -e +set -x + +koji hello + +tasks= +for branch in $branches; do + if test $branch != $main; then + git checkout "$branch" + git merge $main + fi + git push + tasks="${tasks}`fedpkg build --nowait | grep 'Created task' | cut -d: -f2`" +done + +if test -n "$tasks"; then + koji watch-task $tasks +fi + +set -- $branches +git checkout $1 +fedpkg update diff --git a/pspg.spec b/pspg.spec index cfcf149..44abe22 100644 --- a/pspg.spec +++ b/pspg.spec @@ -1,10 +1,12 @@ Summary: A unix pager optimized for psql Name: pspg -Version: 1.6.5 -Release: 1%{?dist} -License: BSD +Version: 5.8.11 +Release: 2%{?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 BuildRequires: ncurses-devel readline-devel BuildRequires: gcc @@ -38,6 +40,237 @@ 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* Thu Aug 10 2023 Pavel Raiskup - 5.8.0-1 +- https://github.com/okbob/pspg/releases/tag/5.8.0 + +* Fri Jul 21 2023 Fedora Release Engineering - 5.7.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jul 19 2023 Pavel Raiskup - 5.7.8-1 +- https://github.com/okbob/pspg/releases/tag/5.7.8 + +* Fri Jun 09 2023 Pavel Raiskup - 5.7.7-1 +- https://github.com/okbob/pspg/releases/tag/5.7.7 + +* Wed Apr 26 2023 Pavel Raiskup - 5.7.6-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.7.6 + +* Mon Apr 17 2023 Pavel Raiskup - 5.7.5-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.7.5 + https://github.com/okbob/pspg/releases/tag/5.7.4 + https://github.com/okbob/pspg/releases/tag/5.7.3 + +* Thu Feb 02 2023 Pavel Raiskup - 5.7.2-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.7.2 + https://github.com/okbob/pspg/releases/tag/5.7.1 + https://github.com/okbob/pspg/releases/tag/5.7.0 + https://github.com/okbob/pspg/releases/tag/5.6.4 + https://github.com/okbob/pspg/releases/tag/5.6.2 + https://github.com/okbob/pspg/releases/tag/5.6.0 + +* Fri Jan 20 2023 Fedora Release Engineering - 5.5.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Nov 26 2022 Pavel Raiskup - 5.5.13-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.5.13 + https://github.com/okbob/pspg/releases/tag/5.5.12 + https://github.com/okbob/pspg/releases/tag/5.5.11 + https://github.com/okbob/pspg/releases/tag/5.5.10 + https://github.com/okbob/pspg/releases/tag/5.5.9 + https://github.com/okbob/pspg/releases/tag/5.5.8 + https://github.com/okbob/pspg/releases/tag/5.5.7 + +* Wed Sep 07 2022 Pavel Raiskup - 5.5.6-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.5.6 + +* Fri Jul 22 2022 Fedora Release Engineering - 5.5.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jul 07 2022 Pavel Raiskup - 5.5.5-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.5.4 + https://github.com/okbob/pspg/releases/tag/5.5.5 + +* Fri Jan 21 2022 Fedora Release Engineering - 5.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jan 12 2022 Pavel Raiskup - 5.5.3-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.5.3 + +* Mon Dec 13 2021 Pavel Raiskup - 5.5.2-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.5.2 + +* Sat Dec 04 2021 Pavel Raiskup - 5.5.1-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.5.1 + +* Wed Nov 03 2021 Pavel Raiskup - 5.5.0-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.5.0 + +* Sun Oct 10 2021 Pavel Raiskup - 5.4.0-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.4.0 + +* Thu Aug 05 2021 Pavel Raiskup - 5.3.2-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.3.2 + +* Fri Jul 23 2021 Fedora Release Engineering - 5.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 16 2021 Pavel Raiskup - 5.0.4-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/5.0.4 + +* Fri Jun 11 2021 Pavel Raiskup - 5.0.3-1 +- new upstream release + +* Sun Mar 21 2021 Pavel Raiskup - 4.4.0-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/4.4.0 + +* Mon Mar 08 2021 Pavel Raiskup - 4.3.1-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/4.3.1 + +* Wed Jan 27 2021 Fedora Release Engineering - 3.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Sep 25 2020 Pavel Raiskup - 3.1.4-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/3.1.4 + +* Fri Aug 28 2020 Pavel Raiskup - 3.1.3-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/3.1.3 + https://github.com/okbob/pspg/releases/tag/3.1.2 + https://github.com/okbob/pspg/releases/tag/3.1.1 + https://github.com/okbob/pspg/releases/tag/3.0.7 + https://github.com/okbob/pspg/releases/tag/3.0.6 + +* Tue Jul 28 2020 Fedora Release Engineering - 3.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Apr 11 2020 Pavel Raiskup - 3.0.4-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/3.0.4 + https://github.com/okbob/pspg/releases/tag/3.0.3 + https://github.com/okbob/pspg/releases/tag/3.0.2 + https://github.com/okbob/pspg/releases/tag/3.0.1 + https://github.com/okbob/pspg/releases/tag/2.7.2 + https://github.com/okbob/pspg/releases/tag/2.7.1 + https://github.com/okbob/pspg/releases/tag/2.7.0 + https://github.com/okbob/pspg/releases/tag/2.6.6 + +* Thu Jan 30 2020 Fedora Release Engineering - 2.6.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 20 2020 Pavel Raiskup - 2.6.6-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/2.6.5 + https://github.com/okbob/pspg/releases/tag/2.6.6 +- Fix of drawing vertical cursor on last column when border is 0 or 1 + +* Sun Jan 05 2020 Pavel Raiskup - 2.6.4-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/2.6.2 + https://github.com/okbob/pspg/releases/tag/2.6.3 + https://github.com/okbob/pspg/releases/tag/2.6.4 + +* Sun Dec 15 2019 Pavel Raiskup - 2.6.1-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/2.6.1 + +* Sun Nov 24 2019 Pavel Raiskup - 2.6.0-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/2.6.0 + +* Tue Nov 19 2019 Pavel Raiskup - 2.5.5-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/2.5.3 + https://github.com/okbob/pspg/releases/tag/2.5.4 + https://github.com/okbob/pspg/releases/tag/2.5.5 + +* Sun Nov 03 2019 Pavel Raiskup - 2.5.2-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/2.5.2 + https://github.com/okbob/pspg/releases/tag/2.5.0 + https://github.com/okbob/pspg/releases/tag/2.1.8 + https://github.com/okbob/pspg/releases/tag/2.1.7 + +* Sat Oct 05 2019 Pavel Raiskup - 2.1.3-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/2.1.3 + https://github.com/okbob/pspg/releases/tag/2.1.2 + https://github.com/okbob/pspg/releases/tag/2.1.1 + https://github.com/okbob/pspg/releases/tag/2.1.0 + https://github.com/okbob/pspg/releases/tag/2.0.5 + https://github.com/okbob/pspg/releases/tag/2.0.4 + +* Thu Sep 19 2019 Pavel Raiskup - 2.0.3-1 +- https://github.com/okbob/pspg/releases/tag/2.0.3 +- https://github.com/okbob/pspg/releases/tag/2.0.2 + +* Mon Sep 09 2019 Pavel Raiskup - 2.0.1-1 +- https://github.com/okbob/pspg/releases/tag/2.0.1 + +* Fri Sep 06 2019 Pavel Raiskup - 1.9.0-1 +- new upstream release, per release notes: + https://github.com/okbob/pspg/releases/tag/1.9.0 + https://github.com/okbob/pspg/releases/tag/1.7.2 + https://github.com/okbob/pspg/releases/tag/1.7.1 + https://github.com/okbob/pspg/releases/tag/1.7.0 + https://github.com/okbob/pspg/releases/tag/1.6.8 + https://github.com/okbob/pspg/releases/tag/1.6.7 + https://github.com/okbob/pspg/releases/tag/1.6.6 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.6.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Apr 09 2019 Pavel Raiskup - 1.6.5-1 - new upstream release, per release notes: https://github.com/okbob/pspg/releases/tag/1.6.5 diff --git a/sources b/sources index 1ad6638..315f0f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pspg-1.6.5.tar.gz) = 755e40dd6c68a01ad235e6fc2751af76c8ed63c2832bfa26356fa80e62bd59a076413cf7fc075685f9267bc7339fadf4975a695d681fc7821b7da0589805c1f0 +SHA512 (pspg-5.8.11.tar.gz) = 0f1bbe8a2e5c9eafaedf5b48d12ea0ac3dd68f52969efac4c3bbd29dfe7de0324ed5546e54c9a176ab344c985bbcea4d0c59afb1f2229c23d036aef3a0dcb346