osc copypac from project:devel:tools:building package:scons revision:65, using keep-link, using expand

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=68
This commit is contained in:
2018-10-11 17:30:56 +00:00
committed by Git OBS Bridge
parent 20ccab0689
commit a5c8899338
15 changed files with 1941 additions and 344 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Oct 11 10:30:44 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Switch off more failing tests.
-------------------------------------------------------------------
Mon Oct 8 12:01:14 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Make package not to be noarch (bsc#1109755)
-------------------------------------------------------------------
Fri Oct 5 01:35:18 CEST 2018 - mcepl@suse.com
- Make package multibuild for separate testing
- Block failing tests (and block %check section completely on
non-Intel archs, as the tests are apparently not designed for
that).
- Fix patches from the upstream to improve compatbiilty:
fix-jN-for-python-37.patch
fix-rpm-tests-for-newer-rpmbuild.patch
no_deprecated_asserts.patch
no_time-clock.patch
removed_splitunc.patch
replace_TestSuite_main.patch
stop_custom_OrderedDict.patch
- Remove replace-imp-with-importlib.patch for now (to stabilize
the package first)
-------------------------------------------------------------------
Wed Jul 25 12:10:25 UTC 2018 - mcepl@suse.com