ruby2.5-rubygem-pg-testsuite-1.2.3-bp155.2.13 >  A dkOI%z d1EB\5cR2GzZկ%q_AHxYAX@2@)Wl875oDu7_yax &hajOcWIZgF-O.Oh\eVDvtx}m\]AK|ya ܞG=s°~ PX5^ys gJgrk]CgXz}l B(y֡J3ʠA3[/S kn{(D?V7GͭU a6"-p;~?~d% 0 Btx  d     $p.Tr(89: DFymGyHyIzXz,Yz4\zX]z^{b|c}Yd}e}f}l}u}v~0z~~~~~~Cruby2.5-rubygem-pg-testsuite1.2.3bp155.2.13Test suite for pgTest::Unit or RSpec files, useful for developers.dkOlamb10DSUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/ged/ruby-pglinuxx86_64'_ [(s #AA큤A큤dkOdkOdkOdkOdkOdkOdkOdkOdkOdkOdkOdkOdkOdkOdkOdkOdkOdkOdkO1f954fe808507fe6daf8eb800d37cbf5307e29ad4782023eb8f38585ad08531ebe7051500994f08aadeeeb7a3b7a0cc0b6c86e16270968305a7928056a2c185783ec3041411b61f3ad123ae06ec04d29c635c51aeb7ee119d12203eaf1939f538f6b09d284b7e570d2e290418c72beacbaa1887a20fee904153d49e33303680f4b55ff575d66a3d2f7d5fdabe5da8fe0b8085428900d934012b981e6b65038245a233c71be2db9ae060160488378b533c40d36f17daf614b77cb411d7f5ef634349b21b4175e12b8ea048f295d800a4db68bc6f372f462e7521a702f869e2de07a1ece4585a060a5b6c465a39e5caa637098650c00f8d06c6895e71cbee5ab10cd1f32ea8b796cdd4f8c4e4930303b10c981511172fac9095cd40e45496f5c279344d93e0c4a6097bcc85356b04dc0141dde04132581a0cef074ab0eae27003a1104712e30a0b434fc90cb51eaa7583c444ad10bcc9af4a6d2a6591ce57fd972f9a37e3ffd149b61b3c11136cb569e07a53ad61855a9ef145ef3c7a11b125dd23f8cf000f134f720cec17b41991232c6cbd63cf761362664007b67fdee88469070ca877fd3eb73cfc1e1ab5f76dac637b8f280c66fd42ad1572f4961c1c85ea0324b36759773f1889a9373c39ade524512445ea339f66b7c01398f66a11483a1d4c7a54c72ca5ee522838db48a75d983fab40137061c74dce5b041a8fe98e424rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-pg-1.2.3-bp155.2.13.src.rpmruby2.5-rubygem-pg-testsuiteruby2.5-rubygem-pg-testsuite(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:pg)3.0.4-14.6.0-14.0-15.2-11.2.34.14.3^@^AE\\Stephan Kulow Christophe Giboudeaux Stephan Kulow mschnitzer@suse.comfactory-auto@kulow.orgcoolo@suse.comcoolo@suse.comolaf@aepfle.decoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comdmueller@suse.comtboerger@suse.comtboerger@suse.comtboerger@suse.com- updated to version 1.2.3 see installed ChangeLog- updated to version 1.2.2 see installed ChangeLog- Add use-pkg-config.patch to avoid relying on postgresql-server.- updated to version 1.1.4 see installed ChangeLog- updated to version 1.1.3 - Revert opimization that was sometimes causing EBADF in rb_wait_for_single_fd(). == v1.1.2 [2018-08-28] Michael Granger - Don't generate aliases for JOHAB encoding. This avoids linking to deprecated/private function rb_enc(db)_alias(). == v1.1.1 [2018-08-27] Michael Granger - Reduce deprecation warnings to only one message per deprecation. == v1.1.0 [2018-08-24] Michael Granger Deprecated (disable warnings per PG_SKIP_DEPRECATION_WARNING=1): - Forwarding conn.exec to conn.exec_params is deprecated. - Forwarding conn.exec_params to conn.exec is deprecated. - Forwarding conn.async_exec to conn.async_exec_params. - Forwarding conn.send_query to conn.send_query_params is deprecated. - Forwarding conn.async_exec_params to conn.async_exec is deprecated. PG::Connection enhancements: - Provide PG::Connection#sync_* and PG::Connection#async_* query methods for explicit calling syncronous or asynchronous libpq API. - Make PG::Connection#exec and siblings switchable between sync and async API per PG::Connection.async_api= and change the default to async flavors. - Add async flavors of exec_params, prepare, exec_prepared, describe_prepared and describe_portal. They are identical to their syncronous counterpart, but make use of PostgreSQL's async API. - Replace `rb_thread_fd_select()` by faster `rb_wait_for_single_fd()` in `conn.block` and `conn.async_exec` . - Add PG::Connection#discard_results . - Raise an ArgumentError for strings containing zero bytes by #escape, #escape_literal, #escape_identifier, #quote_ident and PG::TextEncoder::Identifier. These methods previously truncated strings. Result retrieval enhancements: - Add PG::Result#tuple_values to retrieve all field values of a row as array. - Add PG::Tuple, PG::Result#tuple and PG::Result#stream_each_tuple . PG::Tuple offers a way to lazy cast result values. - Estimate PG::Result size allocated by libpq and notify the garbage collector about it when running on Ruby-2.4 or newer. - Make the estimated PG::Result size available to ObjectSpace.memsize_of(result) . Type cast enhancements: - Replace Ruby code by a faster C implementation of the SimpleDecoder's timestamp decode functions. github #20 - Interpret years with up to 7 digists and BC dates by timestamp decoder. - Add text timestamp decoders for UTC vs. local timezone variations. - Add text timestamp encoders for UTC timezone. - Add decoders for binary timestamps: PG::BinaryDecoder::Timestamp and variations. - Add PG::Coder#flags accessor to allow modifications of de- respectively encoder behaviour. - Add a flag to raise TypeError for invalid input values to PG::TextDecoder::Array . - Add a text decoder for inet/cidr written in C. - Add a numeric decoder written in C. - Ensure input text is zero terminated for text format in PG::Coder#decode . Source code enhancements: - Fix headers and permission bits of various repository files. Bugfixes: - Properly decode array with prepended dimensions. #272 For now dimension decorations are ignored, but a correct Array is returned. - Array-Decoder: Avoid leaking memory when an Exception is raised while parsing. Fixes #279 - Add more rpmlint filters to avoid warnings which are caused by this gem - Removed license line from gem2rpm.yml as the license can be detected automatically - Drop rubygem-pg-0.17.1_shebang.patch as it's no longer needed- updated to version 1.0.0 see installed History.rdoc == v1.0.0 [2018-01-10] Michael Granger Deprecated: - Deprecate Ruby older than 2.2. - Deprecate Connection#socket in favor of #socket_io. Removed: - Remove compatibility code for Ruby < 2.0 and PostgreSQL < 9.2. - Remove partial compatibility with Rubinius. Enhancements: - Update error codes to PostgreSQL-10 - Update Windows binary gems to Ruby-2.5, PostgreSQL 10.1 and OpenSSL 1.1.0g. Bugfixes: - Fix URI detection for connection strings. #265 (thanks to jjoos) - MINGW: Workaround segfault due to GCC linker error in conjunction with MSVC. This happens when linking to PostgreSQL-10.0-x64 from EnterpriseDB. Documentation fixes: - Add PostgreSQL version since when the given function is supported. #263 - Better documentation to `encoder` and `decoder` arguments of COPY related methods. == v0.21.0 [2017-06-12] Michael Granger Enhancements: - Move add_dll_directory to the Runtime namespace for newest versions of RubyInstaller. - Deprecate PGconn, PGresult, and PGError top-level constants; a warning will be output the first time one of them is used. They will be removed in the upcoming 1.0 release. Documentation fixes: - Update the docs for PG::Result#cmd_tuples New Samples: - Add an example of the nicer #copy_data way of doing `COPY`.- updated to version 0.20.0 see installed ChangeLog 2017-03-10 Michael Granger * .hgignore: Ignore .lock files [379c198c7185] [tip] 2017-02-16 Lars Kanis * lib/pg.rb: Use block.call instead of yield in proc context yield in a proc context requires Ruby-2.2. [aa91b4b14b5c] 2017-01-24 Lars Kanis * History.rdoc: Update History file regarding RI2 support. [d52339653fe3] * lib/pg.rb: Add support for RubyInstaller2 to Windows binary gem. RI2 ignores PATH setting for DLL search, but provides it's own API. [87fe14131d78] 2017-01-14 Lars Kanis * History.rdoc: Update History file. [ci-skip] [0d1921b825d7] * Rakefile.cross: Update Windows binary rubies to support 2.0 to 2.4 [3736e33ce71e] * ext/pg_connection.c, ext/pg_result.c: Change all Fixnum to Integer in documentation. Fixnum are deprecated in Ruby-2.4. [2e17f315848e] * ext/pg_type_map.c: Avoid compiler warnings about noreturn-functions: ../../../../ext/pg_type_map.c: In function ‘pg_typemap_fit_to_result’: ../../../../ext/pg_type_map.c:15:1: warning: function might be candidate for attribute ‘noreturn’ [-Wsuggest-attribute=noreturn] pg_typemap_fit_to_result( VALUE self, VALUE result ) [2af122820861] * spec/pg/type_map_by_class_spec.rb: Bignum,Fixnum and Integer are the same in Ruby-2.4. Fixes #255 : https://bitbucket.org/ged/ruby-pg/issues/255 [a446dfaf9d8f] * Rakefile, pg.gemspec: Update rake-compiler and rake-compiler-dock This adds support for Ruby-2.4 on Windows and Ruby version constraints for binary gems. [6ebcebaad39c] * ext/pg_coder.c: Fix method arguments for Coder#encode in documentation. [ee79cce8b141] 2016-12-04 Lars Kanis * History.rdoc, lib/pg/result.rb, spec/pg/result_spec.rb: Fix Result#inspect on a cleared result. [0c60865f718e] 2016-11-09 Lars Kanis * Merge branch 'master' of github.com:larskanis/ruby-pg [db7c584532e5] 2016-11-09 Lars Kanis * Rakefile.cross: Don't download gems in the rake-compiler-dock, but use the local installed gems. This saves traffic and avoids download issues. [14e6fa84d31c] * Rakefile.cross: Update cross postgres and openssl versions. [a6ec62e2b783] * Rakefile: Fetch the errorcodes from a specific release version. This avoids introduction of errorcodes, which are not yet released and possibly subject to change. [b399dae9e988] * ext/errorcodes.def, ext/errorcodes.txt: Update errorcodes to PostgreSQL version 9.6.1 [c1b690f2b47d] 2016-11-09 Michael Granger * History.rdoc: Merged with d62b04efb055 [cefe252948ed] 2016-10-21 Lars Kanis * lib/pg/text_encoder.rb: Fix typo in JSON#encode [d62b04efb055] * History.rdoc, lib/pg/text_decoder.rb, lib/pg/text_encoder.rb: Use secure JSON methods for JSON (de)serialisation. This fixes issue #248 : https://bitbucket.org/ged/ruby-pg/issues/248 [fe3e883bead2] 2016-09-21 Michael Granger * .hgtags: Added tag v0.19.0 for changeset bd2aaa2c5797 [5ed7106cc770] * .hgsigs: Added signature for changeset 8beaa5d72670 [bd2aaa2c5797] [v0.19.0] * History.rdoc, lib/pg.rb: Bump the minor version, update history. [8beaa5d72670]- updated to version 0.19.0 see installed ChangeLog 2016-09-04 Lars Kanis * ext/pg_connection.c: Replace rb_ary_new_from_args() which is missing in Ruby-2.0 We don't really need an Array at all, but storing the values on the stack is enough. [4d9c4ee44d11] [tip] * ext/pg_connection.c: Use the asynchronous interface for setting the default_encoding. This is another attempt to solve issue https://bitbucket.org/ged /ruby-pg/issues/245 While setting the encoding per PQsetClientEncoding was already adjusted to release the GVL in a previous commit, it did not solve the particular issue with pgbouncer. Using the async interface has the advantage, that signals or exception events can be processed by the given thread, while a query is running. [a646a1394e9d] * spec/pg/connection_spec.rb: Spec: Use a more effective test for default_internal. UFT-8 is the standard for internal_encoding anyway, so that not setting it did not result in a failure. [08e7e13687e7] 2016-08-20 Michael Granger * certs/ged.pem, pg.gemspec: Correct key+cert upgrade. Refs #241. [7431b5c1430d] * README.rdoc: Merged with upstream [cf9ac513102e] 2016-08-20 Lars Kanis * History.rdoc, lib/pg/connection.rb: Fix wrong exception when running SQL while in #copy_data for output. It raised "undefined method `result_status' for nil:NilClass" previously and raises "no COPY in progress" now. This also fixes the failing test of the previous commit. [dbfc3856e543] * spec/pg/connection_spec.rb: Add tests for running SQL statements while in #copy_data. The test for output currently fails. [9b2b1cd54d49] 2016-08-18 Lars Kanis * Rakefile: Don't update ext/errorcodes.def with every run of rake gem. This fixes the previous commit. [43a48561adde] 2016-08-17 Lars Kanis * .hgignore, History.rdoc, Rakefile, ext/errorcodes.def: Add errorcodes.def to git in order to allow build from git per bundler. [29ca3eed927d] * History.rdoc: Update History.rdoc once more. [6874ea8622a1] * README.rdoc: Update README regarding to Ruby and PostgreSQL versions. [73930bce99d9] * spec/pg/basic_type_mapping_spec.rb: Run JSON test on PostgreSQL-9.4+, only. Earlier versions miss the JSONB type. [6b23964f70c3] * appveyor.yml: Update Appveyor to use Ruby 2.3 and remove 2.0 and 2.1. [8ff3d0b07cda] * .travis.yml: Remove ruby versions before 2.2, because hoe-deveiate isn't compatible with these versions. [73279f9db276] * lib/pg/basic_type_mapping.rb, lib/pg/text_decoder.rb, lib/pg/text_encoder.rb, spec/pg/basic_type_mapping_spec.rb: Add JSON coders and add them to BasicTypeMapForResults and BasicTypeMapBasedOnResult Fixes bitbucket issue #212 . [b76471234f7a] 2016-08-14 Lars Kanis * lib/pg/basic_type_mapping.rb: Improve documentation to PG::BasicTypeMapForQueries [e7181c452c64] * History.rdoc: Update History.rdoc [9c3699255853] 2016-08-20 Michael Granger * BSDL, README.rdoc, ext/pg.c: Update copyright year, license files [c77d0997b4e4] * README.rdoc, certs/ged.pem: Update/upgrade my signing cert Fixes #241. [741c94c3bada] 2016-08-17 Michael Granger * pg.gemspec: Bump prerelease version in the gemspec [f7472e7a7902] 2016-08-14 Lars Kanis * Merge git master [9b7987626074] 2016-08-13 Lars Kanis * Rakefile.cross: Update OpenSSL and PostgreSQL for binary Windows gems. [edbd5b8dbb85] * History.rdoc: Update History.rdoc [aca7b024ba0c] * ext/gvl_wrappers.h, ext/pg_connection.c: Release GVL while calling PQsetClientEncoding() PQsetClientEncoding() is also called within PG::Connection.new which could block due to network delay. This fixes bitbucket issue #245 . [41f81b72476f] 2016-06-27 Michael Granger * ext/extconf.rb: Add __EXTENSIONS__ to Solaris/SmartOS for Ruby >= 2.3.x Fixes #236. [5979b3cba237] 2016-04-09 Michael Granger * .hgignore, Rakefile, pg.gemspec: Deprecate Ruby 1.9, fix license name [fc5828a71f2a] * ext/extconf.rb: Add mechanism for trying to build without pg_config [22a3a8ef3244] 2015-12-25 Lars Kanis * ext/pg.h, ext/pg_binary_encoder.c, ext/pg_coder.c, ext/pg_connection.c, ext/pg_copy_coder.c, ext/pg_text_encoder.c, spec/pg/connection_spec.rb, spec/pg/type_map_by_class_spec.rb, spec/pg/type_map_by_mri_type_spec.rb, spec/pg/type_spec.rb: Respect character encoding of all strings sent to the server. Previously all strings sent to the server were sent in their internal binary representation, without respecting the character encoding of strings. Now the encoding of all strings is compared with the current connection encoding and converted if they are different. Since coders are independent from any database connection, this adds a second parameter to PG::Coder#encode, that allows to define the destination encoding, which previously was always ASCII_8BIT. This encoding should be set to the connection encoding, in practice. This also adds a lot of tests for encoding and decoding data. This implements issue #231 : https://bitbucket.org/ged/ruby- pg/issues/231 [e61a06f1f5ed] 2016-03-22 Michael Granger * Rakefile, pg.gemspec: Remove GPL from the `licenses` of the Hoespec/gemspec (fixes #72) [14d4f1399922] 2016-01-31 Michael Granger * Rakefile, pg.gemspec: Fix `hg:precheckin` task to re-generate the gemspec. [6294e7bdfd2b] * .hoerc, Gemfile, Rakefile, certs/ged.pem: Add gem cert, trying out gemspec-based setup. Hopefully Travis and Appveyor will work this way. [b3946987e6f4] * lib/pg/basic_type_mapping.rb: Fix the example for PG::BasicTypeMapForQueries. Fixes #213. [11f13477e4b9] * ext/pg_connection.c, ext/pg_result.c, lib/pg/connection.rb, lib/pg/result.rb: Small documentation fixes. - Make PG::Connection and PG::Result show up instead of PGconn and PGresult. - Add docs for PG::Result#inspect. - Swap `PGconn.open` for `PG.connect` in an example. - Add explicit returns to a few methods. [982082c0d77b] * ext/pg_connection.c: Clarify differences between class and instance escape methods. Borrow the wording from the PostgreSQL docs about the difference between class and instance variants of `escape_string` and `escape_bytea` for PG::Connection. Fixes #205. [01a8e779edb2] 2016-01-30 Lars Kanis * Gemfile: Update hoe-deveiate [7e95a9dae248] * Rakefile.cross: rake-compiler-dock-0.5.1 fixes the issue with bundler while cross compilation So we no longer need to disable rubygems. [7ad087272591] 2016-01-30 Lars Kanis * Merge pull request #13 from akito19/update_openssl update version OpenSSL [9917a9eefcd8] 2016-01-30 Akito Kasai * Rakefile.cross: update version OpenSSL [a9b7e8cbd788] 2016-01-30 Lars Kanis * Merge pull request #12 from akito19/fix_indent_on_README fix indent sample code [skip ci] [4e0e144275a2] 2016-01-30 Akito Kasai * README.rdoc: fix indent sample code [dec5b785d96c] 2016-01-12 Lars Kanis * ext/pg_connection.c: Add missing ifdef for PostgreSQL < 9.5 [df51313f26b9] 2016-01-11 Lars Kanis * ext/extconf.rb, ext/pg_connection.c, lib/pg/connection.rb, spec/pg/connection_spec.rb: Add PostgreSQL-9.5 functions PQsslInUse(), PQsslAttribute() and PQsslAttributeNames(). [5a437ad15148] 2016-01-12 Lars Kanis * spec/helpers.rb: Add rspec filter for PostgreSQL-9.5. [3b4857e5401c] 2016-01-11 Lars Kanis * ext/pg.h: Avoid compiler warning about undeclared function gettimeofday(). ../../../../ext/pg_connection.c: In function ‘wait_socket_readable’: ../../../../ext/pg_connection.c:2393:3: warning: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function- declaration] gettimeofday(&currtime, NULL); [bdd4f3c8fc73] 2016-01-09 Lars Kanis * spec/pg/connection_spec.rb: Adjust timings in tests for better compat with Windows, which has less exact timers. [e51a84966ce6] * .travis.yml: Bundler is not installed per default on ruby-2.3.0 on travis-ci. [d94ffc08a04f] * .rvmrc: Remove .rvmrc from repository. This currently breaks the build on travis-ci. [fbaac4e36b9e] 2015-08-29 Lars Kanis * .travis.yml: Switch windows binary gem build on travis-ci to docker. This is faster and the recommended ways to buid the gems now. [5fa0071f377a] 2016-01-09 Lars Kanis * .travis.yml, appveyor.yml: Update appveyor and travis-ci tests from 9.4 and 9.0 to 9.5 and 9.1. [a66cd5015f50] 2015-08-29 Lars Kanis * Rakefile, Rakefile.cross, lib/pg.rb: Remove needless platform specific subdirectory for libpq.dll. [b3a270f74fdd] * Rakefile.cross: Don't abort 'rake gem:windows' when there are no key/certs for gem signing. [6c7d9a357ac3] * Rakefile: Don't abort the tests, if the pg_ext file is missing. This is required to run the tests with fat binary gems. [0115baee0e15] 2016-01-09 Lars Kanis * .travis.yml: Use ruby '2.3.0' in travis-ci, since the alias '2.3' isn't available. [d28332e23fbc] * .travis.yml: Remove ruby 1.9.3 from travis-ci, since it fails anyway. [4173b84490f0] 2016-01-08 Lars Kanis * ext/pg_connection.c: PQescapeString takes size_t, so RSTRING_LEN is correct. [9c8027a0934f] * Rakefile.cross: Update PostgreSQL version for cross build to 9.5.0 [8048fe08c330] 2015-12-31 Lars Kanis * ext/pg_connection.c: Fix description of encoder_for_put_copy_data [4d4de8d69dc0] 2015-12-30 Lars Kanis * ext/pg_connection.c: Mark local functions as static. [1a2c1d85a8fd] 2015-12-29 Lars Kanis * ext/pg_connection.c: Improve performance of conn.escape by 50%. Copying the string twice and calling rb_obj_is_kind_of() twice isn't necessary. [a8ebc0163f6b] * ext/pg_connection.c: Describe more exactly the difference between quote_ident and escape_identifier. [b458c0c3d40e] 2016-01-08 Lars Kanis * ext/errorcodes.txt: Add new error codes introduced in PostgreSQL-9.5 per 'rake update_error_codes' [698e36b52c7d] 2015-12-26 Lars Kanis * .travis.yml: Add ruby-2.3 on travis-ci. [e53198935b4a] * Rakefile.cross: Update libraries for Windows cross build. [de4fdcd96eb3] * Gemfile, Rakefile, Rakefile.cross: Enable Windows cross build for Ruby-2.3. [1a6f2861f9d3] * README.rdoc: Merge branch 'master@1' of ../ruby-pg.git.bare [b324f3f65a0c] * README.rdoc, ext/pg_copy_coder.c, lib/pg/basic_type_mapping.rb, lib/pg/connection.rb: Add a lot more of documentation, how COPY can be used with type coders and type maps. [256c059e4802]- Force fixed timestamps for patched gems (bsc#916047)- updated to version 0.18.4 see installed History.rdoc == v0.18.4 [2015-11-13] Michael Granger Enhancements: - Fixing compilation problems with Microsoft Visual Studio 2008. GH #10 - Avoid name clash with xcode and jemalloc. PR#22, PR#23 Bugfixes: - Avoid segfault, when quote_ident or TextEncoder::Identifier is called with Array containing non-strings. #226- updated to version 0.18.3 see installed ChangeLog 2015-09-03 Michael Granger * History.rdoc: Added recent fix to the History file [f12dc2f1ce14] [tip] 2015-09-01 Lars Kanis * lib/pg/text_decoder.rb: Add missing require [d0ba6a2cb10f] * Merge pull request #9 from ramfjord/date-decoder-return-dates Date decoder to return real Dates [676def89b826] 2015-06-21 Thomas Ramfjord * lib/pg/text_decoder.rb, spec/pg/basic_type_mapping_spec.rb: modified TextDecoder::Date to return an actual ruby Date instead of a Time [c50593d12ba2] 2015-08-20 Lars Kanis * Rakefile: Add include for Hoe::MercurialHelpers as a temporary solution for the error: Packaging tasks require the hoe-mercurial plugin (gem install hoe- mercurial) [a84f83ff5b31] * History.rdoc: Update History.rdoc [cadfac537e73] * Merge branch 'master' of github.com:larskanis/ruby-pg [d27d6d5a6545] * README.rdoc: Add Appveyor status badge to the README. [c9637c6efcfb] * appveyor.yml: Use 9.3 because 9.0, 9.1 and 9.2 segfault in PG.init_openssl [158f6649b7b8] * spec/pg/connection_spec.rb: Skip conn#host test on Windows-x64, because it segfaults, currently. [04110aad7fc6] * spec/pg/connection_spec.rb: libpq on Windows doesn't respect the PGPORT env variable, so we accept both. [b4b666011f3f] * spec/helpers.rb: Older versions of PostgreSQL don't have a pid column, so this could raise an exception: TypeError: can't convert nil into Integer [48f1145fa631] * Rakefile.cross: Update OpenSSL version for Windows cross build. [be6b75fef0ff] * appveyor.yml: Add CI-tests on appveyor. [c2dc9e491853] 2015-06-29 Lars Kanis * History.rdoc: Merge branch 'master' of https://github.com/larskanis/ruby-pg Conflicts: History.rdoc [affb47533d82] * History.rdoc, ext/util.c, spec/pg/type_spec.rb: Fix data type resulting in wrong base64 encoding. [5fb9170f6a7d] 2015-06-17 Lars Kanis * Gemfile, Rakefile, Rakefile.cross: Update versions of rake-compiler-dock, OpenSSL and PostgreSQL. [10c6b496314c] 2015-06-12 Lars Kanis * Rakefile.cross: Update OpenSSL and PostgreSQL versions for cross build. [02094cca1cf8] 2015-06-11 Lars Kanis * History.rdoc, README-Windows.rdoc: Update README-Windows in regards to rake-compiler-dock. [4d9fd821ec1e] 2015-06-09 Lars Kanis * Rakefile.cross: Cross build: Ensure ChangeLog file is built on the host side before entering the docker container. [d32412acff38] * Rakefile.cross: Cross build: Add workaround for missing symlink support on Windows. [52bb3eef00f0] * Rakefile.cross: Explicitly set the gcc-toolchain, instead of deriving from the rake- compiler config. Now, that we use the libpq.dll (instead of static linking), we can mix the gcc-toolchains. So we better build the dll with the newer mingw-w64 toolchain (instead of the old mingw32) and build only the extension for ruby-1.9 with the old mingw32-gcc. [b3d169fa189b] * Merge https://github.com/ged/ruby-pg [5aeb99dda0ca] 2015-05-25 Michael Granger * lib/pg/basic_type_mapping.rb: Whitespace fixes [57cfbc230597]- updated to version 0.18.2 see installed ChangeLog 2015-05-14 Michael Granger * .rvmrc: Bump default rvm Ruby to 2.2 [128b075d5800] [tip] 2015-03-13 Lars Kanis * ext/pg_text_encoder.c, ext/util.c, ext/util.h: Avoid possible symbol name clash when linking againt static libpq. This should fix issue #209 . [b859963462b2] 2015-02-11 Lars Kanis * ext/pg.c, spec/pg/connection_spec.rb: Merge from git branch. [b60c89ee93c8] * ext/pg.h, ext/pg_text_decoder.c: Merge branch 'non-c99-compiler' [b111c84b8445] 2015-02-06 Lars Kanis * ext/extconf.rb, ext/pg.h, ext/pg_result.c, ext/pg_text_decoder.c, ext/pg_type_map_by_mri_type.c: Use fixed size arrays in case the compiler doesn't support C99 variable length arrays. This is notably the MSVC compiler. Note: The MSVC build environment is currently not tested on a regular base, so is not fully supported. [1269b8ad77b8] 2015-02-11 Lars Kanis * ext/pg_connection.c: Replace quote_ident implementation with that of PG::TextEncoder::Identifier . This allowes quoation of array of strings in addition to plain strings and removes duplicated code. It also removes the 63 byte limitation and therefore obsolets pull request #21 https://bitbucket.org/ged/ruby-pg/pull-request/21 [714601d05fba] * ext/pg.c, ext/pg.h, ext/pg_text_decoder.c, ext/pg_text_encoder.c, spec/pg/connection_spec.rb, spec/pg/type_spec.rb: Derive PG::TextDecoder::Identifier from PG::SimpleDecoder instead of CompositeDecoder .. and equally for Encoder. Identifiers are strings, so there is no good reason to compose it from other element types. This change allows a faster quoting implementation. [df67241d1a4f] 2015-02-03 Michael Granger * README.rdoc, ext/pg.c: Update copyright notices [447962e0dcba] [github/master] * spec/pg/connection_spec.rb: Whitespace fixes [f4a85f78807d] 2014-08-22 Chris Bandy * lib/pg/connection.rb, spec/pg/connection_spec.rb: Allow URI connection string (Imported from https://github.com/ged/ruby-pg/pull/3) [d4579ef9eae4] 2015-01-27 Lars Kanis * lib/pg/text_decoder.rb, spec/pg/type_spec.rb: Fix decoding of fractional timezones like "-00:25:21". [766aa353b392] 2015-01-27 Lars Kanis * History.rdoc, lib/pg/text_decoder.rb, spec/pg/type_spec.rb: Fix decoding of fractional timezones like "04:30". This fixes https://bitbucket.org/ged/ruby-pg/issue/203 . [33225805259c] 2015-01-16 Lars Kanis * History.rdoc, ext/extconf.rb, ext/pg_connection.c, spec/pg/connection_spec.rb: Revert "Add PG::Connection#hostaddr. This is new in PostgreSQL-9.4." PQhostaddr was removed from final PostgreSQL-9.4.0. This fixes issue #202 :https://bitbucket.org/ged/ruby-pg/issue/202 This reverts commit 03deab7aa63f9a00984014ce59617d552b4eac34. [b51d736bca77] * History.rdoc: Add a missing enhancement for pg-0.18.0 [a7635c3425f3] * .travis.yml: Update ruby and postgresql versions for travic-ci [b67b92f7db97] 2015-01-06 Lars Kanis * Merge from git. [625e9359ac47] 2015-01-05 Lars Kanis * ext/pg_type_map_in_ruby.c: Use a simpler fix for https://bitbucket.org/ged/ruby- pg/commits/a38cf53a96f [3d89d3aae4fd] 2015-01-05 Michael Granger * .hgtags: Added tag v0.18.1 for changeset f97dd6cb4f34 [f8122014065a] * .hgsigs: Added signature for changeset ba5aff64b5cb [f97dd6cb4f34] [v0.18.1] * History.rdoc, lib/pg.rb: Bump the patch version, update history [ba5aff64b5cb] * Rakefile: Fix the minimum Ruby version (closes #199) [69422cc8dc45] 2015-01-03 Michael Granger * .hgtags: Added tag v0.18.0 for changeset cfb2bfc0f661 [8aff3973f2d2] * .hgsigs: Added signature for changeset c519766e3ec9 [cfb2bfc0f661] [v0.18.0] * History.rdoc: Update the History [c519766e3ec9] * Manifest.txt: Keep the manifest sorted so it can be diffed. [d7cdbfd1b516] * Rakefile: Add a Rake task for generating the gemspec [ec6d6ce61a15]- updated to version 0.18.1, huge Changelog- add rubygem-pg-0.17.1_shebang.patch- Added rubygem-pg-rpmlintrc to sources list- Fixed licenses related to the upstream source code- Added new ruby macroslamb10 1684754395 1.2.3-bp155.2.131.2.3-bp155.2.13specdataexpected_trace.outrandom_binary_datahelpers.rbpgbasic_type_mapping_spec.rbconnection_spec.rbconnection_sync_spec.rbresult_spec.rbtuple_spec.rbtype_map_by_class_spec.rbtype_map_by_column_spec.rbtype_map_by_mri_type_spec.rbtype_map_by_oid_spec.rbtype_map_in_ruby_spec.rbtype_map_spec.rbtype_spec.rbpg_spec.rb/usr/lib64/ruby/gems/2.5.0/gems/pg-1.2.3//usr/lib64/ruby/gems/2.5.0/gems/pg-1.2.3/spec//usr/lib64/ruby/gems/2.5.0/gems/pg-1.2.3/spec/data//usr/lib64/ruby/gems/2.5.0/gems/pg-1.2.3/spec/pg/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/b0f3c501c8b391ba85464b556a07d024-rubygem-pgcpioxz5x86_64-suse-linuxdirectoryASCII textRuby script, ASCII textRuby script, UTF-8 Unicode texti$;eAJ utf-8662b5eb247edfe49676592db33085a05ea974b5745e2007295a58620b172a0c2?P7zXZ !t/R:] crt:bLL ؝. XT/"HPiәFz O?"OlāIsTԴV w^Ap:]5ՊkG󯜃˘.A@Gsw""[Hfs?*:ҪY WЭ [ڎteB l&zuf?%F,+gFDx3~wO}sv\[a-n";%,|zY)?F<[}DW/A;Q@Km\z,v9sߊi8P239C"ٷZMI~2]"̍t׭΢柘c9H-Jq]i-DeQCI($ 4?o:CbpR ISaUnbnG26 KI=yUd)ǫeH!nB6} )ᢩvb  "E37МA6 #54 2Wu+x5#,k\T۸!ҭLV,I Ef8KCE"[s@Tfw=/_&ء#{܇oV6|{E:71%M%C-/e W>M@_Do`34PIxr(Q2uRa)m8IMlz9ؼ85u~Y^՞Eo)MɐzTbk >{HqFuz/IXD,B Xi?=Ezr_ )K9H>缒Z)f\Oin>p8':0ٙ]>mY0]Cvf#pmH &#1H8خl;xڞj_;|H kM'&Wc j6ZvARkB7Wɠ e*&m; `68k޹䕶{KHq5|KD=N*,iGMؽuWj>g̀7%N2'g`Rϼߕ3 [3 Ə4}yVވwn 0X-'dzX0Z4ɦ)akS$|y)h/|~|$źz?k;HkȧaʍZf6IO|hŃ&;p1a'RniEZ~CYŀoYON9E@_(V8mݞn8T tl=:jИ!V9egon tA޵sݭ"8[ 3ۙ7H a  |omElmlR+8oPX33)E L{É<({:{Nb9wߎ }y.6tkEHcK<tYY dWU̡w{}n\=dzrV p2Sq zv 'P<&s>b_;{M a~]z|Z!]Tq%v"W__CJdD5$kYcJqv& .ذuUu:f쫃$厴'=64),sfm2JT#\O;s5a 9憫 KzPLc_%J\ZpB vNu{+譿6$vO:@Q\=)ϧRâÐ۲ev:K]HBGU| u_d>6^~귗A2Ue'MGʟѾ iZ}AlVU5Xd}:vu6H%{5>ת"!5 IXK|+M7[`}Cw8Y5ߞ>S$iIR鵸:ll܎@7x+f&p劥s(x읙Zo=,s=LUQDno=,hG"'k < `tl-.Nq«k$7_28l&00 Hܞ=j_3א)$0l^?4/z X$Ϧ W2h0>WUF +i=M^ж'QFwHvhMy.SFw"#r3c@*PJc Ǝ5o8 TRf6WvcNctLv.Wx 1,O' sY4d6jZYH6ILΤ;sTA8E:?.] K6>Њ\ h8zm6~e狽{R{]F=.f }~yd;a_Wn~C[Ar,$S6 jo< =0ATknZx8kIJ9tS s҉`l FtJb6M pV15UgtTL0E~,,;|[IZL#H:BhRcdA!m6$G)[q̇{ eKߪ\|#HJ?2?\} >TS,I:l@a'ScUZ\Zөnq)0P$B>^xVĮ]*(tq=t&'ah9 $ 3~{o6`m: !åube'`_0c,%;fa݀|=>qZϰ/L7כ upT:}Qk]D/XI!Kt|?+s){)D/2/Y$MCI> tYϮɾu G-3_SlDkd#?q%B7*J6boKH8 DUuU1]ɹ {4^4z'8|.j@-@AG1>Qx4";Ә̶d&W:Fj50콉x6+TcMM׊iѠe& &|?%whK;sԿ\0S)p%+T-u^L(`QG C7I!:S?hv:"<2ؠd|mo|YmgE(?y,B#kS>}@(a=u_!+v:Օ:q,s7{VT 2Ʉ&.S 'UŨM9޼D hpLz&|T_팆3q"1IvS[6ޓQW~zv3!xMݍ&H[8rDlE#q1\]S@%!,!6#ewr Rnzy9\C\ eqb zu( udž$L <\yr$9ƚYJ1y빃w}-k(tk"[4]r)y[u ownx#6*?YV1o цӭ-cZ/>?/کؐ3DGqOidOI{C"X'xM0hnD؄=ߟתUM/V8mUEQ6/rͮ8Vi&%{h?T81+܁0e =}\-w)'˪Kੇ]+Hi-'("5p>Jk!mBk#x/l / |h!%re±"Lׂm9U% D+Wȝ䠔A$?t4kXp,bbk̳*?VU=xo{EG(F#@&r@Y͵wVHʩ\Y]ᚬ[['ᢟ Ky? &֥d2f޶,R+vQ3^Q' i_?ڞ"~֏p_ߓ* /I73{4.1'^yU}brMA`i[Fl|W[[1@(=G2obȝ 2P&dw/ӕ:)+TآÞG E|Kt_%|^͎0W=@z OYcN#dw#A3C2Iл$x\ up͓ gk~+ ܮl8Gmf!BQ̛Yʾ=re[˘:( OPv|/ <%}*HZB:YpxmRebGna!u` JLP^=ӆ'n%~I4ZR,tӦb5{NU$GwCB$}E`x͕1v$a5 *gr?kX15mey~I!8椉l gy: HaO"Ƀo5_TYr9._DATجVL/%h֫ Z,7.Iȇ"auoʅնS0 $_ؤ-A"WAYU& ϱ]iu7usͶY 1rk¼3OIOGH-4|B*lwkFoW BD>Lnw;GB+|m Mf`زs7Z6x#iQu3Iɯɷ̄%3{Y^$ =A ӱu..~rk&yBPJ/sw6zS:$J2s! ΋ }s|oDi1SV% JER]Uh xf+к&}8ZH&V2+$֬Wi=d[Ɍ+EM2cB•l\Ջ{=_ݴ/PJC}xL✒fl]wJ740A2xm~wֲ%0/ i w밥C唹Ke$P"1@WpW9Qvd!sC\?{.M6|_}qR%! ~h9ژdBtn=?>Tt9҈ȱM -W$Iϊ:l@hT'Yy,l*.0hLc/pO-<[I!.|^YRKÚib=WQpX%f.d\jUy{63t~vQNH5pdK+p;* AV+h[GN3Uq`գ:ĐcQzsu&bSȇ"'ͭvuT: r y`!gaE[Tc[T6!Jsb~HU([|M$>#=[ SO'w-v~"1]PaT^ !ʗ?wuNX>  HZ֏/:-pAi,kMѵA\Pg^Vd+AUBp\3 2]puHՙ޻H"SRP`7hs*]Y9WP[ītKTJQx-g5Lj["5qܨ ˖ Po|VI<#f"'n!j 1CV,\5.Ie7'&~޿a’ hEWC͕8"տ_f*gV`=娬Ek5Fr5q.d&O\k\(&‰zeղplrhT4aG6@e\diqN!CS~^Z}M=T`S>g:R !O"ƫ^|Sj'Xպ>ATDe>߀3/T]KvKAoAr":!jdlR*yV}: cL E`i [ixe\89ǻևk G" :~EN͂Z㪀pdꆟruf.%+k#< YcZd԰Gm_Cfc iӒȤb%:ۆXssO_gr4s.Z Vml6ɵozr :3 ̱$uCre2޻zrN =#~3fx<gzRճEB8^tK3s ֭+Ɯ\)?)f|qDBnhƙ6D4g#77Wcn\.q,|y9L#1wݭPajNw,/\Tm ZOx*z;3QZh#"_$wdvOy*_2o ?suV( N"[#wU=omK7Adqonhķt̀ަ/2r[Է<.ʘ,y,6g~< ,gzJIV{MTM.HW^Ҩ{QJ97S$R3(:Ľzي|U>]ꟲ~[Mzg/d8z-8M;*jP617MM MJ3f>-:퀷 yjS%zf'^{7/4 @ 9%k]tȯ^ƲFq_1eOm17 [5Whퟴw')W2Un;ҀPpM'| oF Ү2V;g+<܎X&'T'!IWPldp>P܉/ $K4^<}B~יGvV7u&==OTn wz_%Tt]IOp9?:7'Y u@+0ONG }p3> Hr9 h,2&I%Ц@Lʺޟ.DO8Dfj %%B'% HCQzta:2So c7V|gӹ mJ篹HOhr-7R z$z{Oh& Fa;s3[€3 Ex6acnA.GvFrģ8cPZ;,yZ-)1M(SAI/qair4aXxK7XdL $N& Cc`4ߘBHxǿ sX]͈܃6SI)cRmak$VDz|5\M[p^F:}gT+#\b}ŗδSN.L;bEZL9L7Rdc}'RQ@sf޼r0Q~Sp`'=ͫ(to'>ӌ7o~]u 6Ȇb"TyBfׅx,E2Ķlk/*Dm_)G~84 u-Ż/ CgL@;po灭h[QhG2H4MqK"Q`ylڰunh(^Uoc!ʈ->/%g W.k1M_pyw8X]6 q !!JKƤ-4 049~ cFi hB>䘄Li)T4. rMî֎ig(,n`+No+/ֈ]\֨7,tI~ͼ9ɷҗaE~gY HXd\6*9=sD}=1 磺YJdꈥ6pg!9*#l5wgvgi|`,rJ.?iҖ շw,Agf+HL2!ɷ :O Wj9VZ:ܼNS~R)tN5ۺ0 lڴ(,=ĉj&Ux"U8;R2^jU2^̥~'jz*Lĸٌw8!'4%V8On?D;Tcݚ]ܺ59@_R aĂɇsYoM &,r s8 ~ǣQ(Rw|x (;ÆiÞO'v@ZZO !:Vx}axXA ۇ} pmV-ldD dB+ ۥ\|l&%K:'r*=7)i/'`\/MyR/5|]>&M,6z?p ޒEKfqO3/\ 5؈j.vŃC%3[":P39DŽO莑|;/eAje^JȸXyE I&MttxEh#_D69g%V )<4}Jj 5a2ҀOw_5\umc({ Itf`q(f>xP BD-U2^JgL@'ϐw^}؝0_Bc݁a9ve+d̻3LV?/U ݖ +a1׃L>a@UbYRRq#Xco!<8g,&39FzyH2r jRI EEt'19'I'h. yˠcŷ^)SteR,ݰ.'!%g Ь(xl]X"N4)lc?Fϭڌh 2;:f֐/t\ 3,(] $^A!=vӈDc}D鶻-LXk:XØcHj&N s3oJ-b+->P_^㦃ֽKߢliN/Š申>tǸVatuCZrsRb} AO fylx LfYп;+.ai.F=' _|FpDۚdskþ:+\?!}>VD.}I5W DFdadMARc1]S`vnŬDaD|D9Oifú,Ew Ҟh?F'k{y0{,bppgO8|jTu^6 /dQ]'Xa7^yM0 ckI3e*!'06@0obU)׻ n)t7*(-YJRYr"2Org85H8zC[N2O5C9~G3g{D1clL5[qt%za,rZ `jyD,A-1ƾ@/JC2-^wï̱:?'q/iT=ּ뜨;K|$v?=~|Rʍ\Ut @p5;pH,$3`'s%\$*VR.Bm12'-3 x#ZI/睅˂3%-]Bk6\nQZ,{Y.A2fjZxm/0 w~O%P-@@w"p}Yו$(e+Pta`jZ>9Q foV:O{je{Anaojǣn Tט Y# G?K`w s 0`z=xLFBT)CһC?nĸsۖ{[HY1o" Ԓ NvXm6YEZ&ݟ+.>/ez(.4<9JL%3gBkSk)@d'oJ;0k[$GʎwU=.~=^EQtC7PpGhMFjc*a2v`B"Q՛g0iA :6{-Yzq.n4~ x`5n2-| )1dxdxmIdtP2AH| P x)۝s淋k%ou>%h,T)oIM ^ä.n2o {3 Q#2D!JntF1q^(HD7U{;x2Z\JzȝW ~RU="觪8z'h-`(ƇއaR#m93oe&k텯[5 #OUjIOd3w.cJu;N܎P5~]#8v%` c"'< 0KKcL^NIPrkpoMͽFfOr/ &ɷJ\J[Ҙ}P|!!є7׶/IK3A_xF<;g~a6-P|rS *!۾:w $`/h(rHCdӌvܳ C?y8|O}"@ը۠}ѕZ}acG+DR$4*B߀OKhPT4,Z |Smln v9۱kpg)Zn4Hl~'HɻHDt_I>R{L0[WVld J\@4&3#iÝ߶"}mjz`* E^Әh9`1&H <1G)'DrDqb š5[cT.U**'(/d/RQJ?ꎫ0Epnɿ J )"!2$?Qa#lnN!_\ܡ|zhZϵ%W,`>zvx{qWA ,p4}[g/S|fۻ!$Smps:6 ^]Ǩ!# '/C '+lreΙϧxT->^4t`CTj*ڂ+sA4 xgZC^NΡ#lb|Ȝ[ }1l PD2;ޒidm3%e2ڎNId{>o'%ҨIͅ.&bߕ݊>Ñ2Ǫ/_rWp i_%>tv\'GN0Vitf &4q#b63)jFg틲sq~zw{ی 8TwU>kIAףij92d;3Gϔz~*jvOBOXz+s0+vb{09s^*촄lZ(ؓ]+Ax''lvk)IҵzRBpbf7Ӛ "]!|}O?x2j } ql||XfWujce!T|_~3fpıp h$^ѹ-*3H;n|>+dnJ-\vK`fٽ$+\[`f ]m!h@2!S`ck=4mrtKQ6ӵ{u?FÔ@zOhzz@TQE!XڳΓf[C;#oˤϤ m7_NAZoH?dDoԉ6*# "3.S-9eAEꜝN}찭ZBɤ++/8 8m2X}N $5[CA1,A_:eݻfQ[.{%ЛV)щT;iJ/aFdqŻ\' @| J7DW$ڼQI/4.\DH|kl xf R7W^V{5SPrZD*d95C„P qa?Ih$ir?0Qj |(.}zkNjkMwgj %:=F&l3k.rцUD8wE͊z[[~e,MTBZ- IK܇KzY SE{ 8`srlVn<-CSq9ʀY$~}w *~, tl.K=Ls`JN&T,Чòc( SQ:!alIZ_ x m8 _ P zU(ڗj;~ iV,N;4ӜH?D b&T.F.bG?4Gyڶ@w+Tt L2_bc-,"kG3ɗg1qch;-7V~'I 7%"FݵqMI؞YvgT$4ˊpNIGnr5R>:pK6) 㛫h@6dXʕ/)\O=藝~ NX MZr{FDI_^\bkSNۻ.u&nќ{.m,dOʝv.XtYF@+Ӕ b6?;&Q9}gZAy#cjRWс-ϯO#%a為\B79MJ+=s'>6\RAѴ܁/ؼ<h=\pUT)R4q!< ӱ% |Rk 62ՐރCҍᅅ4>zD@fe}O^L Q@mOE3wdMlS1ɵ_G`\Tt ՚۞›)]ŲrXs*V p<ն#9Xob1 ǹy)G5-= 52iS4cV= Yt] d3y܊c~?Vr>@~92((eLV1O[o~xt P- ^I\x=TtA!"(5Pdz_ ӮÚ1Jn; i'qUHG$EZ/tx.E̙P+lg~7[j- ]`',sq0iFwKMlju>+,ŤD; A޲2F.v6fV h DqrzP12KDZlSkIxytbji҅v{ƶI5ݍy3D" 7H#4љQf.ѷOŮj_X!pWJQr+c8AM7`#+80y[-zYD'jLX\R)ب|-Af#S Pדn$4ҥ 2nQGv*9}_:~JPf-$x`4rɾCtv,rk8JCt@ūL/IL$$়_Š ^uZDTLp/YtL-(MfeNo'++Z9X,䅤w5'Wk哙YS_0d>kXXVC ,^ܶ!~1Dw'ܾցro(M5dwѯ9B,-0G>!#Dh9!;dĵ>nN sYexDu?04bTЦ#"5xj+{x9qt2!Uм[)!c' lt͓&ea/\Yd5L*{Lq9^¬7b@wRTS坐TǘQVlz$\@^0U>ZzMu7_i(42@]zb` >R|mzMXJUveqi\\t3\~wAJciAW]QS"4Qz01#ajvbNKb'}% }W`d 3Ӗ` t9j Pxm+:Z' Y'CfSeZDRn^Mm%YyK1 HӪ>;tǭVÍyN@9 zׄT>RH. x얮5[,$l[PyvĂn|rgDm?efu.)#$^=mT~W\":t[WBd|m3#JFBH?( >%"s@/G{# #vR64Ubu²@bu:.*+OmyxA Lv VΕ mAw,tמ!pZRҘ>{ݒoA|).`[o[}.~\ԚmcB92Ml!K0Q^KޮBC.Nr/A<3eot7ۺIAV>cv:{~z|m|k/1r^WuN?TSH{2R BQv ?Hd: ،ңݯ94#e9Flz!xed_A3i+A.><+8%fi|&-|`p,r4mWZ 3!ELƫK)@=kB ÇTYRRE}zi< _^C/I7 ,;wC"fibVYƌ9 '@mJ0<鰁V/,I;$ ZO(ÈY@VrLW,ɹA/S?/&lD` bmQ-)XNa bWߪG|`MY(MW "G=̴`~82lhTp?8}+/Xlk<Ȫd7R#[Y,XL*8迳.&  m/I$5B54~´Ͳ*_Hc]["̥ISK*i2vІAW]w 4F{rd"l2c3 Xe,-^ ۑb5OQ~Qآ^ʍ,X5zvB9 ¶nЈ2.SYuD%Q1<22RbtSf7Sݝ&]$qnBNr5<.Z Ą BKu@Yi*eԲ{= ~Ve܅ yuT:+}i5WMMɽ/{d]v劘b|MQu]1Q⊎:ȺȻ+"E838mSYG!k~"rB;KVӡk`f!Dpe38 ^,_5;07JN1X^reA25zvZV-d?ocZ7:37?Cr.kqH~R*!Z%™ *^Du>kQbRsY ?w~.p$8_`گ\.c|-Y9 2㇜!_V?I_quΏ}oF6-=/Y㡒"'  %>:Y"iO=S1xe/D%Xr|lfIƺ8 n6LEВIA_u;u6U:GPU`%f2NՏ*~L2"R:~5.ON_%BVU2zh-t\$,pl{=L%vٔ&g#cQxtP~% ~ш(^ynF/k|P۷^Rg͚+#)` 2/:sTRϾ}h=IN֮LY67 "Lj=6,F{S8nN1U1\ϭ]{CԚX&=kA8䚠f>Zc!~d{v]w(6A۞/J#|}#Rk@/oxJLD5ԕ~vYC]i _IzMBXX#r h{ӳm &_g ~+bMq>$ATz3(+«xki:;/l1BY7Ghy-Z!f;A;!#2fsP]2c\=2iss>#+Dcp]6 6y~Z&&mf^ /s#k)۳ҮswX5q7 K&;wH+Y]TR.q^ 7s]$v饰 fR /4tަ6NJ(9Z meC[<V<@ JA/xWc#PP?d;PK% > ˠEVʀFyEQ@R+ A"xiK& %lURlkMm4ntqr▦Ӆٶ_vrf0e9\6 %Z^c 6?9){LAܼWs[ͬSer`~KasʷS'e/7yb5U8̪1 _Ev) q\.`蕎yAjz9qU7Dj &0>x3h<F\{ok CCLJoݬly)lJ ^kk5yk~8d/=uD4lrmϲ/EU[1NL`>t9 0B[{U#7pJ|9t~=QNQ;PpL`RYWu,![7 | @ɨ(=؆*[ߝwi[h<)*XdNt"SHS{~LOvk(&BswztHy,hTi(JK MٻREfj}W1MYYqR w&oD2.k@sYc <s@?wA_ )HYZb~n_ӉPO 䲴1}Ȼ$~ 1۲0N.&b@J-ƒ|ȉ&ȷYN@7b?4b.#VjEvxP}g JkJ[賨d^~5D*^OI hT8dCaXOJ}=@AnG~"AW{nR/u[|J%NQ"V_Wߎ. Ӎ^!vފ!Nle@F̰L:ۺ4cj`:{se6dGwkkM~.OXhw Հ 6=^E(h 4e1 -w ħV\2nU^ao5QaxN|_ A%y&h(p5|(XuP#i fFnR43+ob ,>{mT#rrбwֳ#as@d⧾f3IK AXoqu8/7' 0vƭ}3Ox83$%dиE=Y N2rpf|г%R(O[o-`\8uciޡ5*P)_TM>F6ow?BkFA~۪ A#OMTyĭݎKK<,͌ThKݙK~-wm:6"C=UϱTR R-*Gm"cfA2IygDAΫŬcO+Hr/7j>MH07W\~n̩h?}/TغlyrՎ1Z{a}K&u+Tfx=axBl!Cݗ3}sirNRUʙ ަ; { Ȓ^TS44_mI]1pr;#S.w!I~y`GCNc'R1qG.[ge:@cdmGdrJAE;G8 I\~iۭtznA=k%H|gDn=C^Ek"nIx.P,Fao=Lho' 5%&C(;N;io5hWn/;Aɖdwdk~n$*kuFcջv b͍r7Lpމj_'ζٝmk$x9 8߭H[hc"̜Mk֝rwOAŜj-:CX,yTzU*1Y"$N"(`V7ByvsW]^4j[UB]-V=B$'}k "՗tP HѢ82~;Fm+nmrڦ-sCbXp+ g@ж5M>ɇ2$TiN[s_~rkFRS%1;N*n%G3 :6/x3`0i˔âU$CT & /7B1ؿqKʬ2hlq=. 5V焍 jSέ,npl݋JtoaBKS?A]dLfm% fK*{F$6(,)J Pg&{K1T@I~)P2y7:iFdqD4:fG-/6*F"&Nf 忆-l4.hr#oZxst<Qi :H,$.B9E @ փW*7z7!,vW-v$l"ŗp.=L^2aT&[$ wC $)t;TQkNeqQw{cSjH9K2ftd+aI;ަ+80zq b|:F4Njz/_'bj%xȦҁ[%a ̮Wo{%b)64BZ?p_>58i;u@;}_ǗU3:.k=4މ"7/sV6:63,|z9d 9ȇt(ʵ'q>4R #'s ,ӄ=NÛ:@?CC;=+ԳXt;JOyh6 k1:y@>7Βh[SzZ=I{8iԅjg0s)X`=%4 ;zpiA\ Ծ26ٸX(dϛ3} Α#=a|{' ο,RbPV]ܺ yϘNcB2o0uQZE<2bZ<%0 ͈$2d\]&ahYBV` N=G/ךsޏS֋GOR`*e1[סYevt8tVzNuZUx.?1J̩[,FLKsb0zzoܮp*>9:q;cvV_ix%P(ʚ7U2AxLFۃ c4=㝣g8 ս%@:-s}%/ȣZg= Wu)c'9+TORPT\=n5ֺSʄh[۩jԈYjl,&m09.-fP)ЏR^SKMpWJ%蒠5ޠΏsۙfpyvz* 瑋ggݥe=+#C="^㵕ߚ?M( tR8U]~Mg(%5[ac$C.4G_$3)vbGeW) ɐ![>r5\]eF\3PhJSTEˆ%B=4q&H1ٮ|CVܙ;d78k&JeR*e7}EC-`I^(J,C.:^}34GUpm0+Ww"x>Cc6=OdA &q( .vȒ}F=É9/BJ$). 9]}bXPoҦ~/.Q_`yxß*65cDF(5TjYڭ5Bo-j!L-c7Ѩ#xsLb8!p[*mqD?2ʶ`wc&D6dURÓ`e\"՝GTR'`*j!|ԩZw"oI ='Ӝq?͍Mb%R] ?I{GygvяyS``wC.Q3J%\]Og}Y\ \^5_ڡ/?$3h_쳛vΚ MLa+/;wJ$vA@!X P?P+bb؜i}ZFǍRH~%o2$}#,"/Iv]sB׸9ZO*kxÐLߌmWRdH#>Yco}R1y׈cz\O1pAU6JP )ƞǒۗK'4;/mKıtcJ,!|ㅇG`N{A*S-f);n5-OB8ʣeG` xhDzv*qAUԮ& /v 55)*z9ibXQYAeK.ڈ:wE&:&%1=v I/5 &"4ilJԛ._wy%M"uÂ]qO]z Q(h~G1y#o$}sJO/q\{Cu)Wi,jY ZKb|ɀY^]"ph_! q#q5zS 881>aO Wj2:|1/((?9H?NDذGIд''-D-wKӜC9I"hr:5~%a|O3#/osbqn"1wV86֨)lnKODlS 5qf-d3WAKJ 诫s!Œϣ|$#02y*fj*{¿ 4W%5Ey~aZ-ꫮǪ 8J/6awˑ$T"Cr7?iLyq+n]G–rCvG!BS*)?n5pq9Q3T`זM$+Ӊahh='@D)[SL/0#.Y'I+s'wZ8jB?0f(yJ7:+:zɬBH^3~a*vXQqWΏ27b0(-Aϭ$9hƆrDG뒶j+ 1p\vmVł?.j \=V;U!k N% П0U 'pN_0WJNʫµ=61FW/晰j $f"c {Kx,+Ch(š'^w`^1~ܐbHohrz*?VDsh>O^ èS 'CR3[ucږe"B{SD8c]5T0ȕn{x,d0Ma9 x:)VQ Q ls],&nKf {[ NcИ5✂G@; `x2&QԕM,Q0yi+Y%`vC?KX67CQG-WҾխnCTɚłM -3ǫ9SE^ΉvQfi]m$`]XD_&rM¤;S!(fK|-h"Uk(횧`䕥kM\#Suym<2PsWD!ΑG4 ೛gqx#R}Ѹo0Dsu^>Z&bG23DeY+MrW#yGx}g7Դ_ \q=g=}'XУ)xcr.s:Et/.@'ǀaD3J.dw܊%KJ7=.9|߯bel3 `5v\b6F4`/-vW筚RP ( \:юCCϦDrGbTi$ۓfNʗO1h3aq !ms06xAyRcJ 4ujh8g2T:@aqj6F#V"+#W]ʣ|pݑ;31288DK,U?}wNfPNy$C/(iL`Uj$X?rl 6`xs'?S>q"\1pEڹA [ GI6^?%~w\xl;VvJ*ov_kQ%_3J>Pp)mf]C|xE{b6M ҂JBiث[#"tUXK+^ Tf1:ClgmЈGllR/A{' 䐐)כm"O}˪?v*_0!V&XE/_Nq~ܭrNdP)'dSce:q_iDymxza%;hr +VIyk#kŨxw N` bB<ȁ/שsX'n[5wvAN%v~Bo/NW[{*yޛqJ%,3@?'S;O , ݧ%H&ve܍(,Z?#{߆{FYӉdrGZ2]|_x5ݼCLV(hS/`IMfk eK#Dh& kT>^ss'JXtx5w[ Cxr1L1?:'7k:7b?Ú]1$`A-$U3qxP{ndT)V1 ]'Aps ;~5dXe^jG,H TA¹m`r;Jk▟>f, n(pJoEVNp1(QvPѼAb(b`Q^#@?yrjX*DpI4Fmҏ*=eXjYPinBE`wsYW B&~گf`~Jh|jwa$={P;pCK ),zt:5>`ݽh|ZN"Th`NGR XzJ8V(?kaW ӺSUb(es][x\, }j]pa&!O+?N: וzL`~c]umN#$sB1v,#7=a֙\$]<fn }<%(5*X# @~6łQp`.&-Id~L =N'܀HLGTONMtIݰs[u0 A S) itB5$&D'AB󅝖4cΡϣ'!.E`[T1!5t~UCK8io ePUaT BZZi}1e% =SDF `,8?`(,`D]hni}|rң H5f@1UG;{rP~D)cИ6+ u E s5+"+gdcޢ b}v3]Ry YLaZtDcuz3rZ%y 8YJ`݆C%kर`r92:OqTGFfqH#,ԯhī6k $JIM=?-I4Q[^OS]=ZC 18W٥j$B}Ua~L& J &g6_6O\d;rvmo~;Z@Z }}B) n9l'ğ3߲K~:M?Z%y'0uA UȀEVoXg=Uk*ӷǒ"(ހf 7#J<"yδoLC>91K[UKP˘=tB={R >'|KV. ye,e /bg`_1Me X5D%<]$x1ǩZs~Z%Q7@רG'M.-P5 V/,Yw^dݕ(:*}HU n5YEsT)s?Q>Ǔ,-|B;΢@Wqw{`;f=X<@^gVv{zH&&pdr;F2p4ch-key |!cJ%, zhi'Ҡ-BXX ufj<8 Ve:e;,jQUL2a 7 (qDrPۅ݋˜d @k 8M=xmW4@WKC#@D*/0w`fiJYLrv"wsZڹE 2J}s|b2DR,T[I'j O`5 nh *E?>GGf#T2?/%6d&XI;3Ֆ=M"Zk9HÒA&b:,>k fe?k+!; z lPwr?+ h-fsKڤF~"Lv]\I> m$S¡T4Q,j&fUVOĀжKb[_aLl?9#Ɏ(ծ-(YKR22L%ϒS^nydK(2\Sr$y/ie gfxI]eOm@w/$qȬcdߔwkA@rU0_?7Y3U.9!a5UvijquG  lc/HDbrv@Xt}4} ÐFnۃ,^n, J QW*Տ 4M~a!gmDgӓq&#[EƃRKSCV//n;$.yS8 ga͞rb`p+1p+xs۷wV@<3@%]wsh;Rֆu>.P_AQJ 䠋Z YZ