OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 18-Sep-2003 18:58:46
Branch: HEAD Handle: 2003091817584401
Added files:
openpkg-src/petidomo petidomo.patch
Modified files:
openpkg-src/petidomo petidomo.spec
openpkg-web news.txt
Log:
include patch which allows Spamassasin header to be passed through
Summary:
Revision Changes Path
1.1 +10 -0 openpkg-src/petidomo/petidomo.patch
1.51 +3 -1 openpkg-src/petidomo/petidomo.spec
1.6624 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/petidomo/petidomo.patch
============================================================================
$ cvs diff -u -r0 -r1.1 petidomo.patch
--- /dev/null 2003-09-18 18:58:46.000000000 +0200
+++ petidomo.patch 2003-09-18 18:58:46.000000000 +0200
@@ -0,0 +1,10 @@
+--- petidomo-4.0b1/hermes.c.orig 2001-01-20 15:29:28.000000000 +0100
++++ petidomo-4.0b1/hermes.c 2003-08-19 13:08:33.000000000 +0200
+@@ -312,6 +312,7 @@
+ !strncasecmp(currLine, "In-Reply-To:", 12) ||
+ !strncasecmp(currLine, "References:", 11) ||
+ !strncasecmp(currLine, "Message-Id:", 11) ||
++ !strncasecmp(currLine, "X-Spam-Flag:", 12) ||
+ !strncasecmp(currLine, "Received:", 9))
+ {
+ len = nextLine - currLine;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/petidomo/petidomo.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 petidomo.spec
--- openpkg-src/petidomo/petidomo.spec 23 Jul 2003 13:32:17 -0000 1.50
+++ openpkg-src/petidomo/petidomo.spec 18 Sep 2003 16:58:45 -0000 1.51
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 4.0b1
-Release: 20030723
+Release: 20030918
# package options
%option with_fsl yes
@@ -43,6 +43,7 @@
Source1: etc.petidomo.tar
Source2: fsl.petidomo
Source3: rc.petidomo
+Patch0: petidomo.patch
# build information
Prefix: %{l_prefix}
@@ -65,6 +66,7 @@
%prep
%setup0 -q -c
%setup1 -q -T -D -a 1
+ %patch -p0
%build
# build petidomo
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6623 -r1.6624 news.txt
--- openpkg-web/news.txt 18 Sep 2003 16:50:22 -0000 1.6623
+++ openpkg-web/news.txt 18 Sep 2003 16:58:44 -0000 1.6624
@@ -1,3 +1,4 @@
+18-Sep-2003: Upgraded package: P<petidomo-4.0b1-20030918>
18-Sep-2003: Upgraded package: P<pam-20030918-20030918>
18-Sep-2003: Upgraded package: P<xterm-1.79-20030918>
18-Sep-2003: Upgraded package: P<xmame-0.74.1-20030918>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]