Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2013-04-17 23:16:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3 (Old)
 and      /work/SRC/openSUSE:Factory/.python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3", Maintainer is "jmate...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3/python3-base.changes     2013-03-30 
14:59:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes        
2013-04-17 23:16:36.000000000 +0200
@@ -1,0 +2,25 @@
+Sat Apr 13 07:56:51 UTC 2013 - idon...@suse.com
+
+- Update to version 3.3.1
+  * Fix the –enable-profiling configure switch.
+  * In IDLE, close the replace dialog after it is used.
+- Too many bugfixes to list here,
+  see See http://hg.python.org/cpython/file/v3.3.0/Misc/NEWS
+- Refresh Python-3.3.0b2-multilib.patch
+- Refresh python-3.2b2-buildtime-generate.patch
+- Drop upstream patches: ctypes-libffi-aarch64.patch,
+  python-3.2.3rc2-pypirc-secure.patch, python-3.3.0-getdents64.patch
+
+-------------------------------------------------------------------
+Fri Apr  5 12:59:20 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/title=SourceUrls
+
+-------------------------------------------------------------------
+Wed Apr  3 15:36:04 UTC 2013 - jmate...@suse.com
+
+- remove spurious modification of python-3.3.0b1-localpath.patch
+  that would force installation into /usr/local.
+  this fixes bnc#809831
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3/python3-doc.changes      2012-10-06 
18:42:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-doc.changes 2013-04-17 
23:16:36.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Apr 13 07:57:45 UTC 2013 - idon...@suse.com
+
+- Update to version 3.3.1 
+
+-------------------------------------------------------------------
+Fri Apr  5 13:01:00 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2012-11-06 
16:20:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes     2013-04-17 
23:16:36.000000000 +0200
@@ -1,0 +2,24 @@
+Sat Apr 13 07:51:28 UTC 2013 - idon...@suse.com
+
+- Update to version 3.3.1
+  * Fix the –enable-profiling configure switch.
+  * In IDLE, close the replace dialog after it is used.
+- Too many bugfixes to list here,
+  see See http://hg.python.org/cpython/file/v3.3.0/Misc/NEWS
+- Refresh Python-3.3.0b2-multilib.patch
+- Refresh python-3.2b2-buildtime-generate.patch
+- Drop upstream patches: ctypes-libffi-aarch64.patch,
+  python-3.2.3rc2-pypirc-secure.patch, python-3.3.0-getdents64.patch
+
+-------------------------------------------------------------------
+Mon Apr  8 11:25:30 UTC 2013 - speili...@suse.com
+
+- Exclude sqlite/test and tk/test directories from the respective
+  sub-packages. These are owned by the testsuite sub-package already
+
+-------------------------------------------------------------------
+Fri Apr  5 12:58:38 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

Old:
----
  Python-3.3.0.tar.bz2
  ctypes-libffi-aarch64.patch
  python-3.2.3rc2-pypirc-secure.patch
  python-3.3.0-docs-html.tar.bz2
  python-3.3.0-docs-pdf-a4.tar.bz2
  python-3.3.0-docs-pdf-letter.tar.bz2
  python-3.3.0-getdents64.patch

New:
----
  Python-3.3.1.tar.bz2
  python-3.3.1-docs-html.tar.bz2
  python-3.3.1-docs-pdf-a4.tar.bz2
  python-3.3.1-docs-pdf-letter.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-base.spec ++++++
--- /var/tmp/diff_new_pack.sqVKI3/_old  2013-04-17 23:16:41.000000000 +0200
+++ /var/tmp/diff_new_pack.sqVKI3/_new  2013-04-17 23:16:41.000000000 +0200
@@ -34,7 +34,7 @@
 Summary:        Python3 Interpreter
 License:        Python-2.0
 Group:          Development/Languages/Python
-Version:        3.3.0
+Version:        3.3.1
 Release:        0
 %define         tarversion %{version}
 %define         tarname    Python-%{tarversion}
