diff --git a/_service b/_service index 9c17ff1..6645890 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ @PARENT_TAG@~@TAG_OFFSET@ git - 20230213-suse-maint-v0.4.0-pre.7 + 20230322-suse-maint-v0.4.0 * v(\d+\.\d+\.\d+) \1 diff --git a/_servicedata b/_servicedata index 6b4c580..e98803c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/Firstyear/sccache.git - ef779e28d7042fb914383f9d5f48bafe2e7d5f76 \ No newline at end of file + 8a44faf4f55d3cc12f281447c49b0b4ccdc0a20d \ No newline at end of file diff --git a/sccache-0.4.0pre.7~0.tar.zst b/sccache-0.4.0pre.7~0.tar.zst deleted file mode 100644 index adda74b..0000000 --- a/sccache-0.4.0pre.7~0.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a505810fd7336a1ccce6fae5fd07342e78bc7686bdd5479740f16e417a7d7931 -size 1546240 diff --git a/sccache-0.4.0~7.tar.zst b/sccache-0.4.0~7.tar.zst new file mode 100644 index 0000000..697224e --- /dev/null +++ b/sccache-0.4.0~7.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7912e7c95ec59eac52ffae779b17e291cca3201a2f37bb63b61063ef46b2ef4c +size 246757 diff --git a/sccache.changes b/sccache.changes index 4979435..38a07ff 100644 --- a/sccache.changes +++ b/sccache.changes @@ -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 diff --git a/sccache.spec b/sccache.spec index b8ac173..39ea46d 100644 --- a/sccache.spec +++ b/sccache.spec @@ -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 diff --git a/vendor.tar.zst b/vendor.tar.zst index 783f3e1..4a62289 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b76da850351c60231cd2d01212a017f49bf82a1c3092131298ca1ef762b44c44 -size 36045836 +oid sha256:1a3290fb479619d0ee550344a64ee8c797987210ee15e8bcf182b93140e852a7 +size 51545335