Skip to content

Releases: marguerite/golang-packaging

release v14.2

11 Jan 11:16
Compare
Choose a tag to compare

golang.req: fix ' // indirect' comment in import

release v14.1

11 Jan 02:04
Compare
Choose a tag to compare

golang.prov fix: uniq! returns nil if everything is unique

release v14

10 Jan 16:56
Compare
Choose a tag to compare
  • 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)

release v13

04 Jan 16:20
Compare
Choose a tag to compare
  • 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.

release v12

03 Jan 11:22
Compare
Choose a tag to compare
  • rewrite golang.prov. it should take filelist feeded by rpm in case not to add provides for source/debuginfo/debugsource sub-packages
  • simply golang.req: own is actually importpath, no need to call golang.prov again

release v11

02 Jan 17:29
Compare
Choose a tag to compare

support SLE11

release v10

04 Sep 16:21
Compare
Choose a tag to compare
  • support all archtectures like ppc/arm

release v9

28 Aug 11:24
Compare
Choose a tag to compare
  • update golang(API) to 1.5

release v8

02 Aug 15:57
Compare
Choose a tag to compare
  • skip the last "/" in golang.prov, thanks to matwey

release v7

31 Jul 02:54
Compare
Choose a tag to compare
  • handle gopkg.in/* requirements