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: 07-Jul-2003 13:38:01
Branch: HEAD Handle: 2003070712380001
Modified files:
openpkg-src/procmail procmail.spec
openpkg-web news.txt
Log:
speclint police: remove illegal indentation on preproc directives
Summary:
Revision Changes Path
1.26 +6 -6 openpkg-src/procmail/procmail.spec
1.5379 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/procmail/procmail.spec
============================================================================
$ cvs diff -u -r1.25 -r1.26 procmail.spec
--- openpkg-src/procmail/procmail.spec 3 Jul 2003 08:29:53 -0000 1.25
+++ openpkg-src/procmail/procmail.spec 7 Jul 2003 11:38:01 -0000 1.26
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 3.22
-Release: 20030703
+Release: 20030707
# package options
%option with_fsl yes
@@ -82,11 +82,11 @@
-e
's;\(#define.*ETCRC[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/procmailrc\2;' \
-e 's;\(#define.*ETCRCS[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/\2;' \
config.h
- %if "%{with_fsl}" == "yes"
- %{l_shtool} subst \
- -e 's;openlog(ident,logopt,facility);openlog(ident,logopt,LOG_USER);' \
- src/includes.h
- %endif
+%if "%{with_fsl}" == "yes"
+ %{l_shtool} subst \
+ -e 's;openlog(ident,logopt,facility);openlog(ident,logopt,LOG_USER);' \
+ src/includes.h
+%endif
%build
( unset LD_LIBRARY_PATH 2>/dev/null || true
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5378 -r1.5379 news.txt
--- openpkg-web/news.txt 7 Jul 2003 11:37:37 -0000 1.5378
+++ openpkg-web/news.txt 7 Jul 2003 11:38:00 -0000 1.5379
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<procmail-3.22-20030707>
07-Jul-2003: Upgraded package: P<mplayer-0.90-20030707>
07-Jul-2003: Upgraded package: P<dcoracle2-1.2-20030707>
07-Jul-2003: Upgraded package: P<xemacs-21.4.13-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]