forked from pool/juliaup
Accepting request 1131215 from science
- Remove cargo_config. - Update to version 1.12.5: * Handle an error condition correctly * Return full 32 bit exit code from julialauncher * Update deps * follow symlinks * Sort versions in status output in natural order. * Bump actions/checkout from 3 to 4 * Change triggers for rust fmt workflow * Run `cargo fmt` and check in the results * Update deps * Update deps * Move script around * Update deps * Human sort channel list * Remove license dialog from MSI installer * Update deps * Update deps * fix banner bg color * fix 491 to 493px wide * bitmaps for msi installer * Change to JULIAUP_DEPOT_PATH * Update LICENSE * Fix release.yml bug * Build portable versions * Fix gnu toolchain * Install correct mingw toolchain * Pick more specific toolchains * Add more fine control over binary creation * Update README * Move crates publishing to release channel * Change way secret is passed to cargo publish * Fix release build bug * Fix crates publication step * Add publish to crates step * Add docs for JULIAUP_HOME * Use JULIAUP_HOME instead of JULIA_DEPOT_PATH OBS-URL: https://build.opensuse.org/request/show/1131215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juliaup?expand=0&rev=12
This commit is contained in:
commit
74472a4cee
7
_service
7
_service
@ -3,11 +3,10 @@
|
|||||||
<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">4be66cf</param>
|
<param name="revision">c5df6faf6cdb26951bf378e1633a0cf4bfe77a78</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>
|
||||||
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="tar" />
|
<service mode="manual" name="tar" />
|
||||||
<service mode="manual" name="recompress">
|
<service mode="manual" name="recompress">
|
||||||
@ -20,8 +19,6 @@
|
|||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="manual">
|
<service name="cargo_audit" mode="manual" />
|
||||||
<param name="srcdir">juliaup</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ca31f7707559196e07a74cada4a0cfda046c3fbb2e38a7a0c118aca31f5c952
|
|
||||||
size 110823475
|
|
3
juliaup-1.12.5.tar.zst
Normal file
3
juliaup-1.12.5.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0baf567ec84fb60431c2aad90b43e36575f0ec0c4f8e3cebdff1649c2e43bc7b
|
||||||
|
size 699087
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 5 21:29:25 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Remove cargo_config.
|
||||||
|
- Update to version 1.12.5:
|
||||||
|
* Handle an error condition correctly
|
||||||
|
* Return full 32 bit exit code from julialauncher
|
||||||
|
* Update deps
|
||||||
|
* follow symlinks
|
||||||
|
* Sort versions in status output in natural order.
|
||||||
|
* Bump actions/checkout from 3 to 4
|
||||||
|
* Change triggers for rust fmt workflow
|
||||||
|
* Run `cargo fmt` and check in the results
|
||||||
|
* Update deps
|
||||||
|
* Update deps
|
||||||
|
* Move script around
|
||||||
|
* Update deps
|
||||||
|
* Human sort channel list
|
||||||
|
* Remove license dialog from MSI installer
|
||||||
|
* Update deps
|
||||||
|
* Update deps
|
||||||
|
* fix banner bg color
|
||||||
|
* fix 491 to 493px wide
|
||||||
|
* bitmaps for msi installer
|
||||||
|
* Change to JULIAUP_DEPOT_PATH
|
||||||
|
* Update LICENSE
|
||||||
|
* Fix release.yml bug
|
||||||
|
* Build portable versions
|
||||||
|
* Fix gnu toolchain
|
||||||
|
* Install correct mingw toolchain
|
||||||
|
* Pick more specific toolchains
|
||||||
|
* Add more fine control over binary creation
|
||||||
|
* Update README
|
||||||
|
* Move crates publishing to release channel
|
||||||
|
* Change way secret is passed to cargo publish
|
||||||
|
* Fix release build bug
|
||||||
|
* Fix crates publication step
|
||||||
|
* Add publish to crates step
|
||||||
|
* Add docs for JULIAUP_HOME
|
||||||
|
* Use JULIAUP_HOME instead of JULIA_DEPOT_PATH
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 13 13:48:33 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Sun Aug 13 13:48:33 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%global latest_julia_version 1.8.3
|
%global latest_julia_version 1.8.3
|
||||||
|
|
||||||
Name: juliaup
|
Name: juliaup
|
||||||
Version: 1.11.15
|
Version: 1.12.5
|
||||||
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
|
||||||
@ -29,7 +29,6 @@ Group: Development/Languages/Other
|
|||||||
URL: https://github.com/JuliaLang/juliaup
|
URL: https://github.com/JuliaLang/juliaup
|
||||||
Source0: %{name}-%{version}.tar.zst
|
Source0: %{name}-%{version}.tar.zst
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source2: cargo_config
|
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: rust+cargo
|
BuildRequires: rust+cargo
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
@ -51,8 +50,6 @@ release channel abstraction.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1 -p1
|
%autosetup -a1 -p1
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{cargo_build} --no-default-features
|
%{cargo_build} --no-default-features
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bcde0395b3b365ec1026ff1d92f3c7d60707571fd0fa971c9b09ce7df493ea0f
|
oid sha256:5aa24130a16c3d8c497b966770020c795748d6abb606d2fe19bb26f042c47a7f
|
||||||
size 45955861
|
size 39463808
|
||||||
|
Loading…
Reference in New Issue
Block a user