Accepting request 79457 from home:adra:branches:devel:tools:building
update to ccache-3.1.6 OBS-URL: https://build.opensuse.org/request/show/79457 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=17
This commit is contained in:
parent
6307e64abf
commit
543f9f55d3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aac690d7e452f408d458b11c07ab5bf22055d398b2a010052d3d208670a99c36
|
|
||||||
size 261913
|
|
3
ccache-3.1.6.tar.bz2
Normal file
3
ccache-3.1.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e333149f30671499513e22fb6ec41c485003cad82802fb4c064fa219194ebf3
|
||||||
|
size 262404
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 18:24:58 UTC 2011 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- update to ccache-3.1.6
|
||||||
|
- Rewrite argument to --sysroot if CCACHE_BASEDIR is used.
|
||||||
|
- Don't crash if getcwd() fails.
|
||||||
|
- Fixed alignment of "called for preprocessing" counter.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 6 14:52:55 UTC 2011 - puzel@novell.com
|
Mon Jun 6 14:52:55 UTC 2011 - puzel@novell.com
|
||||||
|
|
||||||
|
10
ccache.spec
10
ccache.spec
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ccache
|
Name: ccache
|
||||||
Version: 3.1.5
|
Version: 3.1.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Fast C/C++ Compiler Cache
|
Summary: A Fast C/C++ Compiler Cache
|
||||||
|
|
||||||
@ -37,12 +37,6 @@ ccache is a compiler cache. It speeds up recompilation by caching the result of
|
|||||||
previous compilations and detecting when the same compilation is being done
|
previous compilations and detecting when the same compilation is being done
|
||||||
again. Supported languages are C, C++, Objective-C and Objective-C++.
|
again. Supported languages are C, C++, Objective-C and Objective-C++.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Andrew Tridgell
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -59,7 +53,7 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.*
|
%doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.*
|
||||||
%doc %{_mandir}/man1/ccache.1*
|
%doc %{_mandir}/man1/ccache.1%{ext_man}
|
||||||
%{_bindir}/ccache
|
%{_bindir}/ccache
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user