SPECS: python.spec - cut changelog

wolf wolf at pld-linux.org
Sat Feb 18 00:47:16 CET 2006


Author: wolf                         Date: Fri Feb 17 23:47:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cut changelog

---- Files affected:
SPECS:
   python.spec (1.255 -> 1.256) 

---- Diffs:

================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.255 SPECS/python.spec:1.256
--- SPECS/python.spec:1.255	Fri Feb  3 17:43:02 2006
+++ SPECS/python.spec	Sat Feb 18 00:47:10 2006
@@ -825,6 +825,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.256  2006/02/17 23:47:10  wolf
+- cut changelog
+
 Revision 1.255  2006/02/03 16:43:02  glen
 - restored r1.120 (in slightly modified form), which got lost in merge from DEVEL at 1.215
 
@@ -875,790 +878,3 @@
 
 Revision 1.240  2005/11/03 19:25:10  arekm
 - rel 2; just drop smtplib patch
-
-Revision 1.239  2005/10/11 22:35:22  charles
-- missing dirs
-
-Revision 1.238  2005/09/28 19:10:28  arekm
-- up to 2.4.2
-
-Revision 1.237  2005/09/17 12:32:04  arekm
-- rel 4
-
-Revision 1.236  2005/09/17 10:29:16  arekm
-- rebuild with readline 5.0
-
-Revision 1.235  2005/09/01 12:25:31  jpc
-- remove default_encoding patch
-  (it makes aplication behaviour totally unpredictable
-  and really difficult to debug)
-
-Revision 1.234  2005/08/12 20:29:58  arekm
-- smtplib no longer requires local host to be resolvable in dns.
-
-Revision 1.233  2005/08/08 13:17:26  saq
-- The interpreter works fine without the readline module, so moving it to
-  -modules. It makes way more sense there.
-
-Revision 1.232  2005/05/11 02:55:04  pluto
-- release 2 for rebuild for x86-64 target.
-
-Revision 1.231  2005/03/30 12:09:51  wrobell
-- ver. 2.4.1
-
-Revision 1.230  2005/03/07 22:11:18  qboosh
-- provide python(abi) (following rpm 4.4.1 convention)
-
-Revision 1.229  2005/02/21 22:05:35  qboosh
-- quote __cxx
-
-Revision 1.228  2005/02/21 12:54:56  qrczak
-- g++ should be used for linking if there is a C++ module, at least
-  with gcc4.
-- Release 7.
-
-Revision 1.227  2005/02/20 22:01:59  darekr
-- BR: sed 4.0
-
-Revision 1.226  2005/02/16 15:11:56  emes
-- reverting last changes.
-
-Revision 1.225  2005/02/16 08:43:52  emes
-- non-python *.py in /usr/bin were crashing some apps (e.g. twistd)
-
-Revision 1.224  2005/02/10 15:09:13  radzio
-- add patch8 to address CAN-2005-0089 (based on
-  http://www.python.org/security/PSF-2005-001/patch.txt)
-- rel 5
-
-Revision 1.223  2005/02/09 23:54:34  wrobell
-- smtpd module should be in python-modules (fix by Grzegorz Grasza)
-- rel. 4
-
-Revision 1.222  2004/12/23 10:23:20  havner
-- rel 3 for fixed amd64
-
-Revision 1.221  2004/12/21 14:01:41  saq
-- enforce py_ver compatibility with provides python(bytecode),
-  not by various epochless provides which don't enforce anything
-- release 2
-
-Revision 1.220  2004/12/19 00:17:05  saq
-- missing BR
-
-Revision 1.219  2004/12/18 19:55:37  saq
-- more i18n fixes
-
-Revision 1.218  2004/12/18 19:49:13  saq
-- fixed translations: typos, rubbish
-
-Revision 1.217  2004/12/06 08:37:01  wrobell
-- fixed file section (broken due to DEVEL merging)
-
-Revision 1.216  2004/12/01 16:31:35  wrobell
-- docs updated
-
-Revision 1.215  2004/12/01 12:36:42  wrobell
-- merged from DEVEL
-
-Revision 1.214  2004/10/31 20:54:09  paladine
-- spaces->tabs
-- formatting
-
-Revision 1.213  2004/10/22 12:40:46  pluto
-- enabled support for static/global objects in c++ based python extensions
-  (-> handling .ctors/.dtors sections).
-
-Revision 1.212  2004/09/24 11:59:23  krolik
-- added sparc64 specific ifnarch
-
-Revision 1.211  2004/09/12 14:07:34  jajcus
-- test_pty added to obuilder_tests
-
-Revision 1.210  2004/09/10 09:05:46  jajcus
-- noarch_to_datadir and lib64 patches updated so
-  distutils.sysconfig.get_python_lib() works properly and returns
-  py_sitescriptdir as platform-independant directory
-- made sure than just-built interpreter and library are used during "make test"
-
-Revision 1.209  2004/08/13 10:59:53  ankry
-- reverted last change
-
-Revision 1.208.2.8  2004/12/01 12:28:14  wrobell
-- scriptdir is back
-- rel. 1
-
-Revision 1.208.2.7  2004/11/30 23:26:22  wiget
-- HTML docs up to 2.3.4
-
-Revision 1.208.2.6  2004/11/30 22:50:55  troll
-- updated to 2.4 final
-
-Revision 1.208.2.5  2004/11/22 19:58:13  arekm
-- up to rc1; fix readline detection
-
-Revision 1.208.2.4  2004/11/08 15:29:49  wrobell
-- added missing directory to list of files
-
-Revision 1.208.2.3  2004/11/08 14:44:52  wrobell
-- ver. 2.4 beta 2
-
-Revision 1.208.2.2  2004/09/22 14:58:11  jpc
-- mpz, rotor and xreadlins modules removed
-- reverted bogus change of scriptdir to libdir (???)
-- updated patches (hopefuly got it right)
-- test_distutils fails (some /usr/share -> /usr/lib problems)
-- NFY
-
-Revision 1.208.2.1  2004/08/13 09:35:49  troll
-- more fixes
-
-Revision 1.208  2004/08/13 07:59:51  troll
-- updated to 2.4 alpha2
-- builds, however NFY (still some unpackaged files)
-
-Revision 1.207  2004/07/18 18:10:54  qboosh
-- added ia64
-
-Revision 1.206  2004/07/06 13:23:00  qboosh
-- cosmetics
-
-Revision 1.205  2004/06/24 18:23:31  zboczuch
-- BR: ncurses-devel needed by ncurses-ext-devel required here too
-
-Revision 1.204  2004/06/24 07:24:40  pluto
-- BR(ncurses-ext-devel) for _curses_panel.so.
-
-Revision 1.203  2004/06/01 08:17:54  qboosh
-- -modules Obsoletes: python-optik
-
-Revision 1.202  2004/05/27 18:03:39  wrobell
-- ver. 2.3.4
-
-Revision 1.201  2004/05/02 12:16:23  wrobell
-- added conditional (sic!) patch to not append directory of sys.argv[0] to
-  sys.path, so it is possible to name your script as you want to
-- fixed extension for pygettext.py script (_py as standard) to be consistent with
-  other scripts
-- rel. 5.1
-
-Revision 1.200  2004/04/27 12:14:19  qboosh
-- one BR: bzip2-devel is enough
-- rename helper scripts to not confuse python; release 5
-
-Revision 1.199  2004/04/27 09:39:32  pawcioos
-- added BR bzip2-devel
-
-Revision 1.198  2004/04/26 18:16:49  djurban
-- EVIL CHANGES IN BR!
-
-Revision 1.197  2004/04/10 21:12:46  qboosh
-- idle R: -tkinter (noticed by jack)
-
-Revision 1.196  2004/03/25 15:33:56  qboosh
-- en fixes
-
-Revision 1.195  2004/03/25 15:10:22  qboosh
-- expat epoch (but it shouldn't be used - python has internal expat)
-
-Revision 1.194  2004/03/25 10:45:50  qboosh
-- strict internal deps, unifications
-
-Revision 1.193  2004/03/21 17:05:02  wrobell
-- added xgettext replacement specific for Python code
-- rel. 4
-
-Revision 1.192  2004/03/19 23:46:35  ankry
-- massive change: BR openssl-devel >= 0.9.7d
-
-Revision 1.191  2004/03/14 18:24:38  adamg
-- release 3 with updated pythonpath patch
-
-Revision 1.190  2004/01/25 13:47:55  radzio
-- fix pdb.py, profiler.py and friends
-
-Revision 1.189  2004/01/16 08:14:18  jajcus
-- Release: 2
-- test_locale added to nobuilder_tests (depends on builder environment - what locale are installed), test_locale remark removed from TODO
-- %ifarch amd64 changed to %if "%{_lib}" == "lib64"
-- -noarch_to_datadir.patch and -lib64.patch updated so sys.path is valid
-
-Revision 1.188  2004/01/15 18:42:29  jajcus
-- architecture-independent files moved to %{_datadir}. NFY (sys.path is not updated)
-
-Revision 1.187  2004/01/15 17:15:33  jajcus
-- test_python (requires /proc) and test_nis added to nobuilder_tests
-- verbose_tests bcond
-- cosmetics
-
-Revision 1.186  2004/01/15 16:36:34  jajcus
-- Release: 1.3
-- run tests in verbose mode
-
-Revision 1.185  2004/01/15 16:33:07  jajcus
-- disable a few more tests
-
-Revision 1.184  2004/01/15 14:56:06  jajcus
-- Release: 1.2
-- %{py_sitescriptdir} directory for architecture-independent packages
-
-Revision 1.183  2004/01/07 12:01:00  wrobell
-- added python html documentation path patch
-- rel. 1.1 /one todo item remains/
-
-Revision 1.182  2004/01/02 17:55:53  jajcus
-- Release: 1 (STBR after AMD64 fixes)
-
-Revision 1.181  2003/12/21 09:51:24  jajcus
-- audioop,rgbimg,imageop are not present on AMD64 neither (like on all 64-bit platforms)
-- do not test audioop,rgbimg,imageop on 64-bit platforms
-- all lib64 fixes go to -lib64.patch
-
-Revision 1.180  2003/12/20 19:32:58  arekm
-- updated to final 2.3.3
-
-Revision 1.179  2003/12/19 00:07:15  jajcus
-- tests hack reverted (it should never be commited)
-
-Revision 1.178  2003/12/19 00:05:56  jajcus
-- use proper libdir
-
-Revision 1.177  2003/12/10 20:39:43  wrobell
-- rel. 0.2.c1
-
-Revision 1.176  2003/12/10 20:39:06  wrobell
-- pass devel tools scripts arguments correctly
-
-Revision 1.175  2003/12/05 16:01:49  wrobell
-- ver. 2.3.3c1
-
-Revision 1.174  2003/12/01 12:12:38  ciesiel
-- removed BR (looping requires :)
-
-Revision 1.173  2003/12/01 10:49:54  ciesiel
-- added BR (now all tests OK)
-
-Revision 1.172  2003/11/30 14:30:01  qboosh
-- base R: equal -libs; release 4
-
-Revision 1.171  2003/11/11 16:07:53  wrobell
-- added todo entry about locale test
-
-Revision 1.170  2003/11/11 15:42:17  matkor
-- Removed BR:glibc-localedb-all. Test should be fixed to use system defined locale.
-
-Revision 1.169  2003/11/11 13:08:07  matkor
-- Release 3. BR:glibc-localedb-all. Fails on locale tests otherwise.
-
-Revision 1.168  2003/11/03 00:49:35  wrobell
-- removed redundant defattr
-
-Revision 1.167  2003/11/01 22:29:39  arekm
-- missing defattr
-
-Revision 1.166  2003/10/29 16:26:25  wrobell
-- added pstats.py script to devel-tools subpackage
-
-Revision 1.165  2003/10/29 16:25:10  wrobell
-- added pstats.py script to devel-tools subpackage
-
-Revision 1.164  2003/10/29 15:49:31  wrobell
-- excluding hotshot directory is not necessary in python-modules package
-
-Revision 1.163  2003/10/29 15:45:08  wrobell
-- added devel-tools subpackage with timeit.py, profile.py and pdb.py
-  scripts and with associated modules; all profiler (i.e. hotshot) modules
-  are moved to this subpackage, too
-- rel. 2
-
-Revision 1.162  2003/10/10 19:45:23  qboosh
-- pl fixes, cosmetics
-
-Revision 1.161  2003/10/05 19:07:14  wrobell
-- fsync problem fixed in Python 2.3.2
-
-Revision 1.160  2003/10/05 18:59:47  troll
-- updated to 2.3.2
-- preferred bz2 Source0
-
-Revision 1.159  2003/09/30 20:18:32  eothane
-- ahh, what the hell: openssl 0.9.7c
-
-Revision 1.158  2003/09/27 10:52:35  arekm
-- rebuild with really fixed fsync (was missing one change in .h.in file)
-
-Revision 1.157  2003/09/26 23:48:37  arekm
-- fix fsync detection; rel 2
-
-Revision 1.156  2003/09/24 13:26:27  wrobell
-- ver. 2.3.1
-
-Revision 1.155  2003/09/07 10:49:48  wrobell
-- fixed idle package file list, thanks to Jacek Sobczak
-- rel. 3
-
-Revision 1.154  2003/08/29 16:17:50  malekith
-- yet another bcond fix
-
-Revision 1.153  2003/08/28 21:35:07  wrobell
-- tests bcond fix :-\
-
-Revision 1.152  2003/08/28 19:02:04  wrobell
-- typo
-
-Revision 1.151  2003/08/28 16:27:19  wrobell
-- POSIXLY_CORRECT is not needed IMHO
-- dbm module builds now due to improved no_ndbm patch
-- dl module will not compile on 64-bit platforms (look into setup.py)
-- added missing tests to doc subpackage
-- run Python tests after compilation
-- rel. 2
-
-Revision 1.150  2003/08/28 08:29:13  ankry
-- s/TeX-a/TeXa/ i podobne
-
-Revision 1.149  2003/08/27 14:31:20  qboosh
-- don't create empty -tkinter package
-
-Revision 1.148  2003/08/27 14:28:07  wrobell
-- simplified BR
-- tkinter bcond
-- rel. 1.2
-
-Revision 1.147  2003/08/26 16:10:37  wrobell
-- exclude unsupported modules on 64-bit platforms
-
-Revision 1.146  2003/08/26 06:10:02  wrobell
-- brrr...
-
-Revision 1.145  2003/08/26 06:06:47  wrobell
-- python-{pydoc,idle} -> {pydoc,idle} <- programs
-- tkinter -> python-tkinter <- library
-- simplification of install section
-- list all *.so modules to be sure that all of them are built
-- rel. 1.1
-
-Revision 1.144  2003/08/25 21:13:01  mmazur
-- rel 1 for ac
-
-Revision 1.143  2003/08/19 11:42:40  wrobell
-- %{_examplesdir}/%{name}-%{version}
-- rel. 0.4
-
-Revision 1.142  2003/08/13 10:46:24  wrobell
-- python documentation is in common subdirectory now, so do not use
-  temporary html-doc dir
-- rel. 0.3
-
-Revision 1.141  2003/07/31 10:29:27  wrobell
-- install libpython2.3.so symbolic link
-- rel. 0.2
-
-Revision 1.140  2003/07/30 10:51:32  wrobell
-- ver. 2.3
-- without threads subpackage is not necessary for apache 2.0.x, so...
-
-Revision 1.139  2003/07/26 17:11:46  wrobell
-- 2.3 rc 2
-
-Revision 1.138  2003/07/22 20:29:04  wiget
-- obsoletes separated python-xmlrpc (included in main distribution)
-
-Revision 1.137  2003/07/21 10:51:09  wrobell
-- merged from DEVEL
-
-Revision 1.136  2003/07/01 06:41:16  wiget
-- BR fixed tix
-
-Revision 1.135  2003/06/21 15:34:23  qboosh
-- release 2: rebuild with tcl/tk 8.4.3
-
-Revision 1.134  2003/06/01 20:15:39  misi3k
-- rel 1
-- updated to 2.2.3
-
-Revision 1.133  2003/05/25 11:00:58  malekith
-- massive attack, adding Source-md5
-
-Revision 1.132  2003/05/25 06:26:04  misi3k
-- massive attack s/pld.org.pl/pld-linux.org/
-
-Revision 1.131  2003/05/16 11:56:42  djrzulf
-- works fine, release 4,
-
-Revision 1.130  2003/05/16 11:39:15  djrzulf
-- added patch for examples package (/usr/local/bin/python -> /usr/bin/python),
-- Release 3.3,
-
-Revision 1.129  2003/05/16 10:45:18  djrzulf
-- changed do sed, due to buildrequires perl,
-- added BR: sed,
-
-Revision 1.128  2003/05/16 10:40:42  djrzulf
-- added workaround for auto-require in examples subpackage,
-- Release 3.1,
-
-Revision 1.127.2.11  2003/07/21 10:14:37  matkor
-- Autoupgraded to version 2.3c1 (release candidate). Not tested. BR to big for Ra.
-
-Revision 1.127.2.10  2003/07/11 01:34:21  eothane
-- some pld.org.pl->pld-linux.org cosmetics
-
-Revision 1.127.2.9  2003/07/08 15:52:04  wrobell
-- ver. 2.3b2
-- md5sums
-
-Revision 1.127.2.8  2003/05/16 06:26:17  wrobell
-- copy_reg module is required by python-libs, too
-
-Revision 1.127.2.7  2003/05/15 15:04:54  wrobell
-- added idle patch to install idle byte optimized files, too
-
-Revision 1.127.2.6  2003/04/29 07:05:20  wrobell
-- ver. 2.3b1
-
-Revision 1.127.2.5  2003/04/11 10:30:32  wrobell
-- added idle subpackage
-- all patches are updated and reviewed now, (I hope :-)
-
-Revision 1.127.2.4  2003/04/10 15:35:47  wrobell
-- run ldconfig for libs subpackage, where the library is packaged
-
-Revision 1.127.2.3  2003/04/10 13:04:06  wrobell
-- no_ndbm patch is updated
-
-Revision 1.127.2.2  2003/04/10 11:59:00  wrobell
-- curses modules build now due to fixed ac_fixes patch
-
-Revision 1.127.2.1  2003/04/09 14:47:50  wrobell
-- ver. 2.3a2
-
-Revision 1.127  2003/03/25 10:11:20  wiget
-- release 3
-- rebuild with new gdbm
-
-Revision 1.126  2003/02/20 20:57:11  misiek
-- rebuild with new openssl (rel 2)
-
-Revision 1.125  2003/02/13 14:05:24  juandon
-- force to use openssl >= 0.9.7, idea by kloczek
-
-Revision 1.124  2002/12/02 11:06:25  ankry
-- massive cleaning
-
-Revision 1.123  2002/11/30 23:00:26  juandon
-- new %doc
-
-Revision 1.122  2002/10/17 10:35:15  wrobell
-- ver 2.2.2
-
-Revision 1.121  2002/10/17 09:42:53  mmazur
-- gdbm is back
-
-Revision 1.120  2002/10/16 11:17:30  matkor
-- libpython*.a symlink addition reverted as stupid idea
-
-Revision 1.119  2002/10/15 22:07:08  mmazur
-- no more gdbm and db3
-
-Revision 1.118  2002/10/14 23:43:56  matkor
-- Symlink needed to build working mod_python added.
-
-Revision 1.117  2002/09/09 15:49:46  dzimi
-- rel 19
-- update python-sec-lib-os-execpve.patch, previous patch was security dangerous
-
-Revision 1.116  2002/09/09 10:25:49  kloczek
-- bump relese to 18 (for allow upgrade from RH).
-
-Revision 1.115  2002/09/08 11:52:23  dzimi
-- rel 7
-- add security patch for insecure temporary files
-
-Revision 1.114  2002/07/02 13:53:53  wrobell
-- fixed descriptions and summaries of tkinter package
-- rel. 6, stb
-
-Revision 1.113  2002/05/21 23:14:35  kloczek
-- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
-             s/^automake -a -c -f/\%\{__automake\}/; \
-     s/^autoconf/\%\{__autoconf\}/"
-
-Revision 1.112  2002/05/04 12:16:20  kloczek
-- bump release to 5.
-
-Revision 1.111  2002/04/23 03:48:22  kloczek
-- move some %desc in proper place.
-
-Revision 1.110  2002/04/23 03:29:28  kloczek
-- typos.
-
-Revision 1.109  2002/04/22 21:33:52  kloczek
-- release 3,
-- rebuild against fixed ncurses-devel,
-- merge translations from KSI.
-
-Revision 1.108  2002/04/19 20:15:18  qboosh
-- moved setting POSIXLY_CORRECT after autoconf - ac 2.53 doesn't work with it
-- ac25x patch changed (was no longer necessary, but ac2.53 needs another one)
-
-Revision 1.107  2002/04/19 12:51:35  mis
-- added missing %{name} = %{py_ver} caps; rel 2
-
-Revision 1.106  2002/04/11 12:20:53  wrobell
-- rel. 1
-- stb (finally I hope)
-
-Revision 1.105  2002/04/11 10:03:45  wrobell
-- rel. 4
-
-Revision 1.104  2002/04/11 09:32:23  wrobell
-- build with library with so version bumped up
-- Misc/unicode.txt is not available
-- rel. 0.3
-- stb
-
-Revision 1.103  2002/04/11 07:23:16  wrobell
-- ver. 2.2.1 /bugfix release/, nfy
-
-Revision 1.102  2002/03/18 06:55:59  wrobell
-- group Development/Languages/Python changed to other where appropriate
-- rel. 14
-- stb
-
-Revision 1.101  2002/03/06 14:06:06  wrobell
-- missing compiler, email and hotshot modules added
-- rel. 13
-- stb
-
-Revision 1.100  2002/02/23 04:25:51  kloczek
-- adapterized.
-
-Revision 1.99  2002/02/22 23:29:39  kloczek
-- removed all Group fields translations (oure rpm now can handle translating
-  Group field using gettext).
-
-Revision 1.98  2002/02/13 23:35:58  wrobell
-- move basic modules to libs subpackage;
-  apps which use embedded Python need only library
-  to run simple scripts (python-libs to run scripts
-  and python-devel to compile an app)
-
-Revision 1.97  2002/02/06 10:43:29  wrobell
-- move dirs from modules subpackage to main package
-- rel. 10
-
-Revision 1.96  2002/02/06 08:32:09  kloczek
-- adapterized.
-
-Revision 1.95  2002/02/04 09:59:09  kloczek
-- added ac_fixes patch (use $CFLAGS instead hardcoded -O3).
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python.spec?r1=1.255&r2=1.256&f=u



More information about the pld-cvs-commit mailing list