SHA256
1
0
forked from pool/python

- python-2.7.6-bdist-rpm.patch: fix broken "setup.py bdist_rpm" command

(bnc#857470, issue18045)
- multilib patch: add "~/.local/lib64" paths to search path
  (bnc#637176)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=160
This commit is contained in:
Jan Matejek
2014-02-11 19:29:19 +00:00
committed by Git OBS Bridge
parent 4f815b3251
commit 765b7c8fe4
6 changed files with 117 additions and 31 deletions

View File

@@ -8,6 +8,10 @@ Mon Feb 10 14:24:52 UTC 2014 - jmatejek@suse.com
smtplib_maxline-2.7.patch
- CVE-2013-1753 (bnc#856835) gzip decompression bomb in xmlrpc client:
xmlrpc_gzip_27.patch
- python-2.7.6-bdist-rpm.patch: fix broken "setup.py bdist_rpm" command
(bnc#857470, issue18045)
- multilib patch: add "~/.local/lib64" paths to search path
(bnc#637176)
-------------------------------------------------------------------
Tue Dec 10 16:56:02 UTC 2013 - uweigand@de.ibm.com