libxar-devel-1.6.1-lp150.2.1 >  A Zq/=„O_*S煯FAb{[/[A)`In9u9CX-4ċUZq^=)5aw*wS%51S&I%PH,)(G='O~7D}f$qbT.o4Ghfܾ1y-Hv㌬U~>UCa54(QezVoXrz|ؚahJ/+Nr[ٺ^,e L23b45137518a198c60e09a6f15b8efb108a4c13ad2b829ec36c1d31c1cf52810fa4f52790284655b955c0b19b9fca4639a0863b7DZq/=„I*bW[} g#tIMW>!)-khyߝ!}'BD:Ot{LZ+"<7'9H-:FzFl8Cb"& 7L@\4*XIQ8 c!|`^:x' GJ8U女kc Ce (%iQc F4H›7{>p;?d  @ #,H V d   8\p(8 9, : FeG|HIXY\]^8bcLdefluvz?PTZClibxar-devel1.6.1lp150.2.1Extensive 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.Zcloud109wopenSUSE Leap 15.0openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://mackyle.github.com/xarlinuxx86_64-- 3\mA큤A큤Z`Z`Z`ZbPW PW PW b9a499cd52a4d3eb6c9f74366c06c8dcff225703c4ebc527a9956602129556ee60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195dlibxar.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-lp150.2.1.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-develcloud109 15203376001.6.1-lp150.2.11.6.1-lp150.2.1xarxar.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.0/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textUTF-8 Unicode (with BOM) text, with very long linesASCII text_JuZrutf-8d40072925eeedde21380795e4a09ba8afcc918de4c009c3ffb70bd8dc0484464?P7zXZ !t/{$] crt:bLL 湹6+BB-VP\Iqj "6$@fgLTP/xNH`!z dXCAP^%wU_H#\dP ?!K@߳h)\<#[in_stC=#vI}5PviDW1fB3|.-}IEg, b| ?_,6?跾n&JuDhOy]U<@t \U '[@)Y̺QhR4EIќ:Ls;e뒒-Z/%>`h[17(2 F~!RZB2:htZBEN2D%^;U86|8A 7Ig5ؗ-eۙ'u\lf|1>}f(8&ҖoޡW&>S&-vhj%?}h.ryIh5ږvR/~oЏJ/<z$j>m^wb`L4u.R;J2HU)`PIyŌYcޕۣ&;s N^bfzO)T݄6ă$&hZN('0!y4Xzw,͍/&{r m>WP~WMg+>y [Mqw/HL'E6>cr,5srt4>vR )$&"z)/--tC8^F#blCGiJe<_GaʣkH,Th/Iĕ k1t|npdno~5J1n.  H>Ƿq6=.Ias;{$[4Hfp?cn%`Ϩ=<Ӟ3r.Oqe3!: px8d ߭:{kG_ȍnagqKoSS,Xa!mCoHTEK$fMز P~"!sQJ/a $cӬ;t"CZI \זƫǟjeC@*z{ig2un.v s)oV`c:p>227-rm ax1,d{UYYX Cڌ)Q8֬㧪e#L;2p*!l&X"4 2BK JiQɓ0o"O Z꤬IhZ> 䣱0z#?x(t>m3pŧccm!aQxHDnn*AÚ V[lIW %E[Ȏy?%SfK0?ۿIn(Ɵ=/\:#KT,OVgqȀcϛ @sd}HNIX>a!#6_.˾6P(E_ X"vQנ7J[ȑH D7ұqpSѯ>~<0ٹɹ6 ǡ9L8w{X9}&"9#d͈m/_ڻ# X@dmxIyD&iߥf SyswasmBߐ\<' Vn%hD}RA>':]Q|{8׭:wf+-ȹJYdkXÇY!zu<~pP$-=]Ds>XR<*ij˻=S(x49) c>wX>3ҍV -E>rj,>ү&e^ 9'X!eUgzqսd4Ύ,Joh[=THG?UY]税q,aJLGwE8;2mn~N@I`/AlhiV9Եz%Z2B`+cl'OS3\,voa"V\v01' }گazt]Ikd)x"#Elvrݕ; `?#JcmVoyXqk aU/DH)}ds) yƓPGBF(lz.$I?m~<1WSGTzj3bhad Z=%F !~>}ŤE ')Q=>``XKNPN2OF9es-q#+G"ߞ?m/ΥTP[`VmR:7/jao-YIn3%ͦ[]5H x CUKe18zw@*ffi{]# @# Oz.ldjO-@0I;A8,ϞN ln񝢯p$]>دʂyHqZIҎ$f wܠŌE mb4W'%I毥uW :}_l^ J^9?2o*Āv6^hEu9Ě?U]C>ܗs[~(I-$TL)8DGf `iR ⿇ 2 KD v`~s~xdE0ֱh#..j `Ӧך񜶌9lxg<ʶ?ODGɱ_~c5tc:2Ff?u:3L1+=yf7ñk#ˀW_2)+!ks!ouo%inRX .J (sO ݎ3b]cLs̽UCy#R:@HU+ȶiN%Y;;lC 'd$ 0^R{ ᳏y*hqDZr:d;qn>k(Ntd_-4--ѢҭrZKrH) N>-$LX^z*0Eslx;0tƳ UF_L٩yW?*@hB|==Rr7, .'_,kp0{qó"ސO{Â2y4o kj0jp: l o,js^ E6:o GIv " eR"Ev fmc'ʶ>?ۣGq l#]::|"Þh&n$Nږ. SHDt`,&/ 1MGl m7=7Ŗuo\(;_Cm{)Ȉ9Ɋo[ q3Q#Nu\d (MG?JwHӢfޡ+몘,ٖB<^ڨ|ߨ/:\\ s0IJ jU}@`;:$XYSUiz0e%gW{ȹ#e YMq)t='"^qf_ɶy=d:2!+zʯ7uvw ? SpS8wqwh|2H 86-Rb~JpniP#)c3IOW,sع M<9*EiW)&'"b`&Tg;J3ec;VPy뚄D8ą\SՃb'$GSLi珫)Ȍh&#;-oR{=\ux4\p9h /p4Wnl~NMdPhԯ$ycq7H$E&v;@ӾGL$mGIiTTs#  tenƁ.A&3uĵF6lJBJ8˚WRYQ=?Դ $`:L` y/ +> SCiNIR)/EFtӈl՗^Lt?F5 Ȃydp6We蓬Ky"1o͞Yx\I-S nԢԢ7v#9=@n{aW0F\Ŵm/aQBgrj,}*\ԧ0B;<|*@j;jv^QŒ М$̗'1a;1f⫸bmL;ٽ/Iqjs%>ch]}28{+DM?\N9iut앣MkoemGOm{ 5{oI(qDkԘjBm?UqG̢̪jK'7K$.Tee≋ގim}VEQRW'>/OD(yѠ#@t34KII)g[h-* Ÿ^Si{\Ch|O[!g(OFu큑Z;{*J.I]Uh|8 4eOs CQe5&qrR IfU\ Bs:?s,aۉ7--Ԟ袨r ~jӤLMlC p*%<_;ǐP͈SeyF]< Cey4$Z(: \E7߰\Lk!IH}5sْl X2vDɖDTY'qwx$X@QG]5;L"$UmcOꂭ74G0L uRQEđvmG\9߉Xk6֨_hNzT8Ic1G{Ю!cԔ|Xrc؅mxh+kj>7%VAAHҙߗQDn{Lnhك,ەܱ {4`4V_JU3X^a K('V,"xw }E diC0'mHQ[j- tQH(By^;C>TgǞȉ}=ys؏`0.!Ic_ GP@E0h XQކ…i10f}@Q%FAj$jE[o^:|݈\rKH9!CJzԂbXL dal艂UdkлohϻF)*߱8l|~.%$NZ!A _ =_:L4lj4 qWRmtR|nJ& U7W{(!FM ~]O{q\ ǐbP:Fh􁱘f A"9V;)_j3+9X))w 5l-B-ㄠO} fl$E¡>O~濦|TlaZkG!.$`Yf..JUn+ыhqJzm+T? Ms}^7Ы,u1I_ѓde˷f}4{r"g^Cv,A*I{`O_`Hi؝`weG:>^{ YtLNǕcj+cY1}̾- gQ"`dk 2NFS]\ye֣mBcCI p*L 8 uCXxɚ#.챩Y\Sם`a᧞ =g$xK |˂dof&B*@vc`n 5n#`:u(-~vAʼnrak3nU5:jYa {6.)@e u>;hR|B]5eܓdv<s?aQbG3s%+jb!h(ҐzFϮ]i('GNF*u;w}) (C)IMӗld~b]gp|5!aeGA>Hپ pV є(xav.20E+q^NX~SƢ=ÿJ{j!Ӈj3}v|#pP ],m\s^N쥑es]AƩߦdbS~JƆ@r[84opj'րʴ]fНA3ZyXOmn̕V۷s=a8{Pe^VXwA7|R:S:\ : ٗn!?(OWm~:ÙVEu$KtLMCl_ZRBw !^9| M̻30=6FW/k 8l5uFƏw`hrL"&+3HfZ 3QT̂ jaV[<TUGfʤT5 XiBu<2 =G!N&_1nmg:.mQё?Ȍʡ&ЏtF"+؟Y.~B] #xBܜ,;iH1wR?ys}A.eԫnwһwfu rݫx%uF`i4Vpr/>#-Jϐkʱ ?Ole_N }I @bm [rWu-X8W>_p݇w7R=^"Ok4$[ rh!Ny$jb)o݇7,Ro` nnZ0`ԡK\;R}>7A )s_;'M5K *Orqp=8r,* !JJexK`jml$W0aݷ=[qc#0l!"վBvX X=zI6od5(],]þy15Rҿž()3u?/ة/icOޗ"n8oZ,PMdI@6e A-(,Iw7)e& }K m"3MS;~<Ňe\'?/y*I`j=T낣H~s\3+ H7 *jyvp"riEm1܎Rs # e%4FAUwMGHW41,oeL[;PJ7`ЁR yvhHFѥ=j~|S mʚ,rnJ Xe t٧]4/ez0l{[x5uzL+ V?znH*Q|X/#cfC{>?m8K<ГN>fd#mbs]sEDaqfKF`7]xfjɩo"=Ԯ֭) 7=FR!%*e_tNϷV:8;sT6'5wGaeҢ^eKy +]Ϝ.lA:)aFlө-ݿОa|шR~BՅTL JSa<| ] ռ=nkș/^*3eEBf5*@$ BMexP4-r晎N`aJ fulKa4Jҵa01ډfBb8l,<Ӧd+T]}pI[Tz?ۀz2)VR) QvD3"څl(r}qV>eۄ/Yy# 4IRLvZ#zƾK{P4Z.8ҧRot%*zp{|)C/w4ynue(2gqIUZ= HRKIQ; YZ