File golang-packaging.changes of Package golang-packaging.4666

-------------------------------------------------------------------
Wed Mar 29 12:33:36 UTC 2017 - thipp@suse.de

- Update to version 15.0.3:
  * Remove duplicates when finding Requires
  * bump version to v15.0.3

-------------------------------------------------------------------
Wed Mar 22 10:20:40 UTC 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 11:50:37 UTC 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 16:07:57 UTC 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 12:47:09 UTC 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  8 16:51:28 UTC 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 09:32:43 UTC 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 10:36:29 UTC 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 14:38:04 UTC 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 09:02:35 UTC 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  5 01:14:25 UTC 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  3 03:14:46 UTC 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 13:22:40 UTC 2016 - i@marguerite.su

- update version 14.7
  * do not hardcode go version

-------------------------------------------------------------------
Fri Feb 12 18:13:01 UTC 2016 - i@marguerite.su

- update version 14.6
  * Fix rbarch for Power architectures

-------------------------------------------------------------------
Fri Jan 22 16:15:14 UTC 2016 - i@marguerite.su

- update version 14.5
  * fix a typo that prevent golang.req from running (fix #10)

-------------------------------------------------------------------
Fri Jan 22 07:23:07 UTC 2016 - i@marguerite.su

- update version 14.4
  * fix #5 on golang.req

-------------------------------------------------------------------
Tue Jan 19 10:36:14 UTC 2016 - i@marguerite.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 11:19:26 UTC 2016 - i@marguerite.su

- update version 14.2
  * golang.req: fix ' // indirect' comment in import

-------------------------------------------------------------------
Mon Jan 11 02:06:17 UTC 2016 - i@marguerite.su

- update version 14.1
  * golang.prov fix: uniq! returns nil if everything is unique

-------------------------------------------------------------------
Tue Jan  5 12:09:20 UTC 2016 - i@marguerite.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 -<arg>="a b c" or -<arg>=<value>
      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  4 01:52:15 UTC 2016 - i@marguerite.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  3 03:50:28 UTC 2016 - i@marguerite.su

- update version 12
  * don't find provides/requires on -source, -debuginfo, -debugsource
    subpackages
  * add scripts to generate file lists.

-------------------------------------------------------------------
Sat Jan  2 05:57:41 UTC 2016 - i@marguerite.su

- update version 11
  * fix for sles and openSUSE < 13.2

-------------------------------------------------------------------
Fri Sep  4 16:24:13 UTC 2015 - i@marguerite.su

- update version 10
  * support all archtectures like ppc/arm

-------------------------------------------------------------------
Fri Aug 28 09:48:09 UTC 2015 - i@marguerite.su

- update version 9
  *update golang(API) to 1.5

-------------------------------------------------------------------
Sun Aug  2 15:59:58 UTC 2015 - i@marguerite.su

- update version 8
  * skip the last "/" in golang.prov, thanks to matwey

-------------------------------------------------------------------
Fri Jul 31 02:52:31 UTC 2015 - i@marguerite.su

- udpate version 7
  * handle gopkg.in/* requirements

-------------------------------------------------------------------
Fri Jul 24 01:44:47 UTC 2015 - i@marguerite.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 14:56:07 UTC 2015 - i@marguerite.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 10:32:17 UTC 2015 - i@marguerite.su

- update version 4
  * fix encoding error in golang-strip-builddep
  * add macros.go-extra, extra golang macros for packaging

-------------------------------------------------------------------
Sat Jul 11 08:48:50 UTC 2015 - i@marguerite.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 16:43:10 UTC 2015 - i@marguerite.su

- update version 2
  * fix pkgname detection

-------------------------------------------------------------------
Sun Jul  5 17:43:07 UTC 2015 - i@marguerite.su

- initial version 1
  * implemented provides
  * implemented requires
openSUSE Build Service is sponsored by