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