forked from pool/sccache
Accepting request 1078319 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1078319 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=27
This commit is contained in:
commit
9163cf8604
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">20230322-suse-maint-v0.4.0</param>
|
||||
<param name="revision">20230411-suse-maint-v0.4.1</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">8a44faf4f55d3cc12f281447c49b0b4ccdc0a20d</param></service></servicedata>
|
||||
<param name="changesrevision">4398b51a8250b85ebac36e6a704a2cb34fa46385</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7912e7c95ec59eac52ffae779b17e291cca3201a2f37bb63b61063ef46b2ef4c
|
||||
size 246757
|
3
sccache-0.4.1~18.tar.zst
Normal file
3
sccache-0.4.1~18.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e35b7ee5ed618552b24b105efae4ae0a12895b8be4cc9a09d9e2b7509d3bfc04
|
||||
size 246662
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 03:56:23 UTC 2023 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.4.1~18:
|
||||
* Add experimental concurrent cache support
|
||||
* build(deps): bump chrono from 0.4.23 to 0.4.24
|
||||
* build(deps): bump serial_test from 1.0.0 to 2.0.0
|
||||
* Describe the default conf file locations in docs/Configuration.md
|
||||
* Remove unnecessary import
|
||||
* Use scoped thread provided by standard library (#1703)
|
||||
* Refactor import style (#1701)
|
||||
* Update rust-version in manifest to 1.64 (#1702)
|
||||
* Replace atty with is-terminal (#1699)
|
||||
* build(deps): bump clap from 4.0.32 to 4.1.11 (#1698)
|
||||
* Remove Redis TTL (#1696)
|
||||
* build(deps): bump assert_cmd from 2.0.8 to 2.0.10 (#1669)
|
||||
* build(deps): bump reqsign from 0.8.3 to 0.8.5 (#1692)
|
||||
* build(deps): bump reqwest from 0.11.15 to 0.11.16 (#1691)
|
||||
* build(deps): bump crossbeam-utils from 0.8.14 to 0.8.15 (#1693)
|
||||
* build(deps): bump toml from 0.7.2 to 0.7.3 (#1695)
|
||||
* build(deps): bump predicates from 2.1.5 to 3.0.2 (#1694)
|
||||
* build(deps): bump regex from 1.7.1 to 1.7.3 (#1690)
|
||||
* version 0.4.1
|
||||
* Revert "Support running dist compilations in unprivileged scenarios (#128)"
|
||||
* Revert "amend to sccache"
|
||||
* Revert "remove remainder cachepot and replace by sccache"
|
||||
* Revert "migrate to ubuntu 22.04 for newly added ci check"
|
||||
* build(deps): bump reqwest from 0.11.14 to 0.11.15
|
||||
* build(deps): bump openssl from 0.10.45 to 0.10.48
|
||||
* chore: Add more debug log for gcs to help us diagnose
|
||||
* Add tests to verify that we work with cmake & autotools (#1678)
|
||||
* Try to test c++ support with both clang & gcc
|
||||
* remove trailing whitespaces
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 22 04:30:19 UTC 2023 - william.brown@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define configdir %{_sysconfdir}/%{name}
|
||||
|
||||
Name: sccache
|
||||
Version: 0.4.0~7
|
||||
Version: 0.4.1~18
|
||||
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:1a3290fb479619d0ee550344a64ee8c797987210ee15e8bcf182b93140e852a7
|
||||
size 51545335
|
||||
oid sha256:85014a58dddcdce4e8d3989b11a327b8eb3ceb631c3cf1df808765045130b1bd
|
||||
size 57784209
|
||||
|
Loading…
Reference in New Issue
Block a user