diff --git a/pyglet-1.5.23.zip b/pyglet-1.5.23.zip deleted file mode 100644 index 6f673bb..0000000 --- a/pyglet-1.5.23.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dee920203cf306159c503babb62f38787268708977f5c945d28337594b797c46 -size 6975489 diff --git a/pyglet-1.5.26.zip b/pyglet-1.5.26.zip new file mode 100644 index 0000000..3e40e51 --- /dev/null +++ b/pyglet-1.5.26.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8c5e0b5b87df84188e20e552982eba8da00944b4c5560f1cfdd5c9714d19b0 +size 6978332 diff --git a/python-pyglet.changes b/python-pyglet.changes index 8cb56a6..a90594b 100644 --- a/python-pyglet.changes +++ b/python-pyglet.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jul 17 08:10:27 UTC 2022 - Dirk Müller + +- update to 1.5.26: + * Windows - Backport WIC codec changes from 2.0 + * Fix library loading when passing multiple library names. + * Windows - Prevent ImportError when attempting to load more than one DLL version. + * Add initial support for FFmpeg 5.0 + * Windows - The GDI font renderer now supports Unicode font names. + * Windows - Fix `on_resize` event not dispatched when `set_size` is called. + * Documentation updates, fixed links, and corrections. + * Windows - Fix crash when font characters are more than one codepoint in length. + ------------------------------------------------------------------- Wed Apr 6 11:53:31 UTC 2022 - pgajdos@suse.com diff --git a/python-pyglet.spec b/python-pyglet.spec index ec1442c..6cb8bc8 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -32,7 +32,7 @@ %define skip_python2 1 %bcond_with pytest_helpers Name: python-pyglet -Version: 1.5.23 +Version: 1.5.26 Release: 0 Summary: Windowing and multimedia library License: BSD-3-Clause AND MIT