forked from pool/juliaup
- Automatic update of vendored dependencies.
- Use zstd compression for tarballs. OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=71
This commit is contained in:
parent
aff2c243cd
commit
08e1a480a8
4
_service
4
_service
@ -12,12 +12,12 @@
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zstd</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">juliaup</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ef5437fcad3951e2591c03f476ef8c483465675072d2a205291e3f5fb901ac8
|
||||
size 66824436
|
3
juliaup-1.8.16.tar.zst
Normal file
3
juliaup-1.8.16.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aa030780123977d846edfe8384fddae006bea8c6623455e33654c4ba68421d2
|
||||
size 110766928
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 00:00:03 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Automatic update of vendored dependencies.
|
||||
- Use zstd compression for tarballs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 04 00:30:24 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -27,8 +27,8 @@ 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.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: rust+cargo
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b3704eabb18f207cba9c80d1b75982f2c70ba7b32e189ea5ab5eeb081f929f7
|
||||
size 34606104
|
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:098519f172262edc88bec12787d77b6d9011a1535ce967f395e835c1a4c7641c
|
||||
size 39237899
|
Loading…
Reference in New Issue
Block a user