From 204a9fcb53935795c847aa54aafbad6142fd1e97ae99c5ac76fa59f61eb5b9e8 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 16 Sep 2011 16:22:41 +0000 Subject: [PATCH] - dropped newslist.py from demos because of bad license (bnc#718009) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=106 --- python.changes | 6 ++++++ python.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/python.changes b/python.changes index 755321f..e0944cf 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 16 16:21:44 UTC 2011 - jmatejek@suse.com + +- dropped newslist.py from demos because of bad license + (bnc#718009) + ------------------------------------------------------------------- Mon Jul 11 01:59:56 CEST 2011 - ro@suse.de diff --git a/python.spec b/python.spec index 00bfe7e..63e2c0f 100644 --- a/python.spec +++ b/python.spec @@ -41,6 +41,7 @@ Source3: python.sh Source4: python.csh #Source11: testfiles.tar.bz2 # issues with copyrighted Unicode testing files + # !!!!!!!!!!!!!! # do not add or edit patches here. please edit python-base.spec # instead and run pre_checkin.sh @@ -189,6 +190,9 @@ Authors: # drop Autoconf version requirement sed -i 's/^version_required/dnl version_required/' configure.in +# remove newslist.py because of bad license +rm Demo/scripts/newslist.* + %build # necessary for correct linking with GDBM: export SUSE_ASNEEDED=0