File mod.changes of Package mod
-------------------------------------------------------------------
Mon Nov 6 18:19:28 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 0.7.1:
* Check if major already exists before adding
* fix: Fix help message for downgrade (#23)
-------------------------------------------------------------------
Wed Oct 25 23:56:55 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 0.7.0:
* Update go.mod for client upgrades
* chore(deps): bump deps to latest tagged releases (#20)
- Packaging improvements:
* _service change disabled to manual per osc deprecation warning:
WARNING: Command 'disabledrun/dr' is obsolete, please convert
your _service to use 'manual' and then 'manualrun/mr' instead.
* _service obs_scm param url use https not git for github repos
* _service obs_scm use param revision not version for git tag
* _service set_version remove param basename since autodetects OK
* _service go_modules remove param archive since autodetects OK
* Re-enable binary stripping and debuginfo boo#1210938
* Remove %define github project name components no longer needed
* Summary and Description clarify the purpose of this CLI tool
* Use Group: Development/Languages/Go instead of Other
* Update to BuildRequires: golang(API) >= 1.18 matching go.mod
* Drop BuildRequires: go-md2man and use plain markdown as %doc
* 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.
* Remove ldflags -X entries for upstream import path and version.
This information is embedded in binaries with go1.18+ and
available via go version -m or runtime/debug.ReadBuildInfo().
-------------------------------------------------------------------
Thu Sep 21 06:53:18 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 0.6.0:
* feat: ignore go build constraints (#22)
-------------------------------------------------------------------
Thu Mar 2 03:07:46 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 0.5.0:
* feat: support gopkg.in packages (#18)
-------------------------------------------------------------------
Wed Sep 21 07:29:47 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 0.4.3:
* update golang.org/x/tools (#17)
* Update README.md
* Update README.md
-------------------------------------------------------------------
Tue Apr 19 22:41:54 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 0.4.2:
* fix(deps): upgrade tools and mod packages (#14)
* Support mod-name in the downgrade command (#13)
-------------------------------------------------------------------
Thu Dec 10 18:49:05 UTC 2020 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 0.4.1:
* update urfave/cli dependency (#12)
* Update README.md (#11)
-------------------------------------------------------------------
Sat Apr 18 13:35:08 UTC 2020 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 0.4.0:
* ensure no file is processed twice
-------------------------------------------------------------------
Sun Mar 29 04:29:29 UTC 2020 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 0.3.0:
* upgrade dependencies
-------------------------------------------------------------------
Tue Aug 13 19:28:38 UTC 2019 - jkowalczyk@suse.com
- Initial packaging of version 0.2.2:
* Fix import path prefix collisions (#8)
* Update README.md
* add go build flags
* update README to include dep upgrades
* fix go.mod upgrade
* Create LICENSE
* implicit client flag
* add ability to upgrade clients of module
* add go modules flag to installation instructions
* update status