SHA256
1
0
forked from pool/python

- 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
This commit is contained in:
Jan Matejek 2011-09-16 16:22:41 +00:00 committed by Git OBS Bridge
parent fa7d63a2ee
commit 204a9fcb53
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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