Package: cppunit / 1.12.1-4

Metadata

Package Version Patches format
cppunit 1.12.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
link with dl.patch | (download)

src/cppunit/Makefile.am | 8 7 + 1 - 0 !
src/cppunit/t_link.cpp | 8 8 + 0 - 0 !
2 files changed, 15 insertions(+), 1 deletion(-)

 link against -ldl
  Link libcppunit with -ldl (thanks, Aurelien Jarno).  
  Add test case to check linking.  
cppunit config manpage.patch | (download)

cppunit-config.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix manpage cppunit-config.1
 Remove unknown markup ".l".  
gcc symbol demangle.patch | (download)

config/ax_cxx_gcc_abi_demangle.m4 | 1 1 + 0 - 0 !
src/cppunit/TypeInfoHelper.cpp | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 enable symbol demangling for gcc 4.3
 Upstream change set 582:
 * config/ax_cxx_gcc_abi_demangle.m4:
 * src/cppunit/TypeInfoHelper.cpp: Fixed demangling of symbols on gcc 4.3 (bug #2796543).
 
 Note: patch requires autoreconf before building.
test progress flush.patch | (download)

src/cppunit/TestResult.cpp | 3 3 + 0 - 0 !
src/cppunit/TextTestProgressListener.cpp | 2 2 + 0 - 0 !
2 files changed, 5 insertions(+)

 ensure test runner output flushed appropriately.
 commit 570: Flush stdout, stderr in progress listener to ensure progress displayed.
 commit 576: Flush stdout, stderr in test result destructor to prevent message loss
 Upstream change sets 570 and 576.