Hello community, here is the log from the commit of package clamav for openSUSE:Factory checked in at 2012-03-20 13:28:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clamav (Old) and /work/SRC/openSUSE:Factory/.clamav.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clamav", Maintainer is "m...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/clamav/clamav.changes 2012-03-20 01:58:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes 2012-03-20 13:28:56.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Mar 17 19:36:17 UTC 2012 - dims...@opensuse.org + +- Add clamav-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- New: ---- clamav-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clamav.spec ++++++ --- /var/tmp/diff_new_pack.GBd5Vk/_old 2012-03-20 13:28:59.000000000 +0100 +++ /var/tmp/diff_new_pack.GBd5Vk/_new 2012-03-20 13:28:59.000000000 +0100 @@ -61,6 +61,7 @@ Source5: clamav-rcmilter Patch1: clamav-conf.patch Patch2: clamav-sles9.patch +Patch3: clamav-gcc47.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -129,6 +130,7 @@ # SLES9's libmilter doesn't have smfi_insheader() %patch2 %endif +%patch3 -p1 %build %if 0%{?suse_version} >= 1010 ++++++ clamav-gcc47.patch ++++++ Index: clamav-0.97.3/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp =================================================================== --- clamav-0.97.3.orig/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp +++ clamav-0.97.3/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp @@ -15,6 +15,7 @@ // //===----------------------------------------------------------------------===// +#include <unistd.h> #include "JIT.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/System/DynamicLibrary.h" -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org