rpms/mingw32-wpcap/F-11 mingw32-wpcap.spec, 1.2, 1.3 wpcap.patch, 1.2, 1.3

sailer sailer at fedoraproject.org
Tue Nov 10 20:17:11 UTC 2009


Author: sailer

Update of /cvs/pkgs/rpms/mingw32-wpcap/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30174

Modified Files:
	mingw32-wpcap.spec wpcap.patch 
Log Message:
fix build patch



Index: mingw32-wpcap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-wpcap/F-11/mingw32-wpcap.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mingw32-wpcap.spec	10 Nov 2009 18:53:34 -0000	1.2
+++ mingw32-wpcap.spec	10 Nov 2009 20:17:11 -0000	1.3
@@ -7,7 +7,7 @@
 
 Name:           mingw32-wpcap
 Version:        %{versionmajor}.%{versionminor}.final%{versionsuffix}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW user-level packet capture
 
 Group:          Development/Libraries
@@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
 %{wpcapexamples}
 
 %changelog
+* Tue Nov 10 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.1.final1-2
+- fix build patch
+
 * Tue Nov 10 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.1.final1-1
 - update to 4.1.1
 

wpcap.patch:
 packetNtx/Dll/AdInfo.c                    |    4 ++--
 packetNtx/Dll/Packet32.c                  |   10 +++++-----
 packetNtx/Dll/Project/GNUmakefile         |    2 +-
 wpcap/PRJ/GNUmakefile                     |   10 +++++-----
 wpcap/Win32-Extensions/Win32-Extensions.c |    2 +-
 wpcap/libpcap/inet.c                      |    2 +-
 6 files changed, 15 insertions(+), 15 deletions(-)

Index: wpcap.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-wpcap/F-11/wpcap.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- wpcap.patch	10 Nov 2009 18:53:34 -0000	1.2
+++ wpcap.patch	10 Nov 2009 20:17:11 -0000	1.3
@@ -70,7 +70,13 @@
  
 --- ./wpcap/PRJ/GNUmakefile.orig	2008-12-21 04:46:22.000000000 +0100
 +++ ./wpcap/PRJ/GNUmakefile	2009-02-16 19:38:23.000000000 +0100
-@@ -22,19 +22,19 @@
+@@ -17,24 +17,24 @@
+ LFLAGS = -Ppcap_
+ YFLAGS = -y -p pcap_
+ 
+-PACKET_DIR = packetNTx
++PACKET_DIR = packetNtx
+ INSTALL_DIR = ${SYSTEMROOT}\system32
  
  CFLAGS = -I ../libpcap -I ../libpcap/bpf -I ../libpcap/lbl \
  	-I ../libpcap/Win32/Include -I../libpcap/Win32/Include/ipv6kit \
@@ -89,7 +95,7 @@
  	-mno-cygwin -shared ${OPTFLAGS}
  LDFLAGS = -Wl,--out-implib,../lib/libwpcap.a
 -LIBS = -L ../../${PACKET_DIR}/DLL/Project -lPacket -lws2_32
-+LIBS = -L ../../${PACKET_DIR}/Dll/Project -lpacket -lws2_32
++LIBS = -L ../../${PACKET_DIR}/Dll/Project -lPacket -lws2_32
  OBJS = ../libpcap/bpf/net/bpf_filter.o \
  	../libpcap/bpf_dump.o \
  	../libpcap/bpf_image.o \




More information about the fedora-extras-commits mailing list