Accepting request 1242944 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1242944 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=44
This commit is contained in:
commit
520eb2915f
3
_service
3
_service
@ -4,8 +4,7 @@
|
||||
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<!-- <param name="revision">v0.3.0</param> -->
|
||||
<param name="revision">20241210-suse-maint-v0.9.0</param>
|
||||
<param name="revision">20250108-suse-maint-v0.9.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
||||
<param name="changesrevision">ad493c7ea9f8576b11b6994d6fddaf056d501171</param></service></servicedata>
|
||||
<param name="changesrevision">2049b7fe6fe0b492098e4f74d0cf0e7b15baf965</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b729e046e4e22fb348cfbdf14480e49fe42d5f6dcc0cb9a649e4ca2ee32c413e
|
||||
size 316087
|
3
sccache-0.9.1~2.tar.zst
Normal file
3
sccache-0.9.1~2.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8842ac8eb7ae0f6ab8fc5d3bec935ff02446de4c6287242bd8fb46e0c174800
|
||||
size 318764
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 08 03:14:33 UTC 2025 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.9.0~13:
|
||||
* Add experimental concurrent cache support
|
||||
* chore: replace is-terminal with standard library (#2311)
|
||||
* prepare release 0.9.1
|
||||
* Add support for caching target json specs for Rust compilation. (#2269)
|
||||
* Don't use CARGO_REGISTRIES_* configuration in hash keys (#2308)
|
||||
* fix: bring "cargo build -Zprofile" support back (#2306)
|
||||
* deps: Update cc
|
||||
* add test for #2299
|
||||
* fix test_rlib_dep_reader_call failure when $CARGO_HOME isn't in the user's $HOME
|
||||
* Never cache the outer CUDA compilation (because `nvcc -E` can't be trusted). Always decompose via `nvcc --dryrun`, then cache and report the host compiler call as a CUDA compilation
|
||||
* Always use sccache's own jobserver
|
||||
* Adjust placement of crate dependencies and a comment Crates memmap2, object and shlex are not dist-only requirements.
|
||||
* Skip tests when needed features (gcs & s3) are disabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 05:57:32 UTC 2024 - william.brown@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sccache
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define configdir %{_sysconfdir}/%{name}
|
||||
|
||||
Name: sccache
|
||||
Version: 0.9.0~1
|
||||
Version: 0.9.1~2
|
||||
Release: 0
|
||||
Summary: A compiler caching tool for Rust, C and C++ with optional cloud storage
|
||||
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR CC0-1.0) AND ((Apache-2.0 AND BSD-2-Clause) OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) 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 BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7458f4ae748372080f665218ebcd2a0ee457200c3925348d631b6d2cc74e24e0
|
||||
size 44536279
|
||||
oid sha256:698e794f4218eadacb3dda84803cd2f116cde922579462a6a0c57054d783e47b
|
||||
size 44571317
|
||||
|
Loading…
x
Reference in New Issue
Block a user