diff --git a/python-pyglet.changes b/python-pyglet.changes index defa5f4..35b324e 100644 --- a/python-pyglet.changes +++ b/python-pyglet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 15 14:01:06 UTC 2018 - toddrme2178@gmail.com + +- Remove "noisy" example. It can't be used for commercial purposes + ------------------------------------------------------------------- Wed Feb 14 16:21:19 UTC 2018 - toddrme2178@gmail.com diff --git a/python-pyglet.spec b/python-pyglet.spec index 668e294..9b4285c 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -71,6 +71,8 @@ developing games and other visually-rich applications. %prep %setup -q -n pyglet-%{version} %patch0 +# Can't be used for commercial purposes +rm -r examples/noisy/ # Convert to unix line end find -name "*.py" -exec dos2unix "{}" "+"