ruby2.5-rubygem-sqlite3-testsuite-1.3.9-3.3.1 4>$  @p^p9|QR~km;C4SaRʤPk@< o?pG̩*Մ_yd=Dw YNn6]c&k?]Lhsы?y.tyaLkö/䬞k+ɹKMP]50=]HoSAs w!Q9L.5 pD,3r55@e%Уy%R GlKj&0p[XMqe9d58744c6819e48af1e07c432b2e0506bb8d09f10bc227642696b57ec37fa0c4bcd0e1e32f34cb9256385fa458c8017a55055a4C^p9|5bf9ʺ͎H09P$Dp;?d$* 0 G| 6<D    ! 4x"Hk(8 9 : X FGHI(X<YD\\]^b\cdefluvz2DHNCruby2.5-rubygem-sqlite3-testsuite1.3.93.3.1Test suite for sqlite3Test::Unit or RSpec files, useful for developers.^nebbioloSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Rubyhttps://github.com/sparklemotion/sqlite3-rubylinuxppc64leMF'1u<!A큤^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 2dc3af691559a6588cba7c1762df46d4ac81da332313710d98e18417bd74da68c8f154d6a8e3d04bb0445164eabab707bc137968ee328d19a098efb10e1b2c324af62b233064b251b33bc341ef570f8d14c49376f5fdd698b2383d80421d29bb00984825a88f2121c9e63dca7d705ef8b7623baa18a73cdecad05ad4255b8a6ea93e40c15d04e51bc5603392b0b6a0e024ce711c11a6fa621de9bb05791730daaa7d7108858629d498f938512f719a13842a7a3deaaea7534a8e492f2ac8121537ebe2b9ea4a4eb6924430155124e747379818e0d91bb6e63559b79fc44e1f7e25e5d9e9cc8b4851ca9e6eb49c65eb2575e2b0c52fdd73d5d8ed93fdd13ee714a74e2deab9de4422623bcf6cf9a6cbfc36775319d9a72a960c74c468d19de342826e420346cb24f909024f3d77d83156468259f2c3048156e01d01685d49ac0d5e3c28eb442b99d3c64e0cf3ec2e9a437ab05ea020e875d601a0d668f11eadf537e5ff1f3a368ca1d949917203c148b7bcf6eb781cc860e75f674fe4b7bc7ebadc844c69b91b8bee7b272dd58c94b0ccec69df4ba6c059a8fe9aeb7012389a077d647fcbc276d05aa21e4d7af93d5630a8c91b103f358716277b4b2f8900fabf98503294f011493834cf72a4de889f27e3d4421768032274b00a33958888be04fe06a46b19de22243760437db657d9c984f0cec78a780aa1f5bae0e7328091c8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-sqlite3-1.3.9-3.3.1.src.rpmruby2.5-rubygem-sqlite3-testsuiteruby2.5-rubygem-sqlite3-testsuite(ppc-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.nebbiolo 1589240336 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_Updatecpioxz5ppc64le-suse-linuxdirectoryRuby script, ASCII textRuby script, UTF-8 Unicode textP{[Iao5butf-8b929a5b5bab61969684ebc782049ba9baa1d198365203cf015df4580eeefe41e?P7zXZ !t/%"] crt:bLL }>IhJ׻VK1;j~EdR6N\fydFuswj92 O`Swb4}| ,L.K> QV%u&Mi,ڒs%49 ~N'`KCTce;Ě/ڥ@_ZT_>'wðI 6֭<]Ɵq0C1HPB8%|I "82ŵζ{!Yr& L[hﶶ8Hu3+BI@žyIOfT*٦OGuS4'&jo&na~Wߔ M`$&VX;z j L PÃ^#7M#\0m/"UĖwS73J*Z;OXKU2sS\@.WAK!h%DžYD3{hN ŚA{G-9DR Pt$ [K' ОR&|Jӗ ".#"$7 UJ; Φ!3}XB/AQ CxXB**fx%sCп37VWV@Z VXY_體4Q*O Jf|:W}rǐە4ݓ7VS1F΋O0q]\]odu!e&b#*  c~8>#(˜v/5Mtr)zÒ"c^!L j ++U0Yϧn9\&VV/E{!gi6dWt$Ń_<.#[2N䗭nehI+7X$En7g;_i~kA'5МDKPFFxⵆ~[T,';7rJc|} ̈́E,ѡؠm޸O=ƺmv?' $o*C'7Z=FR Fy׆O4A-=~H7`!?BDBq7{"?ph7<Fj*]sYsI>y9i2#ޜw@˻=Tj<&ڿ#7;9t7P}};KGDj^i$>ɄoΗ ^H?p%R/=Vj] sM oY~i20"};,fG)Z*0vDD7CgZmwHæiQK/or9Q=vACT:{v8 &`i 1]lcD"j)F]'lE|eI h9CX)J!.^u9`s~4N^-.cuEW 6}n3Rҽ%Z9%mA%p0)o\nζ6 IȚhYmeWHK = pgSVJ{d7@l`n|4%7RaG];@a4~9N2/ل*YH6³噡>%מ"GOw҈"Ųz[ 3jwf=y ovRÙOHvTc2-lŅF{:8Q:.{㨳`%o߼{,Y(//j3H ?&܊>8kg&Klw:#FMNG@O q#s+۵uF+>nB.ŻeBO\Lrz91:U\i󦉬!T։ó~5d6 a䥫 XGƂG˓xؓ_18(J01=څxŠ-'hL3ب89Syʴx{FTQj^{m',P]3jYf/QIc{A\}@O7pPLVBO2^}6?cExɔs,%϶@ ӢRBT"v[=SlmL ҀLSUYvl1M?, L:J_!e1 HwC43 @k0>聅X82bУY%0k[ZdzvȓeR.,mЋr/ԬEŌ|Hc_.pF$?{ռ=ZbSobXp/$U(tN1̞#Y0(vGeMDWpwyVpѠw֨RVSۭ̿wtcUF%tej'hd%w aҧ ԸP̱rtsX Y|'4Is)GЛ  > `J1fF@g wg귁vudK{pU*oZR7P> b쬧U4d}eCGA%MHXeӋGSvANeVJn>h,!ú`S IrAdX #PxXro~MF&£dCQUϧ}*~P~Ž1{*B}SG41x G!#Ei P1 ͞L@T\N +)_Oؖ*@|6Xz;%}^jϖFC3(YoCopb\V&@0`F0@i/c_lzsk@Psq!vvi-_й;Q_?tJ iz t} NкQyj6dq-Oijb|*ݬFJIKtKp-KlOTZ5"u#3&fK}Yf,uITbq:+2簚N[ @ ŸcAGS%O@`*OdTX`in[ExƚuўGq#R(!&{s.Ã(Uk; 0xA%vipXp>d1 =c1x|+ 8sMUWV-cgNmqMqÌ ~z 8Բfrxq$2(H?q\Y ^e\J (ⶐy:TlUxi>*~myzM.uHWKWш¾> ԍ#Wt>/ti'빶X5A __vLHoEP%sX5 `(<`i;-Ǣ5M me$AJPAL#'Ql$zuu(Dli*\,IDcy3 4/*JN2yR*#t֛'Zcð {R<]+嶙rUx5C`b-<6F`{"0\QPVyZw)~D-dT%NJ=3 nR0}dZhw_WT#"ѣYacEBV`򌬊Fqv9'K`ąrr KLKPيAYKƫ 8,tB8@=y5Vlݖϊj;/\e3gi>Bgs3i+O0 X!O-^雟BS/:Kl(Q(^L;&sHIJ+T 埼}-C1mFp94_DX.Zy_k]TY,/77?gAt#=ͨ'OljG=AEC֔4N +r3yOGH@6:H''6HeBXc2/aA4H6"FYo"o&v$gP<8ᢸoZ= W|j.F-} ;uFA[BSxUeQ[ la:9~Alt3jQ}6J `o"b鞏#EfV‚I]$ƒ0EgLBbٷ8|VJ| p dM&c$k՝fe<0ySwc4X 2a n/ y3dl =E?}9!v*_tԈM 6ץ)wExM rnT"WA6%iӀOEM2{< n!ܧS 1A-eq; ~w^"ӷ9kҢE?IPUs%ߠܔK8 EK_ʒbi,r_,:^R2W@x5Ɩё h:37)D 4к\hP[(a{>YF'B}?'Q4g %t1=ҵO59 VP (|y2K PygzEDr`O(d".6cN:I"֛QeGVj%c[^muOX zF~[Cg9q'[fy%t:[u%@Mv-X 7Toi6G |4c)cpszX HG׊{fY6ase.d9]5p׃r_0;`iIub,օKuG݀*;<'(t `^VPm:RjjJw YZ