Package Release Info

libreoffice-share-linker-1-bp160.1.10

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libreoffice-share-linker

Change Logs

* Wed Aug 09 2023 Fridrich Strba <fstrba@suse.com>
- Do not format using f-strings, since it is python 3.6+ feature
  and SLE12-SP5 has python 3.4
* Thu Mar 16 2023 Martin Liška <mliska@suse.cz>
- Rewrite the script to Python:
  * the current script is quite slow and delays libreoffice package
    build where we install all packages and then uninstall them
  * the script uses linkfile=${file/${datadir}/${libdir}} for replacement
    of $datadir prefix with $libdir (if the $file path starts with $datadir;
    if not, we end up with an empty string and we execute various shell
    scripts with it
  * the Python implementation should be more readable
  * the Python version runs about 200s faster when it comes to libreoffice
    package build (on a recent Ryzen 9 machine)
* Tue Jul 02 2019 Tomáš Chvátal <tchvatal@suse.com>
- Work with paranoid umask settings bsc#1139727
Version: 1-bp152.2.14
* Tue Jul 02 2019 Tomá? Chvátal <tchvatal@suse.com>
- Work with paranoid umask settings bsc#1139727
* Tue May 16 2017 tchvatal@suse.com
- Fix bsc#953511 by removing leftover dirs
* Fri Apr 21 2017 tchvatal@suse.com
- Add compat symlink wrt bsc#1035087 to avoid some failures
  * Full fix needs to go to libreoffice package.
* Tue Nov 03 2015 tchvatal@suse.com
- Redirect error output of ls to /dev/null to not clutter the posttrans
  script output bnc#900186
* Wed May 20 2015 tchvatal@suse.com
- Initial commit, split out from main libreoffice package to workaround
  issues on SLE11 build