Accepting request 89347 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/89347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scons?expand=0&rev=15
This commit is contained in:
Stephan Kulow
2011-10-27 11:52:53 +00:00
committed by Git OBS Bridge
parent f58d492c1a
commit be295b6c8e
5 changed files with 81 additions and 39 deletions

View File

@@ -1,3 +1,53 @@
-------------------------------------------------------------------
Tue Oct 11 22:52:27 UTC 2011 - nmarques@opensuse.org
- SCons 2.1.0 requires py_abi > 2.4
- Potential build fix for SLE11, SLE11_SP1
+ add python_sitearch/python_sitelib macros for <= 1120
+ improved source URL
+ add comment for patch
- Add scons-rpmlintrc: source-or-patch-not-bzipped,
python-naming-policy-not-applied
-------------------------------------------------------------------
Tue Oct 11 16:05:12 UTC 2011 - nmarques@opensuse.org
- Update to 2.1.0:
+ Fix Windows resource compiler scanner to accept DOS line
endings.
+ Update MSVS documents to remove note indicating that only one
project is currently supported per solution file.
+ Fix long compile lines in batch mode by using TEMPFILE
+ Fix MSVC_BATCH=False (was treating it as true)
+ support -std=c++0x and related CXXFLAGS in pkgconfig
(ParseFlags)
+ Support -dylib_file in pkgconfig (ParseFlags)
+ new construction variable WINDOWS_EMBED_MANIFEST to
automatically embed manifests in Windows EXEs and DLLs.
+ Fix Visual Studio project generation when CPPPATH contains Dir nodes
+ Ensure Visual Studio project is regenerated when CPPPATH or
CPPDEFINES change
+ Fix unicode error when using non-ASCII filenames with Copy or
Install
+ Put RPATH in LINKCOM rather than LINKFLAGS so resetting
LINKFLAGS doesn't kill RPATH
+ Fix precompiled headers on Windows when variant dir name has
spaces.
+ Adding None to an Action no longer fails (just returns original
action)
+ New --debug=prepare option to show each target as it's being
prepared, whether or not anything needs to be done for it.
+ New debug option --debug=duplicate to print a line for each
unlink/relink (or copy) of a variant file from its source
file.
+ Improve error message for EnumVariables to show legal values.
+ Fix Intel compiler to sort versions >9 correctly (esp. on
Linux)
+ Fix Install() when the source and target are directories and
the target directory exists.
+ Many more, please see ChangeLog/Changes.
-------------------------------------------------------------------
Wed Feb 10 18:50:20 UTC 2010 - davejplater@gmail.com