Mailinglist Archive: opensuse-commit (1159 mails)
| < Previous | Next > |
commit klamav
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 23 Oct 2007 10:22:49 +0200
- Message-id: <20071023082249.9E150678179@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package klamav
checked in at Tue Oct 23 10:22:49 CEST 2007.
--------
--- KDE/klamav/klamav.changes 2007-08-22 14:15:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/klamav/klamav.changes 2007-10-23 09:39:36.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Oct 23 09:39:33 CEST 2007 - stbinner@xxxxxxx
+
+- fix build with gcc 4.3
+
+-------------------------------------------------------------------
New:
----
klamav-gcc43.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ klamav.spec ++++++
--- /var/tmp/diff_new_pack.G17813/_old 2007-10-23 10:22:32.000000000 +0200
+++ /var/tmp/diff_new_pack.G17813/_new 2007-10-23 10:22:32.000000000 +0200
@@ -15,13 +15,13 @@
%if %suse_version > 1020
BuildRequires: fdupes
%endif
-URL: http://klamav.sourceforge.net/
+Url: http://klamav.sourceforge.net/
License: GPL v2 or later
Group: Productivity/Security
Summary: Frontend for clamav
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 0.41.1
-Release: 13
+Release: 42
Source0: klamav-%{version}-source.tar.bz2
Patch: FIXME.diff
Patch1: remove-faulty-comment.diff
@@ -31,6 +31,7 @@
Patch5: disable-archive-quarantine.diff
Patch6: archivelimits-default.diff
Patch7: build-c.diff
+Patch8: klamav-gcc43.diff
%description
A KDE front-end for the Clam AntiVirus antivirus toolkit.
@@ -51,6 +52,7 @@
%patch5
%patch6
%patch7
+%patch8 -p1
. /etc/opt/kde3/common_options
rm -rf src/klamd src/sqlite
update_admin
@@ -63,7 +65,6 @@
%endif
--disable-final \
--without-included-sqlite
-
make
%install
@@ -74,7 +75,6 @@
%find_lang %name
chmod a+x $RPM_BUILD_ROOT/opt/kde3/bin/ScanWithKlamAV
%if %suse_version > 1020
-
%fdupes $RPM_BUILD_ROOT/opt/kde3/share/
%endif
@@ -93,8 +93,9 @@
/opt/kde3/share/config.kcfg/klamavconfig.kcfg
/opt/kde3/share/icons/*/*/*
%doc %lang(en) /opt/kde3/share/doc/HTML/en/klamav02
-
%changelog
+* Tue Oct 23 2007 - stbinner@xxxxxxx
+- fix build with gcc 4.3
* Wed Aug 22 2007 - dmueller@xxxxxxx
- fix GUI for default archiving options (#302279)
- build with system sqlite
++++++ klamav-gcc43.diff ++++++
--- klamav-0.41.1/src/ctunit.cpp 2007/10/23 07:26:02 1.1
+++ klamav-0.41.1/src/ctunit.cpp 2007/10/23 07:26:11
@@ -13,6 +13,7 @@
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "cti18n.h"
+#include <stdlib.h>
#include <vector>
#include <string>
#include <stdio.h> // sprintf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |