upgrade to 1.2.0
This commit is contained in:
parent
b1bc8ded85
commit
963c50f59b
@ -1 +1 @@
|
||||
wireshark-1.1.4-SVN-28436.tar.gz
|
||||
wireshark-1.2.0.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
ba5f95fe30b2df58587cffca8ece13e8 wireshark-1.1.4-SVN-28436.tar.gz
|
||||
d3f799e0ae7953cd3426d9e0b6e2708d wireshark-1.2.0.tar.bz2
|
||||
|
@ -1,19 +1,19 @@
|
||||
%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 28436
|
||||
%define svn_version 0
|
||||
%define with_adns 0
|
||||
%define with_portaudio 1
|
||||
|
||||
Summary: Network traffic analyzer
|
||||
Name: wireshark
|
||||
Version: 1.1.4
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
License: GPL+
|
||||
Group: Applications/Internet
|
||||
%if %{svn_version}
|
||||
Source0: http://wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
|
||||
%else
|
||||
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.gz
|
||||
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||
%endif
|
||||
Source1: wireshark.pam
|
||||
Source2: wireshark.console
|
||||
@ -210,6 +210,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 16 2009 Radek Vokal <rvokal@redhat.com> - 1.2.0
|
||||
- upgrade to 1.2.0
|
||||
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html
|
||||
|
||||
* Fri May 22 2009 Radek Vokal <rvokal@redhat.com> - 1.1.4-0.pre1
|
||||
- update to latest development build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user