From bee376070f79746f91a4f8987a4d8ab7e1c446209bd95c4e496bfe3bf3a06792 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 17 Sep 2010 22:46:30 +0000 Subject: [PATCH] Accepting request 48345 from devel:tools:building checked in (request 48345) OBS-URL: https://build.opensuse.org/request/show/48345 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=6 --- ccache-3.0.1.tar.bz2 | 3 +++ ccache-3.1.tar.bz2 | 3 --- ccache.changes | 24 ------------------------ ccache.spec | 6 +++--- 4 files changed, 6 insertions(+), 30 deletions(-) create mode 100644 ccache-3.0.1.tar.bz2 delete mode 100644 ccache-3.1.tar.bz2 diff --git a/ccache-3.0.1.tar.bz2 b/ccache-3.0.1.tar.bz2 new file mode 100644 index 0000000..7c2764c --- /dev/null +++ b/ccache-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eac4d17d15fcc5ad79c84ee62c844c80aeab4407623e019fa32842ecdae0346 +size 217171 diff --git a/ccache-3.1.tar.bz2 b/ccache-3.1.tar.bz2 deleted file mode 100644 index 21cd7fc..0000000 --- a/ccache-3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8a4cc2321325488307d894ed1c39deef138e0d5e073ed3e265085fe6a5d7c59 -size 250668 diff --git a/ccache.changes b/ccache.changes index 591e808..06703db 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,27 +1,3 @@ -------------------------------------------------------------------- -Fri Sep 17 09:22:59 UTC 2010 - puzel@novell.com - -- update to ccache-3.1 - - features: - - Added support for hashing the output of a custom command - (e.g. `$compiler --version`) to identify the compiler - instead of stat-ing or hashing the compiler binary. - - Added support for caching compilations that use precompiled - headers. - - Locking of the files containing statistics counters is now - done using symlinks instead of POSIX locks. - - Manifest files are now updated without the need of taking - locks. - - Added `.cp` and `.CP` as known C++ suffixes. - - Improved logging. - - bugfixes: - - Non-fatal error messages are now never printed to stderr but - logged instead. - - Fixed a bug affecting failing commands when `--ccache-skip` is - used. - - Made `--ccache-skip` work for all options. - - EINTR is now handled correctly. - ------------------------------------------------------------------- Fri Jul 16 08:15:51 UTC 2010 - puzel@novell.com diff --git a/ccache.spec b/ccache.spec index bef7ab0..4900a5b 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,5 +1,5 @@ # -# spec file for package ccache (Version 3.1) +# spec file for package ccache (Version 3.0.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: ccache Summary: Compiler Cache -Version: 3.1 +Version: 3.0.1 Release: 1 Group: Development/Languages/C and C++ License: GPLv3+ @@ -54,7 +54,7 @@ make DESTDIR=$RPM_BUILD_ROOT install %files %defattr(-,root,root) -%doc LICENSE.txt README.txt NEWS.txt INSTALL.txt MANUAL.txt AUTHORS.txt +%doc COPYING README.txt NEWS.txt INSTALL.txt %doc %{_mandir}/man1/ccache.1* %{_bindir}/ccache