14
0
forked from pool/python-pygame

Accepting request 704173 from home:pgajdos

- version update to 1.9.6
  * mixer thread deadlock issue when controlling it from different
    threads.
  * pygame.version.vernum now has major, minor, and patch attributes.
- added patches
  Do not test mp3 format.
  + python-pygame-test-no-mp3.patch

OBS-URL: https://build.opensuse.org/request/show/704173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal
2019-05-20 09:10:25 +00:00
committed by Git OBS Bridge
parent 0e8f72c450
commit 26cc9de4ef
5 changed files with 36 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 20 08:46:49 UTC 2019 - pgajdos@suse.com
- version update to 1.9.6
* mixer thread deadlock issue when controlling it from different
threads.
* pygame.version.vernum now has major, minor, and patch attributes.
- added patches
Do not test mp3 format.
+ python-pygame-test-no-mp3.patch
-------------------------------------------------------------------
Mon Sep 3 14:42:31 UTC 2018 - Matěj Cepl <mcepl@suse.com>