Accepting request 879451 from home:mslacken:sp

- update to version 0.16.1
  * intel-oneapi support through new packages 
  * HIP/ROCm support (#19715, #20095)
  * concretization enhancements
  * environment install reporting fix (#20004)
  * avoid import in ABI compatibility info (#20236)
  * restore ability of dev-build to skip patches (#20351)
  * spack find -d spec grouping (#20028)
  * spack smoke test support (#19987, #20298)
  * abstract spec comparisons (#20341)
  * performance improvements for binary relocation (#19690, #20768)
  * additional sanity checks for variants in builtin packages (#20373)
  * do not pollute auto-generated configuration files with empty lists or
    dicts
- added file: basic-exclude-pattern-for-external-find.patch 
  * adds the functionality to exclude binaries for external search 
    so that the call 'installdbgsymbols' can be prohibited as this
    leads to an endless loop when drkonqui is installed

OBS-URL: https://build.opensuse.org/request/show/879451
OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=11
This commit is contained in:
Ana Guerrero
2021-03-16 15:29:38 +00:00
committed by Git OBS Bridge
parent 4e77c2128c
commit 1a3d64d65d
5 changed files with 108 additions and 22 deletions

View File

@@ -4,6 +4,28 @@ Fri Feb 26 22:06:36 UTC 2021 - Egbert Eich <eich@suse.com>
- Remove BuildRequires for patterns-base-basesystem and
distribution-release.
-------------------------------------------------------------------
Fri Feb 26 10:40:00 UTC 2021 - Christian Goll <cgoll@suse.com>
- update to version 0.16.1
* intel-oneapi support through new packages
* HIP/ROCm support (#19715, #20095)
* concretization enhancements
* environment install reporting fix (#20004)
* avoid import in ABI compatibility info (#20236)
* restore ability of dev-build to skip patches (#20351)
* spack find -d spec grouping (#20028)
* spack smoke test support (#19987, #20298)
* abstract spec comparisons (#20341)
* performance improvements for binary relocation (#19690, #20768)
* additional sanity checks for variants in builtin packages (#20373)
* do not pollute auto-generated configuration files with empty lists or
dicts
- added file: basic-exclude-pattern-for-external-find.patch
* adds the functionality to exclude binaries for external search
so that the call 'installdbgsymbols' can be prohibited as this
leads to an endless loop when drkonqui is installed
-------------------------------------------------------------------
Thu Feb 4 06:54:13 UTC 2021 - Egbert Eich <eich@suse.com>