* Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
* Wed Apr 21 2021 Dirk Müller <dmueller@suse.com>
- spec-cleaner run (move license to licensedir)
* use https for urls
* Fri Jul 10 2020 Brice DEKANY <brice.dekany@suse.com>
- added 007-iftop-declare-extern-vars.patch: fix for compilations
error with GCC10 (Default to -fno-common)
See: https://www.gnu.org/software/gcc/gcc-10/porting_to.html
* Thu Apr 11 2019 lars@linux-schulserver.de - 0.99.4
- added 006-iftop-choose_first_running_interface.patch:
Choose first running interface, rather than first "up" interface
- apply/use 0001-Prefer-ncurses6w.patch only on newer distributions
* Thu Jan 03 2019 Cristian Rodríguez <crrodriguez@opensuse.org>
- 0001-Prefer-ncurses6w.patch: prefer ncursesw6, previously force-fed
via CFLAGS/LDFLAGS but did not really work.
* Wed Apr 30 2014 lars@linux-schulserver.de
- fix bnc#875625: iftop 0.99.2 memory leakeage
- added MAC-address-format.patch : defining the MAC address of the
interface as char instead of integer, which results in correct
commandline output
http://lists.beasts.org/pipermail/iftop-users/2014-March/000413.html
- added 001-Avoid-32-bit-overflow-for-rates-when-calculating-bar.patch
http://lists.beasts.org/pipermail/iftop-users/2014-March/000414.html
- added 002-scale-up-to-tbit.patch : Extend the scale[] array up to
terabit. 10gbit is not uncommon, 100gbit 40 and 100 gbit are coming,
400 gbit and terabit are future possibilities.
- 003-rateidx_init-fix.patch : When calculating the first rateidx,
we were overshooting to the next scale. Fix that.
- 004-iftop-unlimited_text_output.patch : Allow unlimited number of
lines in text output, using "iftop -t -L 0"
* Fri Feb 14 2014 andreas.stieger@gmx.de
- update to 1.0pre4:
* Man page documentation of -t mode.
* Compile time warning fixes.
- removed patches:
* iftop-implicit-pointer-decl.patch
- remove autoconf calls previously required
* Fri Jan 03 2014 pascal.bleser@opensuse.org
- update to 1.0pre3:
* bugs and compilation issues were fixed
* a "text output" mode was added.
- drop the following patches, merged upstream:
* iftop-manpage.patch
* iftop-multicast.patch
* Tue Mar 05 2013 crrodriguez@opensuse.org
- Use ncursesw6
- fix a number of implicit declarations and
implicit-pointer-decl warnings (iftop-implicit-pointer-decl.patch)
* Sun Nov 25 2012 schwab@linux-m68k.org
- Properly handle multicast packages
- Define USE_GETIFADDRS to use getifaddrs for better IPv6 support