[Libreoffice-commits] core.git: Changes to 'private/tml/lov-7.1.2'
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 21 07:09:30 UTC 2021
New branch 'private/tml/lov-7.1.2' available with the following commits:
commit a393d9064b7eb849da7f488ab43f56a404be32ae
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Apr 20 20:55:11 2021 +0300
Python .so files names have changed on macOS at least for some reason
There is no longer any "m" in the name suffix. Adapt the names of the
ones we want to remove for macOS.
The idlelib and tkinter dylibs are no longer there at all.
Don't use the -f flag to the rm commands. Thus we will notice the next
time something we want to remove isn't actually there or has been
renamed. But sadly for some unknown reason we do need to use a *
wildcard in the .so names.
Fixes a problem caught by App Store review where the Python curses
module had not been removed as it should have been. (It uses
non-public APIs and can thus not be included.)
Change-Id: I51b9728cc9ca0a962908d3994e3a0ff8e4fa7f60
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114372
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
commit c55e29f944d25693c5818917a21909d1d816a570
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Apr 20 10:07:19 2021 +0300
Avoid unused parameter warning in the HAVE_FEATURE_MACOSX_SANDBOX case
Change-Id: I7cc2f8f373440ca79694220818558ee092c895a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114317
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
More information about the Libreoffice-commits
mailing list