Package: libwx-scintilla-perl / 0.39-3

Metadata

Package Version Patches format
libwx-scintilla-perl 0.39-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove uneeded libs | (download)

inc/Module/Build/Scintilla/GTK.pm | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 remove uneeded libs
 Remove -lfoo flags as suggested by dh_shlibdeps
hardening flags | (download)

inc/Module/Build/Scintilla.pm | 5 4 + 1 - 0 !
inc/Module/Build/Scintilla/GTK.pm | 3 3 + 0 - 0 !
2 files changed, 7 insertions(+), 1 deletion(-)

 pass through hardening flags to the build system
pod spelling.patch | (download)

lib/Wx/Scintilla/Constant.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 minor spelling error in pod
 begining -> beginning in Wx::Scintilla::Constant
Fix_STC_compilation_with_GCC6.patch | (download)

wx-scintilla/src/scintilla/src/Editor.cxx | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 [patch] fix stc compilation with gcc6

Use std::abs() from <cmath> instead of abs() from <math.h> to avoid problems
with ambiguous overloads.

Closes #17147.

Closes https://github.com/wxWidgets/wxWidgets/pull/222

Bug-Debian: https://bugs.debian.org/816571
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=112742