ruby2.5-rubygem-diff-lcs-testsuite-1.3-lp151.2.1 >  A [/=„S@OUnʒ]egx,h tD# D B)==I$}UdExxu\q=9F;AZ-72a#C Ů,}SoEZF uPoih_c uԦ> Q?;*$~x~ϩmzF`8b7R%'UniHw+J),r_[e6SH~hIcjDWQ1Pc79e13ea6e5db1dddda1555aadd640e5555754e7d7cfbcd9fce2ec40c34bdd059695f0ea421f43df71bb289cdab765f2ed732b0a4[/=„e;ko]qS\8„0f`G4dy'92U%C 3Eesژ5\_?Mt{4DF5)ˀf|^Z,yX}[d#jQz/'骈/EXi՛9}WLDUOm!)rv"3fFܽgu0ڴO `t5O#Rg6.J#WdgoW?V />y( J8~T0>p;0? d%) 3 K )/8t    ; LHh(8 9 : FGHI(X8Y@\\]^hbcdeflu4vpzCruby2.5-rubygem-diff-lcs-testsuite1.3lp151.2.1Test suite for diff-lcsTest::Unit or RSpec files, useful for developers.[lamb56DopenSUSE Leap 15.1openSUSEMIT and Artistic-2.0 and GPL-2.0https://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/halostatue/diff-lcslinuxx86_64}@\g:;E8A큤A큤[[[[[[[[[[[[[[[3df51f30bb1290f8ecb626bc2603bec46ff769db91bf25cb64a4706c4e9bdbdf958f51f479c8c06b07e2e99f231473e283e1fb9d3a1ed132626d790974c5f04bf85ff26cceeea3a26143a72893291223406b283b606dbf3e0b645da5913efdee1d9159a7b957e150f8d8b9d784c6878aad24c9238c5e1141d2b5b4c640e158e5a9ae9ea7ee482797bb32ebf51085d83a97f7b99ec2ef054f06347be3474a255918a1ea35860d75580d716dd54caa87160023fbdfc07aa6c2a53985e1325e4c1d6b0c4e7a627428e7fb1b83d5c7769faa9ad15a9c7c57cba4bc26e59ba11fe66ba84460f686d68debb4fd222a4db71a4483cdb2ee760d27c26bd53c4759985110a369476ef83d44c477c00f36df869a8202dacb5f848e4aa2b12be481bb4b1cd42f8bb1596f6295da06d15cd4085859a59c4fa9af84c3086d9613d7bf335f5272030988d857b2ab9879aa59d83c7bdcbefc9255f52f3892bbb04b46ddc3f48885f1b83e347119055360a5b904530eba3248fe06fe04b1106bace59e376a29b59593e464bf07a1434decb230c4b504f0351ed9438ff6c7e61b046ee5c5c86263f6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-diff-lcs-1.3-lp151.2.1.src.rpmruby2.5-rubygem-diff-lcs-testsuiteruby2.5-rubygem-diff-lcs-testsuite(x86-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 packagelamb56 1528399789 1.3-lp151.2.11.3-lp151.2.1specchange_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.opensuse.org/openSUSE:Leap:15.1/standard/8c2a2b9b6acf0468095f4bb4c7624fd4-rubygem-diff-lcscpioxz5x86_64-suse-linuxdirectoryRuby script, ASCII textASCII textRuby script, UTF-8 Unicode text*`1[%|c&utf-8037bd9ea570c8c748d97b1dfca02b9417aa9ece81a6d5413729da071aca331c2?P7zXZ !t//\] crt:bLL |9]񯔠'CAEp-RO1 W0vVnxX*fl;WLoj6L-ĹKͨ#foj+wm'3croM rmLPa'9d+;燖p)ЫeǮf4@iPG 0+x'Z{lz "TjS#nl 9#" ̩\τrݗ}L ^J8gOF 'I9qϵ/75E^tŜmm@;@E#&N|qS|] ԼzNձźlZ>/֢ɦu8-MJIb 8כ'A^PM-iXݐ7X hu RQq CC^esjT+qI\xk*` u&!x@pMM}2J6 ]FEuhzc Kl,E>z.̀F7HKb|x\>9W?j"fq^3]14\bs Y<gɀi~]08Cjz q>_4ePT⎝y?rWC*r]=Pt$kR#$m<_;] {Ɋ1=,*i)^MgO2qPO šy6FBk/^T,9=DC2ơej8ԓl<4%e?" `G2Տg$Xij#-Kr~N%s؎{pHCr]} 9^1 #L(1B&3RCI˓75V>d& פ`D"gF1i:01*cEð&ޘ98{ocنFvmfܭ ʼHQ2FVU֘A}#lh(S0 #,KdU#LrC U$x<7ѿ]NOhDF1ЅǑĞڣk46Ϛ:Ƨ䐭x^yL7?ݒ5jPJIE Zӧ^xKsnq ?0홺bML:1XH)eIhAǠKʶwѳx%Qcc,ԓ6^M-iS~-TY dԅ.^#L6bGUw@i6qWͬW%pArc$X)@1>y ܦ:{ 0f>f~k J:꟯W 60)B<{+kL)1KzwS\ө~Lcu2 K3+ 3gȔ?y=i3?^iMea{ 7w%S% ȍKC @mC%ΑJ,ĆНULyP*jZ,#hGOuaSgڜxi|C1Pgpm"xVNwihj&٥硪5'72,Rbiro[/If=[Fi2n"{w$Џ W8]A1*L3b>|2P?te_~Rѿlxssѿ Otp,4w8\C NMfHδ[j(^Zpr7B|! ge_}jI^3-)cjO :3R<а(idEC(Xh$8M V4eY$,Bk28xXUٽ !5ĸ$L1^N:/jK)05wܟҢ2I0TPP(y?g&Hs1_O{@Y+_U gb)$?ogxA\8fm-(ҟoKQ.!f-LrbX!){>d uuq%R'0ZUgC<F2> Jc Ƒy+oMbwh(q30u8c|ϻ 8ᒬ~:=1$2 01"N \;Kbd 4:~RnQ-zd1W:DuBM"(8R6e!̪2(qϙveP٨V* ),3K4{XcIiK5PĜIqII̝u U3VcV:AmlQ;q=]>@)wxԑ _U>cFٽPR6R:QQJ #]^Y&rIb tCׁڄKgl" plWr *W$dnfd]~f[OB>N1 Q4]" 2IEz7?/vmlloUTP-.=g#%t$JEhx鍷 kΏ@S*v Y|~TzS5,|C8@FdGEf>޴!e;kZ#@YF4ƙc|;Jwɻ'- R)|18:r@P!y-РޜɧvEq`.c80ձcROᜁS䆾:伖iϓ|E٬.= 7 b22g" FCwk"ң(_e!lRpcP?1|Gpr '׺hWcvUę^eeQsFZF7͚ݍÚFU}"U?&r*pN xA {9FsJg23_as?ɟT6ܗ>lSuIbnjH{3UϺ#0+v$i!+p)u7lO ߡ7h(D8Ld/Mү5oPtW|-(Pt'u|ylԂ6Km2o?H;#ҭ?SH"5쿴8uφAPd0닮z+Z܇WzH5QvȷP,ӂGuܫۛKqR[|`gOh~j>IeMB[-)Sk{n^mQ/!#jgڊ?7W'`)v.6ߞ oX|vJZZsuW+3OT6'H"jC w)4EI(䕖P>NJm xPdDHN1!=-U+r)L*ĕ!"?0C_CBpLkgbtp,lӐpUH}nxʛfv ӟd&M6E|\ Ay9 O|aR;ws6Ms])zH|.P}lZ 1`cV?K4QWDXmy9 kX95I4FN z':6CTwnșs~M^Irfte4A$fNZ%, VT}۽Ny8$פhEyT }[eFwW,ђ747"naWH`- >4`-E\Mz *i\?LZl{wsw'')w78:@1zBnkn:\r'<) ZPUZQ3;uѿS̷ ^GӋi?QLa=)&g>xډYVHx#0LH!"m!VNMyݰźW|윣W☗:h!xΤAvۭq$<,ϥ+MjFSBSA|8-`vbBkobB lqd' c2BW*" /űOvQk~%k4sI-A7'|]Y;kD\d^ |xcV 'o!|Ȉ1+csP:|B0gY+~du8U:tQqf-D>lQb*{g15N7VgOcK^.`⽳k:g?5 ^Z'x)mM9BŞ襉P4q2?>6#¢@/;pP=-h$妓ic;}E@}tlLIi ^M!};%S`ВGv-(XkΈLUkG$KJb8d^R_b!fyۡX)IhH7SOVaJ=a8R3ӴКO4&yKA- I~7R㈥N 9?#a+m0E K*;Olm[:nv%J~\479r@-ZO@-5.YϙȯlәVꨤU#,:;_Uswe?f{{x):4Y&N>UП6Pk#W-1OaъQ}p֫ h!D\ve: ߒgÿ p` kGM='Jb:;ɗcO[p!@QcY,m'b I\A x!WJ9.t<!rPxF"p^ :}W-r1=mLP+qtiEfFnN&*)Ӎy=fD¡%g J;)˥׷sM F LQ&p'~Yן}% ֻV7ޓ,l`CRw[Yg%{yiFf'PR4S]C|Rb<쬻ENk~|e+򽄦[0I C 6+3 )41`[R!P5:磢rYl|@ĉ|tɮ´E7W٨)bم0 ÇKx2f* l 3[0wZ>ߟA?b 6tИuߚYûJ&. sV(+4R Q" Fؘ'IA"_= 'Q1wd@ML~z;lСȃ[Ia$cuw̔ow<>V)%eH^'3Ey7aV8|˗*MEWP \ X"_6,ֻfdd #<{-}vaڢ7˹( bR!A"1F[ n 27 H9PZExϵuw] ɪIm, ۚ;?CP( h7izBm|P$4n`ȡ8{݁C]Yͳ GȲ7UhqVK6#]_P64-T`#h*^яۉcݕ<=O^EcOI k%Ou1i$0r\,vy6I5C۽M\qJL٧lR[!vο+C_A>7a41s YZ