|
|
Author: than
Update of /cvs/dist/rpms/kdepim/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv13359
Modified Files:
kdepim.spec
Added Files:
kdepim-3.5.2-avscripts-typo.patch
Log Message:
fix typo bug in kmail_clamav.sh
kdepim-3.5.2-avscripts-typo.patch:
kmail_clamav.sh | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE kdepim-3.5.2-avscripts-typo.patch ---
--- kdepim-3.5.2/kmail/avscripts/kmail_clamav.sh.orig 2006-05-03
15:58:08.000000000 +0200
+++ kdepim-3.5.2/kmail/avscripts/kmail_clamav.sh 2006-05-03
15:58:28.000000000 +0200
@@ -35,7 +35,7 @@
cat > $TEMPFILE
# check for a running daemon
-if [ `ps -eo comm|grep clamd` = "clamd" ]; then
+if [ "`ps -eo comm|grep clamd`" = "clamd" ]; then
chmod a+r $TEMPFILE
CLAMCOMANDO="clamdscan --stdout --no-summary "
else
Index: kdepim.spec
===================================================================
RCS file: /cvs/dist/rpms/kdepim/FC-5/kdepim.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- kdepim.spec 3 May 2006 13:24:47 -0000 1.80
+++ kdepim.spec 3 May 2006 14:03:38 -0000 1.81
@@ -37,6 +37,7 @@
Patch102: kdepim-3.5.2-crash-kde#125723.patch
Patch103: kdepim-3.5.2-kmail-encoding.patch
Patch104: kdepim-3.5.2-kmail-crash-#126571.patch
+Patch105: kdepim-3.5.2-avscripts-typo.patch
Requires: kdebase >= %{kdebase_epoch}:%{version}
Requires(post,postun): /sbin/ldconfig
@@ -125,6 +126,7 @@
%patch102 -p1 -b .crash-kde#125723
%patch103 -p1 -b .kmail-encoding
%patch104 -p1 -b .kmail-crash-#126571
+%patch105 -p1 -b .avscripts-typo
%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -229,6 +231,7 @@
- possibly fix crash while selecting mail in mail header view
- fix #122571, kmail doesn't remember "fallback character encoding" setting
- fix #126571, kmail crashes when pressing "Send again..." in drafts folder
+- fix syntax error in /usr/bin/kmail_clamav.sh
* Fri Mar 31 2006 Than Ngo <than@xxxxxxxxxx> 6:3.5.2-0.1.fc5
- update to 3.5.2
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|