forked from pool/python-fasttext
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasttext?expand=0&rev=13
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Aug 19 13:15:46 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to libalternatives on SLE-16-based and newer systems
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 10 05:20:36 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
|
|
|
|
- switch to cmake + ninja
|
|
* the former builds a proper lib
|
|
- package the shared library, fasttext binary and -devel properly
|
|
(create new %package's for those)
|
|
- add patches to fit our needs:
|
|
* no-static-lib.patch
|
|
* proper-lib-dir.patch
|
|
* py-link-against-shared.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 12:24:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 6 12:30:34 UTC 2023 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Add gcc13-fix.patch that fixes upstream issue:
|
|
https://github.com/facebookresearch/fastText/issues/1281
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 1 09:51:33 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Add reproducible.patch to not depend on build machine CPU (boo#1100677)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 24 18:16:16 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging effort for fasttext 0.9.2.
|