pkgdiff

Analyzes and compares differences in software packages

brewmacoslinux
Try with needOr install directly
Source

About

Tool for analyzing changes in software packages (e.g. RPM, DEB, TAR.GZ)

Commands

pkgdiff

Examples

Compare two RPM packages and generate a detailed report$ pkgdiff package-1.0.rpm package-2.0.rpm
Compare DEB packages with HTML output report$ pkgdiff -report-html report.html package-old.deb package-new.deb
Compare tar.gz archives showing all file differences$ pkgdiff archive-v1.tar.gz archive-v2.tar.gz