diff --git a/.gitignore b/.gitignore index d1e3198..80dd578 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ ettercap-NG-0.7.3.tar.gz /ettercap-0.7.5.1.tar.gz /v0.7.5.2.tar.gz /ettercap-0.7.5.3.tar.gz +/ettercap-0.7.6.tar.gz diff --git a/ettercap.spec b/ettercap.spec index cc8f038..52ffbb6 100644 --- a/ettercap.spec +++ b/ettercap.spec @@ -1,7 +1,7 @@ %define _hardened_build 1 Name: ettercap -Version: 0.7.5.3 -Release: 2%{?dist} +Version: 0.7.6 +Release: 1%{?dist} Summary: Network traffic sniffer/analyser, NCURSES interface version Group: Applications/Internet License: GPLv2+ @@ -77,7 +77,7 @@ analysis. %build mkdir build pushd build -%cmake ../ -DINSTALL_PREFIX=/usr -DMAN_INSTALLDIR=%{_mandir} -DINSTALL_LIBDIR=%{_libdir} +%cmake ../ -DINSTALL_PREFIX=/usr -DMAN_INSTALLDIR=%{_mandir} -DINSTALL_LIBDIR=%{_libdir} -DENABLE_IPV6=yes make CFLAGS="$RPM_BUILD_FLAGS" %install @@ -136,6 +136,10 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/32x32/apps/ettercap.png %changelog +* Wed Mar 27 2013 Jon Ciesla - 0.7.6-1 +- Enable ipv6. +- 0.7.6, BZ 928245. + * Mon Feb 11 2013 Jon Ciesla - 0.7.5.3-2 - Drop desktop vendor tag. diff --git a/sources b/sources index 5e7a320..726bb33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -784b5cf2493246e95943179b21f70645 ettercap-0.7.5.3.tar.gz +7c5f5e1fd4002afdfd13765ef92866e1 ettercap-0.7.6.tar.gz