| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: liborcus-devel | Distribution: SUSE Linux Enterprise 15 |
| Version: 0.17.2 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150300.10.3.1 | Build date: Mon Mar 28 19:12:29 2022 |
| Group: Unspecified | Build host: mourvedre |
| Size: 347099 | Source RPM: liborcus-0.17.2-150300.10.3.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://gitlab.com/orcus/orcus/ | |
| Summary: Spreadsheet file processing library | |
Standalone file import filter library for spreadsheet documents. Currently under development are ODS, XLSX and CSV import filters.
MPL-2.0
* Thu Jan 27 2022 fstrba@suse.com
- Added patch:
* no-std-filesystem.patch
+ use boost::filesystem instead of std::filesystem, in order to
allow building with older compilers
* Wed Jan 26 2022 danilo.spinella@suse.com
- Update to 0.17.2:
* fixed a bug where the state of style:cell-protect="none" was not
explicitly pushed, thereby having had the same effect as not having this
attribute. After the fix, style:cell-protect="none" will explicitly push
the hidden state to false, locked state to false, and the formula-hidden
state to false.
- Update to 0.17.1:
* addressed a number of coverity issues.
* removed a variety of compiler warnings.
* re-generated sax parser tokens from ODF v1.3.
* revised the style import code to only push style attributes that are
actually specified in the XML.
* revised the XML structure validation strategy to ignore any mis-placed
elements and their sub structures rather than aborting the import.
* Fri Nov 19 2021 danilo.spinella@suse.com
- Update to 0.17.0:
* set the baseline C++ version to 17.
* cleaned up the public API to replace pstring with std::string_view, union
with std::variant, and boost::optional with std::optional. With this
change, the public API no longer has dependency on boost.
* switched to using ixion::model_iterator for horizontal iteration of cells
instead of using mdds::mtv::collection.
* fixed a bug where exporting a spreadsheet document containing adjacent
merged cells regions to html incorrectly exported the merged cell areas.
* cached cell values are now correctly loaded from the xlsx file.
* utf-8 names are now allowed as element and attribute names in the sax parser.
* unquoted utf-8 property values are now allowed in the css parser.
* added yaml output option in orcus-json.
* fixed a bug where mapping of an XML document with namespace aliases
sometimes corrupts the alias values.
* added orcus.FormulaTokenOp enum type in python which describes type formula token
operator types in a more finer grained manner.
* added notes to how to use orcus-xml and orcus-json to map XML and JSON
documents to spreadsheet documents.
- Drop GCC11_build_fixes.patch
* Wed May 19 2021 fstrba@suse.com
- Define conditionally make_build to fix build on systems that do
not have that macro
* Tue Feb 09 2021 christophe@krop.fr
- Add upstream changes to fix build with GCC 11 (boo#1181872):
* GCC11_build_fixes.patch
* Wed Oct 14 2020 tchvatal@suse.com
- Update to 0.16.1:
* match up with ixion 0.16 release
* Mon Mar 30 2020 tchvatal@suse.com
- Update to 0.15.4:
* Bugfixes release
* Fri Oct 11 2019 tchvatal@suse.com
- Update to 0.15.3:
* Minor fixes around fixing various xml related bugs
* Fri Aug 23 2019 tchvatal@suse.com
- Update to 0.15.1:
* minor bugfixes after the 0.15.0 was released
- Remove merged patches
* fix-linking.patch
* 32bit.patch
* Fri Aug 16 2019 tchvatal@suse.com
- Fix building on SLE12
- Add patches to fix 32bit build:
* fix-linking.patch
* 32bit.patch
* Thu Aug 15 2019 jbrielmaier@suse.de
- Update to version 0.15.0:
* Various performance improvements
* Multiple parser issues fixed
* Map and structure mode added to orcus-json
* Other improvements and fixes
- bump required versions of mdds and libixion
* Thu Mar 07 2019 adam.majer@suse.de
- Add missing dependency on libboost_system-devel
* Thu Nov 15 2018 tchvatal@suse.com
- Version update to 0.14.1:
* addressed a number of coverity issues.
* Boost 1.67 support
+ Drop patch boost_1_67.patch
* Various cell handling issues fixed
* Wed May 23 2018 adam.majer@suse.de
- boost_1_67.patch: fix building with Boost 1.67 (bsc#1089811)
* Tue Feb 27 2018 tchvatal@suse.com
- Version updat eto 0.13.4:
* Various false positive fixes in detection of xml files
* Thu Feb 15 2018 tchvatal@suse.com
- Version update to 0.13.3:
* Various improvements in 2003 XML imports
- Rename name-python3 to python3-name to match other python modules
* Tue Jan 30 2018 tchvatal@suse.com
- Version update to 0.13.2:
* Various small fixes
* Improvements in Excel 2003 XML import iflter
* Fri Jan 05 2018 tchvatal@suse.com
- Fix python-xml dep to properly state python3-xml
* Thu Dec 14 2017 tchvatal@suse.com
- Switch license to MPL-2.0
* Wed Nov 29 2017 tchvatal@suse.com
- Update to 0.13.1:
* Required by libreoffice 6.0
* Fixes many crashers
* Speedup improvements
* More features for xslx importer
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Sat Dec 03 2016 tchvatal@suse.com
- Version update to 0.12.1 as required by lo 5.3
* Wed May 25 2016 tchvatal@suse.com
- Version update to 0.11.2:
* Fix build with mdds 1.2
* few small fixes
* Wed May 25 2016 dimstar@opensuse.org
- Changes from version 0.11.1:
+ Fix for OSX build inside LibreOffice.
+ Boost.Filesystem is needed uncoditionally.
* Thu May 12 2016 tchvatal@suse.com
- Fix libixion -> liborcus typo
* Thu May 05 2016 tchvatal@suse.com
- Coflict with liborcus-0_10-0
* Tue Mar 08 2016 fstrba@suse.com
- Change package name to correspond to the soname of the
libraries provided.
* Mon Mar 07 2016 tchvatal@suse.com
- Version update to 0.11.0:
* Use mdds 1.0
* Use ixion 0.11
* Use python3 instead of python2
* Mon Dec 21 2015 tchvatal@suse.com
- Version update to 0.9.2:
* Various bugfixes and update for libreoffice 5.1
* Tue Mar 24 2015 tchvatal@suse.com
- Version bump to 0.7.1:
* Various boost bugfixes and update for new ixion
- Obsoleted patch:
* liborcus-boost-1.56.patch
* Mon Oct 27 2014 dmitry_r@opensuse.org
- Fix build with boost-1.56
* liborcus-boost-1.56.patch
/usr/include/liborcus-0.17 /usr/include/liborcus-0.17/orcus /usr/include/liborcus-0.17/orcus/base64.hpp /usr/include/liborcus-0.17/orcus/cell_buffer.hpp /usr/include/liborcus-0.17/orcus/config.hpp /usr/include/liborcus-0.17/orcus/css_document_tree.hpp /usr/include/liborcus-0.17/orcus/css_parser.hpp /usr/include/liborcus-0.17/orcus/css_parser_base.hpp /usr/include/liborcus-0.17/orcus/css_selector.hpp /usr/include/liborcus-0.17/orcus/css_types.hpp /usr/include/liborcus-0.17/orcus/csv_parser.hpp /usr/include/liborcus-0.17/orcus/csv_parser_base.hpp /usr/include/liborcus-0.17/orcus/detail /usr/include/liborcus-0.17/orcus/detail/parser_token_buffer.hpp /usr/include/liborcus-0.17/orcus/detail/thread.hpp /usr/include/liborcus-0.17/orcus/dom_tree.hpp /usr/include/liborcus-0.17/orcus/env.hpp /usr/include/liborcus-0.17/orcus/exception.hpp /usr/include/liborcus-0.17/orcus/format_detection.hpp /usr/include/liborcus-0.17/orcus/global.hpp /usr/include/liborcus-0.17/orcus/info.hpp /usr/include/liborcus-0.17/orcus/interface.hpp /usr/include/liborcus-0.17/orcus/json_document_tree.hpp /usr/include/liborcus-0.17/orcus/json_global.hpp /usr/include/liborcus-0.17/orcus/json_parser.hpp /usr/include/liborcus-0.17/orcus/json_parser_base.hpp /usr/include/liborcus-0.17/orcus/json_parser_thread.hpp /usr/include/liborcus-0.17/orcus/json_structure_tree.hpp /usr/include/liborcus-0.17/orcus/measurement.hpp /usr/include/liborcus-0.17/orcus/orcus_csv.hpp /usr/include/liborcus-0.17/orcus/orcus_gnumeric.hpp /usr/include/liborcus-0.17/orcus/orcus_import_ods.hpp /usr/include/liborcus-0.17/orcus/orcus_import_xlsx.hpp /usr/include/liborcus-0.17/orcus/orcus_json.hpp /usr/include/liborcus-0.17/orcus/orcus_ods.hpp /usr/include/liborcus-0.17/orcus/orcus_xls_xml.hpp /usr/include/liborcus-0.17/orcus/orcus_xlsx.hpp /usr/include/liborcus-0.17/orcus/orcus_xml.hpp /usr/include/liborcus-0.17/orcus/parser_base.hpp /usr/include/liborcus-0.17/orcus/parser_global.hpp /usr/include/liborcus-0.17/orcus/sax_ns_parser.hpp /usr/include/liborcus-0.17/orcus/sax_parser.hpp /usr/include/liborcus-0.17/orcus/sax_parser_base.hpp /usr/include/liborcus-0.17/orcus/sax_token_parser.hpp /usr/include/liborcus-0.17/orcus/sax_token_parser_thread.hpp /usr/include/liborcus-0.17/orcus/spreadsheet /usr/include/liborcus-0.17/orcus/spreadsheet/auto_filter.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/config.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/document.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/export_interface.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/factory.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/import_interface.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/import_interface_pivot.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/import_interface_view.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/pivot.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/shared_strings.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/sheet.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/styles.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/types.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/view.hpp /usr/include/liborcus-0.17/orcus/spreadsheet/view_types.hpp /usr/include/liborcus-0.17/orcus/stream.hpp /usr/include/liborcus-0.17/orcus/string_pool.hpp /usr/include/liborcus-0.17/orcus/threaded_json_parser.hpp /usr/include/liborcus-0.17/orcus/threaded_sax_token_parser.hpp /usr/include/liborcus-0.17/orcus/tokens.hpp /usr/include/liborcus-0.17/orcus/types.hpp /usr/include/liborcus-0.17/orcus/xml_namespace.hpp /usr/include/liborcus-0.17/orcus/xml_structure_tree.hpp /usr/include/liborcus-0.17/orcus/xml_writer.hpp /usr/include/liborcus-0.17/orcus/yaml_document_tree.hpp /usr/include/liborcus-0.17/orcus/yaml_parser.hpp /usr/include/liborcus-0.17/orcus/yaml_parser_base.hpp /usr/include/liborcus-0.17/orcus/zip_archive.hpp /usr/include/liborcus-0.17/orcus/zip_archive_stream.hpp /usr/lib64/liborcus-0.17.so /usr/lib64/liborcus-mso-0.17.so /usr/lib64/liborcus-parser-0.17.so /usr/lib64/liborcus-spreadsheet-model-0.17.so /usr/lib64/pkgconfig/liborcus-0.17.pc /usr/lib64/pkgconfig/liborcus-spreadsheet-model-0.17.pc
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 15:33:22 2026