Download raw body.
Update from maintainer: devel/objfw 1.1.1
Le Mon, Apr 15, 2024 at 01:29:06PM +0200, Jonathan Schleifer a écrit : > Am 15.04.24 um 13:24 schrieb Jonathan Schleifer: > > > Am 15.04.24 um 13:10 schrieb Jeremie Courreges-Anglas: > > > > > Heh, I remember I asked pretty much the same question when handling a > > > previous update. Could you please write down a comment above > > > SHARED_LIBS that explains roughly which changes don't require a bump? > > > That way you'll save precious developer time. :) > > > > Alternatively: Would it make sense to teach the script to filter those out? > > Actually, looking at clang's code, those are COMDATs with visibility hidden. Are they? $ llvm-readelf -sW /usr/local/lib/libobjfw.so.0.0 | grep -F .objc_ | grep HIDDEN $ They all seem to have DEFAULT visibility, but maybe I'm missing something. > Shouldn't those always be ignored by the script, independent of ObjC? No idea. -- jca
Update from maintainer: devel/objfw 1.1.1