[wireshark] upgrade to 1.6.4 build with c-ares and libpcap Resolves: #759305

Jan Šafránek jsafrane at fedoraproject.org
Fri Dec 2 08:03:02 UTC 2011


commit 1104722bee7f18bd35dee9f1b4578c6a3c48c43d
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Fri Dec 2 09:01:00 2011 +0100

    upgrade to 1.6.4
    build with c-ares and libpcap
    Resolves: #759305

 .gitignore     |    1 +
 sources        |    2 +-
 wireshark.spec |    9 +++++++--
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f3bff7d..5b71ea0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ wireshark-1.2.10.tar.bz2
 /wireshark-1.6.1.tar.bz2
 /wireshark-1.6.2.tar.bz2
 /wireshark-1.6.3.tar.bz2
+/wireshark-1.6.4.tar.bz2
diff --git a/sources b/sources
index a80fb27..be7ea80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5012c75c379ffd47fbcf395d9a6e417e  wireshark-1.6.3.tar.bz2
+a348521c514fcdd890d974f2a0b59db3  wireshark-1.6.4.tar.bz2
diff --git a/wireshark.spec b/wireshark.spec
index 0b69820..c62575f 100644
--- a/wireshark.spec
+++ b/wireshark.spec
@@ -10,8 +10,8 @@
 
 Summary:	Network traffic analyzer
 Name:		wireshark
-Version:	1.6.3
-Release:	2%{?dist}
+Version:	1.6.4
+Release:	1%{?dist}
 License:	GPL+
 Group:		Applications/Internet
 Source0:	http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
@@ -30,6 +30,7 @@ Patch3:		wireshark-libtool-pie.patch
 Patch4:		wireshark-1.6.1-group-msg.patch
 Patch5:		wireshark-1.6.0-soname.patch
 Patch6:		wireshark-1.6.2-nfsv41-addstatus.patch
+Patch7:		wireshark-gnome3-msgbox.patch
 
 Url:		http://www.wireshark.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,8 +46,11 @@ BuildRequires:	desktop-file-utils
 BuildRequires:	xdg-utils
 BuildRequires:	flex, bison, python, python-devel
 BuildRequires:	GeoIP-devel
+BuildRequires:	libcap-devel
 %if %{with_adns}
 BuildRequires:	adns-devel
+%else
+BuildRequires:	c-ares-devel
 %endif
 %if %{with_portaudio}
 BuildRequires:	portaudio-devel
@@ -109,6 +113,7 @@ and plugins.
 %patch4 -p1 -b .group-msg
 %patch5 -p1 -b .soname
 %patch6 -p1 -b .v4staus
+%patch7 -p1 -b .gnome3
 
 %build
 %ifarch s390 s390x sparcv9 sparc64


More information about the scm-commits mailing list