diff --git a/_service b/_service index ba37398..7aa5e3e 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/JuliaLang/juliaup @PARENT_TAG@ git - dd0012238eba824cb0845af107f0996398e38f60 + f8a03e994dc94cfcd54f932fa950361c371be051 v(.*) \1 enable @@ -12,12 +12,12 @@ *.tar - gz + xz juliaup - gz + xz true diff --git a/juliaup-1.8.12.tar.xz b/juliaup-1.8.12.tar.xz new file mode 100644 index 0000000..8818573 --- /dev/null +++ b/juliaup-1.8.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7446a8b44cc962e644bbf9b625ed40265dbff08511b7d6b9b1ab59ea9efe17ec +size 66858832 diff --git a/juliaup-1.8.7.tar.gz b/juliaup-1.8.7.tar.gz deleted file mode 100644 index ad9eb89..0000000 --- a/juliaup-1.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7a4cbdfd6b06a7cacec4dd69778067dcaeed3bcbbc8123cb9a31e5783285213 -size 148273709 diff --git a/juliaup.changes b/juliaup.changes index 332ff9f..6602364 100644 --- a/juliaup.changes +++ b/juliaup.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Sat Dec 03 13:06:55 UTC 2022 - socvirnyl.estela@gmail.com + +- Update to version 1.8.12: + * Fix typo + * Fix a typo + * Add a check phase to test workflow that runs on all platforms + * Fix some platform specific errors and warnings + * chore: Release juliaup version 1.8.11 + * Fix cond compile on macos + * Unfix wrong target family + * Fix typo on merge + * Use more borrowed types where possible + * Reset some functions return values back to Result + * Change default versions db update interval to 24 hours + * Add versions db update to add and update command + * Update deps + * Bump peter-evans/create-pull-request from 3 to 4 + * Various lints and minor improvements + * Configure for target_os, not nonexistant family + * Make 60 the default versions db update interval + * Make the update interval between versions db updates a config + * Update versions db on self update + * Add a powerpoint schematic in devdocs + * Update version db + * Add alpha versions + * Document releasepreview usage + * Also add musl fix for release action. + * Use sudo. + * Fix quotes. + * Musl build can't find gcc-musl. + * chore: Release juliaup version 1.8.10 + * Enable second part of musl tests + * Properly disable musl tests + * Unify some output + * Fix some unit tests + * Update version db + * Fix parse_versionstring + * Generate better arch strings in semver + * Enable ci tests of musl build + * Disable musl tests for now + * Use cross on Linux for tests + * Add Juliaup version to juliaup info + * Add musl build to tests + * chore: Release juliaup version 1.8.9 + * Change shell script to serve musl on Linux + * Add triplet to juliaup info + * chore: Release juliaup version 1.8.8 + * Add info command + * change to a redirect for developers to the wiki + * add source build notes to the readme + ------------------------------------------------------------------- Fri Nov 25 09:08:07 UTC 2022 - Soc Virnyl Estela diff --git a/juliaup.spec b/juliaup.spec index 011389f..d191e33 100644 --- a/juliaup.spec +++ b/juliaup.spec @@ -21,14 +21,14 @@ %global latest_julia_version 1.8.3 Name: juliaup -Version: 1.8.7 +Version: 1.8.12 Release: 0 Summary: Julia installer and version multiplexer License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND ISC AND MIT AND MPL-2.0 AND MIT Group: Development/Languages/Other URL: https://github.com/JuliaLang/juliaup -Source0: %{name}-%{version}.tar.gz -Source1: vendor.tar.gz +Source0: %{name}-%{version}.tar.xz +Source1: vendor.tar.xz Source2: cargo_config BuildRequires: cargo-packaging BuildRequires: rust+cargo diff --git a/vendor.tar.gz b/vendor.tar.gz deleted file mode 100644 index e77dd94..0000000 --- a/vendor.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e55d5dcd1c6389e23f91681ae879efd0f330a68259daea2784b18c40aa155210 -size 51346808 diff --git a/vendor.tar.xz b/vendor.tar.xz new file mode 100644 index 0000000..44fe637 --- /dev/null +++ b/vendor.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c742f6d0a3cf80063f1c9915963c9770b2bd40d1365843326087e1abd98c6c5e +size 34210708