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 "GiNaC -- a C++ library for symbolic computations". The branch, master has been updated via 8305ec388e5c205b7392566d32582f9d08adb88d (commit) from d7a37762af4cdcaccb97c941427f8dfcf8448205 (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 8305ec388e5c205b7392566d32582f9d08adb88d Author: Till Hofmann <thofmann@fedoraproject.org> Date: Sat Oct 8 20:34:40 2016 +0200 Replace mktemp with mkstemp. As the manpage says, mktemp is deprecated ("Never use mktemp") and gcc warns about the usage of mktemp. Replace mktemp with its safe variant mkstemp. ----------------------------------------------------------------------- Summary of changes: ginac/excompiler.cpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations