- Added patch for another cleanup mechanism based on age of file:
* 0001-Add-another-cleanup-mechanism-evict-older-than.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=91
This commit is contained in:
parent
f9a61759fe
commit
43a6569b4d
@ -1,8 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 12:00:57 UTC 2020 - Sumit Jamgade <sjamgade@suse.com>
|
||||
|
||||
- added patch01
|
||||
another cleanup mechanism based on age of file
|
||||
- Added patch for another cleanup mechanism based on age of file:
|
||||
* 0001-Add-another-cleanup-mechanism-evict-older-than.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 10:07:00 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
@ -25,6 +25,7 @@ URL: https://ccache.dev/
|
||||
Source0: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz#/%{name}-%{version}.tar.xz
|
||||
Source1: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz.asc#/%{name}-%{version}.tar.xz.asc
|
||||
Source2: %{name}.keyring
|
||||
# PATCH-FEATURE-UPSTREAM 0001-Add-another-cleanup-mechanism-evict-older-than.patch https://github.com/ccache/ccache/pull/605
|
||||
Patch0: 0001-Add-another-cleanup-mechanism-evict-older-than.patch
|
||||
BuildRequires: zlib-devel
|
||||
Provides: distcc:%{_bindir}/ccache
|
||||
|
Loading…
Reference in New Issue
Block a user