libsoqt change Qt3 - Qt4: change package?

2007-08-16 Thread Steve M. Robbins
Hi, I need some guidance from library packaging gurus. Libsoqt is a library that is currently linked with Qt3. I've had a request to rebuild it with Qt4 instead (#415382) which can be done by simply changing the configuration. Can I simply upload the reconfigured shared library package,

Re: libsoqt change Qt3 - Qt4: change package?

2007-08-16 Thread Bernd Zeimetz
Hi, Or do I keep the SONAME but put it into a new package, like we do for the gcc ABI transitions? If so, is there a convention or do I just pick a suffix I like (e.g. qt4)? If there're qt3 applications using your library, I think you should build extra -qt4 packages and keep the qt3

Re: libsoqt change Qt3 - Qt4: change package?

2007-08-16 Thread Steve Langasek
On Thu, Aug 16, 2007 at 09:41:17PM -0500, Steve M. Robbins wrote: I need some guidance from library packaging gurus. Libsoqt is a library that is currently linked with Qt3. I've had a request to rebuild it with Qt4 instead (#415382) which can be done by simply changing the configuration.