diff --git a/wireshark.spec b/wireshark.spec index fdc6aef..a6f684c 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -6,7 +6,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ Group: Applications/Internet %if %{svn_version} @@ -78,7 +78,7 @@ Contains wireshark for Gnome 2 and desktop integration file %patch4 -p1 %build -%ifarch s390 s390x +%ifarch s390 s390x sparcv9 sparc64 export PIECFLAGS="-fPIE" %else export PIECFLAGS="-fpie" @@ -201,6 +201,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 29 2008 Dennis Gilmore 1.0.0-3 +- add sparc arches to -fPIE +- rebuild for new gnutls + * Tue Apr 1 2008 Radek Vokál 1.0.0-2 - fix BuildRequires - python, yacc, bison