Hello community, here is the log from the commit of package scons for openSUSE:Factory checked in at 2015-12-13 09:36:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scons (Old) and /work/SRC/openSUSE:Factory/.scons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scons" Changes: -------- --- /work/SRC/openSUSE:Factory/scons/scons.changes 2015-10-03 20:29:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.scons.new/scons.changes 2015-12-13 09:36:16.000000000 +0100 @@ -1,0 +2,49 @@ +Fri Dec 4 17:55:32 UTC 2015 - [email protected] + +- Update to 2.4.1 + * Added new configure check, CheckProg, to check for + existence of a program. + * Fix for issue #2840 - Fix for two environments specifying same + target with different actions not throwing hard error. Instead + SCons was incorrectly issuing a warning and continuing. + * Add support `Microsoft Visual C++ Compiler for Python 2.7' + Compiler can be obtained at: + https://www.microsoft.com/en-us/download/details.aspx?id=44266 + * Fixed tigris issue #3011: Glob() excludes didn't work when + used with VariantDir(duplicate=0) + * Fix bug 2831 and allow Help() text to be appended to + AddOption() help. + * Reimplemented versioning for shared libraries, with the + following effects + * Fixed tigris issues #3001, #3006. + * Fixed several other issues not reported to tigris, including: + issues with versioned libraries in subdirectories with tricky + names, + issues with versioned libraries and variant directories, + issue with soname not being injected to library when using D + linkers, + * Switched to direct symlinks instead of daisy-chained ones -- + soname and development symlinks point directly to the + versioned shared library now), for rationale see: + https://www.debian.org/doc/debian-policy/ch-sharedlibs.html + https://fedoraproject.org/wiki/Packaging:Guidelines#Devel_Packages + https://bitbucket.org/scons/scons/pull-requests/247/new-versioned-libraries-gnulink-cyglink/diff#comment-10063929 + * New construction variables to allow override default + behavior: SONAME, SHLIBVERSIONFLAGS, _SHLIBVERSIONFLAGS, + SHLIBNOVERSIONSYMLINKS, LDMODULEVERSION, + LDMODULEVERSIONFLAGS, _LDMODULEVERSIONFLAGS, + LDMODULENOVERSIONSYMLINKS. + * Changed logic used to configure the versioning machinery + from platform-centric to linker-oriented. + * The SHLIBVERSION/LDMODULEVERSION variables are no longer + validated by SCons (more freedom to users). + * InstallVersionedLib() doesn't use SHLIBVERSION anymore. + * Enchanced docs for the library versioning stuff. + * New tests for versioned libraries. + * Library versioning is currently implemented for the following + linker tools: 'cyglink', 'gnulink', 'sunlink'. + * Fix to swig tool - pick-up 'swig', 'swig3.0' and 'swig2.0' + (in order). + * Fix to swig tool - respect env['SWIG'] provided by user. + +------------------------------------------------------------------- Old: ---- scons-2.4.0.tar.gz scons-user.html-2.4.0.tar.bz2 New: ---- scons-2.4.1.tar.gz scons-user.html-2.4.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scons.spec ++++++ --- /var/tmp/diff_new_pack.gRe4ud/_old 2015-12-13 09:36:17.000000000 +0100 +++ /var/tmp/diff_new_pack.gRe4ud/_new 2015-12-13 09:36:17.000000000 +0100 @@ -22,7 +22,7 @@ %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif Name: scons -Version: 2.4.0 +Version: 2.4.1 Release: 0 Summary: Replacement for Make License: MIT ++++++ scons-2.4.0.tar.gz -> scons-2.4.1.tar.gz ++++++ ++++ 5070 lines of diff (skipped) ++++++ scons-user.html-2.4.0.tar.bz2 -> scons-user.html-2.4.1.tar.bz2 ++++++ ++++ 2184 lines of diff (skipped)
