libdxfrw-devel-1.0.1+git.20220109-bp154.2.3.1<>,4ĉbC!M@eee) ewBV6naSI-u双vu@ Yw DcjrnXs3%q %HE#zо[ tZT œ;%qs,>> ? d$ 0 O *08   L  dJ| $ < ( 8 9  : FmGHI8XPY`\]^J b8cdefluvw\xy z  0 4 : |Clibdxfrw-devel1.0.1+git.20220109bp154.2.3.1Development files for libdxfrwThis package includes development files for libdxfrw.bCbuild72#SUSE Linux Enterprise 15openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/LibreCAD/libdxfrw/linuxx86_64:ę f_ ~m MFA큤A큤A큤A큤b@a%-a%-a%-a%-a%-a%-a%-a%-b@bbbbb@bbCa%-a%-a%-a%-bCa%-00f6655a21f50d53f4e9eed8a21171321b9fe28904a92d642e444c7b70e583028640a0de3985b480f11d8f5fc971e597228c40a0250d9e61f55f0fc9a571b3f4bd7b08c867592f2fc1f0f39fbfdb2c8a25a17eece2024f4c2879ab404b520f156f3fa1136e74dfcdedff2b36fa25235ba7b6cf18601a69b335279df473ce90dbdfab5620b571a9b630db2db8009150697d89babf9cb249e4fe3690c47887229333bf906f3650683323d5b7e41812149dfab9d631ddc1dc046a5bddf95cfdbf6a1ccc89d84aa4f08e291dad07eca92cb6e0533fa74f9683b670732a522fcdcb297ae6bc79d465f2c5a277f8157f47006b6b59329d316bd03214c2c45450e8191cc89b493914c5e683fc8221014cf26c82a6e7a38d7dc8563a911e5753a11c32e2c4ba0956688473e9daebd1eef531284ac440f911685c705a6a028eb684b4f2ef99f736c5facbe613c976bae251ef2069a51ba6bc5215b5149b9e5cf993a3eed5ef39e1c149f24f0e8c9585d5e118c34dddcf16e8cb0272ca210b2dc35e9d0391fa765552b7740c2e332b53cca15687539983beecb648f62deaa2f4379cdcdb78763e7dee0003536814e91c05c1b955bb1c917f51cb3b0bdaed4b58a8379d5a0fbb70e547e159604af556daa7f9a69b9d4eacef59958f53702487c87ceaee2c4cbe9b6f0aa4762ef95e810813da48af1a10c956df26d4daa207758629f6ed3bb057f3ac3e6ff69b9c7cb88ef9299dcd6836df0fefb8e3677562756fbab4420cdc8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643libdxfrw.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibdxfrw-1.0.1+git.20220109-bp154.2.3.1.src.rpmcmake(libdxfrw)libdxfrw-devellibdxfrw-devel(x86-64)pkgconfig(libdxfrw)@    /usr/bin/pkg-configlibdxfrw1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.0.1+git.202201093.0.4-14.6.0-14.0-15.2-14.14.3aap@`7@\E@WV@Vf@U@SSl@Sjslaby@suse.czjslaby@suse.czjslaby@suse.czjslaby@suse.comjslaby@suse.comp.drouand@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comjengelh@inai.deasterios.dramis@gmail.com- Update to version 1.0.1+git.20220109: * fixed ambiguous error for DRW_Dimension::parseDwg() * fixed enless while()-loop for pre 2004 versions * dwgReader::readDwgObjects() stop reading after 1st error * dwgReader::readDwgEntities() stop reading after 1st error * replace ENTRY_PARSE macro with template method * remove unused DRW_Class::parseCode() method * protect vector<>.reserve() calls * Added NULL check for hatch code 93 * Fix bounds check in DRW_LWPolyline * fix, check maxClassNum for valid value * fixed wrong 2010+ check for 64-bit size * Set compiler warnings on by default, because makes harder for bugs to go undetected. modified: CMakeLists.txt * Fixed fall through and other warnings (#54) * fix "Vertex ID" printout - remove (it is upstream) * 0001-fix-Vertex-ID-printout.patch- Update to version 1.0.1+git.20211110: * fixed heap use after free vulnerability CVE-2021-21900 (bsc#1192938) * minor improvements to dwg2dxf, formatting and message output on success * fixed heap buffer overflow vulnerability CVE-2021-21899 (bsc#1192937) * dwg2dxf - enable debug output of libdxfrw by command line switch * fixed out-of-bounds write vulnerability CVE-2021-21898 (bsc#1192936) * fixed please note section formatting * updated README.md for LibreCAD_3 branch and sf.net successor * fixed LibreCAD 2 issue #1371, read failed with binary DXF * Use ununordered_map instead of map * manual merge changes from LibreCAD2 * and much more - added * 0001-fix-Vertex-ID-printout.patch - removed (they are upstream) * drw_header-fix-indentation-level.patch * libdxfrw.pc.in-fix-expansion-and-include-path.patch- Update to version 1.0.1+git.20200429: * Fix includes install dir * Export target as libdxfrw::libdxfrw to keep consistency with Conan packages * Add archive destination in install * Install DXFRW::dxfrw target * Remove duplicate target properties * Remove version from pkg-config file * Let CMake handle C++11 compiler definition * Change minimal required CMake version to 3.0 * cmake: add doc target * README.md: fix typo * cmake: generate and install pkgconfig * cmake: add one for dwg2dxf * cmake: set library VERSIONs * cmake: use GNUInstallDirs - add patches (build fixes) * libdxfrw.pc.in-fix-expansion-and-include-path.patch * drw_header-fix-indentation-level.patch - remove patches (they got upstreamed) * 0001-cmake-use-GNUInstallDirs.patch * 0002-cmake-set-library-VERSIONs.patch * 0003-cmake-add-one-for-dwg2dxf.patch * 0004-cmake-generate-and-install-pkgconfig.patch- switch from sourceforge to more up-to-date github repo - Update to version 0.6.3+git.20190501: * Add build status and update example link * Add Travis-CI script * [#10] Fix compilation on GCC * Fix bugs with .dwg import of TEXT and MTEXT entities * This was unnecessary * Link libdxfrw against libstdc++ * Return an error when the file ends prematurely * Add version getter * Fix polyline 2d/3d write * Initialize return buffers in GetRawChar8 et al. - add * 0001-cmake-use-GNUInstallDirs.patch * 0002-cmake-set-library-VERSIONs.patch * 0003-cmake-add-one-for-dwg2dxf.patch * 0004-cmake-generate-and-install-pkgconfig.patch - remove * libdxfrw-LibreCad-2.1.0-changes.patch- add libdxfrw-LibreCad-2.1.0-changes.patch - we need -std=c++11 for that patch to work- Update to version 0.6.3 * No changelog available for this version- Update to version 0.6.1: * Detailed changelog not available. From version 0.6.0: * First version with dwg read support.- Update to version 0.5.12: * Detailed changelog not available.- Set RPM group to more usual values- Initial rpm release (version 0.5.11).build72 1653986115 1.0.11.0.1+git.20220109-bp154.2.3.11.0.1+git.20220109-bp154.2.3.11.0.1 libdxfrwdrw_base.hdrw_classes.hdrw_entities.hdrw_header.hdrw_interface.hdrw_objects.hlibdwgr.hlibdxfrw.hlibdxfrwlibdxfrwConfig.cmakelibdxfrwConfigVersion.cmakelibdxfrwTargets-relwithdebinfo.cmakelibdxfrwTargets.cmakelibdxfrw.solibdxfrw.pclibdxfrw-develAUTHORSChangeLogREADMETODOlibdxfrw-develCOPYING/usr/include//usr/include/libdxfrw//usr/lib64/cmake//usr/lib64/cmake/libdxfrw//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libdxfrw-devel//usr/share/licenses//usr/share/licenses/libdxfrw-devel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:17504/openSUSE_Backports_SLE-15-SP4_Update/6a6ad0fe8dd8366c0e91237991360f1d-libdxfrw.openSUSE_Backports_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxdirectoryC++ source, UTF-8 Unicode textASCII textpkgconfig fileUTF-8 Unicode textPPR<=k863utf-8dee158006adc6e394d72606fef626516fc9d64467d800c040679cbc37c462dc4? 7zXZ !t/f + ?9>0b~Gf3J/mۑyi#OU0rWj?X\nj% w7MwƣcÚ](aW/&Q6pJp=l짔틼d8f)ȍE![csUd fLرb;Nxqr[68e1.t|@Pգt"'a:/ ȄyiYͷ%G.",f&?vtfW'䔫]+ϫؓ#̷iQ[VbgFx,tCM64r$smUHkei3&wzd QWU"`&̲gavN]wx8 >D8`i{)@K bH)$8Y " L"o39}1UKU썒-i݌l(WZ=nԹ?,TN'wp7pona_mAI#Z+5xiJD34,\ ڜPe 'q;OrFEsm}_ǐS5ⴊ9 4m7x{3uKAtOLh3]\Q!ΉS03R93;*1Ay%pve4~ IGq8.q>iD[uc G7x?]rް}=/2ce>x%(#qKjU+<]z e1iS 4Z |3+LLHwAY6C8<B  Y)eM.Q1o /J9EI/ *xqI@UO Yo3}W7G(QNEe)+4"b{ Hl2gXAVVw* M|"=zAa*Aq~jx'ihy\JG$2}UpHEBpND&`yƄ -*!W Nm\0*ۙ]NH9"wzbGnh߱1:9W ȦX7`{^.Za&11sٲۇX?|KzT~;9`']G m=e U_`G/], qPX!ɖy1$v2{o2p|~k|;3W ᧜L6lX#hs;7c5!3fe[GY !AN1EpiA&YǬ,~S*!&Z#EƘ=6 1_C6C" ,cr ak A o/ 8S5M_o@ԭz p֋MԬYpB.C?, K貾A,PwL zV&}Z 0-ʐyv+W64@1 Fqm?xkO*9.A3&LB?o+h>x,\$ ([~KJAowB"RJ@ʰr>*JKB㫒Mn.^MN?YLC:h]?OL_2Z 6ߨ L[5[C  |7U]ƾ$y/axv jVwW9<>|ky.FXA9|ړGS DϽ2'j5Ot0TUWO~hi\t˅J(X -?t?1f$4]i'BZ8#m44@#4~;-R݃O22|%lHs~)2!N MZm63lvim="]('N]ZYM9cRO0cV*ѴM'oMJw)ҁo 3^zE4W}9͠4Z^2RdQ_@x-=rRr3]f`zH|TtpN;ة!'}ƿa q!~~!y}NqC~_6@_,J@nEu&:~+/ah!hGTF -N!^b4mo>ea5QnWѬ>BP%@k"qe׻R$}CLkϡHZTg1R1JAa%(BW}Aإ`9Eo )f%[(DdlX^;k̉3I;%$N=zm8y]KYs@t;4i 7VD*ڛhAęFʱ 'f'ğ !MC ˲J:;0 RC⏸„-..`i @ot$#[7m{4N#~DICO\K_;}"z_Xp^}Q X9հD@ɤ$uN(Z\HFm~4\G6Q֝~c ߉씎FE#I Y4GKr[[i`T}՛[MK73k/$07YXb fRkc3[NAR0U2)~{Epb!bURktC(5/*r@] ܔBL gi7N; a:~J(;& eˆ0+2N)tx *;z xw YZ