Accepting request 1035549 from home:firstyear:branches:devel:languages:rust
- Update to version 0.3.1~3: * Force concurrent disk cache by default * Add experimental concurrent cache support * Ignore RPM env vars by default * Revert "test: add a test for bc" * Revert "add .bc as C++ extension" * with gcs: document the process * test: add a test for bc * test: add the support for extra args * Install gcc & clang for the test_sccache_command test * add .bc as C++ extension See: https://github.com/llvm/llvm-project/issues/58518#issuecomment-1312181006 OBS-URL: https://build.opensuse.org/request/show/1035549 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/sccache?expand=0&rev=27
This commit is contained in:
parent
8d377add4a
commit
7d9ccf1014
4
_service
4
_service
@ -2,10 +2,10 @@
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<!-- <param name="url">https://github.com/mozilla/sccache.git</param> -->
|
||||
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<!-- <param name="revision">v0.3.0</param> -->
|
||||
<param name="revision">20220520-suse-maint-1</param>
|
||||
<param name="revision">20221114-suse-maint-2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
||||
<param name="changesrevision">52de5b29dbfb960f7df14e58c1c9363d560a7fe2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d22c32a51b28ac55fc87bc92e5d3706cb80f9e89b5945dd4213fc277aed7c12f
|
||||
size 211580
|
3
sccache-0.3.1~3.tar.xz
Normal file
3
sccache-0.3.1~3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2384b261c20cd4e09dc1073fd27c28109b85d50a5d728f3023886a52acfce4d2
|
||||
size 220080
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 00:01:29 UTC 2022 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.3.1~3:
|
||||
* Force concurrent disk cache by default
|
||||
* Add experimental concurrent cache support
|
||||
* Ignore RPM env vars by default
|
||||
* Revert "test: add a test for bc"
|
||||
* Revert "add .bc as C++ extension"
|
||||
* with gcs: document the process
|
||||
* test: add a test for bc
|
||||
* test: add the support for extra args
|
||||
* Install gcc & clang for the test_sccache_command test
|
||||
* add .bc as C++ extension See: https://github.com/llvm/llvm-project/issues/58518#issuecomment-1312181006
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 01:56:18 UTC 2022 - william.brown@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define configdir %{_sysconfdir}/%{name}
|
||||
|
||||
Name: sccache
|
||||
Version: 0.3.0~git5.14a4b8b
|
||||
Version: 0.3.1~3
|
||||
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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94788e66b589eb788a8f577be1e15a9a977c145aadc50ef3b5c69c91b1465b24
|
||||
size 25424960
|
||||
oid sha256:bdc372b678876ada82f3d1e5518aad49ee6d094066631f2a833c146f76448c37
|
||||
size 31457488
|
||||
|
Loading…
x
Reference in New Issue
Block a user