Skip to content

Commit

Permalink
prepare for version 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
wofr06 committed Dec 22, 2024
1 parent 23e0e4d commit 5d287f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
****************************************************************************
# ChangeLog for lesspipe.sh #
****************************************************************************
Version 2.17 Dec 22 2024
- evaluation of current locale changed (compatible with old bash versions)
- correct typo in xlsx files handling
Version 2.16 Nov 10 2024
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lesspipe.sh, a preprocessor for less

Version: 2.16
Version: 2.17
Author : Wolfgang Friebel [wp.friebel@gmail.com](mailto://wp.friebel@gmail.com)
License: GPL

Expand Down
2 changes: 1 addition & 1 deletion lesscomplete
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# lesscomplete, a helper script for the _less completion script
# synced with lesspipe 2.16
# synced with lesspipe 2.17
# Author: Wolfgang Friebel (wp.friebel AT gmail.com)

has_cmd () {
Expand Down
2 changes: 1 addition & 1 deletion lesspipe.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# lesspipe.sh, a preprocessor for less
lesspipe_version=2.16
lesspipe_version=2.17
# Author: Wolfgang Friebel (wp.friebel AT gmail.com)

has_cmd () {
Expand Down
4 changes: 3 additions & 1 deletion packaging/lesspipe.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define packagename lesspipe
%define packageversion 2.14
%define packageversion 2.17
%define packagerelease 1

Name: %{packagename}
Expand Down Expand Up @@ -89,6 +89,8 @@ cd $RPM_BUILD_DIR
%docdir %{prefix}/share/man/man1

%changelog
* Sun Dec 22 2024 2.17-1 - wp.friebel@gmail.com
- Fixes for xslx and MacOS
* Sun Nov 10 2024 2.16-1 - wp.friebel@gmail.com
- file name checks for ar
* Thu Oct 03 2024 2.15-1 - wp.friebel@gmail.com
Expand Down

0 comments on commit 5d287f1

Please sign in to comment.