From c22022b5f8f5c399b49a8965ca5324334f893de19f713a9ea13472d9db0088e0 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 6 Jul 2023 03:01:50 +0000 Subject: [PATCH 1/3] - Update to version 1.11.15: * CHANGELOG is irrelevant. Mostly Windows related. * - Update vendored deps. OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=76 --- _service | 2 +- juliaup-1.11.0.tar.zst | 3 --- juliaup-1.11.15.tar.zst | 3 +++ juliaup.changes | 7 +++++++ juliaup.spec | 4 +++- vendor.tar.zst | 4 ++-- 6 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 juliaup-1.11.0.tar.zst create mode 100644 juliaup-1.11.15.tar.zst diff --git a/_service b/_service index 19e17bc..0bfa7e1 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/JuliaLang/juliaup @PARENT_TAG@ git - ea6a101 + 4be66cf v(.*) \1 enable diff --git a/juliaup-1.11.0.tar.zst b/juliaup-1.11.0.tar.zst deleted file mode 100644 index cf8d987..0000000 --- a/juliaup-1.11.0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e808d0f85383000d32e66c294854911569a602a2c58b2ee7ea3e89987603eba -size 110772468 diff --git a/juliaup-1.11.15.tar.zst b/juliaup-1.11.15.tar.zst new file mode 100644 index 0000000..1f41795 --- /dev/null +++ b/juliaup-1.11.15.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca31f7707559196e07a74cada4a0cfda046c3fbb2e38a7a0c118aca31f5c952 +size 110823475 diff --git a/juliaup.changes b/juliaup.changes index 3b387cc..85c5c82 100644 --- a/juliaup.changes +++ b/juliaup.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 06 02:57:26 UTC 2023 - socvirnyl.estela@gmail.com + +- Update to version 1.11.15: + * CHANGELOG is irrelevant. Mostly Windows related. * +- Update vendored deps. + ------------------------------------------------------------------- Wed Jun 28 08:19:48 UTC 2023 - socvirnyl.estela@gmail.com diff --git a/juliaup.spec b/juliaup.spec index 4df3d1f..7e29afd 100644 --- a/juliaup.spec +++ b/juliaup.spec @@ -21,7 +21,7 @@ %global latest_julia_version 1.8.3 Name: juliaup -Version: 1.11.0 +Version: 1.11.15 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 @@ -33,6 +33,8 @@ Source2: cargo_config BuildRequires: cargo-packaging BuildRequires: rust+cargo BuildRequires: zstd +Obsoletes: julia +Provides: julia ExclusiveArch: %{rust_tier1_arches} # It doesn't make sense to do this anyway. diff --git a/vendor.tar.zst b/vendor.tar.zst index d272932..e62bbf5 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:119e4f9cdaf8adc05080a4768db49972ea0111fa9808417f4ceb75b56c636f65 -size 47820369 +oid sha256:bcde0395b3b365ec1026ff1d92f3c7d60707571fd0fa971c9b09ce7df493ea0f +size 45955861 From d9ed8742bfe0dbf91262e1193ae0336937732c770291dfcbf9b969131d73e303 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 13 Aug 2023 13:28:39 +0000 Subject: [PATCH 2/3] Replace obsoleted `disabled` option with `manual` OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=77 --- _service | 12 ++++++------ juliaup.changes | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/_service b/_service index 0bfa7e1..cc78aa0 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/JuliaLang/juliaup @PARENT_TAG@ git @@ -9,18 +9,18 @@ enable socvirnyl.estela@gmail.com - - + + *.tar zstd - - + + juliaup zst true - + juliaup diff --git a/juliaup.changes b/juliaup.changes index 85c5c82..775ff67 100644 --- a/juliaup.changes +++ b/juliaup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 13 13:26:50 UTC 2023 - Soc Virnyl Estela + +- Replace obsoleted `disabled` option with `manual` + ------------------------------------------------------------------- Thu Jul 06 02:57:26 UTC 2023 - socvirnyl.estela@gmail.com From 74ab57f68a2a7c1ecf25fb5c715f95bfac677f8d34700960174d3b543f005d21 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 13 Aug 2023 13:49:09 +0000 Subject: [PATCH 3/3] - Fix specfile %files section. OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=78 --- juliaup.changes | 5 +++++ juliaup.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/juliaup.changes b/juliaup.changes index 775ff67..cd4d74d 100644 --- a/juliaup.changes +++ b/juliaup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 13 13:48:33 UTC 2023 - Soc Virnyl Estela + +- Fix specfile %files section. + ------------------------------------------------------------------- Sun Aug 13 13:26:50 UTC 2023 - Soc Virnyl Estela diff --git a/juliaup.spec b/juliaup.spec index 7e29afd..6ba0466 100644 --- a/juliaup.spec +++ b/juliaup.spec @@ -64,8 +64,6 @@ cp %{SOURCE2} .cargo/config %files %license LICENSE %doc README.md -%{_bindir}/juliainstaller -%{_bindir}/julialauncher %{_bindir}/juliaup %{_bindir}/julia