diff --git a/_service b/_service index a6cbba9..369b758 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/JuliaLang/juliaup @PARENT_TAG@ git - 74356ca + 405ac28 v(.*) \1 enable diff --git a/juliaup-1.6.12.tar.gz b/juliaup-1.6.12.tar.gz deleted file mode 100644 index 78a815a..0000000 --- a/juliaup-1.6.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6196be016513d31730182dc2fe1f4f443d9935ef4c5f132d3918373570b79c0 -size 148244800 diff --git a/juliaup-1.7.20.tar.gz b/juliaup-1.7.20.tar.gz new file mode 100644 index 0000000..bbcba44 --- /dev/null +++ b/juliaup-1.7.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1c08ee74f319416822324b0361a3a6ecb51ffa8597dad0859fbd72720cedf7 +size 148247179 diff --git a/juliaup.changes b/juliaup.changes index 5b56a2e..19eb52f 100644 --- a/juliaup.changes +++ b/juliaup.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Sun Aug 14 06:21:12 UTC 2022 - socvirnyl.estela@gmail.com + +- Update to version 1.7.20: + * Add Julia 1.8.0-rc4 + * Fix another bug + * Fix typo + * Fix a bug + * Fix typo + * Fix a bug + * Fix a typo + * Compile different msix files + * Fix a name in the app installer + * Updates + * Add VCLibs to app installer + * Fix naming mismatch + * Turn off some debug output + * Update deps + * Fix aws s3 sync call + * Use aws cli directly on Windows + * Fix workflow bugs + * Fix things + * Restructure deployment + * Disable all deploy to GitHub releases + * Don't run test workflow on version tags + * Use concurrency for test workflow + * Split workflow into test and build + * Add tenant id for sign tool + * Sign on Windows + * Fix typo + * Add Win AppInstaller (#371) + * Update script that downloads bundled Julia versions + * Fix typo + * Fix bug + * Bump indicatif + * Move MSIX and store stuff to deploy folder + * Don't compile get_proxy on Windows + * Add debugger launch config + * Use HttpClient for downloads on Windows + * add missing 'url' argument to 'get_ureq_agent' calls + * add trace-level logging regarding proxy resolution + * implement proxy handling using environment variables + * add env_proxy dependency in Cargo.toml + * Fix a bug during remove of PATH on Mac + * Update deps + * Improve a "failed to open file" error message by printing the file path that we failed to open + * Add minor channels for prerelease + * Prepare for different build configs per target + * Fixed typo about auto-update interval being in seconds, but actually meaning minutes. + * Use previous windows version + * Update deps + * highlight and expand usage in readme + * add usage tip on accessing channels + ------------------------------------------------------------------- Sat Aug 06 00:36:05 UTC 2022 - socvirnyl.estela@gmail.com diff --git a/juliaup.spec b/juliaup.spec index c0cfc62..d13d2a3 100644 --- a/juliaup.spec +++ b/juliaup.spec @@ -20,7 +20,7 @@ # Based on the latest stable release in the https://julialang.org/ website # Juliaup follows the versions too in the following permalink: -# https://github.com/JuliaLang/juliaup/blob/c1efc01e1b4af2e19b5a0b063d9de1ab58097886/build.rs#L21-L69 +# https://github.com/JuliaLang/juliaup/blob/main/build.rs#L22-L72 %define provides_julia_versioned() \ Provides: %{1}-0.7.0%{?2:-%{2}} \ Provides: %{1}-1.0.0%{?2:-%{2}} \ @@ -49,10 +49,10 @@ Provides: %{1}-1.6.3%{?2:-%{2}} \ Provides: %{1}-1.6.4%{?2:-%{2}} \ Provides: %{1}-1.6.5%{?2:-%{2}} \ Provides: %{1}-1.6.6%{?2:-%{2}} \ -Provides: %{1}-1.7.0-beta%{?2:-%{2}} \ -Provides: %{1}-1.7.0-beta%{?2:-%{2}} \ -Provides: %{1}-1.7.0-beta%{?2:-%{2}} \ -Provides: %{1}-1.7.0-beta%{?2:-%{2}} \ +Provides: %{1}-1.7.0-beta1%{?2:-%{2}} \ +Provides: %{1}-1.7.0-beta2%{?2:-%{2}} \ +Provides: %{1}-1.7.0-beta3%{?2:-%{2}} \ +Provides: %{1}-1.7.0-beta4%{?2:-%{2}} \ Provides: %{1}-1.7.0-rc1%{?2:-%{2}} \ Provides: %{1}-1.7.0%{?2:-%{2}} \ Provides: %{1}-1.7.0-rc2%{?2:-%{2}} \ @@ -60,13 +60,14 @@ Provides: %{1}-1.7.0-rc3%{?2:-%{2}} \ Provides: %{1}-1.7.1%{?2:-%{2}} \ Provides: %{1}-1.7.2%{?2:-%{2}} \ Provides: %{1}-1.7.3%{?2:-%{2}} \ -Provides: %{1}-1.8.0-beta%{?2:-%{2}} \ -Provides: %{1}-1.8.0-beta%{?2:-%{2}} \ +Provides: %{1}-1.8.0-beta1%{?2:-%{2}} \ +Provides: %{1}-1.8.0-beta3%{?2:-%{2}} \ Provides: %{1}-1.8.0-rc1%{?2:-%{2}} \ -Provides: %{1}-1.8.0-rc3%{?2:-%{2}} +Provides: %{1}-1.8.0-rc3%{?2:-%{2}} \ +Provides: %{1}-1.8.0-rc4%{?2:-%{2}} Name: juliaup -Version: 1.6.12 +Version: 1.7.20 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 @@ -78,6 +79,7 @@ Source2: cargo_config BuildRequires: cargo-packaging Conflicts: julia %provides_julia_versioned julia +Obsoletes: julia < %{oldest_supported_julia_version} PreReq: update-alternatives %description diff --git a/vendor.tar.gz b/vendor.tar.gz index 3322e12..3801e1f 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0277f0c687ad2a4ff923fd51962fceabfde2c78bb8614b258c36a9989509da69 -size 47354029 +oid sha256:1cce355fae598f763d522f4765361daecfa6d44d7cc3064627dd8320cdc8f6aa +size 46984406