source: rtems-tools/ChangeLog @ a2bc901

4.104.115
Last change on this file since a2bc901 was a86cd82, checked in by Chris Johns <chrisj@…>, on 06/09/11 at 05:59:32

2011-06-09 Chris Johns <chrisj@…>

  • specbuilder/specbuilder/build.py, specbuilder/specbuilder/crossgcc.py, specbuilder/specbuilder/defaults.py, specbuilder/specbuilder/linux.py, specbuilder/specbuilder/spec.py: Add CentOS support for older Pythons. Add options to build the tools with specific flags.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12011-06-09      Chris Johns <chrisj@rtems.org>
2
3        * specbuilder/specbuilder/build.py,
4        specbuilder/specbuilder/crossgcc.py,
5        specbuilder/specbuilder/defaults.py,
6        specbuilder/specbuilder/linux.py,
7        specbuilder/specbuilder/spec.py: Add CentOS support for older
8        Pythons. Add options to build the tools with specific flags.
9
102011-02-22      Chris Johns <chrisj@rtems.org>
11
12        * specbuilder/sb-versions, specbuilder/specbuilder/version.py:
13        New. Print a suitable version message for automatic documentation
14        updating from the spec files in CVS.
15
16        * specbuilder/specbuilder/build.py: Add xz support. Add a function
17        to return the name of a package.
18       
19        * specbuilder/specbuilder/crossgcc.py: Use the build name in the
20        tmp path.
21       
22        * specbuilder/specbuilder/darwin.py: Add xz support.
23       
24        * specbuilder/specbuilder/defaults.py: Add xz support. Add Windows
25        and Linux support.
26       
27        * specbuilder/specbuilder/setup.py: Reference the correct shell
28        opts. Use the shell setup in the version probe command. Fix the
29        version check. Add autotools to the list of spec files to
30        install.
31       
32        * specbuilder/specbuilder/spec.py: Add changelog and configure
33        tests. Manage sub-packages better.
34       
35        * specbuilder/specbuilder/version.py,
36        specbuilder/specbuilder/windows.py: New.
37
382010-08-31      Chris Johns <chrisj@rtems.org>
39
40        * specbuilder/specbuilder/linux.py: Add Linux support. Can be
41        useful on those distributions that do not support RPM
42        packages. Users should always be encouraged to use the RPM
43        packages provided by the project.
44
45        * specbuilder/specbuilder/default.py: Add Linux.
46
472010-08-29      Chris Johns <chrisj@rtems.org>
48
49        * specbuilder/specbuilder/defaults.py: Add default configure
50        macro. Add --dry-run to the parsed arguments. Fix the case when
51        run on a new host that does not have default support.
52       
532010-08-13      Chris Johns <chrisj@rtems.org>
54
55        * specbuilder/specbuilder/defaults.py: Provide a default shell.
56
57        * specbuilder/specbuilder/rtems.py: Provide a default autoconf
58        version.
59
60        * specbuilder/specbuilder/setup.py: Use the default setup shell
61        and check the version of autoconf needed.
62
632010-08-13      Chris Johns <chrisj@rtems.org>
64
65        * specbuilder/specbuilder/setup.py: Add import for execute.
66
672010-08-13      Chris Johns <chrisj@rtems.org>
68
69        * specbuilder/specbuilder/rtems.py: New. Move RTEMS specific
70        settings into the RTEMS specific file from the host specific file.
71
72        * specbuilder/specbuilder/darwin.py: Move the RTEMS specific
73        values out. Automatically determine the number of CPUs and let
74        make use them all.
75
76        * specbuilder/specbuilder/defaults.py: Add --no-smp and --rebuild
77        to the options. Post process --no-smp to set the SMP make flags to
78        nil. Add support for RTEMS specific overrides.
79
80        * specbuilder/specbuilder/build.py: Add a notice that building has
81        started. If a download happens you do not know when it has
82        finished.
83
84        * specbuilder/specbuilder/setup.py: Add --rtems to point to the
85        RTEMS source and copy the spec and diff files. Also allow the user
86        to --rebuild them.
87
882010-08-09      Chris Johns <chrisj@rtems.org>
89
90        * specbuilder/perl.prov, specbuilder/perl.req: New.
91        * specbuilder/defaults.py: The config.sub path is a sub-dir of the
92        command.
93        * specbuilder/setup.py: Fix make bug. Install RPMLIB files when
94        creating the directory.
95        * specbuilder/spec.py: Add '%check'.
96
972010-08-09      Chris Johns <chrisj@rtems.org>
98
99        * specbuilder, specbuilder/sb-build, specbuilder/sb-crossgcc,
100        specbuilder/sb-setup, specbuilder/sb-specdump,
101        specbuilder/sb-status, specbuilder/specbuilder/.cvsignore,
102        specbuilder/specbuilder/build.py,
103        specbuilder/specbuilder/config.sub,
104        specbuilder/specbuilder/crossgcc.py,
105        specbuilder/specbuilder/darwin.py,
106        specbuilder/specbuilder/defaults.py,
107        specbuilder/specbuilder/error.py,
108        specbuilder/specbuilder/execute.py,
109        specbuilder/specbuilder/log.py, specbuilder/specbuilder/setup.py,
110        specbuilder/specbuilder/spec.py,
111        specbuilder/specbuilder/status.py: New.
Note: See TracBrowser for help on using the repository browser.