Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: liborcus-0_18-0 | Distribution: SUSE Linux Enterprise 15 |
Version: 0.19.2 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.16.3.2 | Build date: Mon Mar 25 05:38:08 2024 |
Group: Unspecified | Build host: xinomavro |
Size: 3367813 | Source RPM: liborcus-0.19.2-150500.16.3.2.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 Feb 29 2024 [email protected] - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN * Mon Jan 08 2024 [email protected] - Update to orcus 0.19.2: * fixed a build issue with gcc 14 due to a missing include for std::find_if and std::for_each. * fixed a segmentation fault with the orcus-test-xml-mapped test which manifested on hppa hardware, as originally reported on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054376. * fixed a crash when loading a document that includes a style record referencing an unnamed style record as its parent. In Excel-generated documents, styles only reference named styles as their parents. But in 3rd-party generated documents, styles referencing unnamed styles as their parents can occur. * fixed a crash when the document model returned a null pointer when a reference resolver interface was requested. - Update to orcus 0.19.1: * implemented orcus::create_filter() which instantiates a filter object of specified type. The returned object is of type orcus::iface::import_filter. * moved test cases for format detection to the respective filter test files. * fixed a bug where the import filter did not set the formula grammer prior to importing. - Update to orcus 0.19.0: * added support for allowing use of std::filesystem, std::experimental::filesystem or boost::filesystem per build configuration. * refactored styles import to use style indices returned by the document model implementer rather than using the indices stored in the file. This allows the implementer to aggregate some style records and re-use the same index for records that are stored as different records in the original file. * fixed a bug where column styles were not applied to the correct columns when the starting column index was not 0. * overhauled the Gnumeric import filter to fix many bugs and support many missing features relative to the other filters included in orcus. Most notable mentions are: * cell styles * rich-text strings * named ranges * row heights and column widths * merged cells * added partial support for Apache Parquet import filter. This is still heavily experimental. - Remove patches: * 0001-Possibility-to-build-against-a-host-of-filesystem-im.patch (upstreamed) * 0002-Allow-using-older-boost-filesystem.patch * Fri Aug 11 2023 [email protected] - Removed patches: * liborcus-filesystem.patch * liborcus-tests.patch + reworked in order to send them upstream - Added patches: * 0001-Possibility-to-build-against-a-host-of-filesystem-im.patch * 0003-Allow-running-tests-with-python-3.4.patch * 0002-Allow-using-older-boost-filesystem.patch + split into chunks per topic so that upsteam can decide what to do * Thu Aug 10 2023 [email protected] - Clean up the spec file and require gcc-c++ >= 7, since that is the first version that supports C++17 - Run tests on all distributions and architectures * Allow disabling them on command line by specifying "--without tests" - Changed patch: * no-std-filesystem.patch -> liborcus-filesystem.patch + rework the patch to detect std::filesystem, std::experimental::filesystem and boost::filesystem (in that order, and use them if found) - Added patch: * liborcus-tests.patch + fix tests on all platforms + do not use C++20 features with the boost::filesystem::directory_iterator + do not assume that pathlib integrates seamlessly with open and do not use f-string formating, both being python 3.6+ features * Thu Jun 29 2023 [email protected] - Update to 0.18.1: * sax parser: * added support for optionally skipping multiple BOM's in the beginning of XML stream. This affects all XML-based file format filters such as xls-xml (aka Excel 2003 XML). * xml-map: * fixed a bug where an XML document consisting of simple single-column records were not properly converted to sheet data. * xls-xml: * fixed a bug where the filter would always pass border color even when it was not set. * buildsystem: * added new configure switches --without-benchmark and --without-doc-example to optinally skip building of these two directories. - Remove patch gcc13-fix.patch * Fri Mar 10 2023 [email protected] - Use -fexcess-precision=fast in order to support GCC compiler: https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision. Fixes: https://gitlab.com/orcus/orcus/-/issues/175 * Mon Mar 06 2023 [email protected] - Add include fix gcc13-fix.patch for GCC 13 compiler. * Thu Jan 27 2022 [email protected] - 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 [email protected] - 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 [email protected] - 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 [email protected] - Define conditionally make_build to fix build on systems that do not have that macro * Tue Feb 09 2021 [email protected] - Add upstream changes to fix build with GCC 11 (boo#1181872): * GCC11_build_fixes.patch * Wed Oct 14 2020 [email protected] - Update to 0.16.1: * match up with ixion 0.16 release * Mon Mar 30 2020 [email protected] - Update to 0.15.4: * Bugfixes release * Fri Oct 11 2019 [email protected] - Update to 0.15.3: * Minor fixes around fixing various xml related bugs * Fri Aug 23 2019 [email protected] - 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 [email protected] - Fix building on SLE12 - Add patches to fix 32bit build: * fix-linking.patch * 32bit.patch * Thu Aug 15 2019 [email protected] - 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 [email protected] - Add missing dependency on libboost_system-devel * Thu Nov 15 2018 [email protected] - 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 [email protected] - boost_1_67.patch: fix building with Boost 1.67 (bsc#1089811) * Tue Feb 27 2018 [email protected] - Version updat eto 0.13.4: * Various false positive fixes in detection of xml files * Thu Feb 15 2018 [email protected] - 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 [email protected] - Version update to 0.13.2: * Various small fixes * Improvements in Excel 2003 XML import iflter * Fri Jan 05 2018 [email protected] - Fix python-xml dep to properly state python3-xml * Thu Dec 14 2017 [email protected] - Switch license to MPL-2.0 * Wed Nov 29 2017 [email protected] - Update to 0.13.1: * Required by libreoffice 6.0 * Fixes many crashers * Speedup improvements * More features for xslx importer * Wed Feb 01 2017 [email protected] - use individual libboost-*-devel packages instead of boost-devel * Sat Dec 03 2016 [email protected] - Version update to 0.12.1 as required by lo 5.3 * Wed May 25 2016 [email protected] - Version update to 0.11.2: * Fix build with mdds 1.2 * few small fixes * Wed May 25 2016 [email protected] - Changes from version 0.11.1: + Fix for OSX build inside LibreOffice. + Boost.Filesystem is needed uncoditionally. * Thu May 12 2016 [email protected] - Fix libixion -> liborcus typo * Thu May 05 2016 [email protected] - Coflict with liborcus-0_10-0 * Tue Mar 08 2016 [email protected] - Change package name to correspond to the soname of the libraries provided. * Mon Mar 07 2016 [email protected] - Version update to 0.11.0: * Use mdds 1.0 * Use ixion 0.11 * Use python3 instead of python2 * Mon Dec 21 2015 [email protected] - Version update to 0.9.2: * Various bugfixes and update for libreoffice 5.1 * Tue Mar 24 2015 [email protected] - 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 [email protected] - Fix build with boost-1.56 * liborcus-boost-1.56.patch
/usr/lib64/liborcus-0.18.so.0 /usr/lib64/liborcus-0.18.so.0.0.0 /usr/lib64/liborcus-mso-0.18.so.0 /usr/lib64/liborcus-mso-0.18.so.0.0.0 /usr/lib64/liborcus-parser-0.18.so.0 /usr/lib64/liborcus-parser-0.18.so.0.0.0 /usr/lib64/liborcus-spreadsheet-model-0.18.so.0 /usr/lib64/liborcus-spreadsheet-model-0.18.so.0.0.0 /usr/share/licenses/liborcus-0_18-0 /usr/share/licenses/liborcus-0_18-0/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024