forked from pool/juliaup
- Update to version 1.6.12:
* Update deps * Do not use native certs on Linux * (cargo-release) start next development iteration 1.6.12-alpha.0 * (cargo-release) version 1.6.11 * Add Julia 1.6.7 * (cargo-release) start next development iteration 1.6.11-alpha.0 * (cargo-release) version 1.6.10 * Remove diagnostic code * Add diagnostic code * Fix config settings * Fix conditional compilation errors * Fix conditional compilation * (cargo-release) start next development iteration 1.6.10-alpha.0 * (cargo-release) version 1.6.9 * Update CI to use main as branch name * Use JULIAUP_SERVER in install scripts * Update CI to use main as branch name * Try to fix config again * Fix config handling * Use JULIAUP_SERVER in install scripts * Fix config error * Fix another bug * Fix bug * Remove config options * Use tls-native with native certs by default * Fix small bug * Simplify tls selection code * Undo unrelated stuff OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=38
This commit is contained in:
parent
5c1addb8f7
commit
f66cfec95b
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/JuliaLang/juliaup</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">8bd7e31</param>
|
||||
<param name="revision">74356ca</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
3
juliaup-1.6.12.tar.gz
Normal file
3
juliaup-1.6.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6196be016513d31730182dc2fe1f4f443d9935ef4c5f132d3918373570b79c0
|
||||
size 148244800
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e1a96d6a5850d2346882dd7f73c38a9d875c3d9ed480188da905331f8999b9b
|
||||
size 643352
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 06 00:36:05 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 1.6.12:
|
||||
* (cargo-release) version 1.6.12
|
||||
* Update deps
|
||||
* Do not use native certs on Linux
|
||||
* (cargo-release) start next development iteration 1.6.12-alpha.0
|
||||
* (cargo-release) version 1.6.11
|
||||
* Add Julia 1.6.7
|
||||
* (cargo-release) start next development iteration 1.6.11-alpha.0
|
||||
* (cargo-release) version 1.6.10
|
||||
* Remove diagnostic code
|
||||
* Add diagnostic code
|
||||
* Fix config settings
|
||||
* Fix conditional compilation errors
|
||||
* Fix conditional compilation
|
||||
* (cargo-release) start next development iteration 1.6.10-alpha.0
|
||||
* (cargo-release) version 1.6.9
|
||||
* Update CI to use main as branch name
|
||||
* Use JULIAUP_SERVER in install scripts
|
||||
* Update CI to use main as branch name
|
||||
* Try to fix config again
|
||||
* Fix config handling
|
||||
* Use JULIAUP_SERVER in install scripts
|
||||
* Fix config error
|
||||
* Fix another bug
|
||||
* Fix bug
|
||||
* Remove config options
|
||||
* Use tls-native with native certs by default
|
||||
* Fix small bug
|
||||
* Simplify tls selection code
|
||||
* Undo unrelated stuff
|
||||
* Use valid semver identifiers for available_versions
|
||||
* Change the default self-install location
|
||||
* Check for same path deletion on self uninstall
|
||||
* Bump deps
|
||||
* Update deps
|
||||
* (cargo-release) start next development iteration 1.6.9-alpha.0
|
||||
* Bump actions/download-artifact from 2 to 3
|
||||
* Bump actions/upload-artifact from 2 to 3
|
||||
* remove useless default feature
|
||||
* fix; add native-certs feature as well
|
||||
* add native TLS support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 05:53:04 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -66,7 +66,7 @@ Provides: %{1}-1.8.0-rc1%{?2:-%{2}} \
|
||||
Provides: %{1}-1.8.0-rc3%{?2:-%{2}}
|
||||
|
||||
Name: juliaup
|
||||
Version: 1.6.8
|
||||
Version: 1.6.12
|
||||
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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3182016dbffc505dfdc402010256a0cba1bfe43bd3fa1f8e757ddcc870352be2
|
||||
size 47380613
|
||||
oid sha256:0277f0c687ad2a4ff923fd51962fceabfde2c78bb8614b258c36a9989509da69
|
||||
size 47354029
|
||||
|
Loading…
Reference in New Issue
Block a user