From 8e2462b3f921f3edf543cf021e5b25cf85d7f823 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 10:47:00 +0000 Subject: auto-import changelog data from procmail-3.22-11.src.rpm Mon Sep 22 2003 Florian La Roche - do not link against -ldl and -lnsl Wed Jun 04 2003 Elliot Lee - rebuilt --- diff --git a/procmail-3.22-rhconfig.patch b/procmail-3.22-rhconfig.patch index 3f35093..119e7af 100644 --- a/procmail-3.22-rhconfig.patch +++ b/procmail-3.22-rhconfig.patch @@ -1,5 +1,5 @@ ---- procmail-3.22/Makefile.rhconfig Wed Sep 12 12:20:09 2001 -+++ procmail-3.22/Makefile Wed Sep 12 12:26:26 2001 +--- procmail-3.22/Makefile.rhconfig 2001-09-10 22:53:09.000000000 -0600 ++++ procmail-3.22/Makefile 2003-09-12 07:44:34.000000000 -0600 @@ -23,7 +23,7 @@ # Uncomment to install compressed man pages (possibly add extra suffix @@ -27,6 +27,17 @@ # it better than the autoconf lockingtests. # This will cause the lockingtests to be hotwired. # 100 to enable fcntl() +@@ -74,8 +74,8 @@ + # Or them together to get the desired combination. + + # Optional system libraries we search for +-SEARCHLIBS = -lm -ldir -lx -lsocket -lnet -linet -lnsl_s -lnsl_i -lnsl -lsun \ +- -lgen -lsockdns -ldl ++SEARCHLIBS = -lm -ldir -lx -lsocket -lnet -linet -lnsl_s -lnsl_i -lsun \ ++ -lgen -lsockdns + # -lresolv # not really needed, is it? + + # Informal list of directories where we look for the libraries in SEARCHLIBS @@ -86,8 +86,8 @@ #-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized @@ -38,8 +49,8 @@ # Read my libs :-) LIBS= ---- procmail-3.22/config.h.rhconfig Wed Sep 12 12:35:28 2001 -+++ procmail-3.22/config.h Wed Sep 12 12:42:16 2001 +--- procmail-3.22/config.h.rhconfig 2001-09-10 22:53:50.000000000 -0600 ++++ procmail-3.22/config.h 2003-09-12 07:41:40.000000000 -0600 @@ -35,7 +35,8 @@ */ /*#define DEFSPATH "PATH=/bin:/usr/bin" /* */ diff --git a/procmail.spec b/procmail.spec index 30d249d..596266f 100644 --- a/procmail.spec +++ b/procmail.spec @@ -1,7 +1,7 @@ Summary: The procmail mail processing program. Name: procmail Version: 3.22 -Release: 9 +Release: 11 License: GPL or artistic Group: System Environment/Daemons Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz @@ -54,6 +54,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man[15]/* %changelog +* Mon Sep 22 2003 Florian La Roche +- do not link against -ldl and -lnsl + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Wed Jan 22 2003 Tim Powers - rebuilt