diff --git a/spack.changes b/spack.changes index 8aa8f0d..09ab9d6 100644 --- a/spack.changes +++ b/spack.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Nov 22 11:16:26 UTC 2022 - Christian Goll -- updated to version 0.19.0 with follwoinig changes: +- updated to version 0.19.0 with the following changes: * Spack's traditional package preferences are soft, but we've added hard requriements to packages.yaml and spack.yaml * spack install in an environment will no longer add to the specs: list; you'll @@ -11,7 +11,7 @@ Tue Nov 22 11:16:26 UTC 2022 - Christian Goll * concretizer:unify:true is now the default mode for new environments * include environment configuration from URLs * An increasing number of packages in the ecosystem need the ability to - support multiple build systems + support multiple build systems * package ++variant: enabled variant that will be propagated to dependencies * git. prefix to specify git tags or branches as versions. All of these are @@ -27,7 +27,7 @@ Tue Nov 22 11:16:26 UTC 2022 - Christian Goll * You can override package.py attributes like url, directly in packages.yaml * There are a number of new architecture-related format strings you can use in Spack configuration files to specify paths -- Improvement from v0.18.0 +- Improvements from v0.18.0 * spack install --reuse was introduced in v0.17.0, and --reuse is now the default concretization mode. Spack will try hard to resolve dependencies using installed packages or binaries @@ -57,14 +57,13 @@ Tue Nov 22 11:16:26 UTC 2022 - Christian Goll * In addition to being conditional themselves, variants can now have conditional values that are only possible for certain configurations of a package. -- removed following patches as incooperated upstream: +- removed following patches as incorporated upstream: * fix-tumbleweed-naming.patch - ------------------------------------------------------------------- Mon Aug 15 19:39:22 UTC 2022 - Dirk Müller -- avoid bashism in post scripts (bsc#1195391) +- avoid bashism in post scripts (bsc#1195391) ------------------------------------------------------------------- Thu Apr 7 12:56:45 UTC 2022 - Egbert Eich