forked from pool/juliaup
Accepting request 1147527 from science
- Juliaup requires git and ca-certificates - Change BuildRequires from rust+cargo to cargo - Update to version 1.14.5: * Update CHANGELOG * Fix more StoreBroker bugs * Update CHANGELOG * Fix downgrade of powerhsell * Try a different fix for StoreBroker bug * Try a fix for StoreBroker * Fix typo in CHANGELOG * Update CHANGELOG * Update CHANGELOG * Work around a StoreBroker bug * Add CHANGELOG.md * Automatically generate release notes * Add documentation for nightly * Disable fail fast * Update dependencies * Fix formatting * Add some basic tests * Add nightly to getconfig1 api * Fix a compiler warning * Fix a warning * Implement nightly on Linux/Mac * Enable a symlink option * Add nightly update available status message * Format files * Don't fail fast * Fix status for nightly * Format files * Fix tests * Implement update for nightly on Windows * Change nightly config schema a bit * Try a different strategy for nightly * Update dependencies * Fix logic for stripping channel selector from command line * Update version db * Revert "feat: support nightly channel" * Add support for nightlies * Some minor cleanup * Make the nightly update interval configurable. * Use the actual nightly's version. * feat: support nightly channel * Add info about the completions command to the README * Add completions command * Only try to upload juliainstaller artifact if relevant OBS-URL: https://build.opensuse.org/request/show/1147527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=16
This commit is contained in:
commit
2d0ddbde23
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dc9a457e42432084dda423486b20e578f8c843a0314ef2677b05e843714ff3a
|
||||
size 794880
|
3
juliaup-1.14.5.tar.gz
Normal file
3
juliaup-1.14.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62c6f555a3a210ec7b612cc89f7d7117511c6307e2a1890b7fbb8c474f820a6b
|
||||
size 798784
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 08:44:28 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Juliaup requires git and ca-certificates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 15:53:25 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- Change BuildRequires from rust+cargo to cargo
|
||||
- Update to version 1.14.5:
|
||||
* Update CHANGELOG
|
||||
* Fix more StoreBroker bugs
|
||||
* Update CHANGELOG
|
||||
* Fix downgrade of powerhsell
|
||||
* Try a different fix for StoreBroker bug
|
||||
* Try a fix for StoreBroker
|
||||
* Fix typo in CHANGELOG
|
||||
* Update CHANGELOG
|
||||
* Update CHANGELOG
|
||||
* Work around a StoreBroker bug
|
||||
* Add CHANGELOG.md
|
||||
* Automatically generate release notes
|
||||
* Add documentation for nightly
|
||||
* Disable fail fast
|
||||
* Update dependencies
|
||||
* Fix formatting
|
||||
* Add some basic tests
|
||||
* Add nightly to getconfig1 api
|
||||
* Fix a compiler warning
|
||||
* Fix a warning
|
||||
* Implement nightly on Linux/Mac
|
||||
* Enable a symlink option
|
||||
* Add nightly update available status message
|
||||
* Format files
|
||||
* Don't fail fast
|
||||
* Fix status for nightly
|
||||
* Format files
|
||||
* Fix tests
|
||||
* Implement update for nightly on Windows
|
||||
* Change nightly config schema a bit
|
||||
* Try a different strategy for nightly
|
||||
* Update dependencies
|
||||
* Fix logic for stripping channel selector from command line
|
||||
* Update version db
|
||||
* Revert "feat: support nightly channel"
|
||||
* Add support for nightlies
|
||||
* Some minor cleanup
|
||||
* Make the nightly update interval configurable.
|
||||
* Use the actual nightly's version.
|
||||
* feat: support nightly channel
|
||||
* Add info about the completions command to the README
|
||||
* Add completions command
|
||||
* Only try to upload juliainstaller artifact if relevant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 00:32:19 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%global latest_julia_version 1.10.1
|
||||
|
||||
Name: juliaup
|
||||
Version: 1.13.0
|
||||
Version: 1.14.5
|
||||
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
|
||||
@ -29,11 +29,13 @@ Group: Development/Languages/Other
|
||||
URL: https://github.com/JuliaLang/juliaup
|
||||
Source0: https://github.com/JuliaLang/juliaup/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: rust+cargo
|
||||
BuildRequires: zstd
|
||||
Requires: ca-certificates
|
||||
Requires: git
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(postun):%{_sbindir}/update-alternatives
|
||||
Requires(postun): %{_sbindir}/update-alternatives
|
||||
ExclusiveArch: %{rust_tier1_arches}
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5b83cef64073237f362692f9a21b47fa2e7d45ccab604eb9e340bfbf160c3d2
|
||||
size 35595748
|
||||
oid sha256:eaae8585a2388edf10fb913a23054ccaba27cff80ccbc11b26b8964a36e76b2d
|
||||
size 35646614
|
||||
|
Loading…
Reference in New Issue
Block a user