From 4d38a5d324e42a2d3a4064071efa8f91f0003088a6e894687d03283102705e9f Mon Sep 17 00:00:00 2001 From: William Brown Date: Mon, 19 Dec 2022 00:58:07 +0000 Subject: [PATCH] Accepting request 1042520 from home:firstyear:branches:devel:languages:rust - Update to version 0.3.3~20: * Fix azure deps * Force concurrent disk cache by default * Add experimental concurrent cache support * Ignore RPM env vars by default * Relax the assert_cmd dep - Closes: #1465 (#1466) * Update src/config.rs * Update src/config.rs * Fix typo * feat: Migrate azure to opendal based * Implement storage upon opendal Operator * Fix some typos * docs: move local into its own files * docs: move gha into its own files * docs: move azure into its own files * docs: move gcs into its own files * docs: move memcached into its own files * docs: move redis into its own files * docs: move s3 into its own files * docs: Enrich docs for s3 services * refactor: Integrate with opendal for s3 (#1412) * Disable the aarch64-unknown-linux-musl task for now Closes: #1458 * update of the version * Remove bash dependency in test scripts * enable gha actions storage for the default feature set * Bump assert_cmd from 2.0.6 to 2.0.7 * Bump env_logger from 0.9.3 to 0.10.0 * Bump nix from 0.25.0 to 0.26.1 * Bump serde from 1.0.148 to 1.0.149 * Bump libc from 0.2.137 to 0.2.138 OBS-URL: https://build.opensuse.org/request/show/1042520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=29 --- _service | 2 +- _servicedata | 2 +- sccache-0.3.1~3.tar.xz | 3 -- sccache-0.3.3~20.tar.xz | 3 ++ sccache.changes | 102 ++++++++++++++++++++++++++++++++++++++++ sccache.spec | 2 +- vendor.tar.xz | 4 +- 7 files changed, 110 insertions(+), 8 deletions(-) delete mode 100644 sccache-0.3.1~3.tar.xz create mode 100644 sccache-0.3.3~20.tar.xz diff --git a/_service b/_service index 91a5799..1e18cf8 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ @PARENT_TAG@~@TAG_OFFSET@ git - 20221114-suse-maint-2 + 20221213-suse-maint-v0.3.3 * v(\d+\.\d+\.\d+) \1 diff --git a/_servicedata b/_servicedata index 0f7eaf8..09b9ac6 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/Firstyear/sccache.git - 52de5b29dbfb960f7df14e58c1c9363d560a7fe2 \ No newline at end of file + 7ab9a92d6b6a37322d0f4b64667690f014910ace \ No newline at end of file diff --git a/sccache-0.3.1~3.tar.xz b/sccache-0.3.1~3.tar.xz deleted file mode 100644 index 4c9aeca..0000000 --- a/sccache-0.3.1~3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2384b261c20cd4e09dc1073fd27c28109b85d50a5d728f3023886a52acfce4d2 -size 220080 diff --git a/sccache-0.3.3~20.tar.xz b/sccache-0.3.3~20.tar.xz new file mode 100644 index 0000000..bb0fe5e --- /dev/null +++ b/sccache-0.3.3~20.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb77fbdd9a16a5c699f2b1c334f4b5cdd4d720d67ef9dd9c2f207ae38bc0ef33 +size 217264 diff --git a/sccache.changes b/sccache.changes index 1715c80..f7cea43 100644 --- a/sccache.changes +++ b/sccache.changes @@ -1,3 +1,105 @@ +------------------------------------------------------------------- +Mon Dec 12 23:24:45 UTC 2022 - william.brown@suse.com + +- Update to version 0.3.3~20: + * Fix azure deps + * Force concurrent disk cache by default + * Add experimental concurrent cache support + * Ignore RPM env vars by default + * Relax the assert_cmd dep - Closes: #1465 (#1466) + * Update src/config.rs + * Update src/config.rs + * Fix typo + * feat: Migrate azure to opendal based + * Implement storage upon opendal Operator + * Fix some typos + * docs: move local into its own files + * docs: move gha into its own files + * docs: move azure into its own files + * docs: move gcs into its own files + * docs: move memcached into its own files + * docs: move redis into its own files + * docs: move s3 into its own files + * docs: Enrich docs for s3 services + * refactor: Integrate with opendal for s3 (#1412) + * Disable the aarch64-unknown-linux-musl task for now Closes: #1458 + * update of the version + * Remove bash dependency in test scripts + * enable gha actions storage for the default feature set + * Bump assert_cmd from 2.0.6 to 2.0.7 + * Bump env_logger from 0.9.3 to 0.10.0 + * Bump nix from 0.25.0 to 0.26.1 + * Bump serde from 1.0.148 to 1.0.149 + * Bump libc from 0.2.137 to 0.2.138 + * Bump async-trait from 0.1.58 to 0.1.59 + * Revert changes to cargo toml + * Update lockfile + * Remove openssl dependency when enabling GCS + * Add configurable server timeout + * fix https://github.com/mozilla/sccache/issues/1437 + * better support for toolchains with symlinks + * remove unused aws-types + * Remove unused sha-1 from dependencies + * Update README.md to explain GHA cache behavior + * Revert "handle symlinks when hashing the toolchain" + * Revert "server: canonicalize path for compiler_info cache" + * Revert "add tests for symlinks" + * Revert "fix `invalid character in crate name` in test_symlinks" + * Revert "fix --stop-server in test_symlinks" + * Revert "fix test_symlinks when rustup is in PATH" + * Revert "fix compatibility with bash 3 / macos 11 ci" + * Bump assert_cmd from 2.0.5 to 2.0.6 + * Document the sccache process + * Bump predicates from 2.1.1 to 2.1.2 + * Bump chrono from 0.4.22 to 0.4.23 + * Revert Cargo.lock + * Update gha-toolkit and docs + * Add support for GitHub Actions cache + * Bump sha-1 from 0.10.0 to 0.10.1 + * Bump serde from 1.0.147 to 1.0.148 + * Update winapi + * Update .github/dependabot.yml + * Update .github/dependabot.yml + * Update dependabot.yml + * Reduce depandapot PR frequency + * cargo update -p rouille + * cargo update some indirect dependencies + * Lower the ubuntu-18.04 version + * Require openssl >= 0.10.9 + * adjust the CI to use 1.60 + * Fix a chrono warning: + * update to Rust 1.60 as minimal version + * Bump crossbeam-utils from 0.8.12 to 0.8.14 + * Revert "add cargo-deny configuration" + * Revert "move from sha-1 (unmaintained) => sha1" + * Revert "run cargo-deny in the ci" + * run cargo-deny in the ci + * move from sha-1 (unmaintained) => sha1 + * add cargo-deny configuration + * Bump zstd from 0.11.2+zstd.1.5.2 to 0.12.0+zstd.1.5.2 + * Enable connection reuse in s3 client + * Bump cc from 1.0.76 to 1.0.77 + * readme: remove `#` from shields.io url + * Some minor github updates (#1401) + * fix compatibility with bash 3 / macos 11 ci + * fix test_symlinks when rustup is in PATH + * fix --stop-server in test_symlinks + * fix `invalid character in crate name` in test_symlinks + * add tests for symlinks + * server: canonicalize path for compiler_info cache + * handle symlinks when hashing the toolchain + * Improve the doc + * Make `SCCACHE_S3_USE_SSL` optional + * Bring back `SCCACHE_S3_USE_SSL` + * Bump uuid from 1.2.1 to 1.2.2 + * Remove a strayed `cfg(feature = "s3")` + * Set executable bit for binaries in release artifacts + * Make s3 related tests sequential + * Minimize Cargo.lock changes + * Add some tests for s3 + * Update aws-* crates to latest version + * New S3 backend + ------------------------------------------------------------------- Mon Nov 14 00:01:29 UTC 2022 - william.brown@suse.com diff --git a/sccache.spec b/sccache.spec index c362cc7..842c752 100644 --- a/sccache.spec +++ b/sccache.spec @@ -19,7 +19,7 @@ %define configdir %{_sysconfdir}/%{name} Name: sccache -Version: 0.3.1~3 +Version: 0.3.3~20 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.xz b/vendor.tar.xz index 459a797..834d4bf 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdc372b678876ada82f3d1e5518aad49ee6d094066631f2a833c146f76448c37 -size 31457488 +oid sha256:e82f0a22138ea850b9de507eddf876805ac6924abed6043286503840409d1cd7 +size 32341828