|
|
|
|
Changelog for golang-packaging-15.0.16-1.1.noarch.rpm :
* Sat Feb 05 2022 Stefan Bluhm - Adapted to build on Enterprise Linux 8. * Tue Feb 01 2022 jkowalczykAATTsuse.com- Update to version 15.0.16: * Update CHANGELOG file * Don\'t throw an error on prep if does not exist. * Enable -buildmode=pie on riscv64 * Tue Feb 01 2022 Jeff Kowalczyk - Replace %doc COPYING conditional for 0%{?suse_version} < 1500. Use only %license COPYING as per rpmlint, with no conditional. * Wed Jan 19 2022 Stefan Bluhm - Fixed if statement in spec file. * Fri Nov 13 2020 jkowalczykAATTsuse.com- Update to version 15.0.15: * Only create directories that do not yet exist * filelelist can try to access source_dir independently * Wed Nov 11 2020 jkowalczykAATTsuse.com- Update to version 15.0.14: * Ensure to touch $RPM_BUILD_ROOT only in the various install phases * Add support for riscv64 * Fri May 29 2020 jkowalczykAATTsuse.com- Update to version 15.0.13: * Preserve modification time of source files- Mark COPYING as %license on suse_version > 1500 * Sat Nov 16 2019 jkowalczykAATTsuse.com- Update to version 15.0.12: * Drop ppc64-nopie.patch * golang.sh: integrate ppc64-nopie.patch -buildmode=pie only on ppc64 * golang.sh: avoid excessive \"rpm --eval...\" calls * Install Bazel files in src directory * Replace rpmdev-vercmp by \"sort -V\" to remove rpmdev-vercmp dependency * Remove s build flag no longer supported in go 1.10 boo#776058 * Packaging: improve _service tar_scm declarations add _servicedata * Wed Jun 13 2018 jmassaguerplaAATTsuse.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 msuchanekAATTsuse.com- fix ppc64 (be) build. No pie baking support there. + ppc64-nopie.patch * Mon Jun 11 2018 opensuse-packagingAATTopensuse.org- Update to version 15.0.11: * Replace rpmdev-vercmp by \"sort -V\" to remove rpmdev-vercmp dependency * Thu May 31 2018 opensuse-packagingAATTopensuse.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-packagingAATTopensuse.org- Update to version 15.0.9: * Pass linker flag via ldflags * Mon Feb 12 2018 opensuse-packagingAATTopensuse.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 * Wed Aug 30 2017 thippAATTsuse.de- Update to version 15.0.7: * *: always use -buildmode=pie * fix changelog * golang.sh: Fix arch for aarch64 * Wed Jun 28 2017 thippAATTsuse.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 thippAATTsuse.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 thippAATTsuse.de- fix GOPATH for Provides and Requires * Wed May 24 2017 thippAATTsuse.de- Fix all %go_ *dir macros * Tue May 23 2017 thippAATTsuse.de- fix GOPATH issue * Sun May 21 2017 jmassaguerplaAATTsuse.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 thippAATTsuse.de- Update to version 15.0.3: * Remove duplicates when finding Requires * bump version to v15.0.3 * Wed Mar 22 2017 thippAATTsuse.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 thippAATTsuse.de- Update to version 15.0.1: * Handle extra_flags for build/test correctly * bump version to v15.0.1 * Wed Feb 15 2017 thippAATTsuse.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 tboergerAATTsuse.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 iAATTmarguerite.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 tboergerAATTsuse.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 iAATTmarguerite.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 mpluskalAATTsuse.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 tboergerAATTsuse.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 iAATTmarguerite.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 iAATTmarguerite.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 iAATTmarguerite.su- update version 14.7 * do not hardcode go version * Fri Feb 12 2016 iAATTmarguerite.su- update version 14.6 * Fix rbarch for Power architectures * Fri Jan 22 2016 iAATTmarguerite.su- update version 14.5 * fix a typo that prevent golang.req from running (fix #10) * Fri Jan 22 2016 iAATTmarguerite.su- update version 14.4 * fix #5 on golang.req * Tue Jan 19 2016 iAATTmarguerite.su- update version 14.3 * fix: command not found error for go test on SLE * fix #5 again: gsub importpath itself is not enough * Mon Jan 11 2016 iAATTmarguerite.su- update version 14.2 * golang.req: fix \' // indirect\' comment in import * Mon Jan 11 2016 iAATTmarguerite.su- update version 14.1 * golang.prov fix: uniq! returns nil if everything is unique * Tue Jan 05 2016 iAATTmarguerite.su- update version 14 * if importpath has \"test/example\", it should survive (github#5) * merge macros.go from openSUSE\'s go here * add golang-macros.rb, replacement for the complicated macros in shell in macros.go * golang-macros.rb: + support build with fake build id + support build with custom tags (github#7) + support pass any -=\"a b c\" or -= to go install, shared build is possible now (not fully support, other macros need to be adapted) + --filelist, to generate filelist used in %files section with excluding support + use IO.popen to break the build at the exact place it fails (github#6) * Mon Jan 04 2016 iAATTmarguerite.su- update version 13 * provides the importpath itself * fix regex not to check files like .golden in -source * filter \"test/example\" from Provides * split common stuff to a module golang/rpmsysinfo.rb * rewrite golang.req, now read from stdin RPM feeds, and check __.PKGDEF from .a files for \"import\"s. (github#3, github#4) * Sun Jan 03 2016 iAATTmarguerite.su- update version 12 * don\'t find provides/requires on -source, -debuginfo, -debugsource subpackages * add scripts to generate file lists. * Sat Jan 02 2016 iAATTmarguerite.su- update version 11 * fix for sles and openSUSE < 13.2 * Fri Sep 04 2015 iAATTmarguerite.su- update version 10 * support all archtectures like ppc/arm * Fri Aug 28 2015 iAATTmarguerite.su- update version 9 * update golang(API) to 1.5 * Sun Aug 02 2015 iAATTmarguerite.su- update version 8 * skip the last \"/\" in golang.prov, thanks to matwey * Fri Jul 31 2015 iAATTmarguerite.su- udpate version 7 * handle gopkg.in/ * requirements * Fri Jul 24 2015 iAATTmarguerite.su- update version 6 * fix golang.req to not treat a sentence as importpath * fix golang.attr to correctly detect /usr/bin/ * * Wed Jul 22 2015 iAATTmarguerite.su- update version 5 * if a sub-directory doesn\'t contain any *.go file, do not treat it as a Provides candidate. * add /usr/bin to golang.attr for go executes to be handled by golang-packaging * Sun Jul 12 2015 iAATTmarguerite.su- update version 4 * fix encoding error in golang-strip-builddep * add macros.go-extra, extra golang macros for packaging * Sat Jul 11 2015 iAATTmarguerite.su- update version 3 * skip *example *.go/ *test *.go for Requires finding * support alias format (import xx \"xxx\") for importpath * add golang-strip-builddep, a tool to strip unneeded importpath from source codes * Fri Jul 10 2015 iAATTmarguerite.su- update version 2 * fix pkgname detection * Sun Jul 05 2015 iAATTmarguerite.su- initial version 1 * implemented provides * implemented requires
|
|
|