Changelog for
shfmt-3.7.0-150600.7.10.x86_64.rpm :
* Sun Jul 23 2023 jkowalczykAATTsuse.com- Packaging improvements:
* Re-enable binary stripping and debuginfo boo#121093
* Use BuildRequires: golang(API) >= 1.19 as a clearer way to indicate the minimum Go toolchain version in go.mod is go1.19.
* Add comment embedding version info via ldflags is necessary here due to upstream code choice to always return (devel).
* Add basic %check to execute the binary --help, also --version since that is an open issue for this package.
* Fix rpmlint warnings to not repeat package name in summary. This package currently only includes the formatter binary, not the parser or interpreter. Update the summary and description to reflect that.
* Sun Jul 23 2023 zzndb001AATTgmail.com- Update to version 3.7.0:
* prepare for v3.7.0
* cmd/shfmt: bump Dockerfile image versions
* CHANGELOG: start the release notes for v3.7.0
* syntax: stop embedding Pos in error struct types
* all: assume C.UTF-8 is available in the tests
* syntax: treat &> as an error in POSIX mode
* syntax: run \"confirm\" shell commands in a temp dir
* syntax: don\'t parse `$foo#bar` as a comment
* all: apply minor suggestions from gopls
* syntax: add TODO about writer methods on Printer- Add ldflags version info back since --version option always print (devel)- Update required version to BuildRequires: golang(API) > 1.18
* Mon Jul 18 2022 jkowalczykAATTsuse.com- Revise packaging to align with Go application package patterns
* Drop dependency on golang-packaging obsolete macros use GOPATH
* Use obs-service-go_modules for dependency vendoring
* Drop go build ldflags version info as go1.18+ embeds metadata
* Drop separate package installing shfmt application source
* Tue Jun 07 2022 zzndb001AATTgmail.com- Update to version 3.5.0
* Fix the Docker publishing script bug which broke 3.5.0 - #860 check CHANGELOG.md for more detail- Update spec
* Wed May 11 2022 zzndb001AATTgmail.com- Update to version 3.5.0
* drops support for Go 1.16
* Switch to -ln=auto by default to detect the shell language
* Add support for long flags, like --indent for -i
* Sun Feb 20 2022 zzndb001AATTgmail.com- Update to version 3.4.3
* New Docker v3 tag to track the latest stable version
* Don\'t duplicate errors when walking directories
* Sat Dec 25 2021 zzndb001AATTgmail.com- Update to version 3.4.2
* Wed Nov 24 2021 zzndb001AATTgmail.com- Update to version 3.4.1
* Sun Oct 03 2021 zzndb001AATTgmail.com- Update to version 3.4.0 – Walks directories ~10% faster thanks to filepath.WalkDir
* Thu Aug 05 2021 zzndb001AATTgmail.com- Update to version 3.3.1
* Mon May 17 2021 zzndb001AATTgmail.com- Update to version 3.3.0
* Document the FORCE_COLOR env var to always use colors in diffs
* Mon Apr 05 2021 zzndb001AATTgmail.com- initial packaging shfmt v3.2.4