@@ -44,7 +44,7 @@
 Obsoletes:      python3 < 3.2
 # no Provides, because python3 is obviously provided by package python3
 
-Source0:        %{tarname}.tar.bz2
+Source0:        http://www.python.org/ftp/python/%{version}/%{tarname}.tar.bz2
 Source1:        baselibs.conf
 Source2:        README.SUSE
 Source3:        python3start
@@ -73,13 +73,8 @@
 Patch06:        python-3.3.0b1-fix_date_time_compiler.patch
 # fix wrong include path in curses-panel module
 Patch07:        python-3.3.0b1-curses-panel.patch
-# fix .pypirc creation vulnerability
-Patch08:        python-3.2.3rc2-pypirc-secure.patch
 # POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
 Patch09:        python-3.3.0b1-test-posix_fadvise.patch
-# PATCH-FIX-OPENSUSE Import aarch64 support for libffi in _ctypes module
-Patch10:        ctypes-libffi-aarch64.patch
-Patch11:        python-3.3.0-getdents64.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -206,10 +201,7 @@
 %patch05 -p1
 %patch06 -p1
 %patch07
-%patch08 -p1
 %patch09 -p1
-%patch10 -p1
-%patch11 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac
@@ -433,6 +425,7 @@
 %doc %{_docdir}/%{name}/README
 %doc %{_docdir}/%{name}/LICENSE
 %doc %{_docdir}/%{name}/README.SUSE
+%doc %{_mandir}/man1/python3.1*
 %doc %{_mandir}/man1/python%{python_version}.1*
 # makefile etc
 %{sitedir}/config-%{python_abi}

++++++ python3-doc.spec ++++++
--- /var/tmp/diff_new_pack.sqVKI3/_old  2013-04-17 23:16:41.000000000 +0200
+++ /var/tmp/diff_new_pack.sqVKI3/_new  2013-04-17 23:16:41.000000000 +0200
@@ -22,18 +22,18 @@
 Summary:        Additional Package Documentation for Python.
 License:        Python-2.0
 Group:          Development/Languages/Python
-Version:        3.3.0
+Version:        3.3.1
 Release:        0
 BuildArch:      noarch
 %define         tarversion     %{version}
 %define         tarname        Python-%{tarversion}
 %define         pyname         python3
-%define pyver   3.3.0
+%define pyver   3.3.1
 Enhances:       %{pyname}=%{pyver}
-Source0:        %{tarname}.tar.bz2
-Source1:        python-%{version}-docs-html.tar.bz2
-Source2:        python-%{version}-docs-pdf-a4.tar.bz2
-Source3:        python-%{version}-docs-pdf-letter.tar.bz2
+Source0:        http://www.python.org/ftp/python/%{version}/%{tarname}.tar.bz2
+Source1:        
http://docs.python.org/3/archives/python-%{version}-docs-html.tar.bz2
+Source2:        
http://docs.python.org/3/archives/python-%{version}-docs-pdf-a4.tar.bz2
+Source3:        
http://docs.python.org/3/archives/python-%{version}-docs-pdf-letter.tar.bz2
 Provides:       pyth_doc
 Provides:       pyth_ps
 Obsoletes:      pyth_doc
@@ -56,13 +56,8 @@
 Patch06:        python-3.3.0b1-fix_date_time_compiler.patch
 # fix wrong include path in curses-panel module
 Patch07:        python-3.3.0b1-curses-panel.patch
-# fix .pypirc creation vulnerability
-Patch08:        python-3.2.3rc2-pypirc-secure.patch
 # POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
 Patch09:        python-3.3.0b1-test-posix_fadvise.patch
-# PATCH-FIX-OPENSUSE Import aarch64 support for libffi in _ctypes module
-Patch10:        ctypes-libffi-aarch64.patch
-Patch11:        python-3.3.0-getdents64.patch
 ### COMMON-PATCH-END ###
 ### COMMON-DEF-BEGIN ###
 
