Update to 1.5.23
This commit is contained in:
parent
01562838d8
commit
25e845cfca
4 changed files with 10 additions and 28 deletions
|
|
@ -4,8 +4,8 @@
|
|||
%bcond_without tests
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.5.16
|
||||
Release: 5%{?dist}
|
||||
Version: 1.5.23
|
||||
Release: 1%{?dist}
|
||||
Summary: A cross-platform windowing and multimedia library for Python
|
||||
|
||||
License: BSD
|
||||
|
|
@ -20,10 +20,6 @@ URL: http://www.pyglet.org/
|
|||
Source0: %{versionedname}-repacked.tar.gz
|
||||
Source1: pyglet-get-tarball.sh
|
||||
|
||||
# Backport upstream patch for big-endian support to remove ExcludeArch:
|
||||
# https://github.com/pyglet/pyglet/pull/469
|
||||
Patch0: pyglet-1.5.16-backport-pr-469.patch
|
||||
|
||||
# Note that unbundling pypng removes "PNGImageDecoder", which is normally
|
||||
# available for advanced use cases. Instead of:
|
||||
# img = image.load(fname, decoder=PNGImageDecoder) # don't use!
|
||||
|
|
@ -151,6 +147,12 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 28 2022 Petr Viktorin <pviktori@redhat.com> - 1.5.23-1
|
||||
- Update to 1.5.23
|
||||
- This version should not attempt to use the incompatible ffmpeg 5.0,
|
||||
and fall back to another sound backend if available.
|
||||
Resolves: RHBZ#2075965
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.16-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue