Package: spectools / 201601r1-6

Metadata

Package Version Patches format
spectools 201601r1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_typos | (download)

ubertooth_hw_u1.c | 6 3 + 3 - 0 !
wispy_hw_24x.c | 6 3 + 3 - 0 !
wispy_hw_dbx.c | 6 3 + 3 - 0 !
wispy_hw_gen1.c | 4 2 + 2 - 0 !
4 files changed, 11 insertions(+), 11 deletions(-)

---
gcc5_fix | (download)

spectool_gtk_channel.c | 2 1 + 1 - 0 !
spectool_gtk_widget.c | 4 2 + 2 - 0 !
spectool_gtk_widget.h | 6 3 + 3 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

---
clang_fix | (download)

spectool_curses.c | 8 4 + 4 - 0 !
spectool_gtk.c | 2 1 + 1 - 0 !
spectool_gtk_channel.c | 32 16 + 16 - 0 !
spectool_gtk_hw_registry.c | 10 5 + 5 - 0 !
spectool_gtk_planar.c | 20 10 + 10 - 0 !
spectool_gtk_spectral.c | 6 3 + 3 - 0 !
spectool_gtk_topo.c | 6 3 + 3 - 0 !
spectool_gtk_widget.c | 18 9 + 9 - 0 !
spectool_raw.c | 2 1 + 1 - 0 !
9 files changed, 52 insertions(+), 52 deletions(-)

---
missing prototypes.patch | (download)

spectool_net_client.h | 1 1 + 0 - 0 !
ubertooth_hw_u1.c | 1 1 + 0 - 0 !
wispy_hw_24x.h | 2 2 + 0 - 0 !
wispy_hw_gen1.c | 1 1 + 0 - 0 !
4 files changed, 5 insertions(+)

 fix building with -werror=implicit-function-declaration


1000 gcc 14.patch | (download)

spectool_gtk_channel.c | 1 1 + 0 - 0 !
spectool_gtk_planar.c | 1 1 + 0 - 0 !
spectool_gtk_spectral.c | 1 1 + 0 - 0 !
spectool_gtk_topo.c | 1 1 + 0 - 0 !
spectool_gtk_widget.h | 1 1 + 0 - 0 !
wispy_hw_dbx.c | 8 4 + 4 - 0 !
6 files changed, 9 insertions(+), 4 deletions(-)

 fixed build problems with gcc 14.
 Provide used function prototypes and avoid pointer assignment to
 incompatible pointers without casting.