From 26474afe77e0aa62e7c85265f99470fff3e617011f1b838476b2e3c7b055f646 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 27 Feb 2011 12:40:18 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/ccache revision 15.0 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=0b2dbf50702a76df3aee5c4e7939baf6 --- ccache.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ccache.spec b/ccache.spec index 72a79c1..5bdacb0 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,5 +1,5 @@ # -# spec file for package ccache (Version 3.1.4) +# spec file for package ccache # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,6 +17,7 @@ # norootforbuild + Name: ccache Version: 3.1.4 Release: 1 From 6307e64abf9e311616a614b857c966ea7a64d57374ba8cad826ade2af7aa7fa3 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Mon, 6 Jun 2011 14:56:46 +0000 Subject: [PATCH 2/2] update to 3.1.5 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=15 --- ccache-3.1.4.tar.bz2 | 3 --- ccache-3.1.5.tar.bz2 | 3 +++ ccache.changes | 20 ++++++++++++++++++++ ccache.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 ccache-3.1.4.tar.bz2 create mode 100644 ccache-3.1.5.tar.bz2 diff --git a/ccache-3.1.4.tar.bz2 b/ccache-3.1.4.tar.bz2 deleted file mode 100644 index 80081ac..0000000 --- a/ccache-3.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5288359487c951e7be7af2e60d3b8fc7b9d89252becf51b31ecc415efdae1a1f -size 261391 diff --git a/ccache-3.1.5.tar.bz2 b/ccache-3.1.5.tar.bz2 new file mode 100644 index 0000000..9a71c2c --- /dev/null +++ b/ccache-3.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac690d7e452f408d458b11c07ab5bf22055d398b2a010052d3d208670a99c36 +size 261913 diff --git a/ccache.changes b/ccache.changes index 556c7ab..ead667d 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jun 6 14:52:55 UTC 2011 - puzel@novell.com + +- update to ccache-3.1.5 + - Added a new statistics counter named ``called for + preprocessing''. + - The original command line is now logged to the file specified + with `CCACHE_LOGFILE`. + - Improved error logging when system calls fail. + - Added support for rewriting absolute paths in + `-F`/`-iframework` GCC options. + - Improved order of statistics counters in `ccache -s` output. + - The `-MF`/`-MT`/`-MQ` options with concatenated argument are + now handled correctly when they are last on the commandline. + - ccache is now bug compatible with GCC for the `-MT`/`-MQ` + options with concatenated arguments. + - Fixed a minor memory leak. + - Systems that lack (and don't need to be linked with) libm are + now supported. + ------------------------------------------------------------------- Wed Feb 16 18:19:41 UTC 2011 - asterios.dramis@gmail.com diff --git a/ccache.spec b/ccache.spec index 5bdacb0..0c2f494 100644 --- a/ccache.spec +++ b/ccache.spec @@ -19,7 +19,7 @@ Name: ccache -Version: 3.1.4 +Version: 3.1.5 Release: 1 Summary: A Fast C/C++ Compiler Cache