Closed GoogleCodeExporter closed 9 years ago
I assume setting the VERSION property to <major>.<minor> should be sufficient
to add versioning again?
Can you confirm that the change at
https://code.google.com/p/gflags/source/detail?r=bf889786c2a3a2dab89610d0722634d
2eedfc694&name=bugfix/#82-shared-library-versioning fixes this issue?
Thanks,
Andreas
Original comment by andreas....@gmail.com
on 1 May 2014 at 7:19
Yep! Thank you. Can I apply this patch in Fedora gflags package? Will it be
included in the next release?
Original comment by ivaxer
on 1 May 2014 at 7:37
Perfect. I merged and it into the master branch. It will thus be part of the
next release.
Original comment by andreas....@gmail.com
on 1 May 2014 at 7:44
Original comment by andreas....@gmail.com
on 1 May 2014 at 7:46
Andreas, may be it will be better if we remove minor version from soname. It
will prevent the need for rebuld all dependencies of gflags on minor upgrades
(without incompatible ABI changes).
Original comment by ivaxer
on 2 May 2014 at 5:36
Yes, I was thinking the same yesterday.
Made this change in commit cd7aece1 and commit 05b155ff merges it into master.
Original comment by andreas....@gmail.com
on 2 May 2014 at 10:15
Original issue reported on code.google.com by
ivaxer
on 1 May 2014 at 7:07