forked from pool/sccache
Accepting request 1088754 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1088754 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=30
This commit is contained in:
commit
08465c0aea
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<!-- <param name="revision">v0.3.0</param> -->
|
||||
<param name="revision">20230428-suse-maint-v0.4.2</param>
|
||||
<param name="revision">20230524-suse-maint-v0.5.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Firstyear/sccache.git</param>
|
||||
<param name="changesrevision">8e4d32369416c080fff741dce753aac77b6b76e9</param></service></servicedata>
|
||||
<param name="changesrevision">9f330c7db6358a86986997dfc4e528fdc10df971</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dad7c6aa6da077cdb809337d61aa4f0055134f9ed243a0269c489d1010019350
|
||||
size 248616
|
3
sccache-0.5.0~2.tar.zst
Normal file
3
sccache-0.5.0~2.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5febbfbdbfe543ed038df1a3b756f46ca3079e08effe4dc44ddc9b880863e553
|
||||
size 249061
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 24 03:16:04 UTC 2023 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.4.2~17:
|
||||
* Add experimental concurrent cache support
|
||||
* Exit when increment_compilation is enabled. (#1767)
|
||||
* version 0.5.0
|
||||
* fix grammar in GHA.md (#1765)
|
||||
* build(deps): bump uuid from 1.3.0 to 1.3.1
|
||||
* docs(gcs): mention external accounts
|
||||
* chore: bump `opendal` to `0.34.0`
|
||||
* Use Infallible instead of void (#1761)
|
||||
* Remove parity-tokio-ipc (#1759)
|
||||
* Replace lazy_static with once_cell (#1758)
|
||||
* Run fmt on compiler.rs
|
||||
* Add comments explaining why we need this change.
|
||||
* Fix clippy latest issues found by CI
|
||||
* Fix build issues found by CI with other compiler versions
|
||||
* Fix clippy issues found by CI
|
||||
* nvcc: Handle compiler detection when gcc isn't on the path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 24 02:49:23 UTC 2023 - William Brown <william.brown@suse.com>
|
||||
|
||||
- Update vendored dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 27 23:52:52 UTC 2023 - william.brown@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define configdir %{_sysconfdir}/%{name}
|
||||
|
||||
Name: sccache
|
||||
Version: 0.4.2~2
|
||||
Version: 0.5.0~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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f10f00dc8a10c5814dc9a4d2a915dca3bf0ed360523e319ca843ce183a1df251
|
||||
size 58814986
|
||||
oid sha256:a7f1cc6a7c85b166b1ebacfcaf206ad0f4ad5e5dc2ccc488d8ed96cd1590d11b
|
||||
size 58591305
|
||||
|
Loading…
Reference in New Issue
Block a user