From 91f2490e61aef57e1e11485f4231e48aa95e35dc8693a6082e5b30e526dc67bf Mon Sep 17 00:00:00 2001 From: William Brown Date: Tue, 6 Jun 2023 00:38:24 +0000 Subject: [PATCH 1/2] Accepting request 1090598 from home:firstyear:branches:devel:languages:rust - Update to version 0.5.1~14: * Add experimental concurrent cache support * build(deps): bump openssl from 0.10.48 to 0.10.49 * README: Add --locked to the cargo install * build(deps): bump serde from 1.0.155 to 1.0.159 * build(deps): bump walkdir from 2.3.2 to 2.3.3 * Disable C4668 during preprocessing for MSVC * Add integration test for MSVC preprocessing bug * Ignore C4668 when preprocessing MSVC * build(deps): bump hyper from 0.14.24 to 0.14.25 * build(deps): bump flate2 from 1.0.25 to 1.0.26 * Update ci.yml * Attempt to fix arm64 builds * Support for Type Library Headers for MSVC * Produce JSON depsfiles from MSVC * Disable aarch64 build as the ubuntu repo is failing * version 0.5.1 * deps: Bump OpenDAL and reqsign (#1779) * fmt and clippy fixes * Opt in rather than opt out * Added env var to disable multi arch caching * Use object for parsing archives, and handle macOS fat archives * feat: Enable backtrace for anyhow (#1774) OBS-URL: https://build.opensuse.org/request/show/1090598 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=45 --- _constraints | 3 +++ _service | 2 +- _servicedata | 2 +- sccache-0.5.0~2.tar.zst | 3 --- sccache-0.5.1~14.tar.zst | 3 +++ sccache.changes | 27 +++++++++++++++++++++++++++ sccache.spec | 2 +- vendor.tar.zst | 4 ++-- 8 files changed, 38 insertions(+), 8 deletions(-) delete mode 100644 sccache-0.5.0~2.tar.zst create mode 100644 sccache-0.5.1~14.tar.zst diff --git a/_constraints b/_constraints index 4cdf591..bcf4a64 100644 --- a/_constraints +++ b/_constraints @@ -5,5 +5,8 @@ 25 + + 8 + diff --git a/_service b/_service index 924a587..55e299f 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ @PARENT_TAG@~@TAG_OFFSET@ git - 20230524-suse-maint-v0.5.0 + 20230603-suse-maint-v0.5.1 * v(\d+\.\d+\.\d+) \1 diff --git a/_servicedata b/_servicedata index 9f61ac4..05d6d06 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/Firstyear/sccache.git - 9f330c7db6358a86986997dfc4e528fdc10df971 \ No newline at end of file + 9b1ec5e4f39ea073d77b9a76725a2fd59ce84d73 \ No newline at end of file diff --git a/sccache-0.5.0~2.tar.zst b/sccache-0.5.0~2.tar.zst deleted file mode 100644 index 3e0588b..0000000 --- a/sccache-0.5.0~2.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5febbfbdbfe543ed038df1a3b756f46ca3079e08effe4dc44ddc9b880863e553 -size 249061 diff --git a/sccache-0.5.1~14.tar.zst b/sccache-0.5.1~14.tar.zst new file mode 100644 index 0000000..032658b --- /dev/null +++ b/sccache-0.5.1~14.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535457c04f325603879e5cbcb3382dab4fae5070d3d981d88db58e66519a0e9b +size 251389 diff --git a/sccache.changes b/sccache.changes index 97f15ae..5ba5bb8 100644 --- a/sccache.changes +++ b/sccache.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Jun 03 03:39:11 UTC 2023 - william.brown@suse.com + +- Update to version 0.5.1~14: + * Add experimental concurrent cache support + * build(deps): bump openssl from 0.10.48 to 0.10.49 + * README: Add --locked to the cargo install + * build(deps): bump serde from 1.0.155 to 1.0.159 + * build(deps): bump walkdir from 2.3.2 to 2.3.3 + * Disable C4668 during preprocessing for MSVC + * Add integration test for MSVC preprocessing bug + * Ignore C4668 when preprocessing MSVC + * build(deps): bump hyper from 0.14.24 to 0.14.25 + * build(deps): bump flate2 from 1.0.25 to 1.0.26 + * Update ci.yml + * Attempt to fix arm64 builds + * Support for Type Library Headers for MSVC + * Produce JSON depsfiles from MSVC + * Disable aarch64 build as the ubuntu repo is failing + * version 0.5.1 + * deps: Bump OpenDAL and reqsign (#1779) + * fmt and clippy fixes + * Opt in rather than opt out + * Added env var to disable multi arch caching + * Use object for parsing archives, and handle macOS fat archives + * feat: Enable backtrace for anyhow (#1774) + ------------------------------------------------------------------- Wed May 24 03:16:04 UTC 2023 - william.brown@suse.com diff --git a/sccache.spec b/sccache.spec index 11a0042..59e7bb2 100644 --- a/sccache.spec +++ b/sccache.spec @@ -19,7 +19,7 @@ %define configdir %{_sysconfdir}/%{name} Name: sccache -Version: 0.5.0~2 +Version: 0.5.1~14 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 ebd9e5d..8f9edc3 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7f1cc6a7c85b166b1ebacfcaf206ad0f4ad5e5dc2ccc488d8ed96cd1590d11b -size 58591305 +oid sha256:76fb01534cae43e4a2157f99205ca0b863bfbeac30932be26aaf363c17b6a450 +size 59513642 From f9d0b7f2cc44501696c1ae4dea981f657234f19c5f5f95d624d4606f1b16e3c5 Mon Sep 17 00:00:00 2001 From: William Brown Date: Tue, 6 Jun 2023 04:21:24 +0000 Subject: [PATCH 2/2] Accepting request 1090999 from home:firstyear:branches:devel:languages:rust - Update to version 0.5.3~2: * Add experimental concurrent cache support * build(deps): bump tokio from 1.28.0 to 1.28.2 * version 0.5.3 * Update Cargo.toml * Try revert opendal * version 0.5.2 OBS-URL: https://build.opensuse.org/request/show/1090999 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=46 --- _service | 2 +- _servicedata | 2 +- sccache-0.5.1~14.tar.zst | 3 --- sccache-0.5.3~2.tar.zst | 3 +++ sccache.changes | 11 +++++++++++ sccache.spec | 2 +- vendor.tar.zst | 4 ++-- 7 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 sccache-0.5.1~14.tar.zst create mode 100644 sccache-0.5.3~2.tar.zst diff --git a/_service b/_service index 55e299f..0e0ee1a 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ @PARENT_TAG@~@TAG_OFFSET@ git - 20230603-suse-maint-v0.5.1 + 20230606-suse-maint-v0.5.3 * v(\d+\.\d+\.\d+) \1 diff --git a/_servicedata b/_servicedata index 05d6d06..23878ad 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/Firstyear/sccache.git - 9b1ec5e4f39ea073d77b9a76725a2fd59ce84d73 \ No newline at end of file + e44eab1c3ed0270fc93b9eafb73d5d693476c2ad \ No newline at end of file diff --git a/sccache-0.5.1~14.tar.zst b/sccache-0.5.1~14.tar.zst deleted file mode 100644 index 032658b..0000000 --- a/sccache-0.5.1~14.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:535457c04f325603879e5cbcb3382dab4fae5070d3d981d88db58e66519a0e9b -size 251389 diff --git a/sccache-0.5.3~2.tar.zst b/sccache-0.5.3~2.tar.zst new file mode 100644 index 0000000..0ebaafb --- /dev/null +++ b/sccache-0.5.3~2.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d90ae9475f2075e65fb4465ca14b8f0cd0cb3dae7736aaead94c2fec56095d1 +size 251309 diff --git a/sccache.changes b/sccache.changes index 5ba5bb8..284958b 100644 --- a/sccache.changes +++ b/sccache.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 06 01:03:01 UTC 2023 - william.brown@suse.com + +- Update to version 0.5.3~2: + * Add experimental concurrent cache support + * build(deps): bump tokio from 1.28.0 to 1.28.2 + * version 0.5.3 + * Update Cargo.toml + * Try revert opendal + * version 0.5.2 + ------------------------------------------------------------------- Sat Jun 03 03:39:11 UTC 2023 - william.brown@suse.com diff --git a/sccache.spec b/sccache.spec index 59e7bb2..cc91d6a 100644 --- a/sccache.spec +++ b/sccache.spec @@ -19,7 +19,7 @@ %define configdir %{_sysconfdir}/%{name} Name: sccache -Version: 0.5.1~14 +Version: 0.5.3~2 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 8f9edc3..79b7aa5 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76fb01534cae43e4a2157f99205ca0b863bfbeac30932be26aaf363c17b6a450 -size 59513642 +oid sha256:b53f2057d9ad9f2740b29e2bf755ca582a08bc1e077c8488a538b8db3b633de9 +size 59569114