libxar-devel-1.6.1-bp155.2.14 >  A dkI%z  # L4)1H)]lɮ Zg)X3rnT$`-(-:j j%`0v|^Um%~hʾ98[-AfObߦSK_m6Uv:4%˶[ȹC9:j5K 7i7?ߢg731Jp@RB\f@" "!?rg_bpڪWMi^j5̻ E1PSZ-*Gi5-%1VDdA{(r^T/Foɛs'M*a{{ن575e09d5af329be11c64c881a256ec657478728a5bfb7627f299e8ec611d3cebaf334e502fd7e872b35e393e9289e19eea53280bDdkI%z $^~ӭ-䒨 :3"? >M^c@6'ObT0~A 'l7I<9|5yQr 33i~ ;X/HE-4cy-ǥB-pGa8qbi&n/zV&E6U"堐%8܉aV~rL9[ =HGGuw{ie>hF9MO'בyIۏTczv_Gp{>p;?d  A  '-4P ^ l   $@dx(8 94 : FmGHIXY\] ^DbcXdefluvzSdhnClibxar-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.dks390zp23wSUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://mackyle.github.com/xarlinuxs390x-- 3\mA큤A큤dkdkdkdkPW PW PW b9a499cd52a4d3eb6c9f74366c06c8dcff225703c4ebc527a9956602129556ee60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195dlibxar.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp155.2.14.src.rpmlibxar-devellibxar-devel(s390-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-devels390zp23 16847760771.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-xarcpioxz5s390x-suse-linuxdirectoryC source, ASCII textUTF-8 Unicode (with BOM) text, with very long linesASCII text6ٲwS*utf-82b02929477d3470119966ccbda955764666149b0937cb5f148a9e0a2bb9bf642?P7zXZ !t/{$] crt:bLL ؝GH*={erFKxI!+d u~h#ihRM/AmJPt^n6 Bi F$87qP\7:'7s;dL]H1:4 e,@h*1 E,-ⴐB F+`D`RxxR [ zodVtڿpPg[z&cK9&kU-цUPȤp<1: бiY2B+ 0c.t頃m&zV^J]vGL6VzFHR?GtڌUaxuBo}Oh[נVeQ|&2qv~k676e+,azNI!ڣH/S QqjA:;b\ҏ``kU`x8@vA pv]ɞ` C͞5t=D6+N|Q=] ~9w g% ~=͆x_9nHq-a<8jA b+wjzMzckpxOdʿ ˿k{#MlIc+{^}ڻ:&s[(ϢA$a/VmRHEJoUm+%D|飉={T^$j^3CN"Z`D7iGL'Vѷa(V_ihP-UL !*^0~x, 3|B+g[]֫Yt&%6aSlMr+hrÐL%/PRx[7T-1K dS4[uX6DDg;T/;&m a𩜼]@gna\~" tܗ4"#ҋ.Yko"@c.|]h0~Jg %:~}box0-#tטjm(8n9 xWMδ(p2]ʈЯtZWH{; BrRu`2GCaqIBO"*ey VZno:Vج6q8%8koDzG\wu8y] miYy0 ͰAn)#{ONŬJc}gKu ȔZFnj;qQpVȘgF }&5 3(˰\',8.=яFс&h1Y+#Do|Uù7^k||~!۳* OODI ,V^KnX '9g$>bp8t'm(O`)96Չd0ɖn!X+  }6`tT](,na *?ǨǀvF ަȜIţ T"u?sj޿`?;pe?罄BQ/ߏW;uRDvmVK8& X\.*) @Rv*z:6f!b #7U&!he}D3J8P0pe\! hU\Ѩ;$bT́ /!㣲p+PM)d)G`x>e jHtZJyj!\¸aD4=n5ֽ{\1`CIQFoUPZHP*M4pVzoQbS ڃ'LF%lj[~}d5qreɬVA Xԧv:4tw^k{ Rv6_ǢP}~2`${Z5a" R cXMTLh:ґw"FvT`KU?qv4얦 j%bi z &oϩ UzoELMGwob.:jN!#">)\㩓,:*(#wC@q kIM|I(3 cG`"Yeڥ0ꨩQc+ʵbxGl֩2o_"q|ųg,kZEktOρJoLd:Cs(B}w ?^lQ'<9 bs@|ϲmVfJlP:_:Goj[,REq|ipQY303%bclrb!<֋yQ`)2&C3D"[ ZRGi,$'n|YuYЬJH 3b>mЊM SVjPB87A_hJhioBMK}:aK1qϔ6<9IP Qoj )\yilq_ ul 1c|A.h tڗ)-3my&lgњ@}E*0J"5 `/ŸU{quxaD*z1޴JX>^4cV J4|"$rV)\Q Z݂O݁H[%Y&9bɶO$cshyZ`Tͼ KbT6Aw>nU-oHƜ\\HuE>Ct>j%{s%.뿯.@mGokpDqqqpUN>5|&ۿ?'yUcLJfif594dq=7ۥ0mŀkWtk\0p!u|i^6:u_v<%PtE>,: Mad>=}a]nF 'h$Bj3=ꩱ_ yP~զ3cClbN1[ܯ㉴:Z UOR6EJ>G|+=T8)V+UV݈~3]ڸ0$jÇdEԐ+ guڏ7.tOwЁ~OUćE >D|ånAgxu@Ի$vO*T{XiTmFGPB5vX<3e'fQDǚG!PSaPb3!R_mMQdCQ oEG tKȕ`/ AlR5eI>~w;g1WO}Wa%0^lFP|1~h-^]>=xO]*.lH>"/@܊%!ʉ$熩LZo?XՌyba. ͬ9yGF>T6PgЈ(y6ҟ{=#e}މ9@v gM[*^eD eʭ>j7VI_ jq6ʜ<>SzNwjݖW/F@V)f{ꪓl$bf@'IcjGPG,Y}װ ;N-d゘b_M3[fwl ђKvQߵ\]v`R\R^YD|$M;htoꀒ4> `!qG# \~=#Rf.M w%UƟ롆9W@"Rw DfEIl]cUq% i/EV3Zn-.P,[c ^GM0[m6-^@u1YTZ D\b6ʎZ '/^thhe1 n+E !6{$G_ܢs 36ZHɎER,~u 5`ơmQiM%Ο(L:Q%+UVdMS60mli~ZfT>exj*Pt2SnR+9@f-(UL /# s?̇ @/15UkTw>llFpI 8ewad60/XXP%I hĠ6źQirRmaN?"t!ea3ړLk[xkm՘/sB(|@/i H$s? y"u]Yێ̹L=VxeHT3a %_N)&joD٪[4 Tjg7gsu¤*k ?#)ʔյ |/tS&UdcOpF3;}MAduΜj?k=H.pZufSPl3 dSƮ  T2!ɞcC!p.v*_Û0NqM 3NBV޻,c=ǢƝ=,"aAȀs}0ui7+cm靖PG<͒nٙm!:N[K-dlxͰ֋]ϩE8AK=X<}t<˓P iC>8y3$ %L*%>|j1@Sbp%W2RT__ҹyEdݠZa }'Y<Aٿlj|nb*K#qɴsD% RJJ9}4b˓Y" NSPy=F:0GEYn\QPEوw ؍vY=ЎGp_i!nA{8ˆ_/=uuɰ㼄bgڋ_*|IkVQ)oMbVrDlі?28 ,4B-JuGn q=!'GWW7]!?hBPZ{P^QV( 6ɌDϬz}n.H ->`H_ih!֪+A5c3gA5%O~{~&` |S#&E5^__\n6Zmgsƨў՘uI>ΘedLr;*L?rQأ5ܞMP ?Dsoo͆ ᧚ąkZeW;WBo.Cכ8)b- K[WM>NPFb!!jX2p=EB1ĔD{zJ$1Rr/)diVDf{VZpm"AU|v&J3l/}n;~DA,Y]{v~>;7#;t~xHjUAcqhQP\C'[t(DF` 0+A tتa&'n<_>A0޼__I qX <4ga6\#ͯxVs![陂pHMEcЁb:4_P ā| >)'Ga: lry=&eT?װz b0D`6e_L~6Im4=JjLdTTrjOd!B12Ԇio}QN]j弔c&52~V̴~볉O|;NiH)Rິ8PYPJyG;c9S} '6f?3uL'UJW]ju"DD ?B 0+ʱ{YDEt^ⴑqυx-Ycd" T m8b_r{b.Kn6;NoόZˉsVq6]2؇&WagvBRTcC`>UW#FP3MZ2_oɥwœ&.`gaf^pY\+>Bb|̚t;ep 8D -E>&.p'1B@=;b{Q"gxjȩ[KJM%JP9f-x|KZT`2K ρNh>|uKww$t\7F‡YLG/wɡ60zTx_ 3~ޙ.7;܎z;j!{S@;6qV dUzNeje(=²*-T-`E4c2~"R&ރaP 2SQD(k앯yy hC1~lq ,4 |q]y:z8V9߿5?E =~IM QX:\;>,aG6Gy Aؚ}pv ]H(-j|!?Iax 5/5^?mF ~.ƮA `e