* Wed Aug 30 2017 thipp@suse.de
- Update to version 15.0.7:
* *: always use -buildmode=pie
* fix changelog
* golang.sh: Fix arch for aarch64
* Wed Jun 28 2017 thipp@suse.de
- Update to version 15.0.5:
* set correct modifier if no arguments are provided
* Remove duplicates when finding Requires
* fix GOPATH and macros
* Fix Provides and Requires for some builds
* Fix Requires/Provides issue with split packages
* Remove unused variables
* Wed Jun 07 2017 thipp@suse.de
- Update to version 15.0.4:
* Handle extra_flags for build/test correctly
* set correct modifier if no arguments are provided
* Remove duplicates when finding Requires
* fix GOPATH and macros
* Fix Provides and Requires for some builds
* Thu Jun 01 2017 thipp@suse.de
- fix GOPATH for Provides and Requires
* Wed May 24 2017 thipp@suse.de
- Fix all %go_*dir macros
* Tue May 23 2017 thipp@suse.de
- fix GOPATH issue
* Sun May 21 2017 jmassaguerpla@suse.com
- fix gopath after updating go to 1.8. With go 1.8, there is no more
/usr/share/go/contrib but /usr/share/go/1.8/contrib
gopath.patch: contains the fix
* Wed Mar 29 2017 thipp@suse.de
- Update to version 15.0.3:
* Remove duplicates when finding Requires
* bump version to v15.0.3
* Wed Mar 22 2017 thipp@suse.de
- Update to version 15.0.2:
* set correct modifier if no arguments are provided
* bump version to v15.0.2
* Tue Mar 14 2017 thipp@suse.de
- Update to version 15.0.1:
* Handle extra_flags for build/test correctly
* bump version to v15.0.1
* Wed Feb 15 2017 thipp@suse.de
- Update to version 15.0.0:
* [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s
* [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group
* fix a typo in cli.rb
* increate timeout to 300s or go install can't finish
* Remove runtime dependency for Go API
* simplify rpmsysinfo.rb
* release 14.9.1
* Added go_nostrip macro
* Refactor using plain bash
* small fixes
* Fri Jul 22 2016 tboerger@suse.com
- Added refactoring.patch while trying new code base
- Dropped the sed for static architecture detection
- Updated files list to reflect new file structure
* Fri Jul 08 2016 i@marguerite.su
- can't be noarch. we detected %%go_arch at build time. it has to be
architecture-dependent, or it'll be published randomly with one
from i586/x86_64, whose content (/etc/rpm/macros.go) is unique.
* Tue Jun 21 2016 tboerger@suse.com
- Update to version 14.9.2:
+ [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s
+ [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group
+ fix a typo in cli.rb
+ increate timeout to 300s or go install can't finish
+ Remove runtime dependency for Go API
+ simplify rpmsysinfo.rb
+ release 14.9.1
+ Added go_nostrip macro
* Wed Jun 08 2016 i@marguerite.su
- Update to version 14.9.1:
* simplify rpmsysinfo.rb: don't guess variables'
values can be passed in by RPM environment
variables. use RbConfig to get libdir.
* support s390x architecture
* Sun Apr 17 2016 mpluskal@suse.com
- Update service
* use xz for compression
* change from disabled to localonly
- Update spec file to actually use tarball generated by _service
- Drop useless _servicedata
* Fri Apr 15 2016 tboerger@suse.com
- Switched to service based package updates
- Update to version 14.9.0:
* do not hardcode go version
* fix encoding problem in rpmsysinfo.rb
* [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s
* [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group
* fix a typo in cli.rb
* increate timeout to 300s or go install can't finish
* Remove runtime dependency for Go API
* Tue Apr 05 2016 i@marguerite.su
- update version 14.8.1
* bugfix release
* fix a typo in cli.rb
* increate timeout to 300s, or go install can't
finish itself sometimes
* Sun Apr 03 2016 i@marguerite.su
- update version 14.8
* rpmsysinfo.rb: fix encoding problem in open()
* cli.rb: ruby 1.8.7 doesn't support passing environment
variables in popen(), some commands/tests need time to
finish, an immediate io.close() will get us wrong
exitstatus (broken pipe, code 13). so use 'timeout'
module with a 30s and process.wait for them to quit
successfully.
* golang.req: the oniguruma in ruby 1.8.7 doesn't support
named group in regexp. so ditch the named group used in
go_get_version()
* Wed Feb 24 2016 i@marguerite.su
- update version 14.7
* do not hardcode go version
Version: 15.0.11-bp150.3.3.1
* Wed Jun 13 2018 jmassaguerpla@suse.com
- We don't need to require rpmdev, because we updated to 15.0.11
to remove that requirement. I missed to remove the req from
the spec file.
* Tue Jun 12 2018 msuchanek@suse.com
- fix ppc64 (be) build. No pie baking support there.
+ ppc64-nopie.patch
* Mon Jun 11 2018 opensuse-packaging@opensuse.org
- Update to version 15.0.11:
* Replace rpmdev-vercmp by "sort -V" to remove rpmdev-vercmp dependency
* Thu May 31 2018 opensuse-packaging@opensuse.org
- Update to version 15.0.10:
* update changelog to v15.0.10
* This flag does not exist for go 1.10 because this is an extra flag that openSUSE was adding into the go packages in order to fix
* Revert "only add the s flag if go is less than 1.10"
* only add the s flag if go is less than 1.10
* Revert "Pass linker flag via ldflags"
* update changelog: add 15.0.9 version
* Pass linker flag via ldflags
* Bump version 15.0.8
* Fix the handling of quoted extra args
* bump version to v15.0.7
- Add Requires rpmdev-tools as this is used to compare versions in the
golang.sh script
* Tue May 29 2018 opensuse-packaging@opensuse.org
- Update to version 15.0.9:
* Pass linker flag via ldflags
* Mon Feb 12 2018 opensuse-packaging@opensuse.org
- Update to version 15.0.8:
* Fix Requires/Provides issue with split packages
* Remove unused variables
* Bump version to v15.0.5
* *: always use -buildmode=pie
* bump version to v15.0.6
* fix changelog
* golang.sh: Fix arch for aarch64
* bump version to v15.0.7
* Fix the handling of quoted extra args
* Bump version 15.0.8