- update to version 180:

- Don't include specific ".debug"-like lines in the output, as it invariably
   a duplicate of the debug ID that exists in a better form in the readelf(1)
   differences for this file.
 - Also ignore include short "GCC" lines that differs on a single prefix byte
   too. These are distracting, not very useful and are simply the strings(1)
   command's idea of the build ID, which, again, is displayed nearby in the
   file's diff.
 - Update the invocation arguments and tests for the latest version of
   odt2txt.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=28
This commit is contained in:
Sebastian Wagner 2021-08-08 18:05:00 +00:00 committed by Git OBS Bridge
parent 15678cc35d
commit baebb39636
6 changed files with 34 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48814b5a598436e860c06d186c80d3586eae08711fba873420c573e1ca79357e
size 1286148

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmEDszMACgkQHpU+J9Qx
Hljhlw//bNjn1nRz2JEahO2k/IXIvJp6kOipdrDmZ0Gmb/SlWLZvHKEgUMEUwJHd
g9LkjcPF0V332kaCa9DyLcESftlyxtjjxvAPL7Emn+XF6wFPcbJxenEMIn8Ipf/g
jYR3cnQQeJE8IJ/wqw4DEfNwiay8izmxOCDnEnvt0jVqUCb+mHcmfKZdNrOYRYOn
G41CQJ4apEw6lFRpV8HfXpSrdiudL4WVv4cp4tcepPXter0U3QmZukHGY6xMruLK
crBV3M0UIDHvlEJz8Vm/RIjCpO6YV6IKGKjjOQKFyV2TcsYqLJRM20tIXqE1CCun
qe/T5mO9uY4BXCxHTiT6uBQOSz0K5Fn0wGKUcGn8NLnSjPgfkFSut88/3RPZhirY
oCHEP7qtiva5MkMZuhTm5iyV4jUg7t1kfdjGbyRSDiqeidPfc8hsvm6N90RQEaiO
ckpY5r46z1cOCcOyX/03IWe9v7/9GkbGT6zlvScwH2wpl5ttZdvR0qF0auiqN+iv
qSFN4I1q9GoqOR4AtbULYQ4XCMF7j6yfREQNgkndp+HawEfcyrZIgr0/MRvcdwYd
p6J0dJrs5CSmEsK0LB7E0EsLlb+wXwfDEAQ+8hqFUlDFEa1R2ncBs/LJ2OxcvH7j
rHniDC5Uxkbc0TUJ/mXk30B8kKDcjGS1sIOKn+9caot5CBsT7g4=
=0DXa
-----END PGP SIGNATURE-----

3
diffoscope-180.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fabbee4cc27278c50f79e6a757d48fee8d109c8320978d70d7befa546e1aadf
size 1284575

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmENMdUACgkQHpU+J9Qx
Hlgdcw/7BcEHt2sQ+D4b25TWiR5MtaBNzm9lTa25PRtpFS43D9BWbJj3wvzl1UK5
7Q147O/7xJJM0XV6qlVzg9r0RJqZiiXThfHAq2af8KhMq77yZGNDkMXZ4BH58z/U
QC5rkFGp8m0N/vcUK4vtKJEc5fP9d2KY0YoPF69kRpXKNqvLNxPgzBUm1Tl0Ghkb
zoDYsOsshwHMfP8OH71FhxPad/3JxNYE64vvPg9WUlnmi95Sz3WA2+QKN+tdatGo
GlHmMjB35+He1YyIxqPRwt/Y/ULZcq0/kkatSiASgUuab2v1WWeme6K+DzC/E3oX
Y5veTl5cM5FmHUnuOXMmYx0+tr0PR4CmdbsYg4IJEPpl9sGYqK2futZSl4FEzEkF
clFLl0ulrxyphuO2od4+1aFuO5Fp5LnAenRjtmfWYQmSGl9Nn4qYotqHVOteGq2k
4znCzQCtVnP9fIkqoYEYL2nx75LQ/XpVUyfIB4vP0OUKKuF5Y4nU80OHQfEUZjQ0
wqIvknQ6yYPGJkdsvotw2RJPcgs9mJc+xIdayqqna2ceQaE71e5n/kAGOjYxf2sM
vK7wmtrks4ntY3bSrxwe7IDkANB2EaQPLJuOFUgFoMKKNYlolr8CeWsWiQOB6hGd
7rwpu8sUREmCTpSjtjMYIksAuorwCSsCfrxhS0Ho5CY+5LPEwNs=
=Mj5U
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Aug 8 18:02:08 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 180:
- Don't include specific ".debug"-like lines in the output, as it invariably
a duplicate of the debug ID that exists in a better form in the readelf(1)
differences for this file.
- Also ignore include short "GCC" lines that differs on a single prefix byte
too. These are distracting, not very useful and are simply the strings(1)
command's idea of the build ID, which, again, is displayed nearby in the
file's diff.
- Update the invocation arguments and tests for the latest version of
odt2txt.
-------------------------------------------------------------------
Fri Jul 30 08:18:51 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -17,7 +17,7 @@
Name: diffoscope
Version: 179
Version: 180
Release: 0
Summary: In-depth comparison of files, archives, and directories
License: GPL-3.0-or-later