(13) rosa2019.1: run with 10-12 added
(12) rosa2019.05: fix incorrectly changed %__noautoreqfiles and %__noautoprovfiles
(11) rosa2019.05: remove quotations from %__requires_exclude and %__provides_exclude which do not work on RPM 4
(10) rosa2019.05: %py_ -> %py2_, %{py_ -> %{py2_
(9): Adopt spec for enabled byte compiling in Python
These automatic changes are done by scripts *rpm5-to-rpm4.sh at https://gitlab.com/abf-mirror/abf-mirror-scripts
The goal is to adopt specs for RPM 4 to which ROSA 2019.1 has migrated from RPM 5, but keep compatibility with RPM 5.
Details about migration are here: https://wiki.rosalab.ru/ru/index.php/Переход_ROSA_с_RPM_5_на_RPM_4
Contact m.novosyolov@rosalinux.ru in case of problems
https://github.com/LibreOffice/core/commit/6fbfad6b
```
In file included from /builddir/build/BUILD/libreoffice-6.3.5/include/sfx2/dispatch.hxx:30:
/builddir/build/BUILD/libreoffice-6.3.5/include/o3tl/span.hxx:19:29: error: no member named 'span' in namespace 'std'
namespace o3tl { using std::span; }
~~~~~^
1 warning generated.
In file included from /builddir/build/BUILD/libreoffice-6.3.5/sfx2/source/appl/appmisc.cxx:56:
/builddir/build/BUILD/libreoffice-6.3.5/include/sfx2/dispatch.hxx:146:46: error: no template named 'span' in namespace 'o3tl'
o3tl::span<sal_uInt16 const> pSIDs = o3tl::span<sal_uInt16 const>());
~~~~~~^
/builddir/build/BUILD/libreoffice-6.3.5/include/sfx2/dispatch.hxx:146:83: error: no member named 'span' in namespace 'o3tl'
o3tl::span<sal_uInt16 const> pSIDs = o3tl::span<sal_uInt16 const>());
~~~~~~^
/builddir/build/BUILD/libreoffice-6.3.5/include/sfx2/dispatch.hxx:146:88: error: unexpected type name 'sal_uInt16': expected expression
o3tl::span<sal_uInt16 const> pSIDs = o3tl::span<sal_uInt16 const>());
^
1 warning and 4 errors generated.
```