diff --git a/.cvsignore b/.cvsignore index a25a22f..98b5ee6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libpcap-0.9.5.tar.gz +libpcap-0.9.6.tar.gz diff --git a/libpcap-shared.patch b/libpcap-0.9.6-shared.patch similarity index 76% rename from libpcap-shared.patch rename to libpcap-0.9.6-shared.patch index d0394f3..b45f44e 100644 --- a/libpcap-shared.patch +++ b/libpcap-0.9.6-shared.patch @@ -1,5 +1,10 @@ ---- libpcap-0.9.5/Makefile.in.shared 2003-12-15 02:35:03.000000000 +0100 -+++ libpcap-0.9.5/Makefile.in 2006-11-28 12:01:14.000000000 +0100 +--- libpcap-0.9.6/VERSION.shared 2006-09-19 21:27:07.000000000 +0200 ++++ libpcap-0.9.6/VERSION 2007-06-19 13:30:34.000000000 +0200 +@@ -1 +1 @@ +-0.9.5 ++0.9.6 +--- libpcap-0.9.6/Makefile.in.shared 2006-09-25 20:06:00.000000000 +0200 ++++ libpcap-0.9.6/Makefile.in 2007-06-19 13:30:15.000000000 +0200 @@ -22,6 +22,7 @@ # # Various configurable paths (remember to edit Makefile.in, not Makefile) @@ -8,16 +13,7 @@ # Top level hierarchy prefix = @prefix@ -@@ -49,7 +50,7 @@ - DYEXT = @DYEXT@ - - # Standard CFLAGS --CFLAGS = $(CCOPT) $(INCLS) $(DEFS) -+CFLAGS = $(CCOPT) $(INCLS) $(DEFS) -fPIC -DPIC - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -@@ -95,9 +96,14 @@ +@@ -96,9 +97,14 @@ TAGHDR = \ TAGFILES = \ $(SRC) $(HDR) $(TAGHDR) @@ -34,7 +30,7 @@ libpcap.a: $(OBJ) @rm -f $@ -@@ -170,10 +176,13 @@ +@@ -171,10 +177,13 @@ bpf_filter.c: $(srcdir)/bpf/net/bpf_filt bpf_filter.o: bpf_filter.c $(CC) $(CFLAGS) -c bpf_filter.c diff --git a/libpcap.spec b/libpcap.spec index 0b8f31f..ae36de6 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -2,7 +2,7 @@ Name: libpcap Epoch: 14 -Version: 0.9.5 +Version: 0.9.6 Release: 1%{?dist} Summary: A system-independent interface for user-level packet capture Group: Development/Libraries @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz Patch1: libpcap-man.patch -Patch2: libpcap-shared.patch +Patch2: libpcap-0.9.6-shared.patch Patch3: libpcap-s390.patch Patch4: libpcap-0.8.3-ppp.patch @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/pcap.3* %changelog +* Tue Jun 19 2007 Miroslav Lichvar 14:0.9.6-1 +- update to 0.9.6 + * Tue Nov 28 2006 Miroslav Lichvar 14:0.9.5-1 - split from tcpdump package (#193657) - update to 0.9.5 diff --git a/sources b/sources index ca60679..f5493ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0626ad59004fe5767ddd2ce743a2271 libpcap-0.9.5.tar.gz +2e1b5e983654c1d5991450e3e0e525ca libpcap-0.9.6.tar.gz