- update to 205:

* Fix a file(1)-related regression where .changes files that contained
    non-ASCII text were not identified as being .changes files, resulting in
    seemingly arbitrary packages on tests.reproducible-builds.org and elswhere
    not comparing the package at all. The non-ASCII parts could have been in
    the Maintainer or in the upload changelog, so we were effectively
    penalising anyone outside of the Anglosphere.
    (Closes: reproducible-builds/diffoscope#291)
  * Don't print a warning to the console regarding NT_GNU_BUILD_ID changes in
    ELF binaries.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=58
This commit is contained in:
Dirk Mueller 2022-02-21 11:33:30 +00:00 committed by Git OBS Bridge
parent e7ada2e312
commit e05f6dbb31
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:258a3fe29a9ed884a92c79fdd214c1b6bd1f7ef897f26e255a055beb3c1c78fe
size 2680937

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmIGriQACgkQHpU+J9Qx
HlivqA/9EW2PZGIvqK1GLjeyVA6XNy0UxmXQKldB33XqXWKiuwBFAzK5Yhwb7ROu
J/P9sIPHAnuM85dos5UAEGzspXsV6LF+gRZm6zQwe4peIFpBFwy79mdGPyeJnGBS
GN6J+SuXR5iNKduA8www2D2Hc/pI+fwQx2M4Omq09PMxABYqkccP2CeVjYy7YY2b
Ly/sPJu0+2wNJo+0+LPd3GyR07KJfoBaESwYeL2oHfhqZek53H8LhC5//gZMmpr3
JoG6byzrU2G+iAsdR3WegB7fha9LOSVPI3LpYK/4l2XEaHStEcTowowgqjUndVJM
I0/QRxW/ooidZHpG9Dejs5Z+24ZI7LKieTkKYwt2Fu+l7w3XvoOGOUGTvXJVS9X1
6v1Isy7O4fyGoNVvl48OgyvuXVMEgiC6ntWqaSCqCNg6fimd7c5BIOc6pfxjPIZ7
iXql/kCpzcI96iGryrVh02KF6lwGGPROMu/8bz1fSuA46ssfoZq1k3QnptXS0QSU
iaaFGY0Nc9/AcAEfxmW1peNEzvrhHyytRrbV0pQ3qNeZDaGZTBNCOM259+zCtUJH
Re9bDzA5EW4zfV3fi2NgAGN/OpS+kxupCckntjz+TGoy4xGOwPNO2JRUqkN7ON5S
JcJn4chvBfLjT3jpmZOF7epYAvcy++mvZ1dDDRsX37ZV56xiVe0=
=YFu0
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmIRdkQACgkQHpU+J9Qx
HliLFw//Y5fQb2blVL8227n0T5ydjfkYGXvuzfNmCygxG6BieEBVlBM0swO+nhPv
NfL6+nAx8IcBT5LQnDB8U6JWfaRUDO8Yb5BZUaqjSNR5NlA6Wu81roY6nzG7is6H
YRFh/KoblpMJ3P98W4hLJvr1mz/dHzO+aEwUuUMH+KeqhQqKSZ68gpxpRsx3lBqK
bE39+9NXZu1SXW7aqQ9QwQ01E3MB5u/elZcfdH/Ins0dQO0BA539cYXvzxpTrhWN
CGacoig+ct0KYdWmSunlfxvHQAVOz3onnTMdJ/RPIL54c5gzkynv3CNQ60eejLaU
VfSLufbXtIKzEJdZrkClYlNyw3d27hHRaOiT3wGYK5iGnam0aD2vDKuGyVtaGibz
K4cbcM2GRbKhzx4EA71wJVjkj4Ua+hwTZgdL4o2jZOdhEwbLw5iRHoMPAnh/jlpt
dFRa6LPicPxyl066toYk66hSWYwE3rj9EnuWtaSNZEM3+ONy6CCsg1oTyn24PTGa
hadiQj6QruCfAP99+1pK9AzuB9g7dFV5ru1ZDrjGrzIJmaBSDL6EJOar2tmh7lUz
hjmS5PwyvJChxT/GQi7IJWvCwfExNpwlx9qD/h6dda1Js5I6RO9pMIFN8H0Uscpv
prPsGWfOaMVdc8ui7CkpTaTyajNiKzgPv0NkH1nCoiOaOPULXbY=
=ZnzM
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 21 11:21:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 205:
* Fix a file(1)-related regression where .changes files that contained
non-ASCII text were not identified as being .changes files, resulting in
seemingly arbitrary packages on tests.reproducible-builds.org and elswhere
not comparing the package at all. The non-ASCII parts could have been in
the Maintainer or in the upload changelog, so we were effectively
penalising anyone outside of the Anglosphere.
(Closes: reproducible-builds/diffoscope#291)
* Don't print a warning to the console regarding NT_GNU_BUILD_ID changes in
ELF binaries.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 11 19:14:39 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at> Fri Feb 11 19:14:39 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

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