-
Notifications
You must be signed in to change notification settings - Fork 1
Kill scope api and clean up #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks API/ABI, so I think we need to bump the soname, rename the binary package for the lib, and will need to rebuild anything which depends on it (thumbnailer seems to be the only thing other than scopes stuff at least).
Ok bumped the soname, but why would we need to rename the binary package? I'll also remove anything that depends on it |
One thing that we might do is up the soname on the debian packaging also. |
You only bumped the micro number in the API version string. I think you need to bump the |
Ah i see, we did change a cpp file (version.cpp), I thought it was only headers. will update the soname |
There i think we should be ok |
This kills the scope api part, and also does some cleanups.
This kills the scope api part, and also does some cleanups