Releases: marguerite/golang-packaging
Releases · marguerite/golang-packaging
release v14.2
golang.req: fix ' // indirect' comment in import
release v14.1
golang.prov fix: uniq! returns nil if everything is unique
release v14
- 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
- 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
- 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
support SLE11
release v10
- support all archtectures like ppc/arm
release v9
- update golang(API) to 1.5
release v8
- skip the last "/" in golang.prov, thanks to matwey
release v7
- handle gopkg.in/* requirements