forked from pool/sccache
Accepting request 1083368 from home:firstyear:branches:devel:languages:rust
- Update to version 0.4.2~2: * Add experimental concurrent cache support * nvcc: Correctly handle -ccbin argument given a directory * version 0.4.2 * Improve the doc a bit * Add support for -Xclang -fno-pch-timestamp * Update to directories 5.0.0 and opendal 0.30.5 (#1716) * Make `SCCACHE_S3_NO_CREDENTIALS` require a value of `true` (#1724) * Add test for depfile flags for MSVC * Tests for /Fp and /Yc with MSVC * Add parsing for flags: Zm, Yc, sourceDependencies * fix: rust coverage test meets compile error for missing debuginfo (#1740) * Bump msrv to 1.65.0 (#1743) * use authentication in webdav test * Support authentication in WebDAV storage (#1608) * Update `Cargo.lock` * Disable trust-dns-resolver/dns-over-quic due to build failure on freeBSD * Update `Cargo.lock` * Use rustls for tls & trust-dns-resolver for dns resolution * build(deps): bump once_cell from 1.17.0 to 1.17.1 * build(deps): bump async-trait from 0.1.66 to 0.1.68 * snap: allow classic in snap review * snap: only do amd64 * snap: fix description * snap: refer to why some arches are broken * snap: drop the daemon * ci: add snap workflows * snap: refresh snap for `base: core22` * build(deps): bump h2 from 0.3.15 to 0.3.17 * Add test for response file with CR instead of CRLF OBS-URL: https://build.opensuse.org/request/show/1083368 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=41
This commit is contained in:
parent
a49e108b4d
commit
08e5fd372b
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<!-- <param name="revision">v0.3.0</param> -->
|
<!-- <param name="revision">v0.3.0</param> -->
|
||||||
<param name="revision">20230411-suse-maint-v0.4.1</param>
|
<param name="revision">20230428-suse-maint-v0.4.2</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
||||||
<param name="changesrevision">4398b51a8250b85ebac36e6a704a2cb34fa46385</param></service></servicedata>
|
<param name="changesrevision">8e4d32369416c080fff741dce753aac77b6b76e9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e35b7ee5ed618552b24b105efae4ae0a12895b8be4cc9a09d9e2b7509d3bfc04
|
|
||||||
size 246662
|
|
3
sccache-0.4.2~2.tar.zst
Normal file
3
sccache-0.4.2~2.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dad7c6aa6da077cdb809337d61aa4f0055134f9ed243a0269c489d1010019350
|
||||||
|
size 248616
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 27 23:52:52 UTC 2023 - william.brown@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.4.2~2:
|
||||||
|
* Add experimental concurrent cache support
|
||||||
|
* nvcc: Correctly handle -ccbin argument given a directory
|
||||||
|
* version 0.4.2
|
||||||
|
* Improve the doc a bit
|
||||||
|
* Add support for -Xclang -fno-pch-timestamp
|
||||||
|
* Update to directories 5.0.0 and opendal 0.30.5 (#1716)
|
||||||
|
* Make `SCCACHE_S3_NO_CREDENTIALS` require a value of `true` (#1724)
|
||||||
|
* Add test for depfile flags for MSVC
|
||||||
|
* Tests for /Fp and /Yc with MSVC
|
||||||
|
* Add parsing for flags: Zm, Yc, sourceDependencies
|
||||||
|
* fix: rust coverage test meets compile error for missing debuginfo (#1740)
|
||||||
|
* Bump msrv to 1.65.0 (#1743)
|
||||||
|
* use authentication in webdav test
|
||||||
|
* Support authentication in WebDAV storage (#1608)
|
||||||
|
* Update `Cargo.lock`
|
||||||
|
* Disable trust-dns-resolver/dns-over-quic due to build failure on freeBSD
|
||||||
|
* Update `Cargo.lock`
|
||||||
|
* Use rustls for tls & trust-dns-resolver for dns resolution
|
||||||
|
* build(deps): bump once_cell from 1.17.0 to 1.17.1
|
||||||
|
* build(deps): bump async-trait from 0.1.66 to 0.1.68
|
||||||
|
* snap: allow classic in snap review
|
||||||
|
* snap: only do amd64
|
||||||
|
* snap: fix description
|
||||||
|
* snap: refer to why some arches are broken
|
||||||
|
* snap: drop the daemon
|
||||||
|
* ci: add snap workflows
|
||||||
|
* snap: refresh snap for `base: core22`
|
||||||
|
* build(deps): bump h2 from 0.3.15 to 0.3.17
|
||||||
|
* Add test for response file with CR instead of CRLF
|
||||||
|
* Fix Sccache Cannot Parse Response File that uses Carriage Returns Only on Windows #1726
|
||||||
|
* When failing on startup, give more debug information Closes: #1717
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 13 01:22:53 UTC 2023 - William Brown <william.brown@suse.com>
|
Thu Apr 13 01:22:53 UTC 2023 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define configdir %{_sysconfdir}/%{name}
|
%define configdir %{_sysconfdir}/%{name}
|
||||||
|
|
||||||
Name: sccache
|
Name: sccache
|
||||||
Version: 0.4.1~18
|
Version: 0.4.2~2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A compiler caching tool for Rust, C and C++ with optional cloud storage
|
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
|
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
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:86e5fba0bbfc9530f621c471c987bfd9d7dbfdd279d80182b8f7ce2c2f428f66
|
oid sha256:f10f00dc8a10c5814dc9a4d2a915dca3bf0ed360523e319ca843ce183a1df251
|
||||||
size 57746992
|
size 58814986
|
||||||
|
Loading…
Reference in New Issue
Block a user