- Update to version 0.41.0:
- Packaging improvments:
* Update to BuildRequires: golang(API) >= 1.21 matching go.mod
* Drop autosetup -n arg only needed when archive and package
name differ
* Build PIE with pattern that may become recommended procedure:
%%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
A go toolchain buildmode default config would be preferable
but none exist at this time.
OBS-URL: https://build.opensuse.org/request/show/1161039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/lazygit?expand=0&rev=9
- Update to version 0.39.4:
* Updated README.md
* Revert "Fix flakey pull_merge_conflict test"
* README.md: Add Gentoo installation documentation
* Could not type special characters on non-english keyboards
* Prompt for commit message when moving a custom patch to a new commit
- Update to version 0.39.3:
* Fix crash caused by simultaneous read/write of scanner buffer
* Better word wrap
* Update README.md
* Better tag creation UX
* Use fuzzy search when filtering a view
* Keep track of authors across local commits and branch commits for suggestions
- Add basic %check to run packaged executable binary --help
OBS-URL: https://build.opensuse.org/request/show/1100446
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/lazygit?expand=0&rev=4
- Update to version 0.39.1:
- Packaging improvements:
* Use _service mode manual as better alias name than disabled
* Remove _service set_version arg basename not needed
* Fix package name in top comment was copy-paste typo
* Remove %define goflags not unused
* Remove %define sname not needed as %name is fine in this case
* Change group to Development/Tools/Version Control
* Remove export GOFLAGS not needed as this is a normal go build
* Simplify package description with more helpful language
OBS-URL: https://build.opensuse.org/request/show/1099961
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/lazygit?expand=0&rev=2