File boost-jam.changes of Package boost-jam
-------------------------------------------------------------------
Fri Sep 5 13:29:46 CEST 2008 - pth@suse.de
- Update to 3.1.16:
* Plug memory leak when closing out actions.
* Various improvements to __TIMINGRULE_ and __ACTIONRULE_ target
variable hooks.
* Change JAMDATE to use common ISO date format.
* Add test for result status values of simple actions, i.e.
empty actions.
* Fix buffer overrun bug in expanding @() subexpressions.
* Check empty string invariants, instead of assuming all strings
are allocated. And reset strings when they are freed.
* Add OSPLAT=PARISC for HP-UX PA-RISC. -- Boris G.
* Make quietly actions really quiet by not printing the command
output. The output for the quietly actions is still available
through __ACTIONRULE_.
* When setting OSPLAT, check __ia64 macro.
* Get the unix timing working correctly.
* Add -fno-strict-aliasing to compilation with gcc. Which works
around GCC-4.2 crash problems.
* Increased support for Python integration.
* Allow specifying options with quotes, i.e. --with-python=xyz,
to work around the CMD shell using = as an argument separator.
* Add values of variables specified with -s to .EVNRION module,
so that we can override environment on command line.
* Make NORMALIZE_PATH convert to /.
-------------------------------------------------------------------
Fri Jul 27 20:22:29 CEST 2007 - pth@suse.de
- Directly pass CFLAGS and RPM_OPTFLAGS to jam0 when bootstrapping
(obsoletes the fix from Daniel Schepler) and pass
-fno-strict-aliasing to gcc to fix the bjam segfault.
- Build optimized binary but don't strip it.
-------------------------------------------------------------------
Tue Jul 24 19:39:15 CEST 2007 - bk@suse.de
- fix early bjam segfault with gcc-4.2 (fix from Daniel Schepler)
- add testsuite from today's boost CVS and allow a maxium of 5 fails
- build debug binary by default, adds debuginfo package(thanks pth)
-------------------------------------------------------------------
Thu Jul 19 17:45:04 CEST 2007 - pth@suse.de
- Update to 3.1.14. Changes since 3.1.4:
* Implement NATIVE_FILE builtin and several native rules.
* Use default value of BOOST_BUILD_PATH is not is set in environment.
-------------------------------------------------------------------
Sat May 27 23:54:47 CEST 2006 - schwab@suse.de
- Don't strip binaries.
-------------------------------------------------------------------
Wed Jan 25 21:34:43 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Oct 31 12:40:08 CET 2005 - dmueller@suse.de
- don't build as root
-------------------------------------------------------------------
Wed May 26 11:51:27 CEST 2004 - ro@suse.de
- added -fno-strict-aliasing
-------------------------------------------------------------------
Fri May 7 17:33:59 CEST 2004 - uli@suse.de
- honor RPM_OPT_FLAGS not only when bootstrapping
- build with -O1 on s390 (fixes boost)
-------------------------------------------------------------------
Wed Jul 9 09:39:54 CEST 2003 - pthomas@suse.de
- Initial package creation.