liborcus-devel-0.19.2-150500.16.3.2<>,dԉfp9|BMcO Pz9 }$0a?hd^I kʏpsJ@@>)q=Ӓ0Dl?dqM8)>%*I~D8C; k']K)7r3& k PT/L9npE$}bgqn~vQa<T]H ]Ma+QXN[b'{u Ԥ@?J/|CяnlS ͏;>u5u4b>>W<?W,d & J& <HhnxRR dR R PR "R R4RRhRD`( 8 $&9 &:#&FFXGFpRHGRIIRXITYId\IR]JR^PvbQ;cQdReRfRlRuRRvSwT,RxUtRyVzVVVVW(Cliborcus-devel0.19.2150500.16.3.2Spreadsheet file processing libraryStandalone file import filter library for spreadsheet documents. Currently under development are ODS, XLSX and CSV import filters.fxinomavroSUSE Linux Enterprise 15SUSE LLC MPL-2.0https://www.suse.com/Unspecifiedhttps://gitlab.com/orcus/orcus/linuxppc64le  Q S$Mz ,+ I3((=@ c #K J*? 1 \D*a rSF[ `;V 1DhG([(VAA큤A큤A큤fAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAfAf>f= 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- 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- 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- Add include fix gcc13-fix.patch for GCC 13 compiler.- Added patch: * no-std-filesystem.patch + use boost::filesystem instead of std::filesystem, in order to allow building with older compilers- 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.- 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- Define conditionally make_build to fix build on systems that do not have that macro- Add upstream changes to fix build with GCC 11 (boo#1181872): * GCC11_build_fixes.patch- Update to 0.16.1: * match up with ixion 0.16 release- Update to 0.15.4: * Bugfixes release- Update to 0.15.3: * Minor fixes around fixing various xml related bugs- Update to 0.15.1: * minor bugfixes after the 0.15.0 was released - Remove merged patches * fix-linking.patch * 32bit.patch- Fix building on SLE12 - Add patches to fix 32bit build: * fix-linking.patch * 32bit.patch- 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- Add missing dependency on libboost_system-devel- 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- boost_1_67.patch: fix building with Boost 1.67 (bsc#1089811)- Version updat eto 0.13.4: * Various false positive fixes in detection of xml files- Version update to 0.13.3: * Various improvements in 2003 XML imports - Rename name-python3 to python3-name to match other python modules- Version update to 0.13.2: * Various small fixes * Improvements in Excel 2003 XML import iflter- Fix python-xml dep to properly state python3-xml- Switch license to MPL-2.0- Update to 0.13.1: * Required by libreoffice 6.0 * Fixes many crashers * Speedup improvements * More features for xslx importer- use individual libboost-*-devel packages instead of boost-devel- Version update to 0.12.1 as required by lo 5.3- Version update to 0.11.2: * Fix build with mdds 1.2 * few small fixes- Changes from version 0.11.1: + Fix for OSX build inside LibreOffice. + Boost.Filesystem is needed uncoditionally.- Fix libixion -> liborcus typo- Coflict with liborcus-0_10-0- Change package name to correspond to the soname of the libraries provided.- Version update to 0.11.0: * Use mdds 1.0 * Use ixion 0.11 * Use python3 instead of python2- Version update to 0.9.2: * Various bugfixes and update for libreoffice 5.1- Version bump to 0.7.1: * Various boost bugfixes and update for new ixion - Obsoleted patch: * liborcus-boost-1.56.patch- Fix build with boost-1.56 * liborcus-boost-1.56.patchxinomavro 1711341488  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQR0.19.2-150500.16.3.20.19.2-150500.16.3.20.19.20.19.2liborcus-0.18orcusbase64.hppcell_buffer.hppconfig.hppcss_document_tree.hppcss_parser.hppcss_parser_base.hppcss_selector.hppcss_types.hppcsv_parser.hppcsv_parser_base.hppdetailparser_token_buffer.hppthread.hppdom_tree.hppenv.hppexception.hppformat_detection.hppinfo.hppinterface.hppjson_document_tree.hppjson_global.hppjson_parser.hppjson_parser_base.hppjson_parser_thread.hppjson_structure_tree.hppmeasurement.hpporcus_csv.hpporcus_gnumeric.hpporcus_import_ods.hpporcus_import_xlsx.hpporcus_json.hpporcus_ods.hpporcus_xls_xml.hpporcus_xlsx.hpporcus_xml.hppparser_base.hppparser_global.hppsax_ns_parser.hppsax_parser.hppsax_parser_base.hppsax_token_parser.hppsax_token_parser_thread.hppspreadsheetauto_filter.hppconfig.hppdocument.hppdocument_types.hppexport_interface.hppfactory.hppimport_interface.hppimport_interface_pivot.hppimport_interface_styles.hppimport_interface_view.hpppivot.hppshared_strings.hppsheet.hppstyles.hpptypes.hppview.hppview_types.hppstream.hppstring_pool.hppthreaded_json_parser.hppthreaded_sax_token_parser.hpptokens.hpptypes.hppxml_namespace.hppxml_structure_tree.hppxml_writer.hppyaml_document_tree.hppyaml_parser.hppyaml_parser_base.hppzip_archive.hppzip_archive_stream.hppliborcus-0.18.soliborcus-mso-0.18.soliborcus-parser-0.18.soliborcus-spreadsheet-model-0.18.soliborcus-0.18.pcliborcus-spreadsheet-model-0.18.pc/usr/include//usr/include/liborcus-0.18//usr/include/liborcus-0.18/orcus//usr/include/liborcus-0.18/orcus/detail//usr/include/liborcus-0.18/orcus/spreadsheet//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -fexcess-precision=fastobs://build.suse.de/SUSE:Maintenance:32927/SUSE_SLE-15-SP5_Update/0251cde9a26d1fd626c40920174bd3af-liborcus.SUSE_SLE-15-SP5_Updatedrpmxz5ppc64le-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textpkgconfig filePRPRh*`utf-83008e76aa5a6bfbc287d74c7d78852af7565a817d2fb70aa4e400bd8e9719693? 7zXZ !t/ M]"k%+խ ϝ#'#{6ca*0?a+9Y*#kNi\5i(9lӦ?WhU@PB69S#HdK !Q!$rqz* xtU_Wuԙ6N8ekûN~ ..'˴_;8B#'  {^XA‹v}C}Aa7YcʹUgN k|H4 )G.<Z\\5RԹzmҩ * 3ݚS Zψ=e̿=QR?d?gyQJ!?td(,O$x \d_:M%k9%_=:[nq1:)T^0A;{y!{=L(|f63 %I ̜phoI\R49yo=؁>gp^9}ǨYeEk',*a2D|gaVO :25R].ר \fMz0o+]k?}ss thZ=XPGE ْyMHëhO>rH(9c![5)Ph)X\<~\ 5K3J$:4#sU<;G}kSzIڶ H<8pmpL6JM~kp&(#Ur;n6@3zޯW8yeX5(XrՑ0J+P:PH}7=EXD#t +#vw\e@jv<:;ՠ5+Ms>SsWp>.V{ V_>Zh)${&ޚC &+ʧ:,V~mx,lr"HJBq=';JF_ȕ,'IL)ozPɧl"EɨC]E,Led=@`_c%8zd7]]_w4bp:aO:'R޷Cv`38v([ɏN) ۠B{O 8rWOcBUەZ/ NPl +UQ\6)^ߏBNhӼt=\û'&<n$V}\xr,a.f4XEأs! 2dkÄ|П5Ɩ[z`.,;&f4 S1*CaBA~6E.IWP nWBċ% n0i*ĪAnKw=Juwh"hIP&+-*ȗo}x!lXKV=zzC֠(-Q8҅K|[CO E^j!iPlT=NALl'~?b 6PA Zɕ@5WXTiN>ǣ+#%l_jцqbKV̩'M :Y^Bz;c $ J.o o(,\"{g;]Ot,Ѽҫ>xZt.L2\ɦ2ڹs}ߤ/$zG@2 VO@f\ZcA2$W $>23XQ9k*@'5 ]='9Cؾz: =UWj>ޏ&<>)j{!*b!^Vʗ ]Db4 QA5:}YffŒ,}3uRI6=3a'߳{'2H/p4_#_Ms%C V¾L=wQg jTv@äӀ g (\#wP:p˫T]m$ k m[ : bʥ*u0_dbm(T"F!*CVK{UNdAS=ؘeyS:θo(r Y`;epiG,$]SL*KS>?Uܸ*p\qEC(`