A number of LSB-specified libraries have seen substantial updates since going into LSB. The question is, does LSB need to follow this progression or not. This is a question that needs to be asked with every major LSB release.
There are several cases:
Listed for discussion; we really only want to uplift a library when there's key missing functionality that apps are depending on.
Smaller changes exist in many other libraries. Coming to mind are alsa, which was held back at 3.2 because of the support level of LSB 3-conforming systems. The Qt 4 specification was similarly held back.
libpam is now versioned, our's isn't, so this implies a possible uplift bug 1133. The same is true for libpng bug 1435.
As a related topic, there are libraries that are not completely represented in the LSB specdb. These include the old LSB-Graphics module - X11 libs and OpenGL as well as any C++ library. The former we have good enough data for to generate stub libraries and checkers, but the headers are not necessarily correct. Since a form of the headers is used in the spec, this means there may be spec issues.
Reimporting implies refreshing the representation of the library without changing the base version, while changing the base version (uplifiting) probably also involves a "re-import" so these are related.
This is more complicated for C++ libraries (Qt 4, libstdc++). Tool work is needed completing an import of a library that's already partially in the database may not be as well handled as importing a fresh library. libtodb2 is in progress and seems like it will be able to do this job