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
This commit is contained in:
William Brown 2022-12-19 00:58:07 +00:00 committed by Git OBS Bridge
parent 7d9ccf1014
commit 4d38a5d324
7 changed files with 110 additions and 8 deletions

View File

@ -5,7 +5,7 @@
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param> <param name="scm">git</param>
<!-- <param name="revision">v0.3.0</param> --> <!-- <param name="revision">v0.3.0</param> -->
<param name="revision">20221114-suse-maint-2</param> <param name="revision">20221213-suse-maint-v0.3.3</param>
<param name="match-tag">*</param> <param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/Firstyear/sccache.git</param> <param name="url">https://github.com/Firstyear/sccache.git</param>
<param name="changesrevision">52de5b29dbfb960f7df14e58c1c9363d560a7fe2</param></service></servicedata> <param name="changesrevision">7ab9a92d6b6a37322d0f4b64667690f014910ace</param></service></servicedata>

View File

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

3
sccache-0.3.3~20.tar.xz Normal file
View File

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

View File

@ -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 Mon Nov 14 00:01:29 UTC 2022 - william.brown@suse.com

View File

@ -19,7 +19,7 @@
%define configdir %{_sysconfdir}/%{name} %define configdir %{_sysconfdir}/%{name}
Name: sccache Name: sccache
Version: 0.3.1~3 Version: 0.3.3~20
Release: 0 Release: 0
Summary: A compiler caching tool for Rust, C and C++ with optional cloud storage 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 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 version https://git-lfs.github.com/spec/v1
oid sha256:bdc372b678876ada82f3d1e5518aad49ee6d094066631f2a833c146f76448c37 oid sha256:e82f0a22138ea850b9de507eddf876805ac6924abed6043286503840409d1cd7
size 31457488 size 32341828