Accepting request 944581 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/944581 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sccache?expand=0&rev=12
This commit is contained in:
commit
c7d73592d0
2
_service
2
_service
@ -8,7 +8,7 @@
|
|||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="changesauthor">wbrown@suse.de</param>
|
<param name="changesauthor">william.brown@suse.com</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="disabled" name="set_version"/>
|
||||||
<service mode="disabled" name="tar" />
|
<service mode="disabled" name="tar" />
|
||||||
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 06 07:05:06 UTC 2022 - william.brown@suse.com
|
||||||
|
|
||||||
|
- resolve bsc#1194119 (CVE-2021-45710)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 16 04:40:45 UTC 2021 - wbrown@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.2.15~git0.6b6d2f7:
|
||||||
|
* (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
|
||||||
|
* Revert "Upgrade redis to 0.18"
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 16 00:25:03 UTC 2021 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
- Enable build on s390x, remove support for gcs which depends on ring.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 26 12:56:12 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Fri Nov 26 12:56:12 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
14
sccache.spec
14
sccache.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sccache
|
# spec file for package sccache
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,7 +36,7 @@ Source14: client.example
|
|||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
Requires: bubblewrap
|
Requires: bubblewrap
|
||||||
ExclusiveArch: x86_64 i586 i686 %{arm} aarch64
|
ExclusiveArch: x86_64 i586 i686 %{arm} aarch64 s390x
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sccache is a ccache-like tool. It is used as a compiler wrapper and
|
Sccache is a ccache-like tool. It is used as a compiler wrapper and
|
||||||
@ -54,10 +54,16 @@ find vendor -type f -name \*.rs -exec chmod -x '{}' \;
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# 'dist-server' available only on x86_64 so far - https://github.com/mozilla/sccache/issues/656
|
# 'dist-server' available only on x86_64 so far - https://github.com/mozilla/sccache/issues/656
|
||||||
features="all,dist-client"
|
features="azure,s3,memcached,redis"
|
||||||
|
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
features="$features,dist-server"
|
features="$features,dist-server,dist-client"
|
||||||
%endif
|
%endif
|
||||||
|
# s390x can NOT build gcs support, ring fails. Use FS only
|
||||||
|
%ifarch s390x
|
||||||
|
features=""
|
||||||
|
%endif
|
||||||
|
|
||||||
%{cargo_build} --features=$features
|
%{cargo_build} --features=$features
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3cda906840b4059bfd9e1ae305feb4d6970f3d7a79663a616ca23c4b8899faf1
|
oid sha256:37814940873fb6c505a6798d395301a526f89a6955c1cb049f147313412d1f6d
|
||||||
size 19976560
|
size 20014672
|
||||||
|
Loading…
x
Reference in New Issue
Block a user