Mailinglist Archive: opensuse-commit (2129 mails)
| < Previous | Next > |
commit klamav
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 23 Apr 2008 01:38:37 +0200
- Message-id: <20080422233837.C2EF6678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package klamav
checked in at Wed Apr 23 01:38:37 CEST 2008.
--------
--- KDE/klamav/klamav.changes 2008-01-27 09:33:36.000000000 +0100
+++ /mounts/work_src_done/STABLE/klamav/klamav.changes 2008-04-22
14:51:18.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 22 14:51:06 CEST 2008 - dmueller@xxxxxxx
+
+- disable klammail as it does no longer build against clamav
+
+-------------------------------------------------------------------
New:
----
disable-klammail.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ klamav.spec ++++++
--- /var/tmp/diff_new_pack.b31330/_old 2008-04-23 01:37:43.000000000 +0200
+++ /var/tmp/diff_new_pack.b31330/_new 2008-04-23 01:37:43.000000000 +0200
@@ -10,6 +10,7 @@
# norootforbuild
+
Name: klamav
BuildRequires: clamav curl-devel gmp-devel kdelibs3-devel sqlite-devel
%if %suse_version > 1020
@@ -21,11 +22,12 @@
Summary: Frontend for clamav
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 0.42
-Release: 1
+Release: 36
Source0: klamav-%{version}.tar.bz2
Patch4: external-sqlite.diff
Patch7: build-c.diff
Patch8: klamav-gcc43.diff
+Patch9: disable-klammail.diff
%description
A KDE front-end for the Clam AntiVirus antivirus toolkit.
@@ -41,6 +43,7 @@
%patch4
%patch7
%patch8 -p1
+%patch9
. /etc/opt/kde3/common_options
rm -rf src/klamd src/sqlite
update_admin
@@ -72,7 +75,6 @@
/opt/kde3/bin/ScanWithKlamAV
/opt/kde3/bin/klamarkollon
/opt/kde3/bin/klamav
-/opt/kde3/bin/klammail
/opt/kde3/share/applications/kde/klamav.desktop
/opt/kde3/share/apps/klamav
%dir /opt/kde3/share/apps/konqueror
@@ -83,6 +85,8 @@
%doc %lang(en) /opt/kde3/share/doc/HTML/en/klamav02
%changelog
+* Tue Apr 22 2008 dmueller@xxxxxxx
+- disable klammail as it does no longer build against clamav
* Sun Jan 27 2008 stbinner@xxxxxxx
- update to 0.42:
* upstreaming of patches
++++++ disable-klammail.diff ++++++
--- src/Makefile.am
+++ src/Makefile.am
@@ -9,7 +9,7 @@ endif
# of the other Makefile.am variables
bin_PROGRAMS = klamav
-SUBDIRS=icons about action arkollon $(SQLITE_SUBDIR) klammail .
+SUBDIRS=icons about action arkollon $(SQLITE_SUBDIR) .
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |