File wire.changes of Package wire.35599
-------------------------------------------------------------------
Tue Feb 20 13:11:33 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Packaging improvements:
* Drop BuildRequires: golang-packaging. The original macros for
file movements into GOPATH are obsolete with Go modules.
* Drop autosetup -n arg only needed when archive and package
name differ
* Remove goprep macro which is no longer recommended
* Remove gobuild macro which is no longer recommended
* 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.
* Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
* Remove goinstall macro which is no longer recommended
* Drop defattr(-,root,root) no longer needed with recent rpm
-------------------------------------------------------------------
Tue Feb 20 08:11:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Require go 1.22: match what the build declares to need
go: go.mod requires go >= 1.22 (running go 1.21.7)
-------------------------------------------------------------------
Mon Feb 19 09:00:50 UTC 2024 - witold.bedyk@suse.com
- Add update_go_version.patch
- Update to version 0.6.0:
* Add support for Go v1.22.0
* Update dependencies to support Generics
* fix: run wire with -mod=mod
* all: update record/replay files for new version of go
-------------------------------------------------------------------
Mon Apr 24 09:50:15 UTC 2023 - Marina Latini <marina.latini@suse.com>
- Always require go >= 1.19 (bsc#1203599)
-------------------------------------------------------------------
Wed Mar 8 15:05:01 UTC 2023 - Marina Latini <marina.latini@suse.com>
- Build with go >= 1.19 on SUSE Linux Enterprise and
with go1.18 only on SUSE Linux Enterprise 15 SP3. (bsc#1203599)
-------------------------------------------------------------------
Wed Sep 28 11:44:38 UTC 2022 - Marina Latini <marina.latini@suse.com>
- Require go1.18 (bsc#1203599, GH#19127)
-------------------------------------------------------------------
Thu Jun 16 08:24:26 UTC 2022 - Julio González Gil <jgonzalez@suse.com>
- Exclude s390 arch
-------------------------------------------------------------------
Tue Feb 15 09:03:23 UTC 2022 - Witek Bedyk <witold.bedyk@suse.com>
- Refactor conditional golang BuildRequires for RHEL
-------------------------------------------------------------------
Mon Feb 14 14:19:56 UTC 2022 - Stefan Bluhm <stefan.bluhm@clacee.eu>
- Disabled debug package build for RHEL.
-------------------------------------------------------------------
Fri Feb 11 07:28:01 UTC 2022 - Stefan Bluhm <stefan.bluhm@clacee.eu>
- Added alternative golang name to build on RHEL.
-------------------------------------------------------------------
Fri Jan 21 12:07:47 UTC 2022 - Witek Bedyk <witold.bedyk@suse.com>
- Initial package version 0.5.0 (jsc#SLE-23439, jsc#SLE-23422)