source: rtems-tools/ChangeLog @ faa8181

4.104.115
Last change on this file since faa8181 was faa8181, checked in by Chris Johns <chrisj@…>, on 02/22/11 at 03:46:44

2011-02-22 Chris Johns <chrisj@…>

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