- update to version 200:

- Even if a Sphinx .inv inventory file is labelled "The remainder of this
   file is compressed using zlib", it might not actually be. In this case,
   don't traceback, and simply return the original content.
   (Closes: reproducible-builds/diffoscope#299)
 - Update "X has been modified after NT_GNU_BUILD_ID has been applied" message
   to, for instance, not duplicating the full filename in the primary
   diffoscope's output.
- update to version 199:
 - Support both variants of "odt2txt", including the one provided by unoconv.
   (Closes: reproducible-builds/diffoscope#298)
 - Add external tool reference on Arch Linux for xb-tool.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=51
This commit is contained in:
Sebastian Wagner 2022-01-14 09:22:54 +00:00 committed by Git OBS Bridge
parent dd93674921
commit 3bee24d665
6 changed files with 36 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmHX/g4ACgkQHpU+J9Qx
HlgpXxAArw9T75EBnQ39DST99A1/8O35Q8IEN3hR5kFQSMA0gXhmB7KXude+wVST
Gf8bKBS7MMYvcrfuMA0ft4s42bzTuMHQajP3Bwt/43QkkHIBO3A/5hzge8uSWHD1
smPay1DHqFfjhec5p3fHgkZsef54jw5a1p9jhHRd/VuRoii+dFsTDeOcCyyjLKDf
Zz2BUiy4BtptanJIJrbcyssMaPortd6FOgBXV/scAZZQNr8t1hIzYe70z7GFDdAV
DzSUVdC40DdmkKA8M468KkEdiKYqC4x+P4B7hhsqHoO2HmH20nqDNYsqQyf9o/Y3
8Irp9+LCJz2TIwE/Z2t1yIJIk+SgongxqG2g8QyUGt/9aX6jbBENgTLXkgvls4Cv
xvljbxnBMIemggd9y5xet5DMPDV1qZQhkU3pkU7otDP5LhrtxyML9+tIgnRU4K2N
4b+IGcuzbDMaCMHeekzZ900Ode0t7i7uufAj9Denet5FDGt2GO8oAzWqGwTSG4YC
bONth7nabP5tF9x91CzjhdrsVvT2JNf631/7YHkxLnsKVL59oom+khyshOLWk0kn
BUfniFQ3FeH3yfNI2imhACWP3hcCRiSCmwiT1p4LHz/2GPFSGn5Xoen19TpQWgoX
QsFmQctlXED4TUts6mzggkHaqK5pOcYG6s66y7ap9TdCCW3H1kc=
=ALfv
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmHhP0MACgkQHpU+J9Qx
HliMcQ/8DICFQvKqOAhFdFbfFo7wALdN0geW92Ies7gSBSmGy7vzMJW0SM6z+24B
SW3B0wCWtr2JSwU26YTvhcMHDcWiVt+xzkhTshiuFj5UkyAgnzvpJ3TlwFRt4odW
duIoPGE6+vIUWTeDrLt+pPDOUZHFCSq8+ITTI52PBeliufQjhf+pJyavs1xT4OWJ
qxewRycVsaajmmzi7JKFQL2T98br7T6lAgkM4ey+rEHRwUbfVEjn2VqYnIOD49eH
4p9BEgW1YyZEe+YIuU0c+iaqRi0AWOVX35VtDIaEXgOyzTVIpCzz7A0nTejHgYqb
IqZdl6UGTZpSptZuaE7bVU75N3OXQokU050EYmtxQ5yquq9TnUhPErU1RU6Nhiaa
HIW+0khWVwnuw0UFGCcdsw+S0PirsfhsNT1rhAkao/EDg9ylqfokK5Rzz1vBffvo
cyQJeaRyA46kc7UXA6fRrYnMM1D5RpWTvpoTgtCmQx03eKxy+rayMdXlk+80ROWO
CTaI6nFvl/yvkEwWz6G8LQtZk4LAIo8+CG1tk7WX+O+2+XGAx7nEfGeGIViAJZDX
QDCDWkY4E5HkniEO7rmI+OLZ1jF87ntKEk+sHveWDbcRWZ9oBdHNtYBAUdyWPpBB
shSax20VXFE+ca4PDwTO5yErqi/M9QUqTAlUaxOwVe9jQVau+Dk=
=nh/b
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jan 14 09:22:48 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - update to version 200:
- Even if a Sphinx .inv inventory file is labelled "The remainder of this
file is compressed using zlib", it might not actually be. In this case,
don't traceback, and simply return the original content.
(Closes: reproducible-builds/diffoscope#299)
- Update "X has been modified after NT_GNU_BUILD_ID has been applied" message
to, for instance, not duplicating the full filename in the primary
diffoscope's output.
- update to version 199:
- Support both variants of "odt2txt", including the one provided by unoconv.
(Closes: reproducible-builds/diffoscope#298)
- Add external tool reference on Arch Linux for xb-tool.
-------------------------------------------------------------------
Fri Jan 7 09:00:17 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

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