This is an automated email from the ASF dual-hosted git repository.
damjan pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git.
from 252cf67 Merge pull request #27 from pgiffuni/trunk
new 37058ac pyuno: convert some tabs to spaces
new 4f68618 scripting: add Python 3 support to the Python provider
new 2971648 pyuno: wrap the right entrypoint for Python 3 in the pyuno
dlopen wrapper
new 827897c pyuno: export the entrypoint for Python 3 from libpyuno
new 00503fa Detect Python's CFLAGS and LIBS using pkg-config when
possible.
new aec63fa gtest patch to allow building with Python 3.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ext_libraries/gtest/gtest-python3.patch | 96 ++++++++++++++++++++++++++
ext_libraries/gtest/makefile.mk | 2 +-
main/configure.ac | 7 +-
main/pyuno/Library_pyuno_loader.mk | 2 +
main/pyuno/inc/pyuno/pyuno.hxx | 4 ++
main/pyuno/source/loader/pyuno_loader.cxx | 4 +-
main/pyuno/source/module/pyuno_dlopenwrapper.c | 39 ++++++++++-
main/pyuno/source/module/pyuno_module.cxx | 2 +-
main/scripting/source/pyprov/pythonscript.py | 14 ++--
9 files changed, 158 insertions(+), 12 deletions(-)
create mode 100644 ext_libraries/gtest/gtest-python3.patch