ruby2.5-rubygem-diff-lcs-testsuite-1.3-1.30 >  A [$p9|@AH^Z7$NV\ٙ !iU3n߹h];~q +r"8}E2B݉@24vurTp(";N|%gyL2VdG[w&δmҬ֩دE-{} P=D(96]Te:>Z>1vF.>UgnI3gJ !,¾Jfv"]^9246b6b0323dc37324d974ef255686f3059ef431e8b1ca678c606a58e35dfe504dabbdff33f838683885a1e3924fdd8b03b202684[$p9|z=FҤ:L+J#sJW^-=Eǔ9X_ű$@4@-ٟfh]y;ɍx?| ROY bv5V^ ұԬh;O}*f sZMy:\E j T.tN)O^蠒[.)̒T:y3W .CٚQn#Kχ"ECh"zX/W2**LCt2m΂t NfPm0>p;$?d%) . Fx| ;AH    K \.Pp(8 9 : FGHI0X@YH\\]^hbcd eflu(vdzCruby2.5-rubygem-diff-lcs-testsuite1.31.30Test suite for diff-lcsTest::Unit or RSpec files, useful for developers.[s390lp5DSUSE Linux Enterprise 15SUSE LLC MIT and Artistic-2.0 and GPL-2.0https://www.suse.com/Development/Languages/Rubyhttps://github.com/halostatue/diff-lcslinuxs390x}@\g:;E8A큤A큤[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 3df51f30bb1290f8ecb626bc2603bec46ff769db91bf25cb64a4706c4e9bdbdf958f51f479c8c06b07e2e99f231473e283e1fb9d3a1ed132626d790974c5f04bf85ff26cceeea3a26143a72893291223406b283b606dbf3e0b645da5913efdee1d9159a7b957e150f8d8b9d784c6878aad24c9238c5e1141d2b5b4c640e158e5a9ae9ea7ee482797bb32ebf51085d83a97f7b99ec2ef054f06347be3474a255918a1ea35860d75580d716dd54caa87160023fbdfc07aa6c2a53985e1325e4c1d6b0c4e7a627428e7fb1b83d5c7769faa9ad15a9c7c57cba4bc26e59ba11fe66ba84460f686d68debb4fd222a4db71a4483cdb2ee760d27c26bd53c4759985110a369476ef83d44c477c00f36df869a8202dacb5f848e4aa2b12be481bb4b1cd42f8bb1596f6295da06d15cd4085859a59c4fa9af84c3086d9613d7bf335f5272030988d857b2ab9879aa59d83c7bdcbefc9255f52f3892bbb04b46ddc3f48885f1b83e347119055360a5b904530eba3248fe06fe04b1106bace59e376a29b59593e464bf07a1434decb230c4b504f0351ed9438ff6c7e61b046ee5c5c86263f6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-diff-lcs-1.3-1.30.src.rpmruby2.5-rubygem-diff-lcs-testsuiteruby2.5-rubygem-diff-lcs-testsuite(s390-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:diff-lcs)3.0.4-14.6.0-14.0-15.2-11.34.14.1X@V@T`T`RG@RM\@Qw@Qg@Q.QsNL%@Icoolo@suse.comolaf@aepfle.detboerger@suse.comtboerger@suse.comcoolo@suse.comjreidinger@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comschubi@suse.commrueckert@suse.demrueckert@suse.de- updated to version 1.3 History.rdoc removed upstream- Force fixed timestamps for patched gems (bsc#916047)- Renamed fix-interpreter.diff to fix-interpreter.patch - Added gem2rpm.yml - Fixed license list - Added patch again- Added new ruby macros with gem2rpm- updated to version 1.2.5 * Bugs fixed: * Comparing arrays flattened them too far, especially with Diff::LCS.sdiff. https://github.com/halostatue/diff-lcs/pull/23- conform license to conform SPDX- updated to version 1.2.4 * Bugs fixed: * A bug was introduced after 1.1.3 when pruning common sequences at the start of comparison. Paul Kunysch (@pck) fixed this in pull request 18. Thanks! https://github.com/halostatue/diff-lcs/pull/18 * The Rubinius (1.9 mode) bug in rubinius/rubinius#2268 has been fixed by the Rubinius team two days after it was filed. Thanks for fixing this so quickly! https://github.com/rubinius/rubinius/issues/2268 * Switching to Raggi's hoe-gemspec2 for gemspec generation.- updated to version 1.2.3 * Bugs Fixed: * The new encoding detection for diff output generation (added in 1.2.2) introduced a bug if the left side of the comparison was the empty set. Originally found in rspec/rspec-expectations#238 and rspec/rspec-expectations#239. Jon Rowe developed a reasonable heuristic (left side, right side, empty string literal) to avoid this bug. https://github.com/rspec/rspec-expectations/pull/238 https://github.com/rspec/rspec-expectations/pull/239 * There is a known issue with Rubinius in 1.9 mode reported in rubinius/rubinius#2268 and demonstrated in the Travis CI builds. For all other tested platforms, diff-lcs is considered stable. As soon as a suitably small test-case can be created for the Rubinius team to examine, this will be added to the Rubinius issue around this. https://github.com/rubinius/rubinius/issues/2268 https://travis-ci.org/halostatue/diff-lcs/jobs/6241195 == 1.2.2 / 2013-03-30 * Bugs Fixed: * Diff::LCS::Hunk could not properly generate a difference for comparison sets that are not US-ASCII-compatible because of the use of literal regular expressions and strings. Jon Rowe (JonRowe) found this in rspec/rspec-expectations#219 and provided a first pass implementation in diff-lcs#15. I've reworked it because of test failures in Rubinius when running in Ruby 1.9 mode. This coerces the added values to the encoding of the old dataset (as determined by the first piece of the old dataset). https://github.com/rspec/rspec-expectations/issues/219 https://github.com/halostatue/diff-lcs/pull/15 * Adding Travis CI testing for Ruby 2.0.- updated to version 1.2.1- updated to version 1.2.0- added provides: rubygem-diff-lcs-1_1- use rubygems_requires macro- initial packages390lp5 1527308823 1.3-1.301.3-1.30specchange_spec.rbdiff_spec.rbfixturesds1.csvds2.csvhunk_spec.rbissues_spec.rblcs_spec.rbldiff_spec.rbpatch_spec.rbsdiff_spec.rbspec_helper.rbtraverse_balanced_spec.rbtraverse_sequences_spec.rb/usr/lib64/ruby/gems/2.5.0/gems/diff-lcs-1.3//usr/lib64/ruby/gems/2.5.0/gems/diff-lcs-1.3/spec//usr/lib64/ruby/gems/2.5.0/gems/diff-lcs-1.3/spec/fixtures/-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.suse.de/SUSE:SLE-15:GA/standard/16cae60582310890fa00e34a38ed5e8e-rubygem-diff-lcscpioxz5s390x-suse-linuxdirectoryRuby script, ASCII textASCII textRuby script, UTF-8 Unicode textkhg5"<t(utf-827d25d305e281a800dd300e8ee87481d323d8d2b4a10ef6f2159f3983422830e?P7zXZ !t//]] crt:bLL $|Lf7E< LgWH/cE^oa6bl d9 o⣠p<k@bLq[ZT=fhyFāӃJ !α&I`N@V:tʋNG4k}:w`761O@{޿."ϟd 7Q/1QG"XC#Ql`iqNbF~>&Ru(k,V+t Qp|SڍoA =̈́ƤHЎ\> |\Fe)xim4&ϷK<`A'v](w էT:]DSІܫYSjO%{ L(_[;^[Nbth;T.,SL:M3?+'JJɄi%jdg^ Dle]퉇]?dqK݉${c|>{8dc_Es-S:NqZUwցb@KW !Q;wAUEϧ]##A-:c)ƹPсյWZ>ki:7r::GHvM;ϤʍAɊj4FF?ϳdئ2_|[7aY6چF{R'^=#nP.Afk'81]6$< hnft_\rGYj! P kXD XOaԡ O۔?KC( d1j-|-TE%8 is.l<P|BahmlTgu|$<{Ox%podW !qߑS)h9GUl#wΜnhBKQg)I!ģjuڳT qTj-@ 6?\=g6oJ0fiNA DzZɥ! СAmU h ,3՜IǁYPYKuZK0SZf^ W+De\.%~ӝ-VN_gä~F=1ҠrfB98r;y6:9iw4օP<&&pxra qU_DxGGdFA7=^DG+NSa K0 $SHR; Y B =>%cԶcS67 G*1aL *⠣ ګqychڀGiaaS"AD"Xk ,k@֐ht~AI>XD4hɒʌDFb.UFN`SաRmR&Go8X`[U]|~!}cp$\%>Ҟ j^@On'i@ a;~$9|Ƀ AvL217W*kc?je,&I 0lWy;w[t^|o؅vHݤؼ|Uwpr(nlgM(/x :MkE 'Exws^>>8RP=ٺBf_r[SVcV5g#6^!"` HT5zFǖneod@.x&8u@sW|5h3^9J[jR0!"vUdΜUw1兗zs*+q;ρJN&do,Hω:k0‹9"98l\]-2WD.3\]х>~(]saIUn.Wuul4{ub[I&Ru!nR'R;bA`>MѳѬ9Y7;:C*_fa1tG>ʰ7PdoiPs7[&.o)^An4$?}ۃxx=EH f72 R MTa((^Mnu3˙x23?O;A5|L!Pc !J!=!F:UMʝҙ,uDtί, }G3ٚ1`]Dm4O>\k{x7jK y]׉=˝? !=\86eu` ~npSc'^lk#bSC_P N1ǙC>,21$\EOmN<ڟqeb+$g,ůof-=GϽQ&qI_n-h_݇NP8ܵwvހSA}-퀒|"}TᑪtlY}0>$$q>|&A iZ>v]Y&=3~c'?q[⒥*;׮۷|Z +%>HLs)8U+U=Eu>lBÛ\Űob٫cTpdnkF;[_kJ8JI&Sf&cG?$͔yWӝuJsѱ*"]Y Ƨ˨h ׇSу\ݵqdP{Vɪ1.{Ž06 @/"r]"U2]}>Oiϛ`\ZH~<;T`>-Ĭy0*F}D5cTZ|ڔl}OVMϼ]Ή Q&[U Mרxfd1gox% !NbP&whܯ;㴊3 կ˕-T|+"@dcz=o=i:;qd*EH:3\b==^k1~N >qK? WmcU?zD}@HC ػ9K4ޖtuaۅD3nѯ'I%^~6+jj_]rR PnjeJwy.&̸>:%4I[)n}L&:&…q'P( +ΚӐ]ހw>Hp Tn$^#¥?Эc n!5Atra<[i<9keHV@]>m7 ubI 46n_I6X T##+6}H FAzt sYf}㙀AL V4Vx@[ @HQJu] 1p"ԶK( 3"fCIi4]Zfy.$>1UZ>,:֕ >k= ;N>w瘟uk]Vvsn_BPpj{㸔q!L|y#(G0v762Gǚ cdf!ޔD?$ٽP"_GY "®vKJ-ZDBklߣC2}̓"u '(" O߇ƽ >XA3nW:*vϟjË4$Xs5> )]_RzlBh,C_-Sm.F jx+z6 /!5|d BAs`ZKA9[ُ 4NSz.$[. %Fe$,woR3ߢy\T4xi_=z0A1xcsB-{= hI\˰VD)J(Ln2zW%HJEA[xO4WĐmfixqVB~3T$  ƍ#]Zk'exgz U1HujIPUg~i7)YY/:ծ"gE1EF%#_n#ztV*RL1$r+=h2P2@aP69LwȝI꜡E@̈bW!0F7E\A?,I 0J;$ˇujSCw{fB ʾX~>[ Dcw|؃KR##$@E{w+4Q_ł@j׀Xl t=07hխx$MFq%bkn K(*rԽRus_gwLB\ cjRY0H 4Nq6E/2 Ge>uykû۾+&*r 8ȞealHs:04!9Y2.Xi^p{ UQ^i@}hF^FH\9mk]B6,Zϯ}9쓍5AI7r > q`oHNs8SHzeF~vjB$C sWgE{O>j=Á4\e'G+6 񸹴: DeP/GXг-,1rO YZ