databases/pspg: update to 5.7.1

- minor code cleaning (e.g. replace sprintf with snprintf)
- fix broken drawing selected block when input has just one column
- mapping "select all" on % or C-a keys
- \copy command uses same logic like menu copy command
This commit is contained in:
op 2022-12-28 10:32:14 +00:00
parent c18991ac31
commit 0919c6b38f
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ COMMENT = UNIX pager optimized for tabular data
GH_ACCOUNT = okbob
GH_PROJECT = pspg
GH_TAGNAME = 5.7.0
GH_TAGNAME = 5.7.1
CATEGORIES = databases

View File

@ -1,2 +1,2 @@
SHA256 (pspg-5.7.0.tar.gz) = 24D0C7wTVbswE3SSCGKzSsri7vszTvU+34uLfct4gRA=
SIZE (pspg-5.7.0.tar.gz) = 2439339
SHA256 (pspg-5.7.1.tar.gz) = J/Fw5Svg4r7gME/syr6ywxhjorzgUXZsJAoM1ZCa/h8=
SIZE (pspg-5.7.1.tar.gz) = 2439501

View File

@ -3,7 +3,7 @@ gcc: error: '__SIZEOF_WCHAR_T__' undeclared
Index: src/args.c
--- src/args.c.orig
+++ src/args.c
@@ -294,7 +294,7 @@ print_info(void)
@@ -298,7 +298,7 @@ print_info(void)
#endif