Bug#436210: API change in 7.0

2007-08-06 Thread Matthias Klose
[EMAIL PROTECTED] writes: > >void RE::Init(const char *pat, const RE_Options* options) > > did change to > >void RE::Init(const string& pat, const RE_Options* options) > > I guess I need to change the soname and hence the package name of the C++ > library, then create a new source package

Bug#436210: API change in 7.0

2007-08-06 Thread mark
>void RE::Init(const char *pat, const RE_Options* options) > did change to >void RE::Init(const string& pat, const RE_Options* options) I guess I need to change the soname and hence the package name of the C++ library, then create a new source package of pcre 6.7 and build just a C++ libra

Bug#436210: API change in 7.0

2007-08-06 Thread Matthias Klose
Package: libpcrecpp0 Version: 7.2-1 Severity: serious - gDF .text Base _ZN7pcrecpp2RE4InitEPKcPKNS_10RE_OptionsE + gDF .text Base _ZN7pcrecpp2RE4InitERKSsPKNS_10RE_OptionsE void RE::Init(const char *pat, const RE_Options* options) did change to v