15
0

- Sort out the header a bit

- Remove test conditional, always run tests
- Mark the package as noarch (as it is)
  * one test is failing on i586, but it is bug in libsndfile, disabled for now
    ret [ 32767, -32768, -32767, -1, -1, 0, 0, 0, 1, 1, 32766, 32767, 32767]
    exp (-32768, -32768, -32767, -1, -1, 0, 0, 0, 1, 1, 32766, 32767, 32767)
    https://github.com/bastibe/SoundFile/issues/185

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundFile?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2018-08-17 09:17:34 +00:00
committed by Git OBS Bridge
parent 42e8f3afd5
commit 5951263d0f
2 changed files with 19 additions and 21 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 17 09:02:13 UTC 2018 - tchvatal@suse.com
- Sort out the header a bit
- Remove test conditional, always run tests
- Mark the package as noarch (as it is)
* one test is failing on i586, but it is bug in libsndfile, disabled for now
ret [ 32767, -32768, -32767, -1, -1, 0, 0, 0, 1, 1, 32766, 32767, 32767]
exp (-32768, -32768, -32767, -1, -1, 0, 0, 0, 1, 1, 32766, 32767, 32767)
https://github.com/bastibe/SoundFile/issues/185
-------------------------------------------------------------------
Fri May 18 20:51:12 UTC 2018 - jengelh@inai.de