[diffoscope] branch master updated (96b1364 -> 21dc4a7)
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat Dec 12 19:25:18 CET 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a change to branch master
in repository diffoscope.
from 96b1364 Remove unnecessary comparison.
new e666c8b early exit close_archive in fsimage if no guestfs is available
new 98aa0a1 Add support for package names for OS other than Debian
new 21dc4a7 Add comparator for OS X binary files
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/rules | 2 +-
diffoscope/__init__.py | 115 +++++++++++++++-------
diffoscope/__main__.py | 29 ++++--
diffoscope/comparators/__init__.py | 2 +
diffoscope/comparators/fsimage.py | 2 +
diffoscope/comparators/macho.py | 104 +++++++++++++++++++
tests/comparators/{test_elf.py => test_macho.py} | 59 +++--------
tests/data/macho_expected_diff_arch | 4 +
tests/data/macho_expected_diff_disassembly | 33 +++++++
tests/data/macho_expected_diff_headers | 6 ++
tests/data/macho_expected_diff_loadcommands | 4 +
tests/data/{fuzzy-tar-in-tar2.tar => test1.macho} | Bin 20480 -> 24840 bytes
tests/data/{no-perms.tar => test2.macho} | Bin 10240 -> 8432 bytes
13 files changed, 269 insertions(+), 91 deletions(-)
create mode 100644 diffoscope/comparators/macho.py
copy tests/comparators/{test_elf.py => test_macho.py} (50%)
create mode 100644 tests/data/macho_expected_diff_arch
create mode 100644 tests/data/macho_expected_diff_disassembly
create mode 100644 tests/data/macho_expected_diff_headers
create mode 100644 tests/data/macho_expected_diff_loadcommands
copy tests/data/{fuzzy-tar-in-tar2.tar => test1.macho} (74%)
mode change 100644 => 100755
copy tests/data/{no-perms.tar => test2.macho} (63%)
mode change 100644 => 100755
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list