libgetdata++3-0.8.2-2.2.1>t 4 DpQ!/=„ZH)%_ޢ- @n逬 r'(BN_eT#5e eAQ8HlH›5<0 &1#wR-p|< qعi}}޶*o\HOf%bq&OEqDQ" >"*uoPk4D1jLŒdፖ7uf0lN?IqLV}B 5w^el$$@ jeQ!/=„= OBuJQ8(j́5J07N1b D@;W#b5ܢA2. `3RXF_MdKnL\eF<#3S ,dsۼXw [yn*)Aߩ^ԛ56 q:]kJ:ߖ-*߰[荠lRdAcEp&Ҋh0[v_'Mfc7>`L^ɬmU[pRO{(*B)96d00e6408e553658bc63bd6caea8b3d2cde139f~><|?ld  0X\dhv     & @HR\x`(8 9 : >@FGH$I,X0Y<\X]`^bcd`eefjlluvw$x,y4 z\Clibgetdata++30.8.22.2.1Library for GetDataLibrary for C++-bindings for GetData.Q!build27|openSUSE 12.3openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://getdata.sourceforge.net/linuxx86_64|Q6Q:b3f608fe0a93ee8a54e9398ba89299ablibgetdata++.so.3.1.0rootrootrootrootgetdata-0.8.2-2.2.1.src.rpmlibgetdata++.so.3()(64bit)libgetdata++3libgetdata++3(x86-64)@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgetdata.so.5()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2Q \P@P6@O@N@NA!@MJ@MJ@Ls@LOL@dvaleev@suse.comctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgtoddrme2178@gmail.comctrippe@opensuse.orgctrippe@opensuse.orgctrippe@gmx.netctrippe@gmx.netctrippe@gmx.net- set gd_unaligned_ok on ppc64 too (getdata-ppc64.patch) - fix getdata on bigendian (getdata-bigendian.patch)- update to 0.8.2 * BUG FIX: trailink symlinks in paths no longer confuse the library * BUG FIX: reading the first sample of an MPLEX mo longer causes an internal error- update to 0.8.1 see http://sourceforge.net/projects/getdata/files/getdata/0.8.1/ for a complete list of changes. This includes: * BUG FIX: A segfault when negotiating symbolic links in file paths, typically manifesting in gd_open calls, has been fixed. * BUG FIX: gd_strtok now saves a copy of the string passed to it, as the documentation suggests it should. Previously it cached the pointer itself. * BUG FIX: A number of minor memory leaks, mostly occurring when the library encounters an error, have been fixed.- update to 0.8.0 see http://sourceforge.net/projects/getdata/files/getdata/0.8.0/ for a complete list of changes. This includes: * Dirfile Standards Version 9 has been released. It adds two new field types: MPLEX, which allows multiplexing multiple low-rate channels in one high-rate one, and WINDOW, which extracts a portion of a field based on the value of a second field.- BuildRequire libtool - Correct the License to be LGPL-2.1+- Moved documentation to -doc package (fox for RPMLINT warning) - Cleaned up spec file formatting- update to 0.7.3 see http://sourceforge.net/projects/getdata/files/getdata/0.7.3/ * BUG FIX: Passing a zero dividend to alter_crecip() and alter_recip() now results in the dividend not changing, per documentation. * BUG FIX: GetData wasn't properly computing the module directory, causing encodings using external modules to fail with GD_E_UNSUPPORTED. * BUG FIX: Metafield records are now properly stored in the format file for Standards Version 8. * BUG FIX: gd_raw_filename() wasn't clearing the Dirfile error before operation, resulting in it failing erroneously in certain situations. * BUG FIX: A potential segmentation fault has been patched in dirfile2ascii.- update to 0.7.2 see http://sourceforge.net/projects/getdata/files/getdata/0.7.2/ for all details. This includes: * If built with modules, the plugin shared objects will now be installed in a separate directory. * BUG FIX: When using modules, a missing plugin no longer results in a lock up the second time an attempt is made to find it. * BUG FIX: GetData now properly processes /INCLUDE directives with absolute paths, as the documentation insists it should. * BUG FIX: gd_add()ing the first raw field in a dirfile to a sub- fragment no longer results in memory corruption when calling gd_close(). * If called with GD_CREAT but no encoding specified, gd_include() now will duplicate the encoding of the parent fragment (if any).- update to 0.7.1 see http://sourceforge.net/projects/getdata/files/getdata/0.7.1/ for all details. This includes: * BUG FIX: When the parser fails in a gd_include() call, the internal list of conformant Standards Versions for the loaded dirfile is no longer corrupted. * BUG FIX Performing two consecutive reads of the same field in an ASCII encoded datasources no longer confuses GetData. * BUG FIX: Numerous memory leaks have been patched (mostly pin-holes, although there are a few, rare but egregious ones).- update to 0.7.0 see http://sourceforge.net/projects/getdata/files/getdata/0.7.0/RELEASE_NOTES-0.7.0/view for all details. This includes: * Dirfile Standards Version 8 has been released. It adds three new field types: DIVIDE, which computes X/Y for vectors X and Y, and RECIP, which computes A/X for vector X and scalar A, and CARRAY, which is an array of CONST scalars. * Like CONST fields, CARRAY elements can be used as parametersin the definition of other fields. Syntax is 'field', where 'field' is the field name and 'n' the element index in the CARRAY (and the angle brackets are literal angle brackets). If the '' is omitted, the first element (numbered 0) is assumed. * Slashes on reserved words are now mandatory, allowing fields with reserved words as names. * The long-deprecated single character data type codes have been removed from Standards Version 8. (They are still accepted by GetData, which handles all previous Standards Versions as well.)- initial build of getdata-0.6.3/sbin/ldconfig/sbin/ldconfigbuild27 13600117410.8.2-2.2.10.8.2-2.2.1libgetdata++.so.3libgetdata++.so.3.1.0/usr/lib64/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/970d7f35cc2d576277770381c216d110-getdatacpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xf6aa588754ccef40d30b8e0b9c74a6e7f77c6e0c, strippeddirectory PRRRRRRRR R .6gAq[䇩]?@] cr$x#̚Nٮ"Ij㰸H.;Luqgq͖'Kh:Vw')"rpDx?>?,fuFw?QzyQuʍ8f,Bm ֊M+N0lr㵩臇`}䱅r^FαAmPqǢVC[k+:%&F%L9p#k* lwKCLCűA2]%D:gfWY]=~sb+ UZT\KjiW{KxUZ3DC5,w0q&GmGAʸłN*VQBL AAk%5d! @R&NM!A˂mS6tS(Lb#b8DT0/r" {Fo2n X!h;מ86ԝmFUho~lΕjCJ@Jc2F D%N+=-+j #{ŋ77Դ~E#By8\h<mm5IuQV;,o(- m"󥘄޻XZβ OKuŒ(}@s_${XvrKLyؼ<ۗŏN:73ѬO ?A=tHJTyy&)Atc2PqErH(hϿ//G XT?{ukȿ4CdstJcf;[^l(H`K]@My2Y;F S[MرLW3|D%'(hrP6"K_G,i][Wh9LC T.]^;Nz8o*| @qEJ/[Iy\j@UNY(T>%B2H@0JPzp&pn &M EJWM)YK:Nw6*,cSz,(3`9H#7c*G@ķxˊSz 2)dW a;.32r|>?lpǏHWN5KA-;]BYlvap(;Wö$]^ƿTI3 g1zsWGյ^N1`ZU6U[nxŠ˧t'P}Fn`^ ufH;&%_\koh^_qri!8+;lL}lx*c.c{ j]s933n:(I;j7Kζ2'ɩY:Iiyvг"1.BsMmZoJĴЕv5!+ xP K,.yJ>PZ ?&L3T_ Ebn֊"UĽ*o'e7{~ğͬH BܑSd;KVמVJ^q *q.tV>|QExny{Lj +h}3Z<.w"_sH3qyNI&2`&5I55s|r#Gꭢs0JawdъϨY ? ̑PЄwt]@Y9F.lhJTc {OE16 $FD`OOK|92+0CA?lYF4 L^X0|c$ y}]oh?Ө]`T9&Z+V1C;u2Hdŕ-ifp(kаghMYh.0|WN*qA>0"]fg\LgʼnJ,&vBX=Eh3 OpԛCĬoDx,B#]i3'Cxxf0'}#T}¢in%:s1]uQ d'=_ }`[]4 QgWJUtf g[!u*D)xkU\ Sߓeat@ӎq2Mv,BKT'NԩQEEw`b> /U7ΥϥSаƻr/s{,ݕa璘r4Գk'ANR(|0XLJtݔ>iS߲ O`4TN31W״1l3F[KǨ N9< ̡igD{z!<9h Hx!Zj'eRqU&-Kn\%-g #hKN<%gPG[1ڸ *[y; t 3ZYӕHfMFg1sI $WSPQXm+A_㶅?mIGѫ*JE,c6(Col"/QR^miqk)RĽP>"]&./3H:`fكRXG ZUӱ3\E[CTޅ{޿il|k~̎&ׁ? H{=͝,ЯE :RaGJ5炪Jk5eK]G"&N.5@ciwA7!.|I*`+G$X"FB f2PI>G<;~ywG=ɸ3L̯ o9 7d 7Z* Aev7%r$ervΟG$C\[/g'/nkщQ&`QYQΕ;wdM & %JYYxYvp<ְƆ?HvU% L\ ]5${wC>H$+i޽}lF Y9,r}U4`2/ qEQօdT.bE DKRRM.'_MÞ?8A=Hߐi8sϟ\iwCVAmg{c#ހX\#膿\M}%z÷^Զ <%1y%]{jF9sYG;9_O2]IC*8>z +1 fu21S+m+|04͍G͎ޙ?;- Jph10N 9V+MrEU1 `n$l_xo=mO.x’x`T=: Z}1\cYRDPN(TV+iTGV@l+w7/c e'E$Iqбm$R-8 o>vVlh[Г]blਆ[wW~Eb0Ʈ# 6p^Ol[a;;fCVW$_|$dy 6fҫeW(к<_k|)yY4YPs6SViN{΢ nuQkzՎ'f&A-%kML1Qΰ hFu EV@-Л7G-~uAb="(F⍦ Q $;;fAks>qv2Myzsy%v ڲ<|$sAfpQ!sB%9U+mZК9E0ÅY~<2`3[D" ߞpEk3e>ЋpM.bQKr1%d`OW#(HF:'bɘgqvNп[!/9j添Ri@&=9v $|Ԗa<_'FP^SvVp2Fձ"DɹBtx`Si7?@o2w燐;]\RZ]tzCa隅>"9N.|xO9E_z2;m:<{2yY&oE:"$}GLJ=ѧ 9?6DJ,[rEY}tGEV鸆[)g~!;|g QgcR.΄Z+HɍA!?EU▊؋?5 ʡ~QXLtиdAUONudKd ߢD?IfYW*[ǝ]s"=.%A!ϣ\5,r?!Qo;e "Bi;`~UAXD|*;WrD6{JMucxQo/EwB J;(BZ7}={# ~7C͎Jň^߱Oޛ5ՀR ԳgRyYψ⛟A9ps/srd˜!΢ŕ?p3{L!or嵩B$QJs?F1A,Sl#W;zHf4HqbQb^'^c V%(-6sXebBFrȌYХoI\~.deVsA rx3鈊6O5uSb$JҕG6NcHnwЬu佫7nj\b̿݁dـ=5 %b.EC(XX:ԇU;g`:&!rtZdp=`~h٪ H 5Ώ~3.NHGI%ϨC;*ų/49nhxj%~Fv*y`k*&}O?RBMUqKtÃHtpT'Jf=$$QlW퍹bjaBX=F*-ε\ww.`{Nӫ\ ixN%էh)JܢE ݶu'bU-bշ)%Q7zFd7FKzT7otsAL[.c5Zf9ޠϮ#SuGu#v- YƳ=%v$H+8d+lnfEmʙ #xlU,1#x:<Od_&V*R \LIĘ^h,U7Sq]TSED>} (meF`q8x8Ɨ6 U{$`N\+xaOx f])÷J'zJOkїjiך&1 w2A;~Y۠7$GZxѳ\:@8;ŷ-RӤub^cƺVPmsF-7v~ݒpx™XVx 'U].3fSf/e T+b׻bbWa-"J  ;+2zR9r~䨐j s븄fDuH5e96lGyOXqN1ܼ.q~rdON&wo6A{c. DNiϠ\m[Lzt&283!Lȹ8I@<h&vױ l,޸|~37Fg?.8@^srf/ xOKe?uD@`[p`@ EuoWT  &CP(!iK)Qr⎻֣t9,<Դ`LxәYUR_6QH;CU3NpI{$wW. X؇.%P|Va~ @+dV|3R#g-sve7gGw=؞W6Dע%ݰu1j9!]3fm,^c0q]Y@v FH/bdq<1p=P![3ؠqw֣ 2ӂi?9}rZ0 聣'l%k>oVT*|e>ѽ5UD"_cl70On|{ŖbF~7ȅܧngMFn욚gab~TE]?]'JbI֮e _ kv6$_QO]3iV˧I??6^OuXxHo7yB|%w hL'6Y~3 On=*!xM]v*G9-wԏrFxJ}`_/I5/ß3$nZ^Ys [\ ):o~^=Sw6[Dt6yMVϡIi,>w 4H}ҮBcPFH_5Mq0 8HD$ t褝J 7T ׾!8^K[OT#pldSO+>Bhr iuhT*oe7B. (,L*JBSokjKS-uHw:ojN)`:zCذYbם(K)l;TӑHJA,,CN:D eP42 y\XCci/#ׂUEf UyY'(^ #g*99σW;C+ ]O0Tzm}'jt@0Y#֎yK2ҾgB֮ͨ,3GuQ̴Ĺ eyur&>CbibPBQg*m؄3&$yIJc {պ^~b&LCl?'\l+4q}-.&˶b+Zb̄ɹ̄Ž(sM΅^:JA_b3埗'uU,$S9AP?zܴ+ƣ܈WU梟=ስsJAc0#_cVooM$vnPn`C<=~ 'qqbw.M@wEv7»ؑӃf@)ry@]VqUDkiӈ+<^CƢ^ǔ؝)ª>1A8F ibwnūw|S0Xgױ1Uܤb}5F9PP~3Im[[op܇榛G m [6m{&~[dwӲagH^P¥ 1 n[u?,sW݋睡! W=TIHVq$&r.X.PW5W+_?*wȸ؊)u牱19cNYZgIY=$+Z<8WyչelѹnsjC}^r]dGCbHdFa4ꀰ%]!-펵;lNbK&XA z0hF!QCdzظ*-ieM!3L__} ı`{^Gi hw:5u&f8ދL"T0)uS[OD d< %F'X6io+Pgh7[ξ̾>n~Aֶ7~0 SKzEp'ܹ O 8^D(bB 'g{dBa٧yǛ, "F;u}AhXOsqX΍zH߁y;pVrs8 ~hd#+x%m䢞poMQ֯zY$Bp.m # ]+_ݜl>*vsaGLFg=Z2߸#Kk>Uf6BL=i%y+nH۟p^p\z$xt:QJ_{4Wb—2MyU^#kl s^ ) >.a }s?R 0n5s۶ 2@WpBqE.1P8MSdV5pU8U5aaGdK%*Ġ|qXS,Ӫ4mA?5[ iWF$h{ q [ WJiSm(:)3mFCZ';uW ZcI$ ΍]KNy!Ax\롁z߆K!h]*l:q׬j$Jxu۠UZdۗ x$r` B#ore݇6h1BNRmr8.Y̹=~Z34MO?u)|9V _JGKPPd79-:@Ma$Tz \fvi{d6,2\Sw`l3m%=X"DLwv">J{e9} E,`!n![8s+Op%_M }B G- xgquN?rt$7oZ,0Qӳ_<ޭCyh{u67g,$<Pjo\_ \z|k[B/GnN|k/^U{yw? fIn}ChZ1or| 9`rUŵHo@jۧN+5'iAGd[B{5w"PΫ%^0,pMߛIic?m7%pꐞ8Xq&<=*DHBN\ꥅtibZ`eU?͍o`Ҫ;Y 5FLV; C,Үy|wzoj-k'k=UϹYz pM1D՗x8FeExis$^fŌx-~OcJ`͟vi+ eiRe _l%+!E٭0i;OȺV5ƻ!1,y' L,1I$Dʻ욕Ǹ$n+s`K7e>~T2YV G04 cDO.FI׉co \ ʶVB XQC;Ǯ+mQ#5JNuauHP 4OQ [##wnB4&d(ߧhD kGY+K$FMQA1Xsc^#XX"s[3=ǪŴUYLdksDDGuW#y;T8>lY_TvK@"W _@Ιc9hT}խ  ށG7+Xitժ^?utĥqtTQuM <6iE(ߗϸ&`nF;ot'?%M {@asY$FYtM' &TU,Fa!Ez,sARTfJ -bOy}wP1mQV6rv7å\qxvO6dC:~.u{/TO4h!5nhҐqSqZ[)Gjp$?9i{v`EUws`0{BmӠ R?9(2LXIsdlc'ʜ4ljӨ"⺦\$ww-P宄_û?Ll"j˴_EH}/Dx,Sqkan'0Rέk!λ&`AXjd8.DL2u?Y}r̜5-d}& f2IV7O3WH;UNIe>_<.`9撿&tK_Wyn[p(O :ȃ[sezN6rRZݝL$5u],M1wtS!V),{x {a杼=pM$;Zh+ohMP &f ;j/ x^|]fAd;#)xK\NxyA-QH(%@l>((+xlG "ؓӸ<îu ˎxjyө )db([j xۇ_~0^܉cDr|,a_68tH*0JlRa >J7fq1MĈ|%d-k6r)ٯզkFv˖"<jI᭟H&EFԝB!ʥPv߿(/D sW m*zʘ V P[vO5S&|"2 mX<Q\(ljs }ӝ֫ʓKe1LZou҄J轴kZ-$1vhVmYa= v|maY e|1`^la.B| E½5e־rf= (^pM; p /`o?Xa@d(ӋQAċ' vf mw_Z[+&[$Pd,9RŠ+kɄ,8):>e@33Fߓ|.7{b \ҩYV`U HcI%/›7 bw`7NV^)km2ĞN[; URk`IG"}I^Ο ɨg-,B.\ zU[3B{kEZ  np/3*gT{ьH"!N:3P;XGMyr4ѳzKT&U?lUpz9'u7'M}~z\ (VRۯDQI eoRC&]Nx H?z <->$ϭO0C1 , h3>^=t}F&*nP#,G71^I-Nx\JmYdۭt$ro${if2TD nO+&\bE=5ڿm~2l嫮Y)e? rS; UEp_# F^Z pJ%!b.Bf2-^5z m8= e0{X֛K=s<./Q4P=O fЈI7?Z,~s5AqȾWz*sƮzscj~cL'v5 H\,VEk'.[ ȎZ}S6oFT>\8;p)ߞ.Taֲyӕ爧t)hxϧjG zȖcU3݀d*ZɓZqJ&Udι5}UwX|JM›*bn= Ξ]ҹDy[fЇ``jQcv{PjB|24>00Mڏ ۰ ?NXn7I֦b{ \D?سb U~ A & W<|<b:_|2X٭oOXMJHji̟JpE]ɫS#M]E!) B,Rˎ!2/ԅ-wm;ɉ۵zK]TbfRT٬.\ B4ن|$w}ad_lhvɖ` %&$ LbVU =+Mt~PL2n0^ 6퍧xY2QFg+g J8à< *obq>NlS̻'u{R3@MXsY'JB$ .  庵eHo>ߕJ* :gT8Μ)XL(z`U#u)ES<՗a?HV)=̩#T0oհK]yv'G )0%w6~.2sYM䯷3Z<@EY&AL85xd6;#'1 YAB g{8=%E,k9iG>Cl5Z8Pfr`3 +D%ΌZO .^wve!=IeJ?3f  sC3OaV}LY姽bj7w0 VWJ:S5T+,z_c{#fpl4nXHM#JmwiNETת%زf`^YZK<Gt;d_?4,at7т4 19pu%C$ $lWKUTQRe7:kvګ԰MH x}:YBMUc4kYey?#p-3a,D#7+TP:N؀W%]m JXOQ&$zy_aUc NC[b#;6W҅JJ.VW=uh㫇"\(WRJ~6h56yiGxo%&!sSdlM5-vH So0AZX%U so8&u5ecC7m(7 ~IѢt\I9I2z^>Np!b2(i~m1SF21:n\[0dj\Cn )80\Paj M@Kue~ X˲QP ZC[%&ڨ}o7 ;&;SV5{EO/̤ThٶAҠPF\Ypno_<2<PNbDKEZ>$}@M۴(S۴m5Pҽ9toƗkq^%r+voGY/WG?nuJR$cA]c#Ρ jjl2O(ہaCUBnm:>$O~txz  8N&{qQkSUG5_Vb# WD٪glm3"4^x{$h1_jrw$)§r+p;H5@ TX٣Ap=g^I70 &jʭgG[ǥkxtȰfkH}}i (1!Nx#~krҁA/Ѓ߬a+8WvOowg˗knH9xjIzzv:m&pȠlYhn7UscE؍;nS wzFnXs ”ZO^4ɝ07N6(dP?Q_ TN`To5ehR9bKm~D1-hKP/AiC-A30#"g׀wvx ξQsjy=V%rpDvtPnВ :t4x[a ,5u'M]h=ҕ84>Y:ЋI V=M1sjq`ݙ>D(Za;VUyѢjf '![^f\+@B |dU$ObTq.cL|)M<=o.%ufA=eaKk`(خ eu4ttxa\RlZChyYDGX|*G428~TO(JWPJ1am]K ٜlնTFVs %Kv$xNlg~`HӺ@ld%)QVkHX"`=<[/C_Rl6x. i#^FҊCc pº|/|~J7@1 ZM?ߛ1b#[t%&$MtpRd1s-HXm;u!#߅2`ܦeΥ(=H7n\uFmwg>h5zLcEdQ@bB JMO" 0ps<| +,jJ*VyZ/;^b?]_V4:%B b{NG9LwL`vJFX聅7ߙ7kZ2,i%_뫮RNaC*nASkeߏ S ѷ 3-du@>Y DFԦ'x+$_!7mY]6 2e7RJoC?9Հ\͓r[dC̆yò''n;vGD#EeĮH~<܉+4\T-#B헖D|< V P~m% Ne8, |C j