SHA256
1
0
forked from pool/sccache

Accepting request 1073671 from home:firstyear:branches:devel:languages:rust

- Update to version 0.4.0~7:
  * Add experimental concurrent cache support
  * build(deps): bump mime from 0.3.16 to 0.3.17
  * build(deps): bump futures from 0.3.26 to 0.3.27
  * build(deps): bump tokio from 1.25.0 to 1.26.0
  * add codecov.yml and set threshold to 0.2%, prevent coverage getting worse
  * Bump MSRV to 1.64
  * update of the description
  * Version 0.4.0
  * build(deps): bump anyhow from 1.0.68 to 1.0.70
  * build(deps): bump tempfile from 3.3.0 to 3.4.0
  * build(deps): bump libc from 0.2.139 to 0.2.140
  * build(deps): bump serde from 1.0.152 to 1.0.155
  * version v0.4.0-pre.11
  * Link to the github action
  * always ignore a set of variables
  * migrate to ubuntu 22.04 for newly added ci check
  * remove remainder cachepot and replace by sccache
  * amend to sccache
  * Support running dist compilations in unprivileged scenarios (#128)
  * Support emit pch header
  * Add doc for feature vendored-openssl in README.md
  * Add doc for feature vendored-openssl
  * Update Cargo.lock
  * Add new feature `vendored-openssl`
  * Fixed ToC and added back Storage Options section
  * version v0.4.0-pre.10
  * Add msvc response file integration test
  * Update MSVC compiler flags
  * Implement Response File support in MSVC

OBS-URL: https://build.opensuse.org/request/show/1073671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=35
This commit is contained in:
William Brown 2023-03-22 05:10:42 +00:00 committed by Git OBS Bridge
parent ccc86ab017
commit 4e285784c8
7 changed files with 74 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">20230213-suse-maint-v0.4.0-pre.7</param>
<param name="revision">20230322-suse-maint-v0.4.0</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">ef779e28d7042fb914383f9d5f48bafe2e7d5f76</param></service></servicedata>
<param name="changesrevision">8a44faf4f55d3cc12f281447c49b0b4ccdc0a20d</param></service></servicedata>

View File

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

3
sccache-0.4.0~7.tar.zst Normal file
View File

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

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Wed Mar 22 04:30:19 UTC 2023 - william.brown@suse.com
- Update to version 0.4.0~7:
* Add experimental concurrent cache support
* build(deps): bump mime from 0.3.16 to 0.3.17
* build(deps): bump futures from 0.3.26 to 0.3.27
* build(deps): bump tokio from 1.25.0 to 1.26.0
* add codecov.yml and set threshold to 0.2%, prevent coverage getting worse
* Bump MSRV to 1.64
* update of the description
* Version 0.4.0
* build(deps): bump anyhow from 1.0.68 to 1.0.70
* build(deps): bump tempfile from 3.3.0 to 3.4.0
* build(deps): bump libc from 0.2.139 to 0.2.140
* build(deps): bump serde from 1.0.152 to 1.0.155
* version v0.4.0-pre.11
* Link to the github action
* always ignore a set of variables
* migrate to ubuntu 22.04 for newly added ci check
* remove remainder cachepot and replace by sccache
* amend to sccache
* Support running dist compilations in unprivileged scenarios (#128)
* Support emit pch header
* Add doc for feature vendored-openssl in README.md
* Add doc for feature vendored-openssl
* Update Cargo.lock
* Add new feature `vendored-openssl`
* Fixed ToC and added back Storage Options section
* version v0.4.0-pre.10
* Add msvc response file integration test
* Update MSVC compiler flags
* Implement Response File support in MSVC
* build(deps): bump url from 2.3.0 to 2.3.1
* build(deps): bump daemonize from 0.4.1 to 0.5.0
* build(deps): bump serde_json from 1.0.93 to 1.0.94
* build(deps): bump async-trait from 0.1.63 to 0.1.66
* build(deps): bump jobserver from 0.1.25 to 0.1.26
* Clarify docs about units of `SCCACHE_IDLE_TIMEOUT`
* tag v0.4.0-pre.9
* build(deps): bump http from 0.2.8 to 0.2.9
* build(deps): bump zstd from 0.12.2+zstd.1.5.2 to 0.12.3+zstd.1.5.2
* build(deps): bump filetime from 0.2.19 to 0.2.20
* build(deps): bump uuid from 1.2.2 to 1.3.0
* fix: Allow building with no default feature (#1632)
* build(deps): bump reqsign from 0.8.2 to 0.8.3
* build(deps): bump opendal from 0.27.0 to 0.27.1
* build(deps): bump gzp from 0.11.1 to 0.11.3
* chore: fix typo in readme
* deps: Bump toml and base64 (#1619)
* build(deps): bump reqwest from 0.11.13 to 0.11.14 (#1586)
* build(deps): bump tokio from 1.24.1 to 1.25.0 (#1584)
* build(deps): bump tokio-util from 0.7.4 to 0.7.7 (#1604)
* tag v0.4.0-pre.8
* build: Increase edition to 2021
* fix: Disable connection pool to fix dist server feature (#1612)
* Ignore RPM environment variables (#1613)
* build(deps): bump hyper from 0.14.23 to 0.14.24
* build(deps): bump zip from 0.6.3 to 0.6.4
* use fs_err for sake of better io errors (#1616)
* dist/cache: include paths in error contexts (#1611)
* fix upload artifact (#1598)
* build(deps): bump serde_json from 1.0.91 to 1.0.93 (#1605)
* Document SCCACHE_IDLE_TIMEOUT=0 (#1610)
* feat: Add Webdav (a.k.a HTTP Cache) support (#1597)
-------------------------------------------------------------------
Thu Feb 23 00:18:54 UTC 2023 - William Brown <william.brown@suse.com>

View File

@ -19,7 +19,7 @@
%define configdir %{_sysconfdir}/%{name}
Name: sccache
Version: 0.4.0pre.7~0
Version: 0.4.0~7
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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b76da850351c60231cd2d01212a017f49bf82a1c3092131298ca1ef762b44c44
size 36045836
oid sha256:1a3290fb479619d0ee550344a64ee8c797987210ee15e8bcf182b93140e852a7
size 51545335