rpms/postal/devel postal.DSOl.patch, NONE, 1.1 import.log, 1.1, 1.2 postal.spec, 1.2, 1.3

David Nalley ke4qqq at fedoraproject.org
Sat Apr 24 02:24:33 UTC 2010


Author: ke4qqq

Update of /cvs/pkgs/rpms/postal/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3590/devel

Modified Files:
	import.log postal.spec 
Added Files:
	postal.DSOl.patch 
Log Message:
* Fri Apr 23 2010 David Nalley <david at gnsa.us> - 0.70-5
- patched for implicit DSO linking



postal.DSOl.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE postal.DSOl.patch ---
--- ./Makefile.in.diff	2008-05-26 05:32:26.000000000 -0400
+++ Makefile.in	2010-04-23 22:17:47.197108097 -0400
@@ -18,7 +18,7 @@
 TESTEXE=ex-test
 BASEOBJS=userlist.o thread.o results.o address.o tcp.o cmd5.o mutex.o logit.o expand.o @extra_objs@
 LFLAGS=-lstdc++ @extra_ldflags@
-CRYPTLFLAGS=-lstdc++ @crypt_ldflags@
+CRYPTLFLAGS=-lstdc++ -lgcrypt @crypt_ldflags@
 
 
 ALLOBJS=$(BASEOBJS) smtp.o client.o basictcp.o bhmusers.o smtpserver.o


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/postal/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	14 May 2009 05:36:26 -0000	1.1
+++ import.log	24 Apr 2010 02:24:31 -0000	1.2
@@ -1 +1,2 @@
 postal-0_70-4_fc10:HEAD:postal-0.70-4.fc10.src.rpm:1242279215
+postal-0_70-5_fc13:HEAD:postal-0.70-5.fc13.src.rpm:1272075840


Index: postal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postal/devel/postal.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- postal.spec	26 Jul 2009 19:13:12 -0000	1.2
+++ postal.spec	24 Apr 2010 02:24:31 -0000	1.3
@@ -7,8 +7,10 @@ Group:          Applications/Internet
 License:        GPLv3
 URL:            http://doc.coker.com.au/projects/postal/
 Source0:        http://www.coker.com.au/postal/postal-%{version}.tgz
+Patch0:         postal.DSOl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gnutls-devel
+BuildRequires:  libgcrypt
 %description
 The Postal suite consists of an SMTP delivery benchmark (postal), a POP
 retrieval benchmark (rabid) and a SMTP sink (bhm).  It is designed to test
@@ -16,7 +18,7 @@ mail servers and mail forwarding systems
 
 %prep
 %setup -q
-
+%patch0 -p0
 
 %build
 %configure --disable-static --disable-stripping
@@ -46,9 +48,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc credits.txt
 
 %changelog
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.70-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
+* Fri Apr 23 2010 David Nalley <david at gnsa.us> - 0.70-5
+- patched for implicit DSO linking
 * Mon May 11 2009 David Nalley <david at gnsa.us> - 0.70-4
 - added argument to make to preserve timestamps
 - added a few docs that were missing



More information about the scm-commits mailing list