ruby2.4-rubygem-sqlite3-testsuite-1.3.10-6.16>t  DH`pY_Ԇ/=„{BCCqpu9x_J:VM֪ѵj=EaGK^dFrWs0vp3_Y|E2 k9*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.4-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_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\Y_\6ac60370f12cac7ba7061db2586c369bdde9184783030687cceb0ed51590a10347ee9ec250fbbe9d376a68ee5817bd7b3035121ae17a2319765d5a46061a08eed3ac956c8cc8cf1f8ac0e68b6ce02e225adca5c2b88859760f60a2218c2c0ed505fdabd630e11a7872272a229e3281a8ba32f53d0f1de0b11c00f4d3d8e7e0ae5a3fe5bc3c3ac4292a61e4dfa2004544aa8bf629ab8ff8abbb5066eb8fe6cf71ead4413cf628023e4dc4ac334fb01ed39c5775bc4fc1bf8d9a80a92863c5e41af675fa416d59c76265f3608eee5f5d4615d775d7fab3323041778e1c07ae7d4133a53e59252906d50f7afa19270855fd6fa25558ba159f521a72bfd82f6a28acrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-sqlite3-1.3.10-6.16.src.rpmruby2.4-rubygem-sqlite3-testsuiteruby2.4-rubygem-sqlite3-testsuite(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.4-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.4.0/gems/sqlite3-1.3.10//usr/lib64/ruby/gems/2.4.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'!m57uz}% BH;Q9]F%tS M,XJG| 1d =҆7o1BE(u{\tzL)uMt=:ؓ xÝ[ quZ_ykfK]n0'_V:RsFp-ub]8UbSVL<Vm=b$fASEħ<7{KNٛhX~w Q?͏ڿO"2sR(/ܪ' W93;赆- Dg* b AN-ᲒOFXY+aƊMX_/~ I C~͕bĐ xB_hzw" qg,JS6f~3k@(HĈ5HG^cO-乵s竧-&NXmXRK$/1Q o&p]-q{^7ʡQ?&(?ʼnu W:\k[WUhqlsZźkT~S![8<`q/ܢIXEl/ Ic]KҌ0 OyUSѩ%Ux0`dNLcsՎ5ٞE'm -90^!Rd!h83x&@0 ]#YʏЛy7fpHэ@ nt4Q51К?ztAo3mSDzC%$%hAOvq?.R~@]ԝB|mx~]rT*c nŌst#PaVlo'?'MjoÿLG $WI,>곌f|;oy-&P M#% ų%CB/mx *Q 5"-+3gwȏ&vָX!3$g\>)Ӛ~kY;D<^4UEB,R] 71YRKӅb@G߰.M=b_$R<;0>ax~U#9g ^i޲ OBrS50w&mG 4׫&,UM[#+Kde8M=V Tl+O8DBrltH)ӌ6Zj yٕEbM/ XB6/(Ҵ((lb lZwqcڜRSʽ o\>\{".PA ƭ wcC$,튚7ɲyrmDsٓÑX^V{G -r^K ꧈tKt֍ʖ ^U!MhUiu9N5Â@IjaĴ ŋp}xӛ ycLSİs@82fi&Uһxs:E$&kئ-Pِ3JNYDOPC~('(1%39*m8!&;gsRɏv$ )/{Aгa/yVW4chջKl\ P} #x!=-y2sdw% AҜ0D6!ԅ!qw ş ?spc=O:zCl4]-87.ʶʊVYuZg J}i2l)~Vj\Խe`,~ ܿpe< "DZsv pP 9e쓂6?rlZe3ha%ߏ!Z>ɍIQ@O~:W`I,~! ljd!2P\fXY3 sZbeV1~%MXdOS~\Jd6ސK1gcVpl6/X@?Ȳ&rF8k=RGvwH231 g]jTY;ߜ!J~q23DTBHvFDZ!Jhp1>o׽Uri EQ Q%:$#Rިp=xU$d~i9̙ѼYq;hd\4M:{` Re-H ec (pnxۄW)oHȈ6"-N `SfR`Ynsʁdj($!3' o텇'M9-#҆6&#l2 4hE#e1:<1SۙjnVgl2wi|@Ә^CvCa:rT<#j؊ѣf&hJ"v=tиp6혴0)f,"ٰQX=,V0 ##摢4|Fd/t&˧b͊.y 6۩CP6f|XAr,d-e5F{\Šl9Zb%N&axnS x5V5HsDJqK2Zv |` 47$29PW˝MѶܒ6I ™,?a,\5 -J@qN ^<)]C DLĶmsBW}\d~Cݒ|G8bµ$;䦈%2fniY,'0tMl_r77E7_"`,&=r>n:,լ7|-lb T@:ke2*:JK(}{! Oc?u_a'a,}FpN 0]vc )ei-$ O"t8ܔ:pŲxGQFdPk⠖4@p."HF흼XQ 7ItQ2<}4;U؏{@rٌ2@6ہ4mߨ;9–EB)\*";L5R4kPŏCcb6?V:$J7Uf=N Ռ#A q_UI8];μmU7*m=AIH=NL t[NzՇQ7J±@Y]G@k zzwގiw]ߗU"or z?K?X[K';›.ɫy.*sKW"m;*WI>ohrm OyL |\iR-_^is(ZF%el}#&?s.]Xz8\uPiଈ [Β A=7lSAn,>%W,)K8j~St0SYp!{y_j$X_RhaSSgA#|U[ g8b%i I.E:%I*_W"(PQOp̼PQAMrVȆS1x(O?^2e&5jbmkg0L,Ldm#7FZYNC@'`%]%(F,!9o>Aiе-kL]*Q h26{Ƿ؁\tR 1+W& ek36.}ќ=JʻF"I^C11e RqHTZl/jLKߨDI'K]AWC?'x{+bDU% \; IDZ7UۡImz`Iвh&" dοi 0+b8m(sU|Z:'cHgE4{oQ05|^U>}egQ>##uZɼJ[ӿPIcO¯fU^IN)8Ul䫳Z3AUPR5EEU)sJ|׊\e%46/؝Ooo>w;ɊY,8Ls؂>*/&^8! dSJޫǖto[DMq%y+EP.yd73WiG&mI.[yG8\_L_HêYH^➦_zuGa3| ŨDS P$':AM~d>3oV3raJ(wvgXu- k`T.S"[OyA%icF] eoK",3{%!,Ew}0lE--X9x_@$P'fHk-nd}KQp&vM2&2;ĉ87f%(-mڞBu9Fjį|ʟγ9b(D)}@J28WgUqU,Eau=/('1-XwjKR3P;~m53?ฝ8ۘ)sUSM ;* ]_!8zStЊQxh@\tFS|9z>^|F2iY<#/OPBQiy+"G>ISMaղ!Fvஇ"}Y;r k˧5H<'H^Y29w09IfA.r L+bB;Iʟ-3@Z:q]A88G#YA [蜼=*+v N,\mdՐڈ$B &ӮuA ߿)@=鰧JiԘ)WDd੢=60 q_`[ʜ JXI"H$hl7J]Dh-V78";i[L=y1:p[U3ʙ[?rDu+}rЌ}+2"ƵJͩ?/(h6<%=Qvc)oClf 6x<%Ⴞ,9+?/O/s2 x&H͓Ӕ٪6k ^eM. F"k ; 0.ޓMʨ73;[GnL\`үfsj{]dn!