Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit mlmmj
- From: root@xxxxxxx (h_root)
- Date: Sun, 6 Aug 2006 21:55:55 +0200 (CEST)
- Message-id: <20060806195555.B77C896C15@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mlmmj
checked in at Sun Aug 6 21:55:55 CEST 2006.
--------
--- mlmmj/mlmmj.changes 2006-07-10 14:26:45.000000000 +0200
+++ mlmmj/mlmmj.changes 2006-08-03 12:18:36.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 3 12:18:01 CEST 2006 - mskibbe@xxxxxxx
+
+- add patch that provides more information at logging
+
+-------------------------------------------------------------------
New:
----
mlmmj-log.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mlmmj.spec ++++++
--- /var/tmp/diff_new_pack.efHz0C/_old 2006-08-06 21:55:34.000000000 +0200
+++ /var/tmp/diff_new_pack.efHz0C/_new 2006-08-06 21:55:34.000000000 +0200
@@ -14,14 +14,15 @@
License: X11/MIT
Group: Productivity/Networking/Email/Mailinglists
Version: 1.2.11
-Release: 18
+Release: 19
URL: http://mlmmj.mmj.dk/
Summary: Mail Server Independent Reimplementation of the EZMLM Mailing List
Source0: %name-%version.tar.bz2
Patch0: rFastTemplate.diff
-Patch1: mlmmj-1.2.11_subscriber_mmap.patch
-Patch2: mlmmj-faq.patch
-Patch3: mlmmj-nodigestsub.patch
+Patch1: %{name}-1.2.11_subscriber_mmap.patch
+Patch2: %{name}-faq.patch
+Patch3: %{name}-nodigestsub.patch
+Patch4: %{name}-log.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -42,6 +43,7 @@
%patch1
%patch2
%patch3
+%patch4
%build
./configure --prefix=/usr --mandir=%_mandir
@@ -68,6 +70,8 @@
/usr/share/%name
%changelog -n mlmmj
+* Thu Aug 03 2006 - mskibbe@xxxxxxx
+- add patch that provides more information at logging
* Mon Jul 10 2006 - hvogel@xxxxxxx
- Make it possible to disable digest subscription
- Fix inclusion of listfaq text
++++++ mlmmj-log.patch ++++++
--- src/mlmmj-process.c
+++ src/mlmmj-process.c
@@ -284,8 +284,8 @@
break;
}
- log_error(LOG_ARGS, "A mail was %s by rule #%d",
- logstr, rule_nr);
+ log_error(LOG_ARGS, "A mail with header \"%s\" was %s by rule #%d \"%s\"",
+ hdrs->strs[i], logstr, rule_nr, rule_ptr);
ret = rule->act;
free_rules(head);
return ret;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |