Accepting request 1200214 from devel:languages:rust

OBS-URL: https://build.opensuse.org/request/show/1200214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=41
This commit is contained in:
Ana Guerrero 2024-09-12 14:56:51 +00:00 committed by Git OBS Bridge
commit ff3cb7653a
7 changed files with 45 additions and 8 deletions

View File

@ -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">20240531-suse-maint-v0.8.1</param>
<param name="revision">20240910-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>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/Firstyear/sccache.git</param>
<param name="changesrevision">5700418e9f2eb4acfc8c1ed092f2f831890de392</param></service></servicedata>
<param name="changesrevision">a144cea8da256a7fad8c1574325233c22a70a0fc</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e80e164da121efbb6c34ced67b213183f8ce0b0f0ba578dcd323a75eb15518cb
size 265371

3
sccache-0.8.1~31.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3a68a50a5723037f1f74b645d7e28bfc3e06e8baf5d6425aeaad85262a10b30
size 292869

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Sep 10 05:16:58 UTC 2024 - william.brown@suse.com
- explicitly depend on cargo to pull in latest compiler revision
- Update to version 0.8.1~31:
* Add experimental concurrent cache support
* build(deps): bump quinn-proto from 0.11.3 to 0.11.8 (#2254)
* build(deps): bump which from 6.0.0 to 6.0.3 (#2252)
* Disable "warnings as errors" flag for CL preprocessing (#2251)
* Add windows arm64 to the CI (#2243)
* build(deps): bump log from 0.4.20 to 0.4.22 (#2218)
* feat: Bump opendal to 0.48.0 (#2240)
* deps: update winapi-util (#2236)
* refactor: use windows-sys instead of winapi (#2233)
* build(deps): bump vmactions/freebsd-vm from 1.0.7 to 1.0.8 (#2219)
* Add cache hit percentage to stats (#2211)
* Add custom zstd compression level (#2199)
* Remove the heapsize feature
* Add lost feature status
* Update OpenDAL for fixing #2220
* build(deps): bump reqwest from 0.12.4 to 0.12.5 (#2215)
* build(deps): bump uuid from 1.7.0 to 1.9.0 (#2213)
* Update CI version of macOS
* build(deps): bump zstd from 0.13.0 to 0.13.1
* build(deps): bump async-trait from 0.1.77 to 0.1.80
* build(deps): bump anyhow from 1.0.81 to 1.0.86
* Format toml
* refactor: Bump OpenDAL to 0.47
* Remove ref_env
* Fix clippy
* Fix clippy
* refactor: Bump MSRV to 1.75 for async in trait
* Log when preprocessor cache cannot be used (#2197)
* Avoid keeping lock while writing to disk cache (#2193)
* Disable preprocessor cache with -MD and friends (#2195)
-------------------------------------------------------------------
Wed Sep 4 01:42:06 UTC 2024 - William Brown <william.brown@suse.com>

View File

@ -19,7 +19,7 @@
%define configdir %{_sysconfdir}/%{name}
Name: sccache
Version: 0.8.1~2
Version: 0.8.1~31
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
@ -32,6 +32,7 @@ Source11: sccache-dist-scheduler.service
Source12: builder.conf
Source13: scheduler.conf
Source14: client.example
BuildRequires: cargo
BuildRequires: cargo-packaging
BuildRequires: pkgconfig(openssl) >= 3
Requires: bubblewrap

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05345e54b35529b1a2a04561b1cb44fbd71a05c0a538848889a66ae415736eb0
size 43790591
oid sha256:a89b0767377f84bcedae015d7b249d2a51d26a637b8e3b064cbd7bfcb6692ee3
size 43900314