rpms/wireshark/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 wireshark.spec, 1.19, 1.20

Radek Vokál (rvokal) fedora-extras-commits at redhat.com
Mon Jun 18 13:09:49 UTC 2007


Author: rvokal

Update of /cvs/pkgs/rpms/wireshark/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8730

Modified Files:
	.cvsignore sources wireshark.spec 
Log Message:
turn on ADNS support


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wireshark/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	23 May 2007 14:37:36 -0000	1.12
+++ .cvsignore	18 Jun 2007 13:09:15 -0000	1.13
@@ -1 +1 @@
-wireshark-0.99.6-SVN-21881.tar.gz
+wireshark-0.99.6-SVN-22104.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wireshark/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	23 May 2007 14:37:36 -0000	1.12
+++ sources	18 Jun 2007 13:09:15 -0000	1.13
@@ -1 +1 @@
-872a361a32092ba4bb360439f972eb1c  wireshark-0.99.6-SVN-21881.tar.gz
+0d6eb440bad9015a6c63e7751bd6834d  wireshark-0.99.6-SVN-22104.tar.gz


Index: wireshark.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wireshark/devel/wireshark.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- wireshark.spec	23 May 2007 14:37:36 -0000	1.19
+++ wireshark.spec	18 Jun 2007 13:09:15 -0000	1.20
@@ -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:  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:	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 @@
    --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 @@
 
 
 %changelog
+* Fri Jun 15 2007 Radek Vokál <rvokal at redhat.com> 0.99.6-0.pre2
+- another pre-release
+- turn on ADNS support
+
 * Wed May 23 2007 Radek Vokál <rvokal at redhat.com> 0.99.6-0.pre1
 - update to pre1 of 0.99.6 release
 




More information about the fedora-extras-commits mailing list