From edb38bc89f8f07d356b1423d4da2457c125db527be875f9d2044dd559c08326f Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 15 Feb 2024 15:55:37 +0000 Subject: [PATCH 1/2] - Change BuildRequires from rust+cargo to cargo - Update to version 1.14.5: * Update CHANGELOG * Fix more StoreBroker bugs * Update CHANGELOG * Fix downgrade of powerhsell * Try a different fix for StoreBroker bug * Try a fix for StoreBroker * Fix typo in CHANGELOG * Update CHANGELOG * Update CHANGELOG * Work around a StoreBroker bug * Add CHANGELOG.md * Automatically generate release notes * Add documentation for nightly * Disable fail fast * Update dependencies * Fix formatting * Add some basic tests * Add nightly to getconfig1 api * Fix a compiler warning * Fix a warning * Implement nightly on Linux/Mac * Enable a symlink option * Add nightly update available status message * Format files * Don't fail fast * Fix status for nightly * Format files * Fix tests OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=91 --- juliaup-1.13.0.tar.gz | 3 --- juliaup-1.14.5.tar.gz | 3 +++ juliaup.changes | 49 +++++++++++++++++++++++++++++++++++++++++++ juliaup.spec | 6 +++--- vendor.tar.zst | 4 ++-- 5 files changed, 57 insertions(+), 8 deletions(-) delete mode 100644 juliaup-1.13.0.tar.gz create mode 100644 juliaup-1.14.5.tar.gz diff --git a/juliaup-1.13.0.tar.gz b/juliaup-1.13.0.tar.gz deleted file mode 100644 index e07342f..0000000 --- a/juliaup-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc9a457e42432084dda423486b20e578f8c843a0314ef2677b05e843714ff3a -size 794880 diff --git a/juliaup-1.14.5.tar.gz b/juliaup-1.14.5.tar.gz new file mode 100644 index 0000000..1595211 --- /dev/null +++ b/juliaup-1.14.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c6f555a3a210ec7b612cc89f7d7117511c6307e2a1890b7fbb8c474f820a6b +size 798784 diff --git a/juliaup.changes b/juliaup.changes index 7a61791..1c4eb75 100644 --- a/juliaup.changes +++ b/juliaup.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Thu Feb 15 15:53:25 UTC 2024 - Soc Virnyl Estela + +- Change BuildRequires from rust+cargo to cargo +- Update to version 1.14.5: + * Update CHANGELOG + * Fix more StoreBroker bugs + * Update CHANGELOG + * Fix downgrade of powerhsell + * Try a different fix for StoreBroker bug + * Try a fix for StoreBroker + * Fix typo in CHANGELOG + * Update CHANGELOG + * Update CHANGELOG + * Work around a StoreBroker bug + * Add CHANGELOG.md + * Automatically generate release notes + * Add documentation for nightly + * Disable fail fast + * Update dependencies + * Fix formatting + * Add some basic tests + * Add nightly to getconfig1 api + * Fix a compiler warning + * Fix a warning + * Implement nightly on Linux/Mac + * Enable a symlink option + * Add nightly update available status message + * Format files + * Don't fail fast + * Fix status for nightly + * Format files + * Fix tests + * Implement update for nightly on Windows + * Change nightly config schema a bit + * Try a different strategy for nightly + * Update dependencies + * Fix logic for stripping channel selector from command line + * Update version db + * Revert "feat: support nightly channel" + * Add support for nightlies + * Some minor cleanup + * Make the nightly update interval configurable. + * Use the actual nightly's version. + * feat: support nightly channel + * Add info about the completions command to the README + * Add completions command + * Only try to upload juliainstaller artifact if relevant + ------------------------------------------------------------------- Sun Jan 14 00:32:19 UTC 2024 - Soc Virnyl Estela diff --git a/juliaup.spec b/juliaup.spec index 4d9aba5..87243e6 100644 --- a/juliaup.spec +++ b/juliaup.spec @@ -21,7 +21,7 @@ %global latest_julia_version 1.10.1 Name: juliaup -Version: 1.13.0 +Version: 1.14.5 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 @@ -29,11 +29,11 @@ Group: Development/Languages/Other URL: https://github.com/JuliaLang/juliaup Source0: https://github.com/JuliaLang/juliaup/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst +BuildRequires: cargo BuildRequires: cargo-packaging -BuildRequires: rust+cargo BuildRequires: zstd Requires(post): %{_sbindir}/update-alternatives -Requires(postun):%{_sbindir}/update-alternatives +Requires(postun): %{_sbindir}/update-alternatives ExclusiveArch: %{rust_tier1_arches} %description diff --git a/vendor.tar.zst b/vendor.tar.zst index bb78d3c..795ad0e 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5b83cef64073237f362692f9a21b47fa2e7d45ccab604eb9e340bfbf160c3d2 -size 35595748 +oid sha256:eaae8585a2388edf10fb913a23054ccaba27cff80ccbc11b26b8964a36e76b2d +size 35646614 From 9f770e5fe6e166940f28f7f8a97cf5402b279f15a7bdbb4f767543dcc7c85907 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 19 Feb 2024 08:44:54 +0000 Subject: [PATCH 2/2] - Juliaup requires git and ca-certificates OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=92 --- juliaup.changes | 5 +++++ juliaup.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/juliaup.changes b/juliaup.changes index 1c4eb75..b0b4006 100644 --- a/juliaup.changes +++ b/juliaup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 19 08:44:28 UTC 2024 - Soc Virnyl Estela + +- Juliaup requires git and ca-certificates + ------------------------------------------------------------------- Thu Feb 15 15:53:25 UTC 2024 - Soc Virnyl Estela diff --git a/juliaup.spec b/juliaup.spec index 87243e6..feaeb31 100644 --- a/juliaup.spec +++ b/juliaup.spec @@ -32,6 +32,8 @@ Source1: vendor.tar.zst BuildRequires: cargo BuildRequires: cargo-packaging BuildRequires: zstd +Requires: ca-certificates +Requires: git Requires(post): %{_sbindir}/update-alternatives Requires(postun): %{_sbindir}/update-alternatives ExclusiveArch: %{rust_tier1_arches}