forked from pool/sccache
Accepting request 862756 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/862756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=3
This commit is contained in:
parent
d3b371f9ae
commit
e572800016
5
_service
5
_service
@ -3,14 +3,14 @@
|
||||
<param name="url">https://github.com/mozilla/sccache.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">6628e1f70db3d583cb5e79210603ad878de3d315</param>
|
||||
<!-- <param name="revision">0.2.13</param> -->
|
||||
<param name="revision">v0.2.15</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">wbrown@suse.de</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
@ -20,5 +20,4 @@
|
||||
<param name="srcdir">sccache</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
</services>
|
||||
|
@ -1,10 +1,5 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tiny-http/tiny-http.git"]
|
||||
git = "https://github.com/tiny-http/tiny-http.git"
|
||||
rev = "619680de"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
directory = "vendor"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4ac878405b592f77bc975424bc1c2041453c64e8ec443b5395b3ae2a956e089
|
||||
size 205680
|
3
sccache-0.2.15~git1.22a176c.tar.xz
Normal file
3
sccache-0.2.15~git1.22a176c.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bbd8a34839098005d2607d437cd790bace5c36ceb4249cd537c795fd91fd3aa
|
||||
size 205532
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 01:34:41 UTC 2021 - wbrown@suse.de
|
||||
|
||||
- Update to version 0.2.15~git1.22a176c:
|
||||
* (cargo-release) start next development iteration 0.2.16-alpha.0
|
||||
* (cargo-release) version 0.2.15
|
||||
* Update docs/Releasing.md
|
||||
* Workaround tiny_http issue #151 by disabling HTTP pipelining
|
||||
* Upgrade itertools to 0.10
|
||||
* Run `cargo update`
|
||||
* Add C compiler versions to the hash calculation when available
|
||||
* Move lru-disk-cache to an internal module
|
||||
* Fix clippy warnings in lru-disk-cache
|
||||
* Still read config file from Library/Preferences if it exists
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 03:22:20 UTC 2020 - wbrown@suse.de
|
||||
|
||||
- Update to version 0.2.14~git0.655ef1a:
|
||||
* (cargo-release) version 0.2.14
|
||||
* Remove [patch] section for the purpose of release
|
||||
* Upgrade zstd to 0.6
|
||||
* Run `cargo update`
|
||||
* Bump lru-disk-cache version
|
||||
* Fix a few more clippy warnings
|
||||
* Make lru_disk_cache::Error's impl Display match what it was before 65bb3b6
|
||||
* Ignore both -FS and -MP on MSVC
|
||||
* Use a full path relative to `cwd` for extra hash files
|
||||
* Set the current directory of the server to the directory containing the executable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 14:25:45 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sccache
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define configdir %{_sysconfdir}/%{name}
|
||||
|
||||
Name: sccache
|
||||
Version: 0.2.13~git474.6628e1f
|
||||
Version: 0.2.15~git1.22a176c
|
||||
Release: 0
|
||||
Summary: A compiler caching tool for Rust, C and C++ with optional cloud storage
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79d1a8bbba2d85ed6c39fa5e8081750786d87c5dcd7f082872142998d7df1161
|
||||
size 19988356
|
||||
oid sha256:c775357dfffab70b4d722146c297fcb843b82fd249150f3fce2f07786a917f28
|
||||
size 20307412
|
||||
|
Loading…
Reference in New Issue
Block a user