libredwg-devel-0.10-lp151.2.6.1<>,L̉^!/=„sCk.|fiҭ]4\ZX좱0͎L0Wٙ8$KtRH͊3½ rp0>U6Rr`jRޱtsOX ULhj">kDAyMuG](+7p< L6ݻ],;d |$zM58 + ?'kдJ H ĨTn!G ͓>y!k>>?d " A  $7@Q j       P      ( d  (8 9 : FG H I, X8YD\l ] ^ bc`deflu vHw x y(z0@DJClibredwg-devel0.10lp151.2.6.1Development files for libredwgGNU LibreDWG is a C library to handle DWG files. It can replace the OpenDWG libraries. DWG is the native file format of AutoCAD. This package contains the files required for development with libredwg.^!obs-power9-06openSUSE Leap 15.1openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.gnu.org/software/libredwg/linuxppc64le±J<#PIKA큤A큤^!^!^!^!^!^qs^"^"^qs^qs^!Zg9415fde280f624df1ff5327677b158676d1624e52d21fbfcd48e81e25b130bbbe37ecbdff59ac9fe025f1ad8bf19b9cdef937a3e46afa966ae94228d39d6400276284b7b816bc4a5fd2e5893e9d473252567e03963daeaac21a178e3e52a793f333e0eb40a5ede6b185435f50fd1feba220a373ce32e2f8747c3de0a8173b3badd5cf5f21e13a17461f71f68e504cae5a85b9b3db074b03550eea1cbc9720485c194dad4720861213ac29acf16bbe7844484d9217eefecd000fc7cfa6d79e859cfb1d74759879e31d49c540b7f740a8e9cceea79bc7a7ff7866577b8e222457d05803a5edf53c87006ef8ea10d0dbbe95b73547c7cb2d6eb920ac19009eb14d58ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903libredwg.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibredwg-0.10-lp151.2.6.1.src.rpmlibredwg-devellibredwg-devel(ppc-64)pkgconfig(libredwg)@    /usr/bin/pkg-configlibredwg0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.103.0.4-14.6.0-14.0-15.2-14.14.1^^@]{@]B@\U@[@[r@[l,[I[DJan Engelhardt Jan Engelhardt Jan Engelhardt Andreas Stieger astieger@suse.comastieger@suse.comastieger@suse.comastieger@suse.comjengelh@inai.deastieger@suse.com- Update to release 0.10 * API breaking changes: * Added a new int *isnewp argument to all dynapi utf8text getters, if the returned string is freshly malloced or not. * removed the UNKNOWN supertype, there are only UNKNOWN_OBJ and UNKNOWN_ENT left, with common_entity_data. * renamed BLOCK_HEADER.preview_data to preview, preview_data_size to preview_size. * renamed SHAPE.shape_no to style_id. * renamed CLASS.wasazombie to is_zombie. * Bugfixes: * Harmonized INDXFB with INDXF, removed extra src/in_dxfb.c. * Fixed encoding of added r2000 AUXHEADER address. * Fixed EED encoding from dwgrewrite. * Add several checks against [CVE-2020-6609, boo#1160520], [CVE-2020-6610, boo#1160522], [CVE-2020-6611, boo#1160523], [CVE-2020-6612, boo#1160524], [CVE-2020-6613, boo#1160525], [CVE-2020-6614, boo#1160526], [CVE-2020-6615, boo#1160527]- Update to release 0.9.3 * Added the -x,--extnames option to dwglayers for r13-r14 DWGs. * Fixed some leaks: SORTENTSTABLE, PROXY_ENTITY.ownerhandle for r13. * Add DICTIONARY.itemhandles[] for r13 and r14. * Fixed some dwglayers null pointer derefs, and flush its output for each layer. * Added several overflow checks from fuzzing [CVE-2019-20010, boo#1159825], [CVE-2019-20011, boo#1159826], [CVE-2019-20012, boo#1159827], [CVE-2019-20013, boo#1159828], [CVE-2019-20014, boo#1159831], [CVE-2019-20015, boo#1159832] * Disallow illegal SPLINE scenarios [CVE-2019-20009, boo#1159824]- Update to release 0.9.1 * Fixed more null pointer dereferences, overflows, hangs and memory leaks for fuzzed (i.e. illegal) DWGs. - Update to release 0.9 [boo#1154080] * Added the DXF importer, using the new dynapi and the r2000 encoder. Only for r2000 DXFs. * Added utf8text conversion functions to the dynapi. * Added 3DSOLID encoder. * Added APIs to find handles for names, searching in tables and dicts. * API breaking changes - see NEWS file in package. * Fixed null pointer dereferences, and memory leaks (except DXF importer) [boo#1129868, CVE-2019-9779] [boo#1129869, CVE-2019-9778] [boo#1129870, CVE-2019-9777] [boo#1129873, CVE-2019-9776] [boo#1129874, CVE-2019-9773] [boo#1129875, CVE-2019-9772] [boo#1129876, CVE-2019-9771] [boo#1129878, CVE-2019-9775] [boo#1129879, CVE-2019-9774] [boo#1129881, CVE-2019-9770]- update to 0.8: * add a new dynamic API, read and write all header and object fields by name * API breaking changes * Fix many errors in DXF output * Fix JSON output * Many more bug fixes to handle specific object types- update to 0.7: * add API to retrieve all objects in a DWG * various API breaking changes * Various fixes for memory leaks and double free and other issues- update to 0.6.2: * Improved handling of DWG files found in the wild- update to 0.6: * API breaking changes: + Removed dwg_obj_proxy_get_reactors(), use dwg_obj_get_reactors() instead. + Renamed SORTENTSTABLE.owner_handle to SORTENTSTABLE.owner_dict. + Renamed all -as-rNNNN program options to --as-rNNNN. * a number of bug fixes, correctness fixes and memory leak fixes * Add support for more DWG objects * Add pkg-config file - drop patches (upstream): CVE-2018-14524.patch, CVE-2018-14471.patch- CVE-2018-14524: double free (boo#1102702) add CVE-2018-14524.patch - CVE-2018-14471: NULL pointer dereference DoS (boo#1102696) add CVE-2018-14471.patch- Trim redundant wording and future aims.- initial version (0.5)obs-power9-06 1579281837 0.10-lp151.2.6.10.10-lp151.2.6.10.10dwg.hdwg_api.hlibredwg.solibredwg.pclibredwg-develAUTHORSChangeLogNEWSREADMETODOlibredwg-develCOPYING/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libredwg-devel//usr/share/licenses//usr/share/licenses/libredwg-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:11811/openSUSE_Leap_15.1_Update_ports/7a24d65b0e2be2ab6ba6e42bc5ec7a40-libredwg.openSUSE_Leap_15.1_Updatedrpmxz5ppc64le-suse-linuxC source, UTF-8 Unicode textpkgconfig filedirectoryUTF-8 Unicode textUTF-8 Unicode text, with very long linesASCII textPRsGr3D6Ϣutf-83886bcd0373d4f7ef46bc2fee98398725454dd3afd3524e3c7caf792c7ed8c8c? 7zXZ !t/-]"k%{65UlT'鎆燭t,L UmkzHT̨{ jv"u**8˽R%(lXb쵇oV펵cx[֮*{d'@c^l]+0g\֚ Lܜ/OS:BLn)GB+_cƜ6n0 >/>(%DMqcJ;qh.̧%Z/<6~]ZpYlc[.Xj^FA䱸O䈪Eq]'EřT42˸`7`K,U]W쌌8K!= Hf$_ȩhhS {pfF_>HꁠF 'p% +Tm00L0[M_ T-4c磐W"*P&6~ J<WSIُ[wi{p"".xQwZD>]<R6B3TLP-G{E|llZ'S>Tjul>?X} ` J,F\Pm7{]8kgo̴§WO 'ix.QXwߩf}q<x3q]r; 91tSFM19z0ɺ?Xjw+r=EpG6?ygIMv$7q+$<&W{huOjv y쟂^]k~I N8Ch.5?>Fb7=DUS_jzZx'?rj5z]ϑ[/Ӕ^Aܤrps`k>2k\ə].%l#:bZm#Xpώ˼|޷ٳd␪S"_[doe:# xk|/`S_]b3hk݇=M_459g~0K&@*{k+鈈U vZ:3yw|;KZs76x!Z-y\9Lˮzv]LT <]KJQ)$F1s&W|vE/Pkx` MH煤v`qZQo/f;رK!yC록;Nh dUcm~ J` C7Pd @r>GMF?%7\C!5]'XI [=|*b2ip3I9FJ}ϓv3FɌI5<*rRAy6C E}|NHw-I;F}X,uL,6Y/bz1L?w? UUά|XG]Žt[ǧ 黃ŕa1.Ut[pe𖍷b bqq,aȃi=&5_P# p1Esn:3`b7.zRĖ{Pzහ51m. S>JD+|g ۢKwi{9Ih>ߦ⭕b[<%7_WO(W5)O;\4nu8Ghu}.oj>i$G֕Rsirc0 EDM# ĥy״sƃrڞ׮MpR^\df鯛8I}.pGAvDE+!crX4"Zd ݃8 ݚGRVζ뜯/Y IoKAքt¶zglAxq+˱WCmhcD!9Hh?Fu]`ݼ C}SJm Ҡjóޛ]5w>[ }L$yU bI`Rs z9FYn~QG)N(HIKA"7/^"Y(fKOvw7T#Q{iF=ꛎAv*-FXYBܮH@\'&puyvv:{2=_\'lߛ /Q3S[WTꆆ&Q}|OGH\:ـ|ʇ4;*X<7m)bE 翕 ª'DQ Zc;Q=G4Cú#SY?ͧ ]-*q /WIDg% {FJ2&0K^Q/S^cnR&@@o{I݁ɕDmvikD`|%6 ^` QޕDԾsP3҃ɖ)dl|vB $: o21!@C(h(F~Oܜ-`J3(o:=!F9Կak|q:@zD-7=ZȮ49⬭ݽ E4Ҝz<5(TɜTN㘫~!&( ݌ʼn0xsC7_]G_)-] Ȉa]&O@P)xlSf˃jUN| R[i9߼W-o.K%.}ezsT'`#+:QP= *r-JjpJ:sRg$$${^iz+|?<zt=Q6Iׇ¥J}[T"Ckͷ5XQ;sHG(-m8Y릎fro?F}!g\Aֵ`[s>p` YJMsB!,S|IuM* ?6#?l?)]qʡFk|ٔ!E#[ᵉ2i3T*ա!>߀0E*Zmìq][Z;Pa!vRrP)৺ssL}ۋ&'U-"0rrɗGxl='™ 2QWo7wa/ z aQ6hҕasi뀮0-IA+5Yl\>aVSm_`_?L;KhmsQO:/G76VgWBbG z333!~#ۮQ1`b5`ǎQX kAd°MrdO%1ﺐgw#Y~d_zk2.OΛX~㎪>sӏL~dW;43F&}`dkp[tu1ߋЛ(N,kշf^ '6SkB!AYQ$ȑ,bhC0ZBsge{tL Bzˁ^3k{}C|;aPصh90>;ft_<*Y~$p "RiZ*U#в?@]'"N'gR+{Et`_3T/DHLsOfqJ%4B.r<*)nL r{j t]VG$]q8 %QoWM42@%K^/vhTffSbK& YՄvL`րD+CQB'qɡꌯIEiٿΟr?dk־6N#щ|ZX⠻$_cl(;!^m'p+/ K:cz%߂cos֧C谣#`p= pk6 ^Hq`S=l 9 +TAa*~ޫQ=ߨ_YA GA4F`?88VWNp̌F" 1=QFO;ihGl,?3uQݥ13|\x>1V;( Ԓy #5ef-y\+2ձPƫ抟%א˅MĠ]s|`@.fr CqB_1"(ۀԽ5 |hxV0ּ-/:Z 4LòA7K)D[ຄn1P땷̛,Ⱥn'NZx'H|BAǪx!edp6>oSr^רm3c+]KP~\x2Bj;SpOmjG>Sk&lDd]FEhzgWVPfIw{PX=pQY?Y3E$]-eXs0쫼70@Nqf yi&}ÞIf$"~I//#+/8rӀ..ΉCOF'ܟJ?BfᎋM5 + p̾(ABßa^2lxB$Di"P?Xޥ-2hdž&y:D}}9{d `*9-+hHsomnJNj f8:|V;bغmJ#L0@fR8`aNzhd"qFs\DIN*L.P6Z V\HEJ)x, V܋`Ub 4k69G2+;> M06yj WD:J%-e&7&*GsNne3xP/sҌ7PUOLݸPffTJ_n[GM 5DrF/"lzʘ/&\Vݫry@4{`W.7:IDP!@VN8k`~e4MЕ(쿜Fs,`7_;J;18|E`V̊ 9'H%n:x~;V&߹G:Z\d㕙֟Gyu+JRL=W 4Kkg,g A]h`44Bʌ0`-l7u <7 gssavi0W5=[,^c([~'4ØOkopDHx7D B Aاߐ+Ep {ˆe:rwvHy_?SvwC.xNam*$¢:tFT* 1پ,lVB8`7F$g"+CR Y Cw. guZٝd;ӮY#x22.fe4-99``nꗗ(9R==V{u>xZS蝷O̓Z] |]l6_#Ʋh51` pحn.Nnlz@h-Hp.PfŴzy+v2<ຖr)֮ޯh[n/PtxL)܈>1cj%c]g|ʆ_ݕaTgV_c?u1?؈PKK bU{xcQv$Vg񒺑tՃ"~#ة߼!L)%$qZ)&4P\ _gzv dx={a[jcCx`^e1^]Ybsl!^P +9ꋀ?C9@Rz sȪ΂dv ҳ [C{N*%ц|bɁ-YFPRb=΁0*\!]S#:+v\s_+ dD#IYʔwLk= X=OuL׳ (T=B 8M/cl2Tl9ν۰ՑBv|q5T'0RX͸+$ӆ7O8s"GUW;ATV,A:UJ <#RZU\KR*l|[T:_abIܚV.q&?%ar>RoHsmf%!@PLYh^6yȰ$ֵ5G x{H?F=+;$ ę?TIxw4:T (څ_>9kUr*kk9/NISzQۿR|TA1+"f&xL EOAħn\|D$&Df 6^i@h{c)96c 1iUl\^1*@a : uU]>dlhjD5}Rg;lޖ {*$}aoM4/L\\W̅"ʻ7C-.) Mj6/|bAM7QS+aXk&+'{\3׀դX֎# _\s]!SԦ=j.z݄tInIOg)b YW>8(1 ijʭE rQfD#}*x `,T9TCN-X6ϧ/ޔG vӏ"j l?XY`#y<8V$ų;Sj=A\u%OHY;b˚ɳF63E2/$T|~[;]B\ddq0T7quAKRt#ɋeh.Zȗp %sss@~+ pRey_ʆLŴdɫ#>S Y'& KU~}Cx/GT3I0SYڲMH3iT*^j< Z: =F5|dXvBm h߽d3=@JKD!D1E ep@$2V+}|OOO$FR7đNQctDIpZ؄eVc\xVh,~"|}dPzӉYEco͗04~]=д 2Q^H _;Y2f1pSe,Rvߓ 9jӪ\%.fG|d*<݆'B3EG 5Vez U+h6{s]>CRDģM|2Rkؐ随,z'Lح A^9xƢ{K+|J}Ҫm j#v=&&>Ud Pr`WƇ0*dD_2Z3m{9A8`xPؠμ5'^@ƣ"=R ]}N ?y?H2/[B6g6'r*P[rϠL&JVf