--- - branch: MAIN date: Wed May 31 22:32:53 UTC 2017 files: - new: '1.4' old: '1.3' path: pkgsrc/devel/open-vcdiff/distinfo pathrev: pkgsrc/devel/open-vcdiff/distinfo@1.4 type: modified - new: '1.1' old: '0' path: pkgsrc/devel/open-vcdiff/patches/patch-src__vcdecoder_test.cc pathrev: pkgsrc/devel/open-vcdiff/patches/patch-src__vcdecoder_test.cc@1.1 type: added id: 20170531T223253Z.b4be8ef1de98cf8a2e04e201453cae1bf0681d3b log: "build fix for recent c++ compilers.\n\nthanks, compiler writers, for helping us avoid this heinous sin:\n\n\tsrc/vcdecoder_test.cc:33:3: error: narrowing conversion of '195' from 'int' to 'char' inside { } [-Wnarrowing]\n\nand the diff used to avoid this:\n\n const char VCDiffDecoderTest::kStandardFileHeader[] = {\n- 0xD6, \ // 'V' | 0x80\n- 0xC3, // 'C' | 0x80\n- 0xC4, // 'D' | 0x80\n- 0x00, \ // Draft standard version number\n+ (char)0xD6, // 'V' | 0x80\n+ (char)0xC3, \ // 'C' | 0x80\n+ (char)0xC4, // 'D' | 0x80\n+ (char)0x00, // Draft standard version number\n 0x00 // Hdr_Indicator: no custom code table, no compression\n \ };\n" module: pkgsrc subject: 'CVS commit: pkgsrc/devel/open-vcdiff' unixtime: '1496269973' user: agc