From 358287f782ef537394e6c288d8e86297c2966032 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Jan 20 2009 12:20:27 +0000 Subject: - rebuild for new openssl - convert CREDITS to UTF-8 (#226481) --- diff --git a/tcpdump.spec b/tcpdump.spec index 174afd0..c3ed008 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -2,7 +2,7 @@ Summary: A network traffic monitoring tool Name: tcpdump Epoch: 14 Version: 3.9.8 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD with advertising URL: http://www.tcpdump.org Group: Applications/Internet @@ -49,6 +49,11 @@ popd find . -name '*.c' -o -name '*.h' | xargs chmod 644 +for f in CREDITS; do + iconv -f iso8859-1 -t utf8 -o ${f}{_,} && + touch -r ${f}{,_} && mv -f ${f}{_,} +done + %build export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -fno-strict-aliasing" @@ -98,6 +103,10 @@ exit 0 %{_mandir}/man8/tcpdump.8* %changelog +* Tue Jan 20 2009 Miroslav Lichvar - 14:3.9.8-7 +- rebuild for new openssl +- convert CREDITS to UTF-8 (#226481) + * Fri Aug 29 2008 Miroslav Lichvar - 14:3.9.8-6 - rediff patches with fuzz - add -fno-strict-aliasing to CFLAGS