rpms/mingw32-wpcap/devel .cvsignore, 1.2, 1.3 mingw32-wpcap.spec, 1.8, 1.9 sources, 1.2, 1.3 wpcap.patch, 1.1, 1.2

sailer sailer at fedoraproject.org
Tue Nov 10 20:28:31 UTC 2009


Author: sailer

Update of /cvs/pkgs/rpms/mingw32-wpcap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1618

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/devel/.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 20:28:30 -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/devel/mingw32-wpcap.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- mingw32-wpcap.spec	25 Jul 2009 14:32:43 -0000	1.8
+++ mingw32-wpcap.spec	10 Nov 2009 20:28:30 -0000	1.9
@@ -1,13 +1,13 @@
 %global versionmajor 4
 %global versionminor 1
-%global versionsuffix beta5
+%global versionsuffix 1
 
 %global wpcapexamples %{_docdir}/%{name}/examples
 %global wpcapdoc %{_docdir}/%{name}
 
 Name:           mingw32-wpcap
-Version:        %{versionmajor}.%{versionminor}.%{versionsuffix}
-Release:        9%{?dist}
+Version:        %{versionmajor}.%{versionminor}.final%{versionsuffix}
+Release:        1%{?dist}
 Summary:        MinGW user-level packet capture
 
 Group:          Development/Libraries
@@ -144,6 +144,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
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.beta5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-wpcap/devel/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 20:28:30 -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                     |   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/devel/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 20:28:30 -0000	1.2
@@ -70,7 +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 @@
+@@ -17,24 +17,24 @@
  LFLAGS = -Ppcap_
  YFLAGS = -y -p pcap_
  
@@ -91,6 +91,7 @@
 -	-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
@@ -98,7 +99,7 @@
  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