Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
diffoscope
diffoscope.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File diffoscope.changes of Package diffoscope
------------------------------------------------------------------- Wed Aug 2 16:05:54 UTC 2017 - sleep_walker@opensuse.org - Update to 85: see GIT log for full list of changes ------------------------------------------------------------------- Tue Mar 14 07:47:24 UTC 2017 - kgronlund@suse.com - Update to 78: * Catch bad JSON errors on Python pre-3.5. Closes: #855233 * Correct logic of module_exists, ensuring we correctly skip in case of modules containing a dot in their name. Closes: #854745 * No need to track archive directory locations. * Add --exclude option. Closes: #854783 * When extracting archives, try to keep directory sizes small. * Extract archive members using an auto-incrementing integer, avoiding the need to sanitise filenames and avoiding writes to arbitrary locations. (Closes: #854723 * CVE-2017-0359) * Fix autopkgtest failures when Recommends are not installed. (Closes: #854593) * Specify <html lang="en"> in HTML output. (re. #849411) * Add a machine-readable JSON output format. (Closes: #850791) * Show results from debugging packages last. (Closes: #820427) * Add a --max-text-report-size option. (Closes: #851147) Clean all temp files in signal handler thread instead of attempting to bubble exception back to the main thread. (Closes: #852013) * Prevent FTBFS by loading fixtures as UTF-8 in case surrounding terminal is not Unicode-aware. (Closes: #852926) * Fix errors when comparing directories with non-directories. (Closes: #835641) * Fix behaviour of setting report maximums to zero (ie. no limits) * diffoscope.diff: Improve FIFO writing robustness. * haskell: Properly extract version from interface files. * Add markdown output support. Closes: #848141 * Add RestructuredText output format. * Improve --help output. Closes: #852015 * Don't blow up if directory containing ELF debug symbols already exists. (Closes: #850807) * Fix .APK extration when provided with absolute filenames. (Closes: #850485) * Support comparing .ico files using img2txt. (Closes: #850730) * comparators.utils.file: If we don't have an archive-extraction tool (eg. apktool), don't blow up when attempting to unpack it. * Include magic file type when we know the file format but can't find file-specific details. (Closes: #850850) * Ensure fake "APK metadata" file appears first, fixing non-deterministic tests/output. * Correctly escape value of href="" elements (re. #849411) * comparators/device: don't crash when comparing a non-device against a device (Closes: #850055) * Remove archive name from apktool.yml and rename it. (Closes: #850501) * Zipinfo included in APK files comparison. (Closes: #850502) * Add some tests for APK comparator. * Add image metadata comparison. (Closes: #849395) * Ensure imagemagick version is new enough for image metadata tests. * Extend .apk recognition regex to also match zip archives (Closes: #849638) * Update dex_expected_diffs and test requirement to ensure test compatibility with enjarify >= 1.0.3. (Closes: #849142) * Add detection of order-only difference in plain text format. (Closes: #848049) * Fix sqlite3 magic recognition when using file >= 5.27. (Closes: #830434) * Add argument completion feature to diffoscope. (Closes: #826711) * Improve message when data differs. (Closes: #827981) * Clarify the input arguments. (Closes: #826894) * Fix maybe_decode() so that it actually works. ------------------------------------------------------------------- Thu Jun 23 12:39:50 UTC 2016 - sleep_walker@opensuse.org - update to 54: * In the directory comparator, fall back to current directory instead of empty name. (Closes: #820624) * Improve deb(5) support. (Closes: #818414) * debian/control: add myself to Uploaders. * Clean up temporary debuglink files. * Fix FileNotFoundError with broken symlinks. (Closes: #818856) * Decode Md5sumsFile in utf-8. (Closes: #823874) * Always suffix temporary files with '_diffoscope'. * Rewrite sanity check for the version to always run every time debian/rules is invoked, not only during a binary build. * Add FreeBSD packages for required tools. * Add README.rst to MANIFEST.in. * debian/gbp.conf: add a conf to have gbp tag the releases how we like them. * Drop transitional debbindiff package. * debian/control: Drop XS-Prefix from Testsuite: field, thanks lintian. * Mention --max-report-size only once in the manpage. (Closes: #819956) * Fix typo in documentation. * Bump Standards-Version to 3.9.8, no changes required. * Let objdump demangle symbols for better readability. * Install bin/diffoscope instead of auto-generated script. (Closes: #821777) * Team upload. * Re-upload, the last uploaded tarball was broken, missing test files. * Remove myself from uploaders * Show line ordering variation in deb md5sums * Reset mtimes of test directories and ignore ctimes (Closes: #815171) * Add comparator for Postscript files ------------------------------------------------------------------- Sun May 8 07:16:40 UTC 2016 - arun@gmx.de - specfile: * updated source url to files.pythonhosted.org ------------------------------------------------------------------- Sun Apr 10 16:09:58 UTC 2016 - arun@gmx.de - specfile: * fix update alternative (use %{py3_ver}, touch sysconfig dir) - update to version 51: * Team upload. * Re-upload, the last uploaded tarball was broken, missing test files. - changes from version 50: * Remove myself from uploaders (Jérémy Bobbio) * Show line ordering variation in deb md5sums * Reset mtimes of test directories and ignore ctimes (Closes: #815171) * Add comparator for Postscript files ------------------------------------------------------------------- Sun Mar 13 08:47:51 UTC 2016 - bwiedemann@suse.com - We require python3-setuptools at runtime to work ------------------------------------------------------------------- Thu Feb 18 04:51:10 UTC 2016 - arun@gmx.de - update to version 49: * Don't crash when we can't find the debug file in a matching debug package. This repairs diffoscope for xserver-xorg and other packages. * Use libarchive to read metadata from ar archives. The output is more precise and less dependent on binutils version. The command line `ar` tool is not used any more so remove it from the required tools. * Split readelf --debug-dump output when examining ELF files. Based on a patch by Dhole. * Keep both .debug_str and .zdebug_str as ElfSection. Thanks to Niels Thykier for noticing the problem. * Fix a logic error in _install_debug_symbols. Thanks anthraxx for the report and the fix. * Use recursive containers for directory and only look at files with ending in .deb when looking for Build IDs. Both avoid looking at too many files when searching for matching debug packages. Thanks Helmut Grohne and Steven Chamberlain for the reports and tests. (Closes: #813052) * Add support for ICC profiles. This adds a Recommends on colord in Debian. * Harmonize spaces and commas in package list. * Update PPU files test data for FPC 3.0.0. * Update exepcted javap output for OpenJDK 1.8. * Stop specializing files from directories earlier than necessary. * Adding cd-iccdump package reference for Arch Linux. * Use HTTPS in Vcs-Git. * Bump standards version to 3.9.7, no changes needed. * Use /git/ instead /cgit/ in Vcs-Browser. ------------------------------------------------------------------- Tue Feb 2 10:23:46 UTC 2016 - sleep_walker@opensuse.org - clean with spec-cleaner - change Recommends: to Suggests: - use update-alternatives mechanism for binary not to conflict with python2 variant of the package when there is one ------------------------------------------------------------------- Sun Jan 31 16:15:19 UTC 2016 - sleep_walker@opensuse.org - add recommendations for tools which allows to interpret content ------------------------------------------------------------------- Sun Jan 31 10:22:18 UTC 2016 - sleep_walker@opensuse.org - let there be diffoscope for openSUSE!
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor