In this instance, it's not clear to me whether sub-type changes are ABI
breaking or not...

$ fedabipkgdiff --from fc37 codec2-1.0.3-1.fc37.x86_64.rpm
Comparing the ABI of binaries between codec2-1.0.1-2.fc36.x86_64.rpm and
codec2-1.0.3-1.fc37.x86_64.rpm:

================ changes of 'libcodec2.so.1.0'===============
  Functions changes summary: 0 Removed, 1 Changed, 5 Added functions
  Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

  5 Added functions:

    [A] 'function void fdmdv_48_to_8(float*, float*, int)'
 {fdmdv_48_to_8}
    [A] 'function void fdmdv_48_to_8_short(short int*, short int*, int)'
 {fdmdv_48_to_8_short}
    [A] 'function void fdmdv_8_to_48(float*, float*, int)'
 {fdmdv_8_to_48}
    [A] 'function void fdmdv_8_to_48_short(short int*, short int*, int)'
 {fdmdv_8_to_48_short}
    [A] 'function void mbest_precompute_weight(float*, float*, int, int)'
 {mbest_precompute_weight}

  1 function with some indirect sub-type change:

    [C] 'function void mbest_search(const float*, float*, float*, int, int,
MBEST*, int*)' at mbest.c:123:1 has some indirect sub-type changes:
      parameter 3 of type 'float*' changed:
        entity changed from 'float*' to 'int'
        type size changed from 64 to 32 (in bits)
      parameter 5 of type 'int' changed:
        entity changed from 'int' to 'MBEST*'
        type size changed from 32 to 64 (in bits)
      parameter 6 of type 'MBEST*' changed:
        in pointed to type 'struct MBEST':
          entity changed from 'struct MBEST' to 'int'
          type size changed from 128 to 32 (in bits)
      parameter 7 of type 'int*' was removed

================ end of changes of 'libcodec2.so.1.0'===============

Do I need to rebuild deps or not?

Thanks,
Richard
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to