forked from pool/sccache
Accepting request 1177827 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1177827 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=39
This commit is contained in:
commit
fb25d60070
2
_service
2
_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">20240423-suse-maint-v0.8.0</param>
|
||||
<param name="revision">20240531-suse-maint-v0.8.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">8f6063d862d3b04a0b58740f5565930fab0370f2</param></service></servicedata>
|
||||
<param name="changesrevision">5700418e9f2eb4acfc8c1ed092f2f831890de392</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c10e6b83a40740ca64133be7c50cfc5c821073ba32b75c13fd38eb88633988dd
|
||||
size 289483
|
3
sccache-0.8.1~2.tar.zst
Normal file
3
sccache-0.8.1~2.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e80e164da121efbb6c34ced67b213183f8ce0b0f0ba578dcd323a75eb15518cb
|
||||
size 265371
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 02:41:29 UTC 2024 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.8.1~2:
|
||||
* Add experimental concurrent cache support
|
||||
* deps: bump libc from 0.2.153 to 0.2.155 (#2188)
|
||||
* sccache: prepare new release (#2179)
|
||||
* build(deps): bump bytes from 1.5.0 to 1.6.0 (#2176)
|
||||
* build(deps): bump encoding_rs from 0.8.33 to 0.8.34 (#2178)
|
||||
* build(deps): bump semver from 1.0.22 to 1.0.23 (#2177)
|
||||
* build(deps): bump tempfile from 3.9.0 to 3.10.1 (#2175)
|
||||
* build(deps): bump time from 0.3.31 to 0.3.36 (#2184)
|
||||
* Make preprocessor cache methods async (#2182)
|
||||
* Make recent versions of clippy happy (#2181)
|
||||
* Allow SCCACHE_CACHE_SIZE values without a unit (#2183)
|
||||
* Disable preprocessor cache when doing distributed compilation (#2173)
|
||||
* build(deps): bump jobserver from 0.1.28 to 0.1.31 (#2166)
|
||||
* build(deps): bump tokio from 1.35.1 to 1.37.0 (#2165)
|
||||
* build(deps): bump http-body-util from 0.1.0 to 0.1.1 (#2167)
|
||||
* build(deps): bump serde from 1.0.199 to 1.0.201 (#2171)
|
||||
* build(deps): bump serde from 1.0.195 to 1.0.199 (#2162)
|
||||
* build(deps): bump semver from 1.0.21 to 1.0.22 (#2109)
|
||||
* build(deps): bump nix from 0.27.1 to 0.28.0 (#2108)
|
||||
* build(deps): bump mio from 0.8.10 to 0.8.11 (#2128)
|
||||
* build(deps): bump h2 from 0.3.24 to 0.3.26 (#2144)
|
||||
* msvc: passthrough argument -Qpar- (#1834)
|
||||
* build(deps): bump rustls from 0.21.10 to 0.21.11 (#2151)
|
||||
* build(deps): bump serial_test from 2.0.0 to 3.1.0 (#2158)
|
||||
* Add required winapi features (#2160)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 01:17:44 UTC 2024 - william.brown@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define configdir %{_sysconfdir}/%{name}
|
||||
|
||||
Name: sccache
|
||||
Version: 0.8.0~3
|
||||
Version: 0.8.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:0d7199fd56d709e744280977b3e2d29ecf8c02039e58593c29d67bb672799908
|
||||
size 41636504
|
||||
oid sha256:38cf09329f574e359c7676908b5528b2609163577962a6b1c39de80ff18b210f
|
||||
size 41991279
|
||||
|
Loading…
Reference in New Issue
Block a user