forked from gofed/gofed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
64 lines (58 loc) · 3.63 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
========Changelog for gofed========
Changes in 0.0.8 (21 August 2015)
- don't generated Provides with internal keyword (update gofed lint and spec file generators)
- gofed repo2spec: add --with-build option to generated build section
- support for secondary architectures finished
Changes in 0.0.7 (1 August 2015)
-support f23 branch
-reduce the number of dependencies in generated spec files
-add with_devel, with_check, with_debug, with_bundled, with_unit_test macros to generated spec files
-add provider_prefix to generated spec files
-add support for import paths whose prefix does not equal to provider prefix
-add list of common directories that are not owned by rpms built from generated spec files
-add copying macro to generated spec files to support %license macro
-gofed ggi: --all-occurences (to show all import paths even for main packages) and --show-occurence (to show file:package for each import path)
-gofed tools: add --merge-master to run 'git merge master' on selected branches
-repo2spec: add --with-build to generate heads up of build section as well
Changes in 0.0.6 (11 July 2015)
-gofed inspect: add --skip-errors option
-add plugins (gofed-base, gofed-scan, gofed-build)
-gofed lint: extend check for paths in prefix/Godeps/_workspace/src/... form
-gofed scan-deps: add list of imported paths for each package in xml
-gofed scan-deps: add -d option to generate graph of dependencies for a single project
-gofed scan-deps: add --from-xml, --from-dir, --skip-errors, --skip-dirs, --scan-all-dirs options
-minor fixes (generated *.dot file for graphiz, print errors to stderr)
Changes in 0.0.5 (23 June 2015)
-gofed review: fix localication problem and copy patches if available
-gofed repo2spec: add --skip-error to continue generating spec file (even partially)
-gofed apidiff: add --old-xml, --new-xml to compare API from xml files as well
-gofed scan-symbols, gofed-apidiff: add --skip-errors, --skip-dirs, --scan-all-dirs
-fixes and enhancements (dependency graph generator, apidiff output, add checks)
Changes in 0.0.4 (9 June 2015)
-implement missing comparison of arrays
-language correction of MANUAL.md, README.md and man page (thanks to Bara Ancincova <[email protected]>)
-gofed bump: add --skip-checks to skip checks for releases and tags
-gofed repo2spec: use %license macro for LICENSE, remove runtime dependency on golang (breaks builds for secondary architecture)
Changes in 0.0.3 (9 May 2015)
-new command gofed lint
-more precise list of imported and provided packages
-generate spec file for a bitbucket.org repository
-change gofed scandeps|scansymbols to gofed scan-deps|scan-symbols
-move configuration file to /etc/gofed.conf
-gofed bump: parse bugid from changelog, add 'related: #bugid' to bump comment
-gofed bump: update spec only if commit is different from current one
-gofed.conf: add paths to local databases, add new options
-gofed repo2spec: make --commit optional (if not specified take the latest)
-gofed repo2spec: add --detect option to generate spec file from import path
-add translation of bitbucker.org repositories to package names
-sort list of Provides/[B]Rs
-gofed bump: extend the bump for bitbucket.org
-gofed tools --gcp: add --from option to gcp more commits from master branch
-gofed inspect: add --prefix option to prefix list of paths
-gofed review: add --skip-rpmlint-errors option
-gofed bump: for github.com display a list of releases and tags
-gofed ggi: add --requires option to list imported packages for spec file
-gofed ggi: add --skip-dirs and --scan-all-dirs
-gofed inspect: add --skip-dirs and --scan-all-dirs
-gofed lint: add --scan-all-dirs and --skip-dirs
-gofed repo2spec: add --scan-all-dirs and --skip-dirs options