forked from marguerite/golang-packaging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
42 lines (25 loc) · 964 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
== update version 9 ==
* update golang(API) to 1.5
== update version 8 ==
* skip the last "/" in golang.prov, thanks to matwey
== udpate version 7 ==
* handle gopkg.in/* requirements
== update version 6 ==
* fix golang.req to not treat a sentence as importpath
* fix golang.attr to correctly detect /usr/bin/*
== 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
== Version 4 ==
* fix encoding error in golang-strip-builddep
* add macros.go-extra, extra golang macros for packaging
== 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
== Version 2 ==
* fix pkgname detection
== Version 1 ==
* implement Requires/Provides