forked from pool/juliaup
- Update to version 1.7.35:
* Delete another file at self uninstall * Document self uninstall * Only delete own files with self uninstall * Add link to second Juliacon talk * Fix escaping in MSIX manifest * Describe using `expect` to automate install * Use correct secret name * Update Julia Computing cert info * Update deps * Go back to ~/.juliaup as the default install location * Use system certificates on Linux - Remove strip option for debuginfo creation OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=53
This commit is contained in:
parent
f733cdafb7
commit
f0254a31b3
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/JuliaLang/juliaup</param>
|
<param name="url">https://github.com/JuliaLang/juliaup</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">b13ebd7</param>
|
<param name="revision">b0b3f09</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -2,7 +2,4 @@
|
|||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
[source.vendored-sources]
|
[source.vendored-sources]
|
||||||
directory = "vendor"
|
directory = "vendor"
|
||||||
|
|
||||||
[profile]
|
|
||||||
release = { strip = "symbols", lto = "thin", opt-level = "z" }
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e6b3b315a5bd0962fcc3351875326ad836460c985067de2b1e94382773cf542f
|
|
||||||
size 148249966
|
|
3
juliaup-1.7.35.tar.gz
Normal file
3
juliaup-1.7.35.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74810ec648597b9d87e864321753400e4192e53293aeff1ae4c62b364420c191
|
||||||
|
size 148249660
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 24 13:59:02 UTC 2022 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.7.35:
|
||||||
|
* Delete another file at self uninstall
|
||||||
|
* Document self uninstall
|
||||||
|
* Only delete own files with self uninstall
|
||||||
|
* Add link to second Juliacon talk
|
||||||
|
* Fix escaping in MSIX manifest
|
||||||
|
* Describe using `expect` to automate install
|
||||||
|
* Use correct secret name
|
||||||
|
* Update Julia Computing cert info
|
||||||
|
* Update deps
|
||||||
|
* Go back to ~/.juliaup as the default install location
|
||||||
|
* Use system certificates on Linux
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 24 13:56:57 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
- Remove strip option for debuginfo creation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 21 14:00:13 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Mon Nov 21 14:00:13 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ Provides: %{1}-1.8.2%{?2:-%{2}} \
|
|||||||
Provides: %{1}-1.8.3%{?2:-%{2}}
|
Provides: %{1}-1.8.3%{?2:-%{2}}
|
||||||
|
|
||||||
Name: juliaup
|
Name: juliaup
|
||||||
Version: 1.7.27
|
Version: 1.7.35
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Julia installer and version multiplexer
|
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
|
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
|
||||||
@ -126,7 +126,6 @@ cargo install --offline --release --no-default-features --no-track --root="%{bui
|
|||||||
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
|
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
ln -sf %{_sysconfdir}/alternatives/julia %{buildroot}/%{_bindir}/julia
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
"%_sbindir/update-alternatives" --install \
|
"%_sbindir/update-alternatives" --install \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:111f07bbc813199bcf616d286bccbe59b0bdcd09e57728a8c0febd2add19ce3a
|
oid sha256:94e0b376279b25680cf759c61b66191289d0e1d6d9618205615c3070a564b004
|
||||||
size 50481827
|
size 50045384
|
||||||
|
Loading…
Reference in New Issue
Block a user