forked from pool/juliaup
Accepting request 1104307 from science
- Fix specfile %files section. - Replace obsoleted `disabled` option with `manual` - Update to version 1.11.15: * CHANGELOG is irrelevant. Mostly Windows related. * - Update vendored deps. OBS-URL: https://build.opensuse.org/request/show/1104307 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=11
This commit is contained in:
commit
dab03822e8
14
_service
14
_service
@ -1,26 +1,26 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://github.com/JuliaLang/juliaup</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">ea6a101</param>
|
||||
<param name="revision">4be66cf</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zstd</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">juliaup</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">juliaup</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e808d0f85383000d32e66c294854911569a602a2c58b2ee7ea3e89987603eba
|
||||
size 110772468
|
3
juliaup-1.11.15.tar.zst
Normal file
3
juliaup-1.11.15.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ca31f7707559196e07a74cada4a0cfda046c3fbb2e38a7a0c118aca31f5c952
|
||||
size 110823475
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 13 13:48:33 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Fix specfile %files section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 13 13:26:50 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Replace obsoleted `disabled` option with `manual`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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.
|
||||
@ -62,8 +64,6 @@ cp %{SOURCE2} .cargo/config
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/juliainstaller
|
||||
%{_bindir}/julialauncher
|
||||
%{_bindir}/juliaup
|
||||
%{_bindir}/julia
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:119e4f9cdaf8adc05080a4768db49972ea0111fa9808417f4ceb75b56c636f65
|
||||
size 47820369
|
||||
oid sha256:bcde0395b3b365ec1026ff1d92f3c7d60707571fd0fa971c9b09ce7df493ea0f
|
||||
size 45955861
|
||||
|
Loading…
Reference in New Issue
Block a user