Hello community,

here is the log from the commit of package scons for openSUSE:Factory checked 
in at 2019-05-25 13:17:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scons (Old)
 and      /work/SRC/openSUSE:Factory/.scons.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scons"

Sat May 25 13:17:32 2019 rev:41 rq:704409 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/scons/scons.changes      2019-04-01 
12:32:49.829789878 +0200
+++ /work/SRC/openSUSE:Factory/.scons.new.5148/scons.changes    2019-05-25 
13:17:34.808395788 +0200
@@ -1,0 +2,17 @@
+Tue May 21 10:07:35 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Disable bit more msvc tests as we don't care about the fails
+
+-------------------------------------------------------------------
+Sat May 18 01:12:28 UTC 2019 - Andreas Stieger <[email protected]>
+
+- scons 3.0.5:
+  * Fixes related to --config=force
+  * Change the default for AppendENVPath to delete_existing=0, so
+    path order will not be changed, unless explicitly set
+  * Add the textfile tool to the default tool list
+  * Fix regex patterns that were not specified as raw strings
+  * Do not store build host+user name if reproducible builds are
+    wanted
+
+-------------------------------------------------------------------

Old:
----
  3.0.4.tar.gz
  scons-user.html-3.0.4.tar.bz2

New:
----
  3.0.5.tar.gz
  scons-user.html-3.0.5.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scons.spec ++++++
--- /var/tmp/diff_new_pack.UTuuug/_old  2019-05-25 13:17:36.912395006 +0200
+++ /var/tmp/diff_new_pack.UTuuug/_new  2019-05-25 13:17:36.940394995 +0200
@@ -26,7 +26,7 @@
 %bcond_with test
 %endif
 Name:           scons%{psuffix}
-Version:        3.0.4
+Version:        3.0.5
 Release:        0
 Summary:        Replacement for Make
 License:        MIT
@@ -84,8 +84,15 @@
 cp %{SOURCE2} grep-filter-list.txt
 chmod -x src/CHANGES.txt README.rst src/RELEASE.txt
 
-# the test is marked skipped but fails
-rm test/MSVS/vs-14.1-exec.py
+# the test is marked skipped but fails; and all are windows based so
+# we can safely ignore them
+rm -r test/MSVC/
+rm -r test/MSVS/
+rm -r test/Win32/
+rm test/fixture/no_msvc/no_regs_sconstruct.py
+rm test/fixture/no_msvc/no_msvcs_sconstruct.py
+rm test/LEX/live_mingw.py
+rm test/Decider/MD5-winonly-firstbuild.py
 
 %build
 python3 bootstrap.py build/scons
@@ -118,10 +125,10 @@
 %endif
 %endif
 
+%if !%{with test}
 %files
 %license LICENSE
 %doc src/CHANGES.txt README.rst src/RELEASE.txt
-%if !%{with test}
 %{_bindir}/*
 %{python3_sitelib}/SCons
 %{python3_sitelib}/%{modname}*.egg-info

++++++ 3.0.4.tar.gz -> 3.0.5.tar.gz ++++++
++++ 7934 lines of diff (skipped)

++++++ scons-user.html-3.0.4.tar.bz2 -> scons-user.html-3.0.5.tar.bz2 ++++++
++++ 1611 lines of diff (skipped)


Reply via email to