From 368124ed71b7f08fd34e18a31a2c2f766e46613872ef1788bea6d3e8c08b37d4 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 25 Nov 2022 09:43:12 +0000 Subject: [PATCH] - Update to version 1.8.7: * Fix bug in release workflow * Fix typo * In the "Update Version DB" PRs, add a note that the user must close and reopen the PR to trigger CI * Update version db * chore: Release juliaup version 1.8.5 * Add musl builds * Fix some final things for the CI update story * Use local version db if newer than bundled * Fix a renaming bug * Update version db * Tweak cache update algorithm * Fix a bug * Trigger version db update from launcher * Add download of version db * Track latest structure in build.rs * Update version db (#468) * Delete tempfile * Update version db * Add tempfile * Use correct platform strings * Update version db workflow * chore: Release juliaup version 1.8.1 * Remove diagnostic output * chore: Release juliaup version 1.8.0 * Move LTS version to top in version udpate script * Delete versions.json * Replace build.rs logic * Update version db * New updatedb script OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=63 --- _constraints | 8 ++++++++ juliaup.changes | 6 ++++-- juliaup.spec | 2 +- vendor.tar.gz | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..cf2c20d --- /dev/null +++ b/_constraints @@ -0,0 +1,8 @@ + + + + + 12 + + + diff --git a/juliaup.changes b/juliaup.changes index 26f1d91..332ff9f 100644 --- a/juliaup.changes +++ b/juliaup.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 25 09:08:07 UTC 2022 - socvirnyl.estela@gmail.com +Fri Nov 25 09:08:07 UTC 2022 - Soc Virnyl Estela - Update to version 1.8.7: * Fix bug in release workflow @@ -48,8 +48,10 @@ Fri Nov 25 09:08:07 UTC 2022 - socvirnyl.estela@gmail.com - Update specfile. Remove the update-alternatives requirement It does not make sense since juliaup can have multiple julia versions. +- Add _constraints file to fix out of memory issues. + ------------------------------------------------------------------- -Thu Nov 24 13:59:02 UTC 2022 - socvirnyl.estela@gmail.com +Thu Nov 24 13:59:02 UTC 2022 - Soc Virnyl Estela - Update to version 1.7.35: * Delete another file at self uninstall diff --git a/juliaup.spec b/juliaup.spec index 43815c3..011389f 100644 --- a/juliaup.spec +++ b/juliaup.spec @@ -55,7 +55,7 @@ cp %{SOURCE2} .cargo/config %install %{cargo_install} --no-default-features -ln -sfv %{buildroot}%{_bindir}/julialauncher %{_bindir}/julia +ln -sfv "%{_bindir}/julialauncher" "%{buildroot}/%{_bindir}/julia" %files %license LICENSE diff --git a/vendor.tar.gz b/vendor.tar.gz index a4f22fa..e77dd94 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f13b7fcb2419360e3fcf5100d7fd4cda223ef621534c5f8d5ba7f8cc71673195 -size 51348048 +oid sha256:e55d5dcd1c6389e23f91681ae879efd0f330a68259daea2784b18c40aa155210 +size 51346808