ruby2.5-rubygem-sqlite3-testsuite-1.3.9-3.3.1 4>$  Ap^p9|&HeD}b8ksu%BL߈xՈR[mp<{p>xObl .>!63Rp|^T0 5Hn ]2^`1G 9oxWTR vHJ{voi/қոDPpRr3i3M>YjiF= aG԰gm]+\rH"  0Q=!K{ŏce527729148103a0c9040b4b75bb3c0000693f7a66f6887783bc6ea6d6d829a3bc1d1d0ef691e3fce9fe735c8e53ed3726c0da65C܉^p9|`udu/"@L8\j@DJ AA5"A_&,PwOA>2"#x:!Ze;Awiu`+-k L4Dl/mh#ե oWbA\@0cqm+5>p;?d$* 0 G| 28@      0tDg(8 9 : T FGHI$X8Y@\X]^bXcdefluvz.@DJCruby2.5-rubygem-sqlite3-testsuite1.3.93.3.1Test suite for sqlite3Test::Unit or RSpec files, useful for developers.^sheep64SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Rubyhttps://github.com/sparklemotion/sqlite3-rubylinuxx86_64MF'1u<!A큤^^^^^^^^^^^^^^^^^2dc3af691559a6588cba7c1762df46d4ac81da332313710d98e18417bd74da68c8f154d6a8e3d04bb0445164eabab707bc137968ee328d19a098efb10e1b2c324af62b233064b251b33bc341ef570f8d14c49376f5fdd698b2383d80421d29bb00984825a88f2121c9e63dca7d705ef8b7623baa18a73cdecad05ad4255b8a6ea93e40c15d04e51bc5603392b0b6a0e024ce711c11a6fa621de9bb05791730daaa7d7108858629d498f938512f719a13842a7a3deaaea7534a8e492f2ac8121537ebe2b9ea4a4eb6924430155124e747379818e0d91bb6e63559b79fc44e1f7e25e5d9e9cc8b4851ca9e6eb49c65eb2575e2b0c52fdd73d5d8ed93fdd13ee714a74e2deab9de4422623bcf6cf9a6cbfc36775319d9a72a960c74c468d19de342826e420346cb24f909024f3d77d83156468259f2c3048156e01d01685d49ac0d5e3c28eb442b99d3c64e0cf3ec2e9a437ab05ea020e875d601a0d668f11eadf537e5ff1f3a368ca1d949917203c148b7bcf6eb781cc860e75f674fe4b7bc7ebadc844c69b91b8bee7b272dd58c94b0ccec69df4ba6c059a8fe9aeb7012389a077d647fcbc276d05aa21e4d7af93d5630a8c91b103f358716277b4b2f8900fabf98503294f011493834cf72a4de889f27e3d4421768032274b00a33958888be04fe06a46b19de22243760437db657d9c984f0cec78a780aa1f5bae0e7328091c8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-sqlite3-1.3.9-3.3.1.src.rpmruby2.5-rubygem-sqlite3-testsuiteruby2.5-rubygem-sqlite3-testsuite(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:sqlite3)3.0.4-14.6.0-14.0-15.2-11.3.94.14.1TT@TAT=@S$@R@Ry@RC@P@O[@O}@tboerger@suse.comcoolo@suse.comadrian@suse.decoolo@suse.comcfarrell@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- Removed rpmlinrc file because the warnings have been solved- adding rpmlintrc as source- adapt to new rubygem packaging style- updated to version 1.3.9 * Bugfixes: * Reset exception message. Closes #80 * Reduce warnings due unused pointers. Closes #89 * Add BSD-3 license reference to gemspec. Refs #99 and #106- license update: BSD-3-Clause See LICENSE in data/- use new macros- updated to version 1.3.8 * Enhancements: * Windows: build against SQLite 3.7.17 * Bugfixes: * Reset exception message. Closes #80 * Correctly convert BLOB values to Ruby. Closes #65 * Add MIT license reference to gemspec. Closes #99 * Remove unused pointer. Closes #89 * Internal: * Backport improvements in cross compilation for Windows * Use of Minitest for internal tests * Use Gemfile (generated by Hoe) to deal with dependencies * Cleanup Travis CI- updated to version 1.3.7 * Bugfixes * Closing a bad statement twice will not segv. * Internal * Unset environment variables that could affect cross compilation.- update to 1.3.6 * Enhancements * Windows: build against SQLite 3.7.11 * Added SQLite3::ResultSet#each_hash for fetching each row as a hash. * Added SQLite3::ResultSet#next_hash for fetching one row as a hash. * Bugfixes * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63 * Protect parameters to custom functions from being garbage collected too soon. Fixes #60. Thanks hirataya! * Fix backwards compatibility with 1.2.5 with bind vars and `query` method. Fixes #35. * Fix double definition error caused by defining sqlite3_int64/uint64. * Fix suspicious version regexp. * Deprecations * ArrayWithTypesAndFields#types is deprecated and the class will be removed in version 2.0.0. Please use the `types` method on the ResultSet class that created this object. * ArrayWithTypesAndFields#fields is deprecated and the class will be removed in version 2.0.0. Please use the `columns` method on the ResultSet class that created this object. * The ArrayWithTypesAndFields class will be removed in 2.0.0 * The ArrayWithTypes class will be removed in 2.0.0 * HashWithTypesAndFields#types is deprecated and the class will be removed in version 2.0.0. Please use the `types` method on the ResultSet class that created this object. * HashWithTypesAndFields#fields is deprecated and the class will be removed in version 2.0.0. Please use the `columns` method on the ResultSet class- update to 1.3.5 * Enhancements * Windows: build against SQLite 3.7.9 * Static: enable SQLITE_ENABLE_COLUMN_METADATA * Added Statement#clear_bindings! to set bindings back to nil * Bugfixes * Fixed a segv on Database.new. Fixes #34 (thanks nobu!) * Database error is not reset, so don't check it in Statement#reset! * Remove conditional around Bignum statement bindings. Fixes #52. Fixes #56. Thank you Evgeny Myasishchev. * Internal * Use proper endianness when testing database connection with UTF-16. Fixes #40. Fixes #51 * Use -fPIC for static compilation when host is x86_64.sheep64 1589240347 1.3.9-3.3.11.3.9-3.3.1testhelper.rbtest_backup.rbtest_collation.rbtest_database.rbtest_database_readonly.rbtest_deprecated.rbtest_encoding.rbtest_integration.rbtest_integration_open_close.rbtest_integration_pending.rbtest_integration_resultset.rbtest_integration_statement.rbtest_result_set.rbtest_sqlite3.rbtest_statement.rbtest_statement_execute.rb/usr/lib64/ruby/gems/2.5.0/gems/sqlite3-1.3.9//usr/lib64/ruby/gems/2.5.0/gems/sqlite3-1.3.9/test/-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:Maintenance:14964/SUSE_SLE-15-SP1_Update/4991ca18255f37b168e2ea8283232840-rubygem-sqlite3.SUSE_SLE-15-SP1_Updatecpioxz5x86_64-suse-linuxdirectoryRuby script, ASCII textRuby script, UTF-8 Unicode textkkO*% utf-862e5950a89fe1a7bcf2b0a9b65201c3f0b92f008c17ea44ff534967fb4f82fec?P7zXZ !t/%"] crt:bLL }dA4ЗW{'X|f:wgLL' |Z+,.ae{$9P.)7䶟LZ!AƎnI@*ƁLBz6YM^Jz١:UA t iϤ%kL`72âI7(īdzbg{BMmu&ոzȍc†hd r D堏l~pLT쮖܋BU|z "ӁNWkxvqֳ0F*s8RǣImut"DB2'?h% s=fg-l.n`tKRy.*>vsLM Vf,RB/xb -Ku }>{bWLlCsHGVa\cHsI!,DpEc8әt}YT*v/*\>HV+Y_91,Iy- >/t"Ӷ`U$0iJ|T2{9pg)Ɓam~htͲs<^GPj\xkJolYjm.ŕNN 'Ψ!#KMʼnvM14 =T@!lKiGRv}5Yn &c2^ם͡ C%sZSo +5Bcg'VG}`e)' :C׼(S2(;38G8U(cLRrc3*&{6^D#o귤 |ܫX!PqqLd M`V/c4R[LEۆ2 ]-^!O 4̚Fk[hwb*҂2PG`cLwG\Dx R*2CMV̷(8jnp-Ks~$[r WBٱ:u gCۄÐwXU)& YQgEͯ/:E98%w xLV[v LjpBuRbgxqf _Pپooy6}8F| K_5bj_}Sj%ob׹\Z-cڙ5ҿL0sQųg30ȓ]l#P.NB f?\Ѕ10װDcL,|Dž/ul)&c;#A@ɦ vԕ$S*袹J i~+${3oDy[< 8Mʎ{7^6& |$ <2DvoƺY.r3 9IK+IlϟWh'~D]Ge6Òca7eqt*n%爽11: O,{<;[}vņY)Pd8='hR褘܃;&d(٫yo4 CHP)6IN# B;}XVV7?oݴ32N 4sN JY)$ox ? &h  @/q s¥0)-oPt[*\gz#W )LpYFZi`#wDAֻp}F*س,jvx,^%j⹖uZ8$͘)Wꌸy 7z>tsNhee\7R1f|eà|Ogގ{kJC 9Һٓ'DɦUJ>PZX'`CN >E`ޘ𫶪ܙRxN~i7XvƎ֗?;VLj#ɫV~,< D^ʺP4ovr4O,UK *<qؐwv]?*(Pr^lQ?UzyT$yqI;j@` }uTJw"BVP**YZPfN99&1ЀAh vY k9~0g%t^XqHK7<0:v(i})9QC*+e-F[d'LMȣ[?=fo<"']DK1_*z.[O8Jg,ja&=?6 Y:[N.;ZޗEGxm'[uzEt~^Uxph-rm j'0E=9.љzER\nбRa,)Rc*񄜰8o*`j^WǷ Iyγ۩(J|ن$;Ʈ2hK5Ėz+s E /DxP^b߸oW!3#͆fvms ,gg3y1Op ^!egcǿ|9UVQy$7ep|lϯ7.o4ӖWYC/&Zi :f3UԚx'>Ք=J X]S5s/t>@Qb{oq 1\kIx C>.]"-gOraq̔`eON ]T'YP?@Ғޕ$hs Bfx7tR~K4H`]w,r.SS̨.h"Oi?1ջ $@`;& gGI)p^C XIm iA*|\>y2~=~,Ubns`}nԺĶIJ qi$XCɉUjarƀGL?kX+Mz1v8,'KR=!`Cg!S-sƿF~cL;ꑤ$cqU2U_?|TgGJEoȉW-/^o:w8:0c$K>.8*˾VCE;'ښm$S^\{t$xAF$%&"G{ύ Ikz_w )֝ 'C=*^!^Qb!tʈB@o CJg81' I–8V\eɌ%X⠚\ut]{ K`ڻOU|4+:qGAΪn%3 5_:7ͨB^֟L Fw^#CfWl21E*[C+#ͱOus?);PC(,@C3ϣyٗEB2U\iBKGO,\g |4ʇuMJ ݿ-4"5G#bI}ݝP*<0LJbhѨ;,(9u3;Fk~чU w0ثըw&ѥT `قr0,ŎOaLeiDk`eolsvX s0*C5!q8; :{"`A@%_3|"cC]g;J{pMV)j?"OI.OGa@nfI)Prjq$+W߹COrT'&_dyoʽ[XuTaC_ijF<+ 5DIjl]M֏pa<3ev ^ BsCR%_V/hѤ]|\ 銬8`F–fQqh_np;P\N0ZjTS'#{s'Jm.ov&}b.;/U|'q$ ϐ2!Z NVSùa֤ ~\mvf)!ܪwًBڷ?\]C ɄUP;~ Qb+XT:v&340W@9Py<~Y#g;fv~á7 L4 sR  øb,h} r ܵ`">idX.Tu/Ow9U֑ͼA!hf]6ufh۬OJ+|5ʃN?; on pL+2E2i͞ \qw0D0½RĴ#i_lr 0݋d$Μ`;Q̳[BX>Kd'*:OƔ)>E6T;:~:TZ iW=ys)b2p| X\D YnZAV7(O#eIqB5ig7ׄVY%CCb6= 2({<.u(hƌZ缭?q^)m kywڢVup sdxHb\J'VE-sʀ,MY dQACoy)x𷪪l?7\ 찊#SO8p^Z ?#;eKOi9#s_VXhA2aWM:e4w3Cz|U)ԇ~MEe~k xLZ*8e E[֐aH؆%B,=+_#VfSN( ݈Oƻa ".[5=<~GoH{,PgZ)41i!ĕĽstnq$C =b&J;tE^ U] ur CWM,p[1`;xgI]Unam/"j5Ȯ$VPֳ5=w{^Y=pK␫@z xQ|CxĶLT̐)DFd; -|rr/u 2S +~oHEGH66yM JfT7' VXO^hďj:XvZO*C Mf1P-)G{l>QX\zXsW2f"e5y4oI'G`a+_$БZpDPIuTvO5FVIJ>6(cd"F1~zsVV:$#|" ^3rxYJS$<1Ά8!KP4n$som'KMm G0!ڨ8To !nXjܟQTաCU({~Jb'ĘwU{ [Y2F&/{-`0$߳h&NcokOnږ-m~Tԉ (cc)(aľVOD̬>z˥Mյh(|In:a8dƬuIY iÔ9+O8Z@>27NDQcp>B`_2 v>DP   <; ~I))vx,ےWp䯽ҁZzY쨋A $ꙭcR n>B'E7tJw YZ