From beda722a0a1e27d8fe0d4e96b408f19528ab6fc2 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Oct 22 2007 21:20:15 +0000 Subject: Fix endianness patch. --- diff --git a/driftnet.spec b/driftnet.spec index 4aeddd3..1a884ed 100644 --- a/driftnet.spec +++ b/driftnet.spec @@ -2,7 +2,7 @@ Name: driftnet License: GPL Group: Applications/Internet Version: 0.1.6 -Release: 13.20040426cvs%{?dist} +Release: 14.20040426cvs%{?dist} Summary: Network image sniffer URL: http://www.ex-parrot.com/~chris/driftnet/ Source0: driftnet-0.1.6-20040426cvs.tar.gz @@ -56,6 +56,9 @@ install -Dpm 644 %{SOURCE2} \ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Oct 21 2007 Paul Wouters - 0.1.6-14.20040426cvs +- Fixed endian patch + * Sun Oct 21 2007 Paul Wouters - 0.1.6-13.20040426cvs - Commented out a g_free(template) that broke tmpdir. I don't understand why though. Since template is never used again.