@@ -126,10 +121,7 @@
 %patch05 -p1
 %patch06 -p1
 %patch07
-%patch08 -p1
 %patch09 -p1
-%patch10 -p1
-%patch11 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac
@@ -149,7 +141,7 @@
 ( cd $PDOCS/paper-a4; mv docs-pdf/* . ; rm -rf docs-pdf) 
 tar xfj %{S:3} -C $PDOCS/paper-letter
 ( cd $PDOCS/paper-letter; mv docs-pdf/* . ; rm -rf docs-pdf) 
-install -c -m 644 Doc/ACKS.txt                          $PDOCS/ACKS.txt
+install -c -m 644 Misc/ACKS                             $PDOCS/ACKS.txt
 install -c -m 644 Doc/README.txt                        $PDOCS/README.txt
 for i in Misc/* ; do
   [ -f $i ] && install -c -m 644 $i                 $PDOCS/Misc/

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.sqVKI3/_old  2013-04-17 23:16:41.000000000 +0200
+++ /var/tmp/diff_new_pack.sqVKI3/_new  2013-04-17 23:16:41.000000000 +0200
@@ -39,14 +39,14 @@
 Summary:        Python3 Interpreter
 License:        Python-2.0
 Group:          Development/Languages/Python
-Version:        3.3.0
+Version:        3.3.1
 Release:        0
 %define         tarversion %{version}
 %define         tarname        Python-%{tarversion}
 
 Requires:       python3-base = %{version}
 
-Source0:        %{tarname}.tar.bz2
+Source0:        http://www.python.org/ftp/python/%{version}/%{tarname}.tar.bz2
 Source1:        baselibs.conf
 #Source11:       testfiles.tar.bz2
 # issues with copyrighted Unicode testing files
@@ -72,13 +72,8 @@
 Patch06:        python-3.3.0b1-fix_date_time_compiler.patch
 # fix wrong include path in curses-panel module
 Patch07:        python-3.3.0b1-curses-panel.patch
-# fix .pypirc creation vulnerability
-Patch08:        python-3.2.3rc2-pypirc-secure.patch
 # POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
 Patch09:        python-3.3.0b1-test-posix_fadvise.patch
-# PATCH-FIX-OPENSUSE Import aarch64 support for libffi in _ctypes module
-Patch10:        ctypes-libffi-aarch64.patch
-Patch11:        python-3.3.0-getdents64.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -177,10 +172,7 @@
 %patch05 -p1
 %patch06 -p1
 %patch07
-%patch08 -p1
 %patch09 -p1
-%patch10 -p1
-%patch11 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac
@@ -267,6 +259,7 @@
 %files tk
 %defattr(644, root, root, 755)
 %{sitedir}/tkinter
+%exclude %{sitedir}/tkinter/test
 %{dynlib _tkinter}
 
 %files curses
@@ -286,6 +279,7 @@
 %dir %{sitedir}
 %dir %{sitedir}/lib-dynload
 %{sitedir}/sqlite3
+%exclude %{sitedir}/sqlite3/test
 %{sitedir}/xml
 %{sitedir}/xmlrpc
 %{dynlib _hashlib}

++++++ Python-3.3.0b2-multilib.patch ++++++
--- /var/tmp/diff_new_pack.sqVKI3/_old  2013-04-17 23:16:41.000000000 +0200
+++ /var/tmp/diff_new_pack.sqVKI3/_new  2013-04-17 23:16:41.000000000 +0200
@@ -1,8 +1,8 @@
-Index: Python-3.3.0b2/Include/pythonrun.h
+Index: Python-3.3.1/Include/pythonrun.h
 ===================================================================
---- Python-3.3.0b2.orig/Include/pythonrun.h    2012-08-11 08:54:09.000000000 
+0200
-+++ Python-3.3.0b2/Include/pythonrun.h 2012-08-23 14:49:29.000000000 +0200
-@@ -181,6 +181,8 @@
+--- Python-3.3.1.orig/Include/pythonrun.h
++++ Python-3.3.1/Include/pythonrun.h
+@@ -181,6 +181,8 @@ int _Py_CheckPython3();
  /* In their own files */
  PyAPI_FUNC(const char *) Py_GetVersion(void);
  PyAPI_FUNC(const char *) Py_GetPlatform(void);
@@ -11,11 +11,11 @@
  PyAPI_FUNC(const char *) Py_GetCopyright(void);
  PyAPI_FUNC(const char *) Py_GetCompiler(void);
  PyAPI_FUNC(const char *) Py_GetBuildInfo(void);
-Index: Python-3.3.0b2/Lib/distutils/command/install.py
+Index: Python-3.3.1/Lib/distutils/command/install.py
 ===================================================================
---- Python-3.3.0b2.orig/Lib/distutils/command/install.py       2012-08-23 
14:49:26.000000000 +0200
-+++ Python-3.3.0b2/Lib/distutils/command/install.py    2012-08-23 
14:49:29.000000000 +0200
-@@ -25,6 +25,8 @@
+--- Python-3.3.1.orig/Lib/distutils/command/install.py
++++ Python-3.3.1/Lib/distutils/command/install.py
+@@ -25,6 +25,8 @@ else:
      from site import USER_SITE
      HAS_USER_SITE = True
  
@@ -24,7 +24,7 @@
  if sys.version < "2.2":
      WINDOWS_SCHEME = {
          'purelib': '$base',
-@@ -45,7 +47,7 @@
+@@ -45,7 +47,7 @@ else:
  INSTALL_SCHEMES = {
      'unix_prefix': {
          'purelib': '$base/lib/python$py_version_short/site-packages',
@@ -33,11 +33,11 @@
          'headers': 
'$base/include/python$py_version_short$abiflags/$dist_name',
          'scripts': '$base/bin',
          'data'   : '$base',
-Index: Python-3.3.0b2/Lib/distutils/sysconfig.py
+Index: Python-3.3.1/Lib/distutils/sysconfig.py
 ===================================================================
---- Python-3.3.0b2.orig/Lib/distutils/sysconfig.py     2012-08-11 
08:54:10.000000000 +0200
-+++ Python-3.3.0b2/Lib/distutils/sysconfig.py  2012-08-23 14:49:29.000000000 
+0200
-@@ -139,8 +139,11 @@
+--- Python-3.3.1.orig/Lib/distutils/sysconfig.py
++++ Python-3.3.1/Lib/distutils/sysconfig.py
+@@ -143,8 +143,11 @@ def get_python_lib(plat_specific=0, stan
              prefix = plat_specific and EXEC_PREFIX or PREFIX
  
      if os.name == "posix":
@@ -51,11 +51,11 @@
          if standard_lib:
              return libpython
          else:
-Index: Python-3.3.0b2/Lib/pydoc.py
+Index: Python-3.3.1/Lib/pydoc.py
 ===================================================================
---- Python-3.3.0b2.orig/Lib/pydoc.py   2012-08-11 08:54:13.000000000 +0200
-+++ Python-3.3.0b2/Lib/pydoc.py        2012-08-23 14:49:29.000000000 +0200
-@@ -369,7 +369,7 @@
+--- Python-3.3.1.orig/Lib/pydoc.py
++++ Python-3.3.1/Lib/pydoc.py
+@@ -372,7 +372,7 @@ class Doc:
  
          docloc = os.environ.get("PYTHONDOCS", self.PYTHONDOCS)
  
@@ -64,11 +64,11 @@
                                 "python%d.%d" %  sys.version_info[:2])
          if (isinstance(object, type(os)) and
              (object.__name__ in ('errno', 'exceptions', 'gc', 'imp',
-Index: Python-3.3.0b2/Lib/site.py
+Index: Python-3.3.1/Lib/site.py
 ===================================================================
---- Python-3.3.0b2.orig/Lib/site.py    2012-08-11 08:54:13.000000000 +0200
-+++ Python-3.3.0b2/Lib/site.py 2012-08-23 14:49:29.000000000 +0200
-@@ -303,13 +303,19 @@
+--- Python-3.3.1.orig/Lib/site.py
++++ Python-3.3.1/Lib/site.py
+@@ -303,13 +303,19 @@ def getsitepackages(prefixes=None):
          if sys.platform in ('os2emx', 'riscos'):
              sitepackages.append(os.path.join(prefix, "Lib", "site-packages"))
          elif os.sep == '/':
@@ -91,11 +91,11 @@
          if sys.platform == "darwin":
              # for framework builds *only* we add the standard Apple
              # locations.
-Index: Python-3.3.0b2/Lib/trace.py
+Index: Python-3.3.1/Lib/trace.py
 ===================================================================
---- Python-3.3.0b2.orig/Lib/trace.py   2012-08-11 08:54:17.000000000 +0200
-+++ Python-3.3.0b2/Lib/trace.py        2012-08-23 14:49:29.000000000 +0200
-@@ -750,10 +750,10 @@
+--- Python-3.3.1.orig/Lib/trace.py
++++ Python-3.3.1/Lib/trace.py
+@@ -751,10 +751,10 @@ def main(argv=None):
                  # should I also call expanduser? (after all, could use $HOME)
  
                  s = s.replace("$prefix",
@@ -108,20 +108,20 @@
                                             "python" + sys.version[:3]))
                  s = os.path.normpath(s)
                  ignore_dirs.append(s)
-Index: Python-3.3.0b2/Makefile.pre.in
+Index: Python-3.3.1/Makefile.pre.in
 ===================================================================
---- Python-3.3.0b2.orig/Makefile.pre.in        2012-08-11 08:54:18.000000000 
+0200
-+++ Python-3.3.0b2/Makefile.pre.in     2012-08-23 14:49:29.000000000 +0200
-@@ -92,6 +92,8 @@
+--- Python-3.3.1.orig/Makefile.pre.in
++++ Python-3.3.1/Makefile.pre.in
+@@ -96,6 +96,8 @@ PY_CORE_CFLAGS=      $(PY_CFLAGS) $(PY_CPPFLA
  
  # Machine-dependent subdirectories
  MACHDEP=      @MACHDEP@
 +LIB=          @LIB@
 +ARCH=         @ARCH@
  
- # Install prefix for architecture-independent files
- prefix=               @prefix@
-@@ -108,7 +110,7 @@
+ # Multiarch directory (may be empty)
+ MULTIARCH=    @MULTIARCH@
+@@ -115,7 +117,7 @@ LIBDIR=            @libdir@
  MANDIR=               @mandir@
  INCLUDEDIR=   @includedir@
  CONFINCLUDEDIR=       $(exec_prefix)/include
@@ -130,7 +130,7 @@
  ABIFLAGS=     @ABIFLAGS@
  
  # Detailed destination directories
-@@ -617,6 +619,7 @@
+@@ -633,6 +635,7 @@ Modules/getpath.o: $(srcdir)/Modules/get
                -DEXEC_PREFIX='"$(exec_prefix)"' \
                -DVERSION='"$(VERSION)"' \
                -DVPATH='"$(VPATH)"' \
@@ -138,7 +138,7 @@
                -o $@ $(srcdir)/Modules/getpath.c
  
  Modules/python.o: $(srcdir)/Modules/python.c
-@@ -668,7 +671,7 @@
+@@ -699,7 +702,7 @@ $(AST_C): $(AST_H) $(AST_ASDL) $(ASDLGEN
  Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H)
  
  Python/getplatform.o: $(srcdir)/Python/getplatform.c
@@ -147,10 +147,10 @@
  
  Python/importdl.o: $(srcdir)/Python/importdl.c
                $(CC) -c $(PY_CORE_CFLAGS) -I$(DLINCLDIR) -o $@ 
$(srcdir)/Python/importdl.c
-Index: Python-3.3.0b2/Modules/getpath.c
+Index: Python-3.3.1/Modules/getpath.c
 ===================================================================
---- Python-3.3.0b2.orig/Modules/getpath.c      2012-08-11 08:54:22.000000000 
+0200
-+++ Python-3.3.0b2/Modules/getpath.c   2012-08-23 14:49:29.000000000 +0200
+--- Python-3.3.1.orig/Modules/getpath.c
++++ Python-3.3.1/Modules/getpath.c
 @@ -121,9 +121,11 @@
  #define EXEC_PREFIX PREFIX
  #endif
@@ -165,7 +165,7 @@
  #endif
  
  #ifndef LANDMARK
-@@ -135,7 +137,7 @@
+@@ -135,7 +137,7 @@ static wchar_t exec_prefix[MAXPATHLEN+1]
  static wchar_t progpath[MAXPATHLEN+1];
  static wchar_t *module_search_path = NULL;
  static int module_search_path_malloced = 0;
@@ -174,11 +174,11 @@
  
  static void
  reduce(wchar_t *dir)
-Index: Python-3.3.0b2/Python/getplatform.c
+Index: Python-3.3.1/Python/getplatform.c
 ===================================================================
---- Python-3.3.0b2.orig/Python/getplatform.c   2012-08-11 08:54:24.000000000 
+0200
-+++ Python-3.3.0b2/Python/getplatform.c        2012-08-23 14:49:29.000000000 
+0200
-@@ -10,3 +10,23 @@
+--- Python-3.3.1.orig/Python/getplatform.c
++++ Python-3.3.1/Python/getplatform.c
+@@ -10,3 +10,23 @@ Py_GetPlatform(void)
  {
        return PLATFORM;
  }
@@ -202,11 +202,11 @@
 +{
 +      return LIB;
 +}
-Index: Python-3.3.0b2/Python/sysmodule.c
+Index: Python-3.3.1/Python/sysmodule.c
 ===================================================================
---- Python-3.3.0b2.orig/Python/sysmodule.c     2012-08-11 08:54:24.000000000 
+0200
-+++ Python-3.3.0b2/Python/sysmodule.c  2012-08-23 14:49:29.000000000 +0200
-@@ -1612,6 +1612,10 @@
+--- Python-3.3.1.orig/Python/sysmodule.c
++++ Python-3.3.1/Python/sysmodule.c
+@@ -1612,6 +1612,10 @@ _PySys_Init(void)
                          PyUnicode_FromString(Py_GetCopyright()));
      SET_SYS_FROM_STRING("platform",
                          PyUnicode_FromString(Py_GetPlatform()));
@@ -217,11 +217,11 @@
      SET_SYS_FROM_STRING("executable",
                          PyUnicode_FromWideChar(
                                 Py_GetProgramFullPath(), -1));
-Index: Python-3.3.0b2/setup.py
+Index: Python-3.3.1/setup.py
 ===================================================================
---- Python-3.3.0b2.orig/setup.py       2012-08-11 08:54:25.000000000 +0200
-+++ Python-3.3.0b2/setup.py    2012-08-23 14:51:18.000000000 +0200
-@@ -459,7 +459,7 @@
+--- Python-3.3.1.orig/setup.py
++++ Python-3.3.1/setup.py
+@@ -439,7 +439,7 @@ class PyBuildExt(build_ext):
          # directories (i.e. '.' and 'Include') must be first.  See issue
          # 10520.
          if not cross_compiling:
@@ -230,7 +230,7 @@
              add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
          # only change this for cross builds for 3.3, issues on Mageia
          if cross_compiling:
-@@ -516,8 +516,7 @@
+@@ -496,8 +496,7 @@ class PyBuildExt(build_ext):
          # be assumed that no additional -I,-L directives are needed.
          if not cross_compiling:
              lib_dirs = self.compiler.library_dirs + [
@@ -239,8 +239,8 @@
 +                '/' + sys.lib, '/usr/' + sys.lib,
                  ]
              inc_dirs = self.compiler.include_dirs + ['/usr/include']
-         exts = []
-@@ -729,11 +728,11 @@
+         else:
+@@ -712,11 +711,11 @@ class PyBuildExt(build_ext):
              elif curses_library:
                  readline_libs.append(curses_library)
              elif self.compiler.find_library_file(lib_dirs +
@@ -254,7 +254,7 @@
                                     extra_link_args=readline_extra_link_args,
                                     libraries=readline_libs) )
          else:
-@@ -1675,18 +1674,17 @@
+@@ -1674,18 +1673,17 @@ class PyBuildExt(build_ext):
          # Check for various platform-specific directories
          if host_platform == 'sunos5':
              include_dirs.append('/usr/openwin/include')
@@ -277,11 +277,11 @@
  
          # If Cygwin, then verify that X is installed before proceeding
          if host_platform == 'cygwin':
-Index: Python-3.3.0b2/Lib/sysconfig.py
+Index: Python-3.3.1/Lib/sysconfig.py
 ===================================================================
---- Python-3.3.0b2.orig/Lib/sysconfig.py       2012-08-11 08:54:13.000000000 
+0200
-+++ Python-3.3.0b2/Lib/sysconfig.py    2012-08-23 14:49:29.000000000 +0200
-@@ -21,10 +21,10 @@
+--- Python-3.3.1.orig/Lib/sysconfig.py
++++ Python-3.3.1/Lib/sysconfig.py
+@@ -21,10 +21,10 @@ __all__ = [
  
  _INSTALL_SCHEMES = {
      'posix_prefix': {
@@ -295,7 +295,7 @@
          'include':
              '{installed_base}/include/python{py_version_short}{abiflags}',
          'platinclude':
-@@ -33,10 +33,10 @@
+@@ -33,10 +33,10 @@ _INSTALL_SCHEMES = {
          'data': '{base}',
          },
      'posix_home': {
@@ -309,7 +309,7 @@
          'include': '{installed_base}/include/python',
          'platinclude': '{installed_base}/include/python',
          'scripts': '{base}/bin',
-@@ -81,10 +81,10 @@
+@@ -81,10 +81,10 @@ _INSTALL_SCHEMES = {
          'data': '{userbase}',
          },
      'posix_user': {
@@ -323,13 +323,13 @@
          'include': '{userbase}/include/python{py_version_short}',
          'scripts': '{userbase}/bin',
          'data': '{userbase}',
-Index: Python-3.3.0b2/configure.ac
+Index: Python-3.3.1/configure.ac
 ===================================================================
---- Python-3.3.0b2.orig/configure.ac   2012-08-11 08:54:25.000000000 +0200
-+++ Python-3.3.0b2/configure.ac        2012-08-23 14:49:29.000000000 +0200
-@@ -746,6 +746,41 @@
-     esac;;
- esac
+--- Python-3.3.1.orig/configure.ac
++++ Python-3.3.1/configure.ac
+@@ -769,6 +769,41 @@ esac
+ MULTIARCH=$($CC --print-multiarch 2>/dev/null)
+ AC_SUBST(MULTIARCH)
  
 +AC_SUBST(ARCH)
 +AC_MSG_CHECKING(ARCH)

++++++ Python-3.3.0.tar.bz2 -> Python-3.3.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/python3/Python-3.3.0.tar.bz2 
/work/SRC/openSUSE:Factory/.python3.new/Python-3.3.1.tar.bz2 differ: char 11, 
line 1

++++++ python-3.2b2-buildtime-generate.patch ++++++
--- /var/tmp/diff_new_pack.sqVKI3/_old  2013-04-17 23:16:42.000000000 +0200
+++ /var/tmp/diff_new_pack.sqVKI3/_new  2013-04-17 23:16:42.000000000 +0200
@@ -1,13 +1,13 @@
-Index: Python-3.2b2/Makefile.pre.in
+Index: Python-3.3.1/Makefile.pre.in
 ===================================================================
---- Python-3.2b2.orig/Makefile.pre.in
-+++ Python-3.2b2/Makefile.pre.in
-@@ -645,7 +645,7 @@ Python/formatter_unicode.o: $(srcdir)/Py
+--- Python-3.3.1.orig/Makefile.pre.in
++++ Python-3.3.1/Makefile.pre.in
+@@ -753,7 +753,7 @@ Python/frozen.o: Python/importlib.h
  
- Objects/typeobject.o: $(srcdir)/Objects/typeslots.inc
- $(srcdir)/Objects/typeslots.inc: $(srcdir)/Include/typeslots.h 
$(srcdir)/Objects/typeslots.py
--      $(PYTHON) $(srcdir)/Objects/typeslots.py < 
$(srcdir)/Include/typeslots.h > $(srcdir)/Objects/typeslots.inc
-+      $(RUNSHARED) ./$(PYTHON) $(srcdir)/Objects/typeslots.py < 
$(srcdir)/Include/typeslots.h > $(srcdir)/Objects/typeslots.inc
+ Objects/typeobject.o: Objects/typeslots.inc
+ Objects/typeslots.inc: $(srcdir)/Include/typeslots.h 
$(srcdir)/Objects/typeslots.py
+-      $(PYTHON) $(srcdir)/Objects/typeslots.py < 
$(srcdir)/Include/typeslots.h > Objects/typeslots.inc
++      $(RUNSHARED) ./$(PYTHON) $(srcdir)/Objects/typeslots.py < 
$(srcdir)/Include/typeslots.h > Objects/typeslots.inc
  
  ############################################################################
  # Header files

++++++ python-3.3.0b1-localpath.patch ++++++
--- /var/tmp/diff_new_pack.sqVKI3/_old  2013-04-17 23:16:42.000000000 +0200
+++ /var/tmp/diff_new_pack.sqVKI3/_new  2013-04-17 23:16:42.000000000 +0200
@@ -48,18 +48,3 @@
          else:
              # other platforms
              self.assertEqual(len(dirs), 2)
-Index: Lib/distutils/command/install.py
-===================================================================
---- Lib/distutils/command/install.py.orig      2012-08-07 13:44:51.000000000 
+0200
-+++ Lib/distutils/command/install.py   2012-08-07 14:32:03.000000000 +0200
-@@ -451,8 +451,8 @@
-                     raise DistutilsOptionError(
-                           "must not supply exec-prefix without prefix")
- 
--                self.prefix = os.path.normpath(sys.prefix)
--                self.exec_prefix = os.path.normpath(sys.exec_prefix)
-+                self.prefix = os.path.join(os.path.normpath(sys.prefix), 
'local')
-+                self.exec_prefix = 
os.path.join(os.path.normpath(sys.exec_prefix), 'local')
- 
-             else:
-                 if self.exec_prefix is None:

++++++ python-3.3.0-docs-html.tar.bz2 -> python-3.3.1-docs-html.tar.bz2 ++++++
++++ 98103 lines of diff (skipped)

++++++ python-3.3.0-docs-pdf-a4.tar.bz2 -> python-3.3.1-docs-pdf-a4.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/python3/python-3.3.0-docs-pdf-a4.tar.bz2 
/work/SRC/openSUSE:Factory/.python3.new/python-3.3.1-docs-pdf-a4.tar.bz2 
differ: char 11, line 1

++++++ python-3.3.0-docs-pdf-letter.tar.bz2 -> 
python-3.3.1-docs-pdf-letter.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/python3/python-3.3.0-docs-pdf-letter.tar.bz2 
/work/SRC/openSUSE:Factory/.python3.new/python-3.3.1-docs-pdf-letter.tar.bz2 
differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to