ruby2.3-rubygem-sqlite3-testsuite-1.3.10-6.16>t  DH`pY_Ԇ/=„qz-r|6 2* 0% c{ܯ]KD?HSIMn; ;`~NP~LLý%֟Q[?2;qzQ8 O~ژF)7 0*A38nBܮɬV^йtΡ4^fy1 B'[lOyg7{ fm-CLp~˴#@ 6eae792530cf010c296ba68e72d8ed68ad97a483S<Y_Ԇ/=„󬚔#33FjlCf𼧠H$"/YG ýfFhy=͖ rki*WO$O"i28۾c^Bx*lt:jk|_,P\byE*ep䦙"K9s7;T)uHqu D iK/ޔٟe8 (QE(`Brg(n9QBGT&H>9*l?*\d$+ 0 G| !(l     \,p5(R8\9:F%MG%dH%I%X&Y&\& ]&d^'b("c(d)e)f)l)u)0v)tw)x*z*LCruby2.3-rubygem-sqlite3-testsuite1.3.106.16Test suite for sqlite3Test::Unit or RSpec files, useful for developers.Y_scloud121openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/sparklemotion/sqlite3-rubylinuxx86_64MF'1u<!A큤Y_VY_VY_VY_VY_VY_VY_VY_VY_VY_VY_VY_VY_VY_VY_VY_VY_V6ac60370f12cac7ba7061db2586c369bdde9184783030687cceb0ed51590a10347ee9ec250fbbe9d376a68ee5817bd7b3035121ae17a2319765d5a46061a08eed3ac956c8cc8cf1f8ac0e68b6ce02e225adca5c2b88859760f60a2218c2c0ed505fdabd630e11a7872272a229e3281a8ba32f53d0f1de0b11c00f4d3d8e7e0ae5a3fe5bc3c3ac4292a61e4dfa2004544aa8bf629ab8ff8abbb5066eb8fe6cf71ead4413cf628023e4dc4ac334fb01ed39c5775bc4fc1bf8d9a80a92863c5e41af675fa416d59c76265f3608eee5f5d4615d775d7fab3323041778e1c07ae7d4133a53e59252906d50f7afa19270855fd6fa25558ba159f521a72bfd82f6a28acrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-sqlite3-1.3.10-6.16.src.rpmruby2.3-rubygem-sqlite3-testsuiteruby2.3-rubygem-sqlite3-testsuite(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.3-rubygem-sqlite3rpmlib(PayloadIsLzma)3.0.4-14.0-11.3.104.4.6-14.11.2Tء@TT@TAT=@S$@R@Ry@RC@P@O[@O}@O8@NNP@M>LJ@coolo@suse.comtboerger@suse.comcoolo@suse.comadrian@suse.decoolo@suse.comcfarrell@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comfcastelli@novell.commrueckert@suse.demrueckert@suse.demrueckert@suse.de- updated to version 1.3.10 * Enhancements: * Windows: build against SQLite 3.8.7.1. Closes #134, #135 [Hubro]- 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.- patch license to follow spdx.org standard- update to version 1.3.4 * Enhancements: - Windows: build against SQLite 3.7.7.1 - Windows: build static binaries that do not depend on sqlite3.dll be installed anymore * Bugfixes - Backup API is conditionaly required so that older libsqlite3 can be used. Thanks Hongli Lai. - Fixed segmentation fault when nil is passed to SQLite3::Statement.new - Fix extconf’s hardcoded path that affected installation on certain systems.- update to version 1.3.3 * Abort on installation if sqlite3_backup_init is missing. Fixes #19 - switched to "sqlite3" instead of "sqlite3-ruby" - additional changes from 1.3.2 * SQLite3::Database can now be open as readonly db = SQLite3::Database.new('my.db', :readonly => true) * Added SQLite3::SQLITE_VERSION and SQLite3::SQLITE_VERSION_NUMBER [nurse] * type_translation= works along with Database#execute and a block * defined functions are kept in a hash to prevent GC. #7 * Removed GCC specific flags from extconf. * SQLite3::Database#type_translation= will be deprecated in the future with no replacement. * SQlite3::Version will be deprecated in 2.0.0 with SQLite3::VERSION as the replacement. - additional changes from 1.3.1 * Custom collations may be defined using SQLite3::Database#collation * Statements returning 0 columns are automatically stepped. [RF #28308] * SQLite3::Database#encoding works on 1.8 and 1.9 - added sqlite3-1.3.3_no_stupid_paths.patch: the extconf.rb was adding some stupid paths to the linker cmdline. the patch removes those entries. patch applied to gem itself and rebuild the gem. - split out doc and testsuite - updated rpmlintrc to a less stupid version- update to version 1.3.0 - Complete rewrite of C-based adapter from SWIG to hand-crafted one [tenderlove] See API_CHANGES document for details. This closes: Bug #27300, Bug #27241, Patch #16020 - Improved UTF, Unicode, M17N, all that handling and proper BLOB handling [tenderlove, nurse] - Added support for type translations [tenderlove] - Added API to access and load extensions. [kashif] These functions maps directly into SQLite3 own enable_load_extension() and load_extension() C-API functions. See SQLite3::Database API documentation for details. This closes: Patches #9178 - Corrected gem dependencies (runtime and development) - Fixed threaded tests [Alexey Borzenkov] - Removed GitHub gemspec - Fixed "No definition for" warnings from RDoc - Generate zip and tgz files for releases - Added Luis Lavena as gem Author (maintainer) - Prevent mkmf interfere with Mighty Snow Leopard - Allow extension compilation search for common lib paths [kashif] (lookup /usr/local, /opt/local and /usr) - Corrected extension compilation under MSVC [romuloceccon] - Define load_extension functionality based on availability [tenderlove] - Deprecation notices for Database#query. Fixes RF #28192 - Added support for type translations [tenderlove] - Allow extension compilation search for common lib paths [kashif] (lookup /usr/local, /opt/local and /usr) - Corrected extension compilation under MSVC [romuloceccon] - Define load_extension functionality based on availability [tenderlove] - Deprecation notices for Database#query. Fixes RF #28192 - Complete rewrite of C-based adapter from SWIG to hand-crafted one [tenderlove] See API_CHANGES document for details. This closes: Bug #27300, Bug #27241, Patch #16020 - Improved UTF, Unicode, M17N, all that handling and proper BLOB handling [tenderlove, nurse] - Added API to access and load extensions. [kashif] These functions maps directly into SQLite3 own enable_load_extension() and load_extension() C-API functions. See SQLite3::Database API documentation for details. This closes: Patches #9178 - Fixed threaded tests [Alexey Borzenkov] - Fixed "No definition for" warnings from RDoc- update to version 1.2.5 * Check for illegal nil before executing SQL [Erik Veenstra] * Switch to Hoe for gem task management and packaging. * Advertise rake-compiler as development dependency. * Build gem binaries for Windows. * Improved Ruby 1.9 support compatibility. * Taint returned values. Patch #20325. - fixes missing license file (bnc#549261)cloud121 1499452531 1.3.10-6.161.3.10-6.16testhelper.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.3.0/gems/sqlite3-1.3.10//usr/lib64/ruby/gems/2.3.0/gems/sqlite3-1.3.10/test/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/f1797a3ca0872fcabebf3ef0f4a2c158-rubygem-sqlite3cpiolzma5x86_64-suse-linuxdirectoryRuby module source, ASCII textRuby module source, UTF-8 Unicode textvf:P +=?p] crt:bLL'!m_~6y'M"מ=RiI_qJ)?#"ni^s5OfG{O/96 5n 'F09 hV鶤6k%Odѽ5]%ްe尪!O e:\)JX Tq$X5Q L j%-=7C;Ji2fý4{mR}#g#;% ȳl\8suK.;%* -v@[P$N;D/+?:Bޫ')>QBuÆ5羗nE"Xk9_O,YEE-18r(KuQ5SwFH͊Y!Nmh%J4>u~SЭ4"gr**}.WnTSM5lFLs_a? Uc19kG_oj о?3϶?:!"mFo$)Ӡ;JuA ;٣OOuv=*&*ޡg).G*aQjkGBZ9f|ajE^& Z}wx6p~9=#)jΝ$>30ۜϥSx>!bTp'+c7V v*cD!sJ)?ޛ#{~w0qj4̠ f]| MvL/=ws rwk|&l}c[6<@?t!"B21#kɉS:1HmxZYY9!ruU'hWf%sF{*&7 ,(|Էh_]$Ը;4^(#$f~[,3 p}!DY%h &b*XW("v_oTPu݂pW0+tn007 `U'CW&cѢځ:9 Ԁ^.Qb=X̞4KEZOXT ˤtj*=+݉S&By"a<5^k 2?2n2x5!Jk\'~>B m%˿0ҧB:"hV8T5ׇJHܳvFc85+@T7G~ ;gx\Bn40zfc5輼Nhҧe78;~uTlz?P2HNj ~2k\H?#SM4~ĀQFN>)Te/Uf^R ?r#@FZ 9)*$~t d }FGp Z븚}l@S]1Z{w'L@Jey՗oe)B)@̏hTgaX &#hYkKolaPElj9c@) 7k}&ROW!nUlW[sv;fv:?:XZ7Mˆ \Wd rK}*U8(v{ik QFM*F<3-og=: j.[D~-=?DXٸlK̟. Skv0JޕuaGY]G) 'kg"##җ5dvyp*(.c$e|<ןݾC{($oF!kb\+X+^q_=%|U!@[2cS]R `ڙfIs/zߋGH)XF87ۜ.GHˆ.͵.;3j:@~΄RO v9ifۄq ϸ' DnTO}HPxǚl~im;OK-9 %AD%uh#c܏ 6΋ ˆwDv޴8gDW!#(یyE(&߃~Nro8_-" RN_} xPL!䷵3'K#4J$ /s_Od@o:rܟy8t5ҸyV曉Mc{sQ5&F>t"KWރR n'6ّKbN!SO?ۊ;2fB&yL$K$|DGX;9I9mܕI@٦ H |_DڗjLJrE[Me76~88sJ_||Υx_KCj6Iph8QJ^Ld 54t=󑈯=> QJ*s~)`j%f=|2M 0hF~4!=2xO6,+ԊK X%Z5d lkXu.ulc*uYz=Eu8^~8a[j`e [G,@GC7qH`Pf羄˹ ߰a5 j݋dHETX9$#OID ><-$x"~FK4F!}|eA `|0#|nߝ\?0^ "CJL?\MFΰK5s(3)u !4 P~t0(ř6 4KJ61g\NJ m5"԰BִpLH%*@>k%Ŗ^+$[OY9ì}ד7VMT|q|k;%#{U4lը/ KcR\p9R6ƒ~̨BL-n?o4)qv*+ )s]z BĖ~m9im˓"XFDZ Jk GQ35kH@>wXs8zMA[!6& 4~!kvsTwɽH*c1WOzE{.f'mթgJlJܓ D䊭B'"8m>)f AUWNlvKL#h'""3Il \p {IWE~A=C>-N〖1;oP;x.=}^{ 4cОI˸dzN(Q/ƒDwŌgY=x n/7? p䄆MbwzA0ahH6Hn<,f)@Oیp:DV9NGԠMm`/gV=+>CC=5ʬ x\Lyc*"N%cjkbV 7 .5M.SRKފCYƛj_- h@S Щ_+ߏhVn#k77 _OR4 y%Z(PmZX-R["ЁGa=8i 4Q" fjpJIY*9+YxΡ5.o.ʲ&Y/)eUaõ鞶ӀupZ,s'9)UpنF١HDp~acIRx 3ANXJ-AVPNCwPnoRE_R&ѝA^_PE0P%X" wyWyTÔ'P{kD3/~[XSy(?c9.&8a6L({ElsG))j0rfQJUc׵ĂŚ/k]ڭFHX=jA@ ^r.zJdB@?,t}(pb7BJFH@u/iű Q9fϚ 8J,$[ +;R-1@Tb 0O7H[. BE}?C+3W/LA7X9vC\W M~Bq6PpeEXM~Zy Bo|*üëA/N.(B!8C?dtdZ$#KڶȄ47t&j ӼXڅAŒh0jhHp|(bhCU` z3dXΫ}6~ai_)co)DMgKLK9'b1SJD4wײHC$ pse/QVu rJ?(ܙ