$ fedabipkgdiff --from fc37 codec2-1.0.3-1.fc37.x86_64.rpm
   [[snip]]
   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

Any package that contains a call to mbest_search() must be re-compiled,
and will fail due to type mismatch.
Changing parameter type {from: pointer, to: integer; or vice-versa}
is incompatible.  Changing pointed-to type {from: struct, to: integer}
is incompatible.
_______________________________________________
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