ruby2.5-rubygem-sqlite3-testsuite-1.3.9-bp153.2.8 >  A `a!M@eee l $|3NE^^1f-ݲDPx`*M=>N7HCOo./E_E#!{DU-z):]nÈLa"fC0=@mD`GUہBmS0 .r }޵iFauz~~h}TZ=d-F/s3MOd_Y}-G'K?]Z•Fd72c10b127310c9e309300767df256bc92240a085669373531e0d75af61173ec9ff81037ea35b5ccb0e54de31eb62b6142533c834bCĉ`a!M@eeeYi#%ˡf{ …O*/ZYRkpAo@r }Ň>-O{ "~5Vmu;p}GH[#'טLqF/g!EA<>7&hLAa&qhO5 )3VT D9CH^g__H`DX7K<;7r8IQ9-˧kۈyeU>*%4>͋tɝbDP .>p;?td$* 4 K &,4x     $h<_(8 9 : L FGHIX0Y8\X]^bXcdoetfwlyuvz$(.pCruby2.5-rubygem-sqlite3-testsuite1.3.9bp153.2.8Test suite for sqlite3Test::Unit or RSpec files, useful for developers.`Qlamb61SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/sparklemotion/sqlite3-rubylinuxx86_64MF'1u<!A큤`I`I`I`I`I`I`I`I`I`I`I`I`I`I`I`I`I2dc3af691559a6588cba7c1762df46d4ac81da332313710d98e18417bd74da68c8f154d6a8e3d04bb0445164eabab707bc137968ee328d19a098efb10e1b2c324af62b233064b251b33bc341ef570f8d14c49376f5fdd698b2383d80421d29bb00984825a88f2121c9e63dca7d705ef8b7623baa18a73cdecad05ad4255b8a6ea93e40c15d04e51bc5603392b0b6a0e024ce711c11a6fa621de9bb05791730daaa7d7108858629d498f938512f719a13842a7a3deaaea7534a8e492f2ac8121537ebe2b9ea4a4eb6924430155124e747379818e0d91bb6e63559b79fc44e1f7e25e5d9e9cc8b4851ca9e6eb49c65eb2575e2b0c52fdd73d5d8ed93fdd13ee714a74e2deab9de4422623bcf6cf9a6cbfc36775319d9a72a960c74c468d19de342826e420346cb24f909024f3d77d83156468259f2c3048156e01d01685d49ac0d5e3c28eb442b99d3c64e0cf3ec2e9a437ab05ea020e875d601a0d668f11eadf537e5ff1f3a368ca1d949917203c148b7bcf6eb781cc860e75f674fe4b7bc7ebadc844c69b91b8bee7b272dd58c94b0ccec69df4ba6c059a8fe9aeb7012389a077d647fcbc276d05aa21e4d7af93d5630a8c91b103f358716277b4b2f8900fabf98503294f011493834cf72a4de889f27e3d4421768032274b00a33958888be04fe06a46b19de22243760437db657d9c984f0cec78a780aa1f5bae0e7328091c8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-sqlite3-1.3.9-bp153.2.8.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.lamb61 1620636753 1.3.9-bp153.2.81.3.9-bp153.2.8testhelper.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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/24ff5f50c82ae3aa1b1d9f55fa93f6f3-rubygem-sqlite3cpioxz5x86_64-suse-linuxdirectoryRuby script, ASCII textRuby script, UTF-8 Unicode textIC2![MXutf-83fcddc20497ecf21c28db2964abb1c15574f45de1ffe41cdc0188106e16548fd?P7zXZ !t/%'] crt:bLL 2^싍]g0aۗץk.5Ky5i~/7n,7H?O/kka* 7Dk jjK-JDnw1!hw {O PfS+%v0'=fD6p+dǹteePp~ eh+-D\ŋ3Tug?Y2 8(uBj{~y )0DZnjX|(5/bc%6.t},],65%#B, 95"u; ;~<2M\M`3+avcI'wFO=0 ezK9D5`u_f]Խ)/HTFx>D| MnC=ժE8 0 D!:l,n=c!6ΘMN:־4՞g/'k7:K3 meW.Z[MZWX2ׁ;bjb⏚_ڋP<2*#~mmkUP0-48 2R꽙2Stu@3J1SAכ~z%CJJoZ*BG7FĪS֖MhM 7nS ݃91%mޓw} B q[eS)m׸r^(=γNNKߋ*_vk %lOmFAn)|耵8*"UI-$)# xͺ f;:Q5hE-ktjLV,жWė>s" +A: vJGD` #jCR>VwR4F\9okIRIHN4CPH@H]Zvf8MJ^]ۡUQA }~c] M$#ܐ ֡OiunrtK@_g!Lj"Q  %kχkd44(ɰN- kA5ȟ+2rZc h>|ܑ0h{ıi/ ^! A)Z:SvY`쾔W~ltcxYDUw1EX~n+gR27|V~xc ra1@6@%<E8MrIs˫0/~/-?"- q|aT|A#;- -6%0tU##,% s; (Z!e";kN44 A=U?7b`s 2L¥P,Mu_dI {~.3`>(kذJLMun*?==-.t+4],&5Bo#J=zEirI:3F[b"P`Jf} aus`Y#Vs$o!|^|RCєGn'/B\s#k%| H4D.TX" y-lxlZ ݿ= `2} 쿯{ǒ ܽz֨EkB XmfXbV+֢mB!#(-l :o=1Ʀ j-֫7HxŰMu!β+LkL9̣3y X/oa!ch^ov޴rDR94d<ܺ[iت ,C~u!#xC O}nC!>l;Т2f+,̝ߡҠ>C[j蒒ഹ*7Pʟr}5FAlLL|ҟ *$D3> e鶝QbUC ˉJ9ix#%nZra{)JHg@2^j܃P[AF߄ĈWC cCBNkS}ܫ]"?}92vЙ GÒ}K܀_|x=p!;owh+*/nQ7YR>GrlCςUl*c[=MhXN[i,"#"O^ Y~X}Qd=K;53:18zrTŸOu(,Wf >ޣZnδ ,6mv]W]qǑ'YC(N[㲗/gB񣝏﨧dB֧_O l^ MKl$qYRó&%C]bUV>`cZםxGu}'AsDdDyF+_M"2@W3rX˗Nfm,73Cٜz5v[mxd^MewST%$vͣ:ɿsտfjD`˛PrkP<~f3Jxm5^W[E /,XEs-NkkO|Ye?xnQw˅9`@m8=}754Oz-%5rvP"EK[yL[U~hj??%=,6&Qe 6;gb)7B:rY%tp04R}M,e;; =DBҿ F|k k*5Y`P Щ@H (|8>CEwG-67r'u=Le&reٯ8'Cqβ]OegOi^ͷY =s(+ Z H sתn3)HމrB9'W?oT"w=={+=]>tgVφ"Wr U`W7q MI' w T5LEx9zL~ױ6.v5JFƃ@^G<0h޿L;i߅/bIj{4s'? Et;+"zKMsn+D+ >*-ZSx-M]:\f"2094^zV u͘_Nݛܛݾlg:^JFmpHm>8 90PoQ,ʔ|5,[H#g$~ =̀R@(TaCUyAY Hm֬vDKC/x QnjCAKd:E4.EyAX@W-+rX9@8yNm53ib%D?\$!8 e7onQo lWl.g~v+P::V%SU(i RIyISD]:dṿ%+]׿&J3LD.Wsf  UE&`,Y,d2<C~,UCaE[W|Fib r8c!s"#NI*D:٧{ $|u}BujuawP_4zofGnV1tp|$.X%nE$aBi?gz .ԩ'a_XJGnkvO<]0Qr27,pg[Az8 |r_q>~5~MdSZ\/'(s 'I.'}[l ىVN|a|@Yy@}= T=]n(:g(^5d6EΨ [3B@ЋMxX ,۹(x܋)ůٺe{' '/BW7=羃{a鸋cu'U7H9שI3 id`֕#qzuF#>{uD?Nz+=Fo!f/ 쌟YTtq/Y#+4{ȠL>.H>mxfЏ8#о/DDM&$݌iHL8"qi)S#C0ӯX<߄z.8(|ɍQB$9?;,5|*(Z3MX2.>[$ū=Iw1$9X/m>y6 n`L͌?;E/*= k~~P4JV3 @0C?4NX+8n̈́q]O],Xb<}hMB;2#cg'_1(B73p?+?" ]fB\K_>1A|Z,s/ݶ .5+״=zi? ,ō+ppq}-9S ]1O)iN+gq͉܄}1H 'bjv[2áUZ?R&aq8GXAǎ.E .^qgMW9W,0w'f<埁wjZP*3zX/]*EhٰqTOh~]1AtM9=WІ>n"'/.V i*u&´gП"alq B_Y M-`wl6eŢ ю-:==njcCKBa ~U髥 k31{"Ȁ ,-xͨCM,wbp`]_>pbEXe?0'jd owO B⣱xUA?#[ RE{/CY:42UV6'¸[[*Tcr,i7-"\M7xCG D^;^Q+&j\PȊYNG j!.vx1|qsB0Dẕ̌|j+.|懗5(N\գBOENo[WF>OIB4H'@ b.$*vr|CҙߓQ:u RwrA˱TE̓;=0OpQ8fsl9뗤oT.s ysNqHMOS%wv Aa#3l'1^~uؔN}X4E+7ߵ|[uϖI39VC10jGYc568:;M6O,@ DK6h_P'QR ZC J:r0WÐk+!UGśS.aԈ{,r x}XƐw7LjJ=cˊ[ZbF( MS1Ϲ`ZTS T+vfOZ>p ( DI|G5_\;kfҺ=` _~z{̀ kCWxQ:XZ:˘5 m5A+&wad=?+K-P΁sG36ZAP@Z/`zO*6, 2FOj {꿢<~6V_LG,M,NLcc$kKUR+q5 4˫ ׵99iYۛ *aSWY]ŷMAn]:[: X.S~!X=^Lcڣk$9 l gtO0_U~!׍M[y=ZO8}{o%:dR~,eU)ɵ]u-MR ],H3j!)M@U5!>5%yRֻ͛†uNnGvh#K礑G=쀉D> Q)WWjNS9(b??]BUvQyYW|bF/A|_3a.(W͘I6q`FÔV6E]앆Y(bl I7LÓ$+!ۥ pHh,euXs49x:]c qV'[`@,d|]7Ner,ՉY.磸؟wOC 'RV]?lySrV:z*η< @]x/j8!_(oK6,qW$rCx[B=NdGmQ(|HCZ}s ۨQ M^҇RΨJ-Kv~QB9o>|WqQdK9Z>gI-HփXVloGr|<*WNh2FW|iz٘Sg'p[ʻ%PbF{l1L]⍿{dJ̓M`<;sBq+T =QP0h3|{B-~ʨq̡qw&t'U^Q1G `?S㫍VTUyNDL8㜘J*2ҁPH59?⣯}1I<.R9r8w O%(  Fv<GYY\s%݅ Ծl~xg<)}քV^1dIkݛ7y Odw03 ̮$*w.m`o{%LJĽj&A~Fl J|gé=iM䕌mɼ*Z IPi)Yh3~OnKjQiDJnfx%rE2p^F9hkŖoq߶I ^g=K/m=>G޲^Q${^gh ;6O$^%CK6saA2˽G Z xk]{u!zae'"i7bAGmǏUX W8 |[HH2Y V}TK=,lPTeL8(Ô&oIA29eS #Uuw(`^eB3R!1D5/R;#,곺 j*ADfDu7;l~aevN/栬1n0ݴO>j {a'w]4~d!׻wל} B€Xˍ %ʨ#Qk?JI| YZ