SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for go-modiff-1.3.5-150600.10.8.x86_64.rpm :

* Wed Mar 06 2024 jkowalczykAATTsuse.com- Update to version 1.3.5:
* Fix links for deps with tag that contains one slash
* Wed Mar 06 2024 jkowalczykAATTsuse.com- Update to version 1.3.4:
* Fix broken links by removing module name from github links
* Sun Apr 16 2023 jkowalczykAATTsuse.com- Update to version 1.3.3:
* Add stderr from exit error to output
* Sun Apr 16 2023 jkowalczykAATTsuse.com- Update to version 1.3.2:
* Update CI
* Use more verbose error messages
* Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
* Bump github.com/onsi/gomega from 1.19.0 to 1.20.0
* Bump github.com/urfave/cli/v2 from 2.10.3 to 2.11.2
* Sun Apr 16 2023 jkowalczykAATTsuse.com- Packaging improvements:
* Remove defines and ldflags -X entries for release_version and release_short_commit. This information is embedded in binaries with go1.18+ and available via go version -m binaryname.
* Remove go build ldflags -w disable DWARF generation and - s disable symbol table. These options do reduce the size of Go binaries but omit debug info normally provided in packaging.
* Drop explicit go mod=vendor, mode enabled when vendor dir found
* Use Group: Development/Languages/Go instead of Other
* Use _service mode manual as better alias name than disabled
* Thu Jun 30 2022 jkowalczykAATTsuse.com- Update to version 1.3.1:
* Update readme
* Update project
* Upgrade to GitHub-native Dependabot- Update Go version to BuildRequires: golang(API) >= 1.18
* Fri Feb 12 2021 jkowalczykAATTsuse.com- Update to version 1.3.0:
* Update dependencies
* Update golangci-lint
* Remove k/release dependency
* Update golangci-lint to the latest version and fix lints
* Fri Oct 09 2020 jkowalczykAATTsuse.com- Update to version 1.2.1:
* Update dependencies (#66)
* Mon May 18 2020 jkowalczykAATTsuse.com- Update to version 1.2.0:
* Switch to mod=readonly for backwards compatibility (#54)
* Fri May 15 2020 jkowalczykAATTsuse.com- Update to version 1.1.0:
* Add headerLevel option (#53)
* Thu May 14 2020 jkowalczykAATTsuse.com- Update to version 1.0.3:
* Switch to k/release master (#52)
* Thu May 14 2020 jkowalczykAATTsuse.com- Update to version 1.0.2:
* Update modules and version (#51)
* Fri Apr 24 2020 jkowalczykAATTsuse.com- Update to version 1.0.1:
* Make library public (#48)
* Wed Apr 01 2020 jkowalczykAATTsuse.com- Update to version 1.0.0:
* Add config structure (#47)
* Use k8s.io/release for command execution (#46)
* Update dependencies (#45)
* Update tests to use vendored deps only (#35)
* Tue Dec 10 2019 jkowalczykAATTsuse.com- Update to version 0.12.0:
* Fix unit tests (#34)
* Mon Dec 09 2019 jkowalczykAATTsuse.com- Update to version 0.11.0:
* Remove golangci lint vendored dep (#33)
* Bump to v0.10.0 (#32)
* Update to urfave/cli v2 (#31)
* Bump modules (#27)
* Add GOSUMDB and GOPROXY to `make vendor` (#22)
* Use short option handling
* Fix incorrect version
* Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (#20)
* Add comment about funlen linter
* Sun Dec 08 2019 jkowalczykAATTsuse.com- Update to version 0.10.0:
* Bump to v0.10.0 (#32)
* Update to urfave/cli v2 (#31)
* Bump modules (#27)
* Add GOSUMDB and GOPROXY to `make vendor` (#22)
* Fri Sep 13 2019 jkowalczykAATTsuse.com- Update to version 0.9.0:
* Use short option handling
* Fix incorrect version
* Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (#20)
* Add comment about funlen linter
* Wed Sep 11 2019 jkowalczykAATTsuse.com- Update to version 0.8.0:
* Only link GitHub URLs
* Sanitaze +incompatible go versions
* Wed Sep 11 2019 jkowalczykAATTsuse.com- Update to version 0.7.0:
* Add TakesFile indicator and update docs
* Add fish shell completion support
* Add GOPROXY and GOSUMDB to speedup modules (#19)
* Fix typo in test framework
* Update README.md
* Add static build support (#14)
* Add debug output possibility via `--debug, -d` (#13)
* Fri Aug 23 2019 jkowalczykAATTsuse.com- Update to version 0.6.0:
* Improve clone performance by shallow fetching (#12)
* Add linking support (#11)
* Fri Aug 23 2019 jkowalczykAATTsuse.com- Update to version 0.5.0:
* Add unit testing
* Update dependencies
* Fix go-modiff path
* Readd git-status script
* Update Makefile paths
* Add lll linter
* Tue Aug 13 2019 jkowalczykAATTsuse.com- Remove unnecessary BuildRequires: tree
* Tue Aug 13 2019 jkowalczykAATTsuse.com- Update to version 0.4.0:
* Moved to native documentation support of github.com/urfave/cli
* Update go.mod
* Dependencies Added
* github.com/shurcooL/httpfs: 8d4bc4b
* github.com/shurcooL/vfsgen: 6a9ea43
* Dependencies Changed
* github.com/onsi/ginkgo: v1.8.0 -> v1.6.0
* github.com/onsi/gomega: v1.5.0 -> v1.4.2
* github.com/urfave/cli: v1.20.0 -> 7e49cc2
* gopkg.in/yaml.v2: v2.2.1 -> v2.2.2
* Dependencies Removed
* github.com/saschagrunert/go-docgen: v0.1.3
* Fri Aug 09 2019 jkowalczykAATTsuse.com- Fix LICENSE file handling in .spec file for older SLE versions
* Fri Aug 09 2019 jkowalczykAATTsuse.com- Initial import of version 0.3.0. go-modiff is a command line tool for diffing go module dependency changes between versions. Version 0.3.0 carries its own vendored dependencies. This packaging uses OBS Source Service obs-service-go_modules to independently download, verify and vendor the same set of dependencies. Selected recent changelog entries include:
* Improve error handling and cleanup
* Switch to ccli
* Fix module rewrite handling
* Fail if no diff possible
 
ICM