forked from pool/sccache
Accepting request 1144779 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1144779 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=37
This commit is contained in:
commit
be3ac04288
5
_service
5
_service
@ -5,7 +5,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<!-- <param name="revision">v0.3.0</param> -->
|
||||
<param name="revision">20231205-suse-maint-v0.7.4</param>
|
||||
<param name="revision">20240123-suse-maint-v0.7.6</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@ -22,6 +22,9 @@
|
||||
<param name="srcdir">sccache</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
<!-- difficult to exploit side channel, no mitigations available yet -->
|
||||
<!-- https://rustsec.org/advisories/RUSTSEC-2023-0071.html -->
|
||||
<param name="i-accept-the-risk">RUSTSEC-2023-0071</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">sccache</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
||||
<param name="changesrevision">13acee1c5c3b22a8e4d1122fd592330eb4baf31e</param></service></servicedata>
|
||||
<param name="changesrevision">24a8d181aea7b3f024e6bcac8d339e7666bf66be</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7746a86afd1cd7ebd3c988374810792debf6398b9e46013476774c6d92dc38a2
|
||||
size 277984
|
3
sccache-0.7.5~9.tar.zst
Normal file
3
sccache-0.7.5~9.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ce85808549c92bbdf62c24e7e6c29d017a3ce2e84448e31ae8fcb4a09de00af
|
||||
size 278735
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 03:06:04 UTC 2024 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.7.5~9:
|
||||
* Add experimental concurrent cache support
|
||||
* feat(cache/oss): add support for oss (#2046)
|
||||
* Improve of the description
|
||||
* fix(src/compiler/c): take common_args into account during preprocessor hashing (#2039)
|
||||
* Add support for symlinks in toolchains. (#2030)
|
||||
* Fix docs on integrating sccache with MSVC when cmake >= 3.25 (#2031)
|
||||
* refactor: Remove all dependences on ring 0.16 (#2036)
|
||||
* feat(redis): add support for ttl, fix #1666 (#2027)
|
||||
* Prepare version 0.7.5
|
||||
* fix(src/compiler/msvc): add a new encode/decode test ...
|
||||
* fix(src/compiler/msvc): use pre-encoded UTF-16 data ...
|
||||
* chore(src/compiler/msvc): replace rust-encoding with encoding-rs ...
|
||||
* build(deps): bump serde from 1.0.194 to 1.0.195 (#2017)
|
||||
* build(deps): bump libc from 0.2.151 to 0.2.152 (#2019)
|
||||
* build(deps): bump base64 from 0.21.5 to 0.21.6 (#2016)
|
||||
* build(deps): bump opendal from 0.44.0 to 0.44.1 (#2014)
|
||||
* feat(snap): add sccache-dist binary to the Snap
|
||||
* chore(snap): adapt the configurations to Snapcraft 8.0
|
||||
* build(deps): bump actions/github-script from 6 to 7
|
||||
* build(deps): bump actions/download-artifact from 3 to 4
|
||||
* build(deps): bump actions/upload-artifact from 3 to 4
|
||||
* chore(cargo): update dependencies to compatible versions (#2009)
|
||||
* build(deps): bump tar from 0.4.38 to 0.4.40
|
||||
* build(deps): bump test-case from 3.2.1 to 3.3.1
|
||||
* Clone repo in ci
|
||||
* Fix typo
|
||||
* Add ci feature check
|
||||
* Expand cfg for operator storage impl
|
||||
* Add i686 and fix armv7
|
||||
* Fix typo in target
|
||||
* Use container for arm build
|
||||
* Versionbump opendal 0.41.0 -> 0.43.0 (#1992)
|
||||
* build(deps): bump toml from 0.8.6 to 0.8.8
|
||||
* build(deps): bump vmactions/freebsd-vm from 1.0.4 to 1.0.5
|
||||
* build(deps): bump vmactions/freebsd-vm from 1.0.2 to 1.0.4
|
||||
* build(deps): bump nix from 0.26.2 to 0.26.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 05 04:28:03 UTC 2023 - william.brown@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sccache
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.7.4~3
|
||||
Version: 0.7.5~9
|
||||
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:1c692140943c5c8496e723cdd66ee3ef77d88cfa4f84eb97b2aea4a838685f24
|
||||
size 44047203
|
||||
oid sha256:d9b552501fce61c56e4ed9bbe34a2705a33e4eaca98e3957d06b8ab4e4ace26d
|
||||
size 40378690
|
||||
|
Loading…
Reference in New Issue
Block a user