This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 38736b09b6257b31ccadd38e199c52ef43e32f62 (commit) from dc6c855c8e61b378e26a16e1c8211d75514561fb (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 38736b09b6257b31ccadd38e199c52ef43e32f62 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Sep 28 16:28:37 2011 +0200
ccache: Update to 3.1.6.
Fixes #244.
-----------------------------------------------------------------------
Summary of changes: ccache/ccache.nm | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
Difference in files: diff --git a/ccache/ccache.nm b/ccache/ccache.nm index fbc601c..c9569a2 100644 --- a/ccache/ccache.nm +++ b/ccache/ccache.nm @@ -4,7 +4,7 @@ ###############################################################################
name = ccache -version = 3.1.5 +version = 3.1.6 release = 1
groups = Development/Compilers @@ -20,7 +20,7 @@ description end
source_dl = http://samba.org/ftp/ccache/ -sources = %{thisapp}.tar.bz2 +sources = %{thisapp}.tar.xz
# Sets ccache max size up to 2 GB CFLAGS += -DDEFAULT_MAXSIZE=2097152 @@ -64,5 +64,4 @@ end
packages package %{name} - end end
hooks/post-receive -- IPFire 3.x development tree