libxar-devel-1.6.1-bp155.2.14 >  A dkQI%z  *w#qzxi)j=uBM +ȱT9l{^ܶ+}QP_j}%D\E*I4Zr}{G)UR .hT;a`˯`YQ(ɩpZ@$F@9 6S 1B`Q;Xt .CPedOD!Aqц(AR;EQ @HuوĄI4Yb :+YQFj'_Q~DD9ߕ`7w,StA֠|S4$ `(-dX/)KW.ނZAEGO;{,$kfݷki>r@+N#B(dۭ /ʩ,as:_)* uu;)m>|ܕ"i %022eccf6a067a645c1ef866958e432916ffdd32139afa7823bafc456737ff08196c8e75c98aa6fabbb2766e3eb91ece5c7c26002DdkQI%z  з6zl5聽ƯM!{R^oق{rTp~sZ\"^G i~ei]jU% >ĸ.=fR9iMg  Ppۇ#vqY2YnEa/ 7t:8(Е/k(be='C'_L u{Wf LSV~RQ'dB93$N;yQo |$N|x @\4z6$ Jw~EP͵*7 1#V ;ftr$[n[*t{#ȓfm{%Faht{n~8r=T{nvAtbQx~c(VK)H4) ̿bNJ\K3 q٭YU- V=ZgEWݱr! ^&e_CJ:{>p;?d  A  +1<X f t   ,Hl( 8 9< : FuGHIXY\]^Pbcddefluvzctx~Clibxar-devel1.6.1bp155.2.14Extensive Archive Format LibraryThe XAR project aims to provide an easily extensible archive format. Important design decisions include an easily extensible XML table of contents for random access to archived files, storing the toc at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files of arbitrarily large sizes, the ability to choose independent encodings for individual files in the archive, the ability to store checksums for individual files in both compressed and uncompressed form, and the ability to query the table of content's rich meta-data.dkQobs-power8-02wSUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://mackyle.github.com/xarlinuxppc64le-- 3\mA큤A큤dkQdkQdkQdkQPW PW PW b9a499cd52a4d3eb6c9f74366c06c8dcff225703c4ebc527a9956602129556ee60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195dlibxar.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp155.2.14.src.rpmlibxar-devellibxar-devel(ppc-64)    libxar1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.6.13.0.4-14.6.0-14.0-15.2-14.14.3ZZ%8WH@W W V@U) TPT\@Tgcrrodriguez@opensuse.orgmpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.commpluskal@suse.comp.drouand@gmail.comdimstar@opensuse.orgmpluskal@suse.commpluskal@suse.com- fix build with openssl 1.1, just another broken configure test (openssl-checks.patch )- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL 1.1.x support is ported - Clean up with spec-cleaner- Add ext2.patch from voidlinux- Disable static build from the get-go if its files get removed anyway- Disable support for ext2 - gh#mackyle/xar#10- Tiny spec file cleanups- Update to version 1.6.1 * Fix issues #75, #76 * Added NEWS file * Stealth support for any available EVP_get_digestbyname hash (see man page) * Support digests sha224, sha256, sha384 and sha512 provided the linked libcrypto supports them (OpenSSL 0.9.8 and later). Note that using a - -toc-cksum other than none, md5 or sha1 (the default) is NOT backwards compatible (requires extended binary header support), but using a - -file-cksum other than none, md5 or sha1 is backwards compatible provided the recipient's libcrypto supports it. Both --toc-cksum and --file-cksum must be specified to get them to be different. * Do not attempt to extract attribute information to a non-file destination * Handle 6 more flags bits including UF_HIDDEN and UF_COMPRESSED * Fix xar_get_mode output to still include type when mode is unavailable (This also fixes alignment problems in -tv output when mode is missing) * Fix archival of FinderCreateTime on 64 bit archs (extract was already okay) * Add support for --recompress option to blindly recompress all files added to the archive not matched by a --no-compress option when a --compression type other than none is in effect. All prior versions of xar always behave as though --recompress has been specified. * Recognized already-compressed files will now just be stored as-is in the archive without a second compression. The gzip, bzip2 and xz formats are currently recognized. The --recompress option disables this behavior. The xar library itself now provides this support (XAR_OPT_RECOMPRESS). * xar.h c++ compatibility added * XAR_OPT_TOCCKSUM can now be set after adding signatures without causing archive corruption * Update liblzma support to work with current liblzma versions * Show additional information in --version output if --verbose given first * Update man page and --help output to be current * Allow --compression=xz whenever --compression=lzma is supported * Now builds on cygwin * A huge number of warnings were eliminated so compilations should be much cleaner on many platforms now * Add support for --rfc6713 (see man page) (XAR_OPT_RFC6713FORMAT) * Support compiling against an older libcrypto but running against a newer one * Make extracted-checksum/archived-checksum use long hash name to match value used in toc checksum (backwards compatible) * Add missing trailing 'Z' to creation-date in archive (backwards compatible) * Help output (--help) now goes to standard output instead of standard error * Reduce spew on command line argument error * Support --directory (-C) during archive as well as extract * Add support for --to-stdout (-O) (XAR_OPT_EXTRACTSTDOUT) * Add support for --strip-components (XAR_OPT_STRIPCOMPONENTS) * Command aliases added (--create, --extract, --list, --file, --directory, - -verbose, --one-file-system, -V) * The xar header version can now be easily #if tested using XAR_VERSION_NUM * The xar library version can now be fetched with XAR_OPT_XARLIBVERSION * xar_from_base64 no longer adds extra bytes to the decoded output * Library now adds a signature-creation-time element which contains the "%.1f" formatted number of seconds since 2001-01-01T00:00:00Z when any signatures are present * Rudimentary command line signature support (--sign/--replace-sign etc.) * configure now defaults compiler options to "-Wall -g -O2" for gcc * Update Xcode projects * Import into git (adding .gitignore and .gitattributes) * Initial release from https://github.com/mackyle/xar project - Update project and download Urls - Add autoconf build require; needed to generate the configure script from git - Update documentation files list when process %doc- Do not specify debug_package inside the .spec file: We control the generation of debuginfo packages by means of OBS flags.- Call ldconfig in post and postun for library- Cleanup spec-file with spec-cleaner - Refresh dependecies * remove useless autotool, make and gcc * add libbz2-develobs-power8-02 16847546951.6.1-bp155.2.141.6.1-bp155.2.14xarxar.hlibxar.solibxar-develChangeLogLICENSENEWS/usr/include//usr/include/xar//usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libxar-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:Backports:SLE-15-SP5/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textUTF-8 Unicode (with BOM) text, with very long linesASCII text7gYKeO(mutf-873e1e787f1e5826bea0c5e69cbb0fc92df310c050c40f322efd01c19f91c5acb?P7zXZ !t/{$] crt:bLL ؝.ܧM_ ΂%˟r~T\3Oy9;7χUq ]iLr'q LJIJ[llUfza.n- $c=ɋ@VH7 ]H,}TҦ#g汸\bRMg&Ӕ B pK҂:;C$R|5` PcӒzv!df\Po{MLkOz귥>O)XBbʉ'3T:o8C{o3=P'GRΒX-좱QaŅ Y'ayqtVȟS7g!yDTlب]kks ik\˅5.)u@37.KmL\UJAl_*R?^UJ4/N)lO֋z:WQ>;1:( Au?54)Gf!ޒiJdmf[I5j3ٹ͗KH_r!'elvvk>|s%=ya~0] Kt3'qqPt+I abkB*|ⷅZb9"!V , [Ȩ))%t6̣Vi$l5$f.}[3\D:< Iܒ]:l7V;60eUd!Y3&0ϰ0"N _r`Lp@h^8s%/I!ud8p5 7&E3JS.YD~ӊ孪yq^qͪ=SNJF䕔Uset^;*ZHD ѨͲP1ia⃃hc=L^Н, a(gGv"jhUZCYqgҗ7O|'S> L!8HpxOWt%`E?s&k^Zal=ߎ-6i)G"Lh377\;Eeɧ2 BJ09^`Og9MԥgSWyԷe(~5 r_KG`Vi3 k ?l$E{}ww'*hF*fa*-A0D&j Q5?Rc@.+^n&:W0/r4+>d{Q̷દUźa3433 iudt9,%dTt?tdijdeJ}GKbˁNLn궴ڦ27l1bOOջŴ@r|" n} w{"dh٫uکfUZs#39cCL?)*{v;:-d%C3xPaҷݤm<]Ub{YhȊ =}5 dT kYٳq ۆ9gSAMӵoW*SLcxdYpli^ă߼RVBZLe+{k+,;tưS5~aDV,XYS[]ڗ舀Xsvfg@qfOa_i`qb3D҅@z`U#Ng0u_fǩ gmQ$i<>ϔ- ţ9{$]X.8;8eq#c chAd[< W!RtrڠYf` HLԞ]3Kil宨bJ#PRr2&᧛cH*䔎kAcήE9o43yrm&lZWrS ٘'R08 [5W>r*`Vehx$EjOR>u,ZH[?)XzcLA0fqx_4?ф~u; ):jo|ܛъ`F`]YSИ9T B~S˩m],,(^|sˢ𮄹z>jizR°u+@9C43fzL]}L6h* * ,k!<~7Pl{- V\Mz$/8.>!.76K@Jrr蔯?E,E4+GOȅڼJBs󹂸3q#:XJ~ո#?mfV//ҝE2mg:^ף=TcF7w ܾuJ4W fDL瑋ozkH|Vv)= ߝ,! :W쀷hnL="1!΂鉵$K^yX.&.{YPKA?8O5bio-OYmK>4mbl3}Cn6Ҋ xY=JB_ŧqF,oy|,mnнOO.w56P=kJ\G1xwzE20%N4AOlnìkUrX砹+yQ}أ( Dh׌R|D93:4Oܲy%n߮Dz۽ue vQAkנ:W`uAdQo+p0;3Iշx%?yaT%Q59+S(Ǝωl+d;0AL^C;w'=KTeS 3+Dt ?xR터P?,.($iTc*Nm%D^_x3bYO»]"g'qMyP' " ipۥ5% ß;rVض]EjtIiPFkH jDS 汨KgA<}-ӈdL,T3ƷNsoP s<6xgo7Px)R=dGz9qzx};b35b3FX7OGHM7_ L=fЮo-j eOog6"4vBBd {0I;{PJqWblpM{`/W+U\KWq,"#]}Fe4ZN+/$g[i4(|N'~jw*Gw2l26t*d/ҁ;$>.OeU==jq&XX:Ӫ_^mOR55`ĺƅc| 51]i3r睧D?w/s*C.S !PYLF~sRC0.}S-xhPxmoV'X u-%ۏ5E4 [7ۅ]5Ml ;t62~++(Ǩ@M%%Ks|&>2>ٚtp- fd;Wb}f:PF2H:@>DM(C_O?Oe}f tRxWTƾ41_P,IVD"nck:VN祤8Ӻ %nW?J0xoI }{Od8|q}Dmg'8M)tO8no踥ᦴpog۝BSmPGo#E[;+##ݳ;x!ҳk)#1hX^Ve# ߱CI#I_d'$oBH>,8bR5Tʚ-['g &ɧr( EaacX)Zڵ)LwTMUJZ6•-HEI& ~ddIH8y߄s-rQԞ'h$x8lؼ.s<7\lQ+0A?l #4h - RD0fes}{H]tJ]Y>Y Ki]ʥ692BEf@ܿkR$$r*]Y!,h=R2AuW1®$iv}/E{TIzr|p_ 6Ydoj3 t`BPw&]09=x@LKR.ZMX"{GĩQCg Ƌ]w i}OY|$#KkwKxBXVIP]6·2#U}_1SËJiP`V(V1bո1&?(9C[ݣuYCYGWCԷTbz~>A4_ r{!ytv6[z05Ғf0HYGX` *'kdSg`TR?EJױ'w). ) VCCC0&PǕͅ霣)%i]ޭ6哹"&G٘[ Acq[AX+PW-uᓀ%p^e>(ژhKwJ3f"B j7Bn%{S%YL*7 NZY9x|*}Fi &?ԩ7z3q)t8N y/fO:d<{n5BB2ƭr1O7+<8R8a8KvT:Wg4D11Ez@|k&ksO?2s ?)[r.߯f3h߇uk-:n$E-ث)M؆ 3K98!+%E9XH7@F%zU~aD8o{uGhg I@湉;V~qgxPe8iP)q&HTt$!InG> NjBhl21iŬ>V>!NU^HK zz=!B)' -g8`SE 96BջS:,RCA?j`,PMOw>:߸;*`*+kY b4'x;O#bZ12lS[nҖNNa.@K:N\8]]w7w[kBـnB\n@r԰gi=^L)RԪFJf5-sZ$oQ~gW~h," ~ζk䘉#cqd:fŠA`8=n:}{c:;#mN֋.B.laeb V!_҈Ik`#FD}"4ur{FEśV:ۅ\v< .FJBS5*ow@`csRLu@eA?Fɘz!K:гo) pF:(9B^;.V6?80.8tK(/ziclqzqF&,1r`Tcۦ8edᯟ%T4W3b%hm)d,Lݖ\.ߍP) ڀVQasL\d ej}'.XAUۆHjZ٪Md?6` ̽I^K  YZ