ruby2.5-rubygem-diff-lcs-testsuite-1.3-1.30 >  A [Lp9|;tf;˖U֡oa$%zZ\FB"h<3) 3{$ O$ )"PLYo}] &h,wN$I@Џ  [-=nrd(=l/~@Ťlf`d N%2UH^ZZzRhyDsOJ=eF\耰qV|WZNKY,r9lS^#ՀI!065583f76177ceb8c9f7e1fe275d48de10502dd6da2fe135f853062802407014531d1a30ece54b72e8ef37af579fca9ca68bbee14[Lp9|fshx b,SȂV> 9Z"؟ˍ( e&1RǦůN,"'h+3@^DenW}P\E `{ꉰ Nq(:AV*v-W؃ 뀙SPon;޲odD3jD~,XcjI\OүHq^ϒx?Ĥ©K,Kc*šhG՚w ˮłSX2^ڒN3sTVAp;4?$d%) . Fx| ?EP    S d6Xx(8 9 : FGHI<XLYT\h]^tbcdef l"u8vtz Cruby2.5-rubygem-diff-lcs-testsuite1.31.30Test suite for diff-lcsTest::Unit or RSpec files, useful for developers.[AxinomavroDSUSE Linux Enterprise 15SUSE LLC MIT and Artistic-2.0 and GPL-2.0https://www.suse.com/Development/Languages/Rubyhttps://github.com/halostatue/diff-lcslinuxppc64le}@\g:;E8A큤A큤[:[:[:[:[:[:[:[:[:[:[:[:[:[:[:3df51f30bb1290f8ecb626bc2603bec46ff769db91bf25cb64a4706c4e9bdbdf958f51f479c8c06b07e2e99f231473e283e1fb9d3a1ed132626d790974c5f04bf85ff26cceeea3a26143a72893291223406b283b606dbf3e0b645da5913efdee1d9159a7b957e150f8d8b9d784c6878aad24c9238c5e1141d2b5b4c640e158e5a9ae9ea7ee482797bb32ebf51085d83a97f7b99ec2ef054f06347be3474a255918a1ea35860d75580d716dd54caa87160023fbdfc07aa6c2a53985e1325e4c1d6b0c4e7a627428e7fb1b83d5c7769faa9ad15a9c7c57cba4bc26e59ba11fe66ba84460f686d68debb4fd222a4db71a4483cdb2ee760d27c26bd53c4759985110a369476ef83d44c477c00f36df869a8202dacb5f848e4aa2b12be481bb4b1cd42f8bb1596f6295da06d15cd4085859a59c4fa9af84c3086d9613d7bf335f5272030988d857b2ab9879aa59d83c7bdcbefc9255f52f3892bbb04b46ddc3f48885f1b83e347119055360a5b904530eba3248fe06fe04b1106bace59e376a29b59593e464bf07a1434decb230c4b504f0351ed9438ff6c7e61b046ee5c5c86263f6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-diff-lcs-1.3-1.30.src.rpmruby2.5-rubygem-diff-lcs-testsuiteruby2.5-rubygem-diff-lcs-testsuite(ppc-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 packagexinomavro 1527288897 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-lcscpioxz5ppc64le-suse-linuxdirectoryRuby script, ASCII textASCII textRuby script, UTF-8 Unicode text3hl."PrCc utf-8558fcdbb7e55ece83e790b32e6db9525036a66bb9a606e078707de515076f223?P7zXZ !t//^] crt:bLL $L1Jr2aT.Vӥ325հI6ɜnTP"zubȅ́+Igo g_}-kHvv[^O6y{*to09Ke[eG%Fq'YTdžAh&WO8aOO摉\hMky_T`6nsպP Yȵ.*}6;Dԇriu#5/}sBAIȪMYl|pP;0}+yD㟍M+`E#:c5OB;2iʂ3BJ~ &%jCYtO"ӶLhLu&AEMJnAp:AFh1ʑ1Ynd (RuWhm!v5Q:ƣTm>K1HoJ/L'ptc-fqrԯM;bm7$gF#t0]ZBiJUG#=^\ ..<X6fވ֫C_2Q )WE+Qm,&̗a7.&"AYG&WyT^̂,9QШ[WT⊿2W_4k'}1՝JB/t}Myݺ%Qmt6)'OXxQL *e$#;!=xlXI/]~lϾE-e`?N@p:ƿ2M>CQ]7}n)iFQ$lhnAelDBߜmcK:-a]q'l!+=gŰMl\ B1uW= *nh9ch ZUӯPtRb8@tBq#otds;&0"Fw4B٬awMžk7@@3F^t5~]Eоٸ.h>U+[Z~쾀ߪxV&zFYYy t>yiv1LpRpɚɰl{K/MlP"yaaX\ Rd@?nFHbSRjqcV{~\ngf⹁2Y|h Rzyl[2>C`K]ͿDvY絉z!Grp@\H FM| < *7z_&)rR2L{S K3/!Q4acs>!uNbA 6yEN׏A87B'.X@Pn2,0IQ L)jW b-e#WvR-8emaf.F53ZJ=pnv[`HQו"c)ofl# P܊Aˌj<[ a論·dg ;K8HmC[/Lh=ldt48-iWPߌ=zq(ʗr _PY2e 5^8]*S!urS+T.ЏMIhd.+G[K!so6(s:ơnbfxo#A"eR:ࣰ6U49)86d}/%JjGj\EQu7͋y[#-\Fʢ/Cx딍]y骓uUuҿcaUZƯP.XpP8%]( /aaeWsbih|6+ !UڰO* bbXэjі*%Vys`;#Et}Et_:R&%OOO(F*N((9xxg>A;YM]:NX8& z֏hq 1Ex'-q%7MN۴kvlN8r\OuJ/;62Q A+l]VirE$5CWuc֐DtuBzeǾ'׆mYpm(=\ a@tZ"߃ꘞwXpBܦ-w~AuXƧL M0:Gb[т@a]_sr' e|J'it.'K 6U4jIf4ði#bCo}miHjT)s%K%{ "utZ:-ͣO=^_Cl سY*e@Lى,.TvԵ%5'TPrF07̣\r>k6F{Wҹ &0ͷ+s ZmWO=0;g6JeH93~hޯdAt0mm^9DiRKo8AP#/\_%'Uz6ϰ4 ;.PN2Uw:.MkOЏ#g-PRLs.la‘AFu=rݐbC$3_mk%{p F7w`ch?ߎEW}33s'?9wʝDW{GK(11LY)kn:<ngky "i .gGo8c7/۹ʼ]eܢ=>?<'0*?I+ԿF{.!Ǒu#fX* Nؓ12}~Uv4UT}^M[_e@th+̆v|d*/2r)D[ ؐSY>P!*osÃqi>,]WrxPB\FN$螬 /XWBgw]jqA͋ƾ`RKFq\ob\̶^j:]ʩ}/|eRl7~|Nui2N~-G_YbhgW鞬mhuS+œe>dO*j%l[ =ʀPbϮs;W@$î#:R\YMQ  Tx-Ƽ2 ?N\0, p-gAk T|4hc&!b_%)S-i u2y[@ #>QMg#Ba -P1u%y\-˃HI6'>mmeYzՃ [Q$k>9A2mxVhk[z+q$yH2g[ӧ*,FYmꀘ>?A僙Њl8Ok3,{.A̠kwdhùUb@+0vMx 2j= GBNqM"Hd)8rVbDcT`dB n\넞v#K4>6*̽qCg tB͒{<3Dv wfi]o>/EuS4- FHdG"E1Qg`6)c?Lxa[F=ȴؖson% z:O^F v]b71kBjkm2d@{p=#č9|1iI_[ D*JpQsEy'C|%iM~^RL.VMsQ|'q*jn *{{bE&f2b2QR(, ؆vݗ]PRr^ q/w}G( 7Z5_eev83^T!ǕVAGg`6,#kۖ9 k%+5QϟkG IW`2 [QOz|\3=*sip6SLʎ|I'iX EXVq% J;5sa%}2/Pr i~8_5dK̰Z(t!>TWmN<'r~]&uo/珖ﵘ} #|+.3yG UQgb7B mHA>9w2m-ʮq r8.BR]s.K]SR[rp 8nKv̟xzJ[W2ї$Hq3yl k f̜df$\kj DIZ' & Go4ښHA!^_KW^H夺Dz+ȶl9M=+CTe鰜3 I^0*$V;&񵁤1t97 EM2ʃLeK(إd Y(/h^'}'cLH[,ޕӘ0l` "CQ`?llihgs--bJ?ߙV01aGX[vza{.`] šgj쭗 l P1p*mn4CYpH` )K!ݭV36H@k<Ԟ >VSI; $cqce ..md~$Sи:_e:G\;kZ:T<|0e|T7t@Ave1aɶ YZ