ruby2.5-rubygem-sqlite3-testsuite-1.3.9-3.3.1 4>$  Ap^p9|dL" (0e*Rg;!tØ邐A/oD&9hw}I㋶'@0첇ys8dtAص$PCKuhdQ!2GZ f8">K<=lٹT˱l})sT'?< 0>H'{N]0}&|,?Y }2aYd c#zHpvS/y}ada52f7aa7c00f85a774228a0b37a0d587320bb580ed2e29fdaa4306c2087348ff255f82ca3d574400d58bf6129954f0d01d00c0C^p9|g^R4dc-Y_s4|kos5fMOjmm|!#" kGgs:1nH4!괴HN. l&r1Gq㫊KB JLJ&_ktA_r\ EeP|Y{P,d{O\r֥1zDSDC;am@x/Q#@)/@6#%䵞, 6gF LD>p;?d$* 0 G| 6<D    ! 4x"Ho(8 9 : \ FGHI,X@YH\`]^b`c defluvz6HLRCruby2.5-rubygem-sqlite3-testsuite1.3.93.3.1Test suite for sqlite3Test::Unit or RSpec files, useful for developers.^Libs-arm-2SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Rubyhttps://github.com/sparklemotion/sqlite3-rubylinuxaarch64MF'1u<!A큤^;^;^;^;^;^;^;^;^;^;^;^;^;^;^;^;^;2dc3af691559a6588cba7c1762df46d4ac81da332313710d98e18417bd74da68c8f154d6a8e3d04bb0445164eabab707bc137968ee328d19a098efb10e1b2c324af62b233064b251b33bc341ef570f8d14c49376f5fdd698b2383d80421d29bb00984825a88f2121c9e63dca7d705ef8b7623baa18a73cdecad05ad4255b8a6ea93e40c15d04e51bc5603392b0b6a0e024ce711c11a6fa621de9bb05791730daaa7d7108858629d498f938512f719a13842a7a3deaaea7534a8e492f2ac8121537ebe2b9ea4a4eb6924430155124e747379818e0d91bb6e63559b79fc44e1f7e25e5d9e9cc8b4851ca9e6eb49c65eb2575e2b0c52fdd73d5d8ed93fdd13ee714a74e2deab9de4422623bcf6cf9a6cbfc36775319d9a72a960c74c468d19de342826e420346cb24f909024f3d77d83156468259f2c3048156e01d01685d49ac0d5e3c28eb442b99d3c64e0cf3ec2e9a437ab05ea020e875d601a0d668f11eadf537e5ff1f3a368ca1d949917203c148b7bcf6eb781cc860e75f674fe4b7bc7ebadc844c69b91b8bee7b272dd58c94b0ccec69df4ba6c059a8fe9aeb7012389a077d647fcbc276d05aa21e4d7af93d5630a8c91b103f358716277b4b2f8900fabf98503294f011493834cf72a4de889f27e3d4421768032274b00a33958888be04fe06a46b19de22243760437db657d9c984f0cec78a780aa1f5bae0e7328091c8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-sqlite3-1.3.9-3.3.1.src.rpmruby2.5-rubygem-sqlite3-testsuiteruby2.5-rubygem-sqlite3-testsuite(aarch-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.ibs-arm-2 1589240396 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_Updatecpioxz5aarch64-suse-linuxdirectoryRuby script, ASCII textRuby script, UTF-8 Unicode textfת}992C^-Qb{`@CQU\` \pOux_sK> J6N 0nc}kŮT4KN_Ƞ+ۖkx.*]|?x{sw), ͲNh`b 퐭 q׵]$n 4w2Z1*Ö@fEHsi㇃)YʍI-6A2xܙ:MjC<ߗNA OGk@h{{;*`p/q: `Z; EJɑrigR[5>=bnQ+#c"fXv;t0dY+@pԔ{2 WJj " =Yy$W ,ӸU$OS9 DH:eKCf4y׾tKc&1$p Y%t(gaͨ,qے([|+."w2V}Euk`6ӃP( '4KbOq3|PQFF=Ωgv-_@3MoMeɵ eΰ憡v_ t^O̓tsI-\R@ ||ASyFoTVs@Q<x2蝧;-SkZmyM^!cFWRz4$5jN\zG,~aLVFDL㈜ζq>2ZZlTAp~ jw:5;am% 56J٢% |Fawۗm~cTcgfP ܷ)[4b.oL'J9(Ɏ阽:mQWF Q%x^Q>4S݌%ӳB\^$n7CChoq΂7'&zdY+WLOjzxKTY:%DI # v!4 I;UyL7Š,Sa+Z|7Kv\z2NjW5#蕬$q_9&$l%_x003Dٷ5P5 {97Q ۀDBȻlYƋa`> ,}H{_aQ3 *ȹ&#N*kG|"W-3Q33~5\k{4q[oo[: /; Mk)s"՚q81='M)Oz^2u r2.re EL"$: ?Vγm"` Gl/ j)󈱼hX3*ydr^(zͽ 'Y}vZdB!ĸqAHR:3[<!~<OGg[Tȶ,QrQ1-~wy'm su5fp-;AT{E';BVR}bTh$X\Oz|:;uc'{^ٲ~uZof6gn2)3݉k3+n})cs:K4.3OLs jrz/SEq 3;˷=)!1ok %SPܠUhX5c-;O]}voHᇅ]/ ϔQn=6\ Y8VzD)O4RTY埶 RMkϻ%s3}3AI:<5A ɱJ$= k>t>gPфuBY MꈽtҡHVCHsKQ~QjHM*I.fb `R_̌pG1,8-PR#Ǥw9aAAxRm}Ɗ$f5#%PN,7ٍ }6L ,3Wty.R8(TJÉEG j\8{{1&j]V}n՝5t-H'Wwplu%%^ fDGa^ "`$-_3Jl08h$$& (3q7RPUQ`՜Hb|"$P>뜶N:YJ8a5Db40nǁ h'#w3[fF6h1V6?+:ب{{4jRuxj$-h=<Tsޮd |_&F0v3KŴBx#uSZgS*'qY(، RהZrvثNKuâ-E3sqBSک JK3v|ۧUpB~ N^pV(@DfaI&3| 86/ٔS)O>xPP=+P][KQ4;q\$l2{a 6}Ŕ60ӜZ~`JIn 0*wp߆(sY c5$:.=/Ga[a^N@sO>2"edU24oH]~X,Шc͂JIjI1==}Lr88s4h rt= ΏjtB[.tet\g zDﳸ,7-mIP[k%I cyP4 mAGz:j,k;8b\SջC,FD#3+>Y[^Ow@ 1Td|,^@ڌ>t\XnlO{tqxδEaDyCHV\Y!ln虰tqIrhzd0,,,sQFڋKܩvE@YO]!c%u `7CӼtsrj ?u^UMɤvDx8=j|V=RbN)˥H5f6&XtOIvF\umd+?u'I ?Z]{cypaСQC4]Lx|\FTmӟW^M R?dA挤ˢfqlg6: :C 3:xUVc?1V%Qz6\ܮ r26BAUtV\0ToGc2p"ʇtF3t0&HLYBp vj*Mh)Gcv0_2 5 ̳c:)n 5_6mXAofRɢk| HuYE [eE?˯}/tMKa߽EЋf<𺖆&BP%P$NBBiZXNG"ϸqK^UoG]#gR@2?AǮ`C*,Gw -)a⪊+sNs<H04ZЦo`HfelF!,7B$υ)[ulV rz# #P/֏Ddo)S/kW8)OsOZ~TFNβ::R/{^& )0ݻ^J v-3m5TTp%uDWMA]BI>k#ixQ6썱]Ċ @J:[jW2E񭜀˥edԗQ/a~!쩘6?g% { e_|^Ap8Cr4*6>P9EbPDX2uBsm|+:/p-n&-7ƄG;%ZOn BzGUB]8c/آ Qcx=AcƗQ( D&䱛0ڴZNNm?]൩suy awywJ6k5Rmo ifmPy0&"LIXr]橱nܭǮiC\$*Nr9xb( 66(F.m$Qk_:M=Z\ TeƹDrML \dK3ri;XNؐ,du4WuEM4 zg٘Z/d}>A$}O5A =c06UlbT_%|BSA*溗Nي*r&vLjyWN 0r8>"^ '#!nЏь'wF8tX@'uE{)3s鴜b2zQh]~@~̞u1"={g#:i^;t xy`E3ş+k-dҢ[dG'U4rk:)W=Q"Oui07miќ,#԰@XqϹ (a6ֆӯm=85Z=丒37~TbLC7l2~#.͆4!BbZ^S dFK"'dXD!֔78=ݢ b^I6Qñ_C{`B-vJXG%T拐ͼlFHPlW]PȠ! 'ڛzj.i$pȏz󫨨:%n/\njng]µw<$ky,ʓ@B@y# 9!,c- E86#D5LXa&h?*s[) <->_0r 'yYMsbә܅ f"pt\ OVàꪼZm?.$Zɤ3A@/]W,%2i3]gEk[Ϗm` YIZtɬzл)<G@Y\4jvJ 9O= ;qEMH ]hhusSmNK‘ik'9o}mFc"AIAmD:iNovh t!2=x鋨k8"W1ij?xڍ1?SӠBc/y UȔ9zԤuC]9 [^@Sꫣt2D!DBX t,J g.Bδt;XJkA~~irgۋT;:&^*YD #H>e֍5'& R8OnXl%$cEv؅Qj/VsojgX1t"\Z<9Äo7U'hW^6}Q3*Y Z=RUek:Rq Rp ?oǂq/qFvp6od j+G",,n*l12-5U4+ ۣVlFI`Q+.뉌ݶ4(ݍXƌ&m}`D$mJORSd){=tVWEF{~+Ja?ԌeBYbm[PT۰9P~u0(lR1/IKo2cJ:|*#z ,B{ck:L >ZԣG(`ͽ#7Uii)= c> ?NТV/o`Zsg&q.̟ABKo-A@00 $^69'fZ#jHTGԣ ˣ26mѡKLe9}-4fq28& vߩDZfŠ wK(5A1/^NHEVD5@k֥d6vW"b?%Z݄G~?YS$!޷>z8`)+ 1~$8@^2u&ǚl ]H΅CZrէ8vNf6ܛ `dv|=^bۑu=Y$ OP_yRJG1 YZ