On Wed, Jun 26, 2019, 00:21 Fabio Valentini <decathorpe@gmail.com> wrote:
On Tue, Jun 25, 2019 at 11:21 PM Miro Hrončok <mhroncok@redhat.com> wrote:
>
> qrencode was bumped from 3.4.4 to 4.0.2.
>
> It has a bumped soname from libqrencode.so.3 to libqrencode.so.4.

This might be a good time to remind people that globbing out shared
libraries like this:
https://src.fedoraproject.org/rpms/qrencode/blob/master/f/qrencode.spec#_63

is even strongly discouraged by the current Packaging Guidelines:
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_listing_shared_library_files

- to help prevent packagers from accidentally bumping SONAMEs without
noticing it.

Fabio
 
At least this is enforced for any new package, I make sure of it. But for existing ones, we can maybe grep .so* to fix them.