2016-01-04 17:33:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2016-01-03 12:25:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2016-01-02 18:33:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 2 05:57:41 UTC 2016 - i@marguerite.su
|
|
|
|
|
|
|
|
- update version 11
|
|
|
|
* fix for sles and openSUSE < 13.2
|
|
|
|
|
2015-09-04 18:44:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 4 16:24:13 UTC 2015 - i@marguerite.su
|
|
|
|
|
|
|
|
- update version 10
|
|
|
|
* support all archtectures like ppc/arm
|
|
|
|
|
2015-08-28 11:47:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 28 09:48:09 UTC 2015 - i@marguerite.su
|
|
|
|
|
2015-08-28 13:28:06 +02:00
|
|
|
- update version 9
|
|
|
|
*update golang(API) to 1.5
|
2015-08-28 11:47:31 +02:00
|
|
|
|
2015-08-02 18:00:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2015-07-24 03:50:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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/*
|
|
|
|
|
2015-07-23 16:31:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2015-07-12 12:38:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2015-07-11 06:33:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 10 16:43:10 UTC 2015 - i@marguerite.su
|
|
|
|
|
|
|
|
- update version 2
|
|
|
|
* fix pkgname detection
|
|
|
|
|
2015-07-08 16:53:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 5 17:43:07 UTC 2015 - i@marguerite.su
|
|
|
|
|
|
|
|
- initial version 1
|
|
|
|
* implemented provides
|
|
|
|
* implemented requires
|