libxar-devel-1.6.1-lp152.4.6 >  A ^_/=„ZAW'gu.O$'Z.)-3O[ &ل+;~vwuLe҃ mӨO|CF(Q+<'P.%\CbGDAiwڱ/J]` r`A[faC"n>Pp`\_DD71-5hppha<[wl?{XWXHHBOG٧ zցߕ'ƶ072158c75a5efe7ee137ba015dd18277d5a29fcd50f171478552f045716d8a87327ddf56c0ef6f44d5229a8dffb290d73a6b2768Dx^_/=„T^no@u_C9:$ՌjayV7͎ߔ}R3O0 H/V&uqۢˑ\4`DVK@q<Tn+r٥ydV>ccip;?d  @ (D R ` |  4Xl(8 9( : FaGtHIXY\]^0bcDdefluvz7HLRClibxar-devel1.6.1lp152.4.6Extensive 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.^Ulamb14wopenSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://mackyle.github.com/xarlinuxx86_64-- 3\mA큤A큤^T^T^T^UPW PW PW b9a499cd52a4d3eb6c9f74366c06c8dcff225703c4ebc527a9956602129556ee60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195dlibxar.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-lp152.4.6.src.rpmlibxar-devellibxar-devel(x86-64)    libxar1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.6.13.0.4-14.6.0-14.0-15.2-14.14.1ZZ%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-devellamb14 15896369491.6.1-lp152.4.61.6.1-lp152.4.6xarxar.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:Leap:15.2/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textUTF-8 Unicode (with BOM) text, with very long linesASCII textY6_g]Ugutf-8dcd3deadc87a05159f898fa39e408b52fea903d47183f7faab6783dc362df8da?P7zXZ !t/{$] crt:bLL 4jy/+n~쥧_ʣ>^l'JX$St97ǭTæu')!mQW>ڝ N#VT5q7k 1k{+0iR)Iĩ^QЖ]gk^է&Y;/(RN8TOvN4l߂Fä <Ӯmvc\@VYEL%JC:oZ޷?ON.=:B_NA맑""La8WT]`hoqsTr_JKXNB=:j]td6j#b[ωRK;,7y{"F߭p,{NM%?O4(˔}:/ȱ[K9Dzs4Ue"Me"jbpq咉`)EX6jOɾV1vBw|鍍5l &6BWX2+uo_G_m;ѦQYN?!W=+%O&4DZj.s-Cy?[4G|*X*Z&"j12,&-w KѲXhvdV. 8lhyraYRXp߸7BDjJ [0/f3VɥyĞn}I* %v /ktj/v?O-G YGBY:hٮ@)Q1 6`Y^:iZ=f:vʩG` mx11|t6I|aPRR Hճvܧ2Ik;3q[ FO'{6bc[Zz*c KBl"F`0J&MfYѣ]B7x)6֓8j4QeS9]\zhWl?i'uIK8}O7Aoۊ{ziu}njĮ b\+1L+>ZTpyI l- ڃJLXdU3He^]*ATν]?0 Aoy;_#MyTaAh%Xg0;[ҚWaHa7ș6[j99"d7-j&4fKS8R=y͸ YX[=k;LT6T6%cƎQX 9'ǯC! 4޺"Uc( ϚyΧ>Izh˃cO軜P9M;!dӉ|{ν3x Q[wIN)ِFѺ?qN6MxcaLEB)(Z_a! 1ZʊH9!eׄ>CiHs;e CXcemp4&| [KB>U]HSKk1ϓB<>eWTpѸ>: eЛБTaZ' ~S@Jk-MMTLpz`=SA#߯OJdS?.eũ2@*GjUtC7y#%D )mZ@Re Z} } 1wgAOƒC5B fq&K:C2).B;u[5T/hjlKk+zhuť4}e#!wE.޼lpGzz.檔ƈ#%G⇘;a$oJ|N1nQ= [gϤz %y7sHfp_־VϰSaHE{id.2-{E*ve\T2xoeK|+$ 5ʟjn) ; aVJ !FH(;|riktSm.{AeYvlɭ3~˃.++,OT=m/ s{8 ဓŭґPpImׯ"Bݱ˦FϛV7Ȑ0yF.G FQ2 ~S2 n/\(_(tV0KZPqC 悕eO=h^9c05 p`9hM@ئDtw~VE|i;@*$03gZr9= 1ohch'=TN]aEe2`е fcdV<:8AXB Enӻ6X ;O5!15LZ\UI{^-'T55T HiQ#5Kj{0Z۪O 3/d{'_s&s6ۆiШ4Exٖ pa' |vI:>cﺢYΖfN%N:B8]e\y O`ߌ d+bT 'C#KӚ_ p/#:QrP=fߣ[u7Z u*yZ[[nVQZB~>#.NbaZ 2s-٠6 2(. J^Aԑ'v<p˓^I%09 jdeĬca4D/vQЭd~Mns#d,Jt`*tO\p8_hyXor"kPNF8VWFxTɳNnr?V넯b.oQQ!ҕW> Я6e "8,KAz{@%{$HwƵϭ*b,8tخ$0@[ؒ\ l/Q l'JN*ͷsXDȾqҫz&< z6ؙn1w f\vLz8i/9(k(?cQ6f @.9pzJԚ9j%u_zVN(g&/R0`:)]]ޤo`jS:T# bQnwqZ=6&|^?|9rΧ/+K ofH~Y!2߮GKx}Go F*=Jě'{+":1l?4Ҩx|JI@EE!EFML˃ݤ$2I[pwox dTl~cMK}0NLE>'@B 'U4 @ġ+HY{J/1Rq2%f)  :?/gAOOI]FPۛ&lзgD,$4 7l1YeArpO878)Tڋ. ޖ$vFY<̒m/eVTH}"Q phaa\=& ʯ⮾ݗ@7+}XFsEɸ@-׊_?9$f?MR%P$ FqDJ(Dmo`4o R3Z#ī?Eq1'ӎ#Tw4trANcio}C3t)S'__s0/,LF{cVY F{s Nϊ(Bi\0vZߨ $>dꎱ894c6=Zdj 8 ^]z3] -Ep{zKtsz?a5xWy9%X6yl_SThRPQ@?c&4!2X/t@nI&(RD$gk :+(bJjT!itx922_S߁Anf7T MVS0!M@js,KF:5D[+yf LG٧C f͵"b9&H_m.4?W"`F=G(ަbc ?zbb3E}ǐ0} VB20 B/mmD`]72f ̿b;6N( @kf3 PI|PDhk\]ܲI]0bM8oz<;A'j#{9z2k1]yދi0mѶgwD0%Aծи֤0 5&UAφ VK .Pi BR@(4R;OP}0;GSPACsRxLWj]]x{4O%mf )V`mQig]ֺ,%3='λ.j}F2Uz\-ǘ̯^yH,Cɛaf~nP:]-"<렻{7|Ư7aK2NfT8|q"sC3QLXmOV]KUooC9cFON7mm]+gjVj/0RH-K'򸑂~VfhWLҪLm s](DzeMHנ+o53)u8r1Ts*xb?_ SttX+(0GX;VcL԰Lq7)BzxH:M0 "TuRz 8}NjiNA5Jؾ>8fL֑PY cb k(E/I.?r- L?x|b;IsTG7o ORA[x\vIІ(t;wQ!$H\bRiIF|c1MqDqOp<)M`JL9]j *\V{G,v8@7GxeķL)9'`ߦq]{=Zԍ>iGMG{^K3Ñ `3#cbv0Cz1ڹk mvxM#sDYq>T]{̤qJبY"nFiĘy Pqd4v N-r7ZmՒ6yn R.s4k\xTHR l~_@8nL@x5h u'7[C]ȟ%Gx?}EgYY6,q&K_П !vzD8lwc#4܂#ïjb$XDѤ?N4RBj Lga,Iu">*2Z ݾֿdžN0{2Sq*aw9@oc,bI7hh = 圑HfõzP[L< صʧ8@hv+ckV 2}i XrH-B=jw=XBX%J'  ƇQ5"> &>= )2+Ě'=J=ekj‹u-,1CJf J-+ą>ߣ,K tc7`W 8I捘3݃O7k[{OkЮ$+=40EaxJ+_YsE(hNI4p5E{yl)t_%|Z*pW@wcةtb5$Cmln=9:^O&)㕍_gͬ"-@=$_ˬ0kp{|g'ucVw=8)~VR49xmDunmy79(2gAkLXT$U!rk=Im] f#v@,UzJwpo7? SlLAsB l@ S=zo8^3VA aڨ:EE9%zO`w=~SgUns[/@+KּkEGoo/@-7"u"B38;V˂O$j#ȑÝbTF1 IlNTV-ZS\ߥ%K[zdSLcDozN(E5*h~x]JkXMqjQ E|)'l .."h8iQ) עöQh@b _:n^/ ~u](էo(h򷜽0tcvb}eV2a46/V$팑kWoM 2ⓢ\Kٽsy<Ա,z*ӈXZSV& (~(픘;R"gqpG힌c E޳&Qu`M窭.&9?فɳ.b'oe@=F™)Y*J@oWK?)V1{Q7K'kǾwaLVsr@#Zs) gLIUsz f-5CqAU,x K Y[Э|4$_..$Y̱)Ď5sHNt,J&e"O*aPOrafj(B7xvߑh&o΁O NS`11@ ފw&nq>w㎵v.J8 i`Qg万ho mb=C\iaG5ei w:.b a@e_0w>[ޫf,7˔ GáSBo05Gi͂2z0($*.Eˀ/Y)7bo$_jĢ1iPo%O,!ڊK=QT $'kyEpɤP>lUnw_V,5MFЯgԳگj{Ğ"jިԛ[ÉVBDv,"x|1IS\ R_AQ{2I$)#njTZ(ol o^ʪ4^/jsa˙ZLoۖw~7zxMRt6?HVfZ8Ⴀz 4%*y MWK)C%@;8\b2.I$ܜn7aU&TդmkxѦt<\"i,Lcdy%PY4ɼ ˠخRـoe\dq6)hZ2`Z1P3TbtrW[mOX94;It)vGT̷h8"Z 䩤Dp<kۋqRqRe͟OF?C>_fYۮY1r5Hwl`F=PK՞JTXUDbrR[$W){0@GG?Ø?zx4Bs~"7_,OK)?Z p/ZhMFR9&AoSuIQ; YZ