Package: libserial / 1.0.0-9

Metadata

Package Version Patches format
libserial 1.0.0-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python3.patch | (download)

.ycm_extra_conf.py | 2 1 1 - 0 !
README.md | 4 2 2 - 0 !
configure.ac | 8 4 4 - 0 !
sip/Makefile.am | 2 1 1 - 0 !
sip/configure.py.in | 4 2 2 - 0 !
sip/recv_test.py | 6 3 3 - 0 !
sip/send_test.py | 2 1 1 - 0 !
sip/string.sip | 2 1 1 - 0 !
sip/test_control_lines.py | 2 1 1 - 0 !
sip/vector.sip | 18 9 9 - 0 !
10 files changed, 25 insertions( ), 25 deletions(-)

 switch sip bindings to python3
818005ee7d19b9145bc875cb0ea10422e6e0afaf.patch | (download)

src/SerialPort.cpp | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 [patch] serialport.cpp: fix build when size_t is an unsigned int

size_t can be defined as an unsigned int instead of long unsigned int so
replace 1UL to size_t {1} when calling max function

Signed-off-by: Fabrice Fontaine <[email protected]>

186.patch | (download)

src/libserial/SerialPortConstants.h | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 [patch] add missing cstdint header for uint8_t type