From 7ae600149584e0aeb6f416a05e8bdfbac33327c4 Mon Sep 17 00:00:00 2001 From: Radek Vokál Date: Jun 18 2007 13:09:15 +0000 Subject: turn on ADNS support --- diff --git a/.cvsignore b/.cvsignore index c65d630..773ce9b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wireshark-0.99.6-SVN-21881.tar.gz +wireshark-0.99.6-SVN-22104.tar.gz diff --git a/sources b/sources index fec3d02..e071b4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -872a361a32092ba4bb360439f972eb1c wireshark-0.99.6-SVN-21881.tar.gz +0d6eb440bad9015a6c63e7751bd6834d wireshark-0.99.6-SVN-22104.tar.gz diff --git a/wireshark.spec b/wireshark.spec index d01f541..0777efc 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -1,11 +1,11 @@ %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") #define to 0 for final version -%define svn_version 21881 +%define svn_version 22104 Summary: Network traffic analyzer Name: wireshark Version: 0.99.6 -Release: 0.pre1%{?dist} +Release: 0.pre2%{?dist} License: GPL Group: Applications/Internet %if %{svn_version} @@ -30,7 +30,7 @@ BuildRequires: elfutils-devel, krb5-devel BuildRequires: python, pcre-devel, libselinux BuildRequires: gnutls-devel BuildRequires: desktop-file-utils, automake, libtool -BuildRequires: htmlview +BuildRequires: htmlview, adns-devel Obsoletes: ethereal Provides: ethereal @@ -42,7 +42,7 @@ Requires: gtk2 Requires: usermode >= 1.37 Requires: wireshark = %{version}-%{release} Requires: net-snmp >= 5.4, net-snmp-libs >= 5.4 -Requires: htmlview +Requires: htmlview, adns Obsoletes: ethereal-gnome Provides: ethereal-gnome @@ -90,6 +90,7 @@ export LDFLAGS="$LDFLAGS -lm -lcrypto" --disable-usr-local \ --enable-gtk2 \ --with-pic \ + --with-adns \ --with-ssl \ --disable-warnings-as-errors \ --with-plugindir=%{_libdir}/%{name}/plugins/%{version} @@ -185,6 +186,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 15 2007 Radek Vokál 0.99.6-0.pre2 +- another pre-release +- turn on ADNS support + * Wed May 23 2007 Radek Vokál 0.99.6-0.pre1 - update to pre1 of 0.99.6 release