GNOME Bugzilla – Bug 646069
Incorrect versioning for the GIR file
Last modified: 2013-08-22 16:19:25 UTC
The GIR file contains the full version of the brasero tarball. For example: typelibs_DATA = BraseroBurn-@BRASERO_VERSION@.typelib It looks incorrect to me, and it will break the dependencies at each new version of brasero. I think that instead the version should only change when the ABI does.
Still here in 3.2.0.
Created attachment 247867 [details] [review] Make both namespace and filenames use MAJOR.MINOR versions Apparently typelibs cannot have three version numbers, anyways.
Won’t this patch still change the GIR version at every GNOME release, even if the ABI has not changed?
(In reply to comment #3) > Won’t this patch still change the GIR version at every GNOME release, even if > the ABI has not changed? Yes, but it is still better than what there is right now, which does not work at all
Thanks for the patch, an alternative patch which addresses this issue has recently been applied from https://bugzilla.gnome.org/show_bug.cgi?id=677732