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

sailer sailer at fedoraproject.org
Tue Nov 10 18:53:34 UTC 2009


Author: sailer

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

Modified Files:
	.cvsignore mingw32-wpcap.spec sources wpcap.patch 
Log Message:
update to 4.1.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-wpcap/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	27 Mar 2009 20:55:19 -0000	1.2
+++ .cvsignore	10 Nov 2009 18:53:33 -0000	1.3
@@ -1 +1,2 @@
 WpcapSrc_4_1_beta5.zip
+WpcapSrc_4_1_1.zip


Index: mingw32-wpcap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-wpcap/F-11/mingw32-wpcap.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mingw32-wpcap.spec	27 Mar 2009 20:55:19 -0000	1.1
+++ mingw32-wpcap.spec	10 Nov 2009 18:53:34 -0000	1.2
@@ -1,13 +1,13 @@
 %define versionmajor 4
 %define versionminor 1
-%define versionsuffix beta5
+%define versionsuffix 1
 
 %define wpcapexamples %{_docdir}/%{name}/examples
 %define wpcapdoc %{_docdir}/%{name}
 
 Name:           mingw32-wpcap
-Version:        %{versionmajor}.%{versionminor}.%{versionsuffix}
-Release:        2%{?dist}
+Version:        %{versionmajor}.%{versionminor}.final%{versionsuffix}
+Release:        1%{?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-1
+- update to 4.1.1
+
 * Wed Mar 25 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.1.beta5-2
 - fix BR
 - add license file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-wpcap/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	27 Mar 2009 20:55:19 -0000	1.2
+++ sources	10 Nov 2009 18:53:34 -0000	1.3
@@ -1 +1 @@
-408a8cee8df478f5901f94a4294288a8  WpcapSrc_4_1_beta5.zip
+bc80986259810e0e97bd4941a957a85b  WpcapSrc_4_1_1.zip

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

Index: wpcap.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-wpcap/F-11/wpcap.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- wpcap.patch	27 Mar 2009 20:55:19 -0000	1.1
+++ wpcap.patch	10 Nov 2009 18:53:34 -0000	1.2
@@ -70,13 +70,7 @@
  
 --- ./wpcap/PRJ/GNUmakefile.orig	2008-12-21 04:46:22.000000000 +0100
 +++ ./wpcap/PRJ/GNUmakefile	2009-02-16 19:38:23.000000000 +0100
-@@ -17,23 +17,23 @@
- LFLAGS = -Ppcap_
- YFLAGS = -y -p pcap_
- 
--PACKET_DIR = packetNTx
-+PACKET_DIR = packetNtx
- INSTALL_DIR = ${SYSTEMROOT}\system32
+@@ -22,19 +22,19 @@
  
  CFLAGS = -I ../libpcap -I ../libpcap/bpf -I ../libpcap/lbl \
  	-I ../libpcap/Win32/Include -I../libpcap/Win32/Include/ipv6kit \
@@ -91,14 +85,15 @@
 -	-DHAVE_REMOTE -DHAVE_AIRPCAP_API \
 +	-DHAVE_REMOTE \
  	-DHAVE_TC_API \
+ 	-DHAVE_ADDRINFO \
  	-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 \
-@@ -66,7 +66,7 @@
+@@ -67,7 +67,7 @@
  main: ${OBJS}
  	@${RM} -rf ../lib/
  	mkdir ../lib/




More information about the fedora-extras-commits mailing list