From d5fceaa380e73ffb87228bc5a822e33df6713c9ad6db0a01fe49fc7f2970879b Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Mon, 22 Nov 2010 11:00:46 +0000 Subject: [PATCH] update to 3.1.2 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=9 --- ccache-3.1.1.tar.bz2 | 3 --- ccache-3.1.2.tar.bz2 | 3 +++ ccache.changes | 13 +++++++++++++ ccache.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 ccache-3.1.1.tar.bz2 create mode 100644 ccache-3.1.2.tar.bz2 diff --git a/ccache-3.1.1.tar.bz2 b/ccache-3.1.1.tar.bz2 deleted file mode 100644 index 542f788..0000000 --- a/ccache-3.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3048eae7dc744f69414f6c0e12b7c6f115490998b24bc854122fbb3142fa2973 -size 251474 diff --git a/ccache-3.1.2.tar.bz2 b/ccache-3.1.2.tar.bz2 new file mode 100644 index 0000000..cd92a3d --- /dev/null +++ b/ccache-3.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b57697c87e9128ce2bee53b3fbd18c3c4865324d5f13c4aedd20c9507ea378e +size 252364 diff --git a/ccache.changes b/ccache.changes index ba82f52..77bd9ad 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Nov 22 10:58:50 UTC 2010 - puzel@novell.com + +- update to ccache-3.1.2 + - bail out on too hard compiler options '-fdump-*' + - NULL return values from malloc/calloc of zero bytes are now + handled correctly + - improved documentation on which information is included in the + hash sum + - made the 'too new header file' test case work on file systems + with unsynchronized clocks + - the test suite now also works on systems that lack a /dev/zero + ------------------------------------------------------------------- Mon Nov 8 09:46:57 UTC 2010 - puzel@novell.com diff --git a/ccache.spec b/ccache.spec index 72b68da..2bade6c 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,5 +1,5 @@ # -# spec file for package ccache (Version 3.1.1) +# spec file for package ccache (Version 3.1.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: ccache Summary: Compiler Cache -Version: 3.1.1 +Version: 3.1.2 Release: 1 Group: Development/Languages/C and C++ License: GPLv3+