rpms/tcpreplay/F-7 sources, 1.3, 1.4 tcpreplay.spec, 1.3, 1.4 tcpreplay-configure-libpcap.patch, 1.1, NONE

Bojan Smojver (bojan) fedora-extras-commits at redhat.com
Fri Jul 20 00:30:29 UTC 2007


Author: bojan

Update of /cvs/pkgs/rpms/tcpreplay/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4266

Modified Files:
	sources tcpreplay.spec 
Removed Files:
	tcpreplay-configure-libpcap.patch 
Log Message:
Bump up to 3.1.1.



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tcpreplay/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	4 May 2007 00:45:28 -0000	1.3
+++ sources	20 Jul 2007 00:29:56 -0000	1.4
@@ -1 +1 @@
-70544d4320a4fc6e596d9033cf824a86  tcpreplay-3.0.1.tar.gz
+811ed8c4cab0f8c3a8ba373f2b9f0023  tcpreplay-3.1.1.tar.gz


Index: tcpreplay.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcpreplay/F-7/tcpreplay.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcpreplay.spec	4 May 2007 01:13:05 -0000	1.3
+++ tcpreplay.spec	20 Jul 2007 00:29:56 -0000	1.4
@@ -6,15 +6,14 @@
 %endif
 
 Name:           tcpreplay
-Version:        3.0.1
-Release:        2%{?dist}
+Version:        3.1.1
+Release:        1%{?dist}
 Summary:        Replay captured network traffic
 
 Group:          Applications/Internet
 License:        BSD
 URL:            http://tcpreplay.synfin.net/trac/
 Source:         http://prdownloads.sourceforge.net/tcpreplay/tcpreplay-%{version}.tar.gz
-Patch0:         tcpreplay-configure-libpcap.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{pcapdep} >= 0.8.0, tcpdump
@@ -29,15 +28,16 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .libpcap
 
 %build
-%configure --enable-dynamic-link --disable-libopts-install \
+%configure --enable-dynamic-link \
+           --enable-local-libopts \
+           --disable-libopts-install \
            --enable-64bits
 
 # make sure we use proper CFLAGS
 %{__sed} -i \
-         -e 's/^CFLAGS.*/CFLAGS=${RPM_OPT_FLAGS} -std=gnu99/' \
+         -e 's/^CFLAGS.*/CFLAGS=${RPM_OPT_FLAGS} -std=gnu99 -D_U_="__attribute__((unused))"/' \
          $(find . -name Makefile)
 
 # remove unneeded docs
@@ -62,6 +62,10 @@
 %{_bindir}/*
 
 %changelog
+* Fri Jul 20 2007 Bojan Smojver <bojan at rexursive com> - 3.1.1-1
+- bump up to 3.1.1
+- drop the patch for libpcap.so detection, fixed upstream
+
 * Fri May 04 2007 Bojan Smojver <bojan at rexursive com> - 3.0.1-2
 - static libraries not shipped in FC7 - fix libpcap.so detection
 


--- tcpreplay-configure-libpcap.patch DELETED ---




More information about the scm-commits mailing list