14
0
forked from pool/python-pyglet

Accepting request 1117038 from home:dimstar:Factory

- Replace freetype buildRequires with freetype2-devel: freetype is
  deprecated. The python code loads a libfreetype.so, which
  actually never existed in freetype 1. The tests passed so far as
  libfreetype6 has been pulled in indirectly by python-Pillow.
- Drop the freetype recommends, as it is never used and the
  library in question is pulled in via existing deps.

OBS-URL: https://build.opensuse.org/request/show/1117038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=48
This commit is contained in:
2023-10-12 09:16:55 +00:00
committed by Git OBS Bridge
parent d2182403df
commit 6cc2dcf138
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 11 15:08:53 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace freetype buildRequires with freetype2-devel: freetype is
deprecated. The python code loads a libfreetype.so, which
actually never existed in freetype 1. The tests passed so far as
libfreetype6 has been pulled in indirectly by python-Pillow.
- Drop the freetype recommends, as it is never used and the
library in question is pulled in via existing deps.
-------------------------------------------------------------------
Tue Aug 29 06:52:57 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>