Accepting request 640640 from home:mcepl:work

- Make package not to be noarch (bsc#1109755)
- 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)

OBS-URL: https://build.opensuse.org/request/show/640640
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=64
This commit is contained in:
Tomáš Chvátal
2018-10-08 19:36:14 +00:00
committed by Git OBS Bridge
parent d0d8b58d89
commit 7d5d49b536
15 changed files with 1920 additions and 344 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
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