From 7da4b6987e6c0732fd07c2f292eadbc2e45ef21fcb876c6943b066a40bad0176 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 15 Feb 2018 14:06:06 +0000 Subject: [PATCH] Accepting request 577033 from home:TheBlackCat:branches:devel:languages:python - Remove "noisy" example. It can't be used for commercial purposes OBS-URL: https://build.opensuse.org/request/show/577033 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=15 --- python-pyglet.changes | 5 +++++ python-pyglet.spec | 2 ++ 2 files changed, 7 insertions(+) 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 "{}" "+"