ruby2.5-rubygem-pg-testsuite-1.2.3-bp154.1.25 >  A by:!M@eeeW79<2KFk?L%S>OxKP^?_#/Ŝ*ۙ }(RuS4{ v:\} $,.ygp5aYbѕ`ūǀ^b!+-C!v(j 4q4{YoH'~5Hq& Ed09yefrҿ fVp;(^tTMcaoQXwuYۃn$D27d38272451e546a55cf8568daaeed0f38f88f78830c2727659e3e98e9bac55d48566bb69a5b9a81368d3714021bc4c204be2a00 Hby:!M@eeeS9 Avn&ɻpytD& T< ]s)B3 ݎP>4CS]cz p OH +e [}>C=tNde0DaLY('hH U> 3%D0 N{-Y p-:B"$yPm{ĸb%Z6ˮC<{k03E{/ߖV m.0XDJyTy)/0Y ~Ҩ R>p;~?~d% 0 Btx h     (t2Xv(89: HFyqGyHyIz Xz4Yz<\z`]z^{b|c}ad}e}f}l}u}v~4z~~~~~Cruby2.5-rubygem-pg-testsuite1.2.3bp154.1.25Test suite for pgTest::Unit or RSpec files, useful for developers.by:s390zl23DSUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/ged/ruby-pglinuxs390x'_ [(s #AA큤A큤by:by:by:by:by:by:by:by:by:by:by:by:by:by:by:by:by:by:by:1f954fe808507fe6daf8eb800d37cbf5307e29ad4782023eb8f38585ad08531ebe7051500994f08aadeeeb7a3b7a0cc0b6c86e16270968305a7928056a2c185783ec3041411b61f3ad123ae06ec04d29c635c51aeb7ee119d12203eaf1939f538f6b09d284b7e570d2e290418c72beacbaa1887a20fee904153d49e33303680f4b55ff575d66a3d2f7d5fdabe5da8fe0b8085428900d934012b981e6b65038245a233c71be2db9ae060160488378b533c40d36f17daf614b77cb411d7f5ef634349b21b4175e12b8ea048f295d800a4db68bc6f372f462e7521a702f869e2de07a1ece4585a060a5b6c465a39e5caa637098650c00f8d06c6895e71cbee5ab10cd1f32ea8b796cdd4f8c4e4930303b10c981511172fac9095cd40e45496f5c279344d93e0c4a6097bcc85356b04dc0141dde04132581a0cef074ab0eae27003a1104712e30a0b434fc90cb51eaa7583c444ad10bcc9af4a6d2a6591ce57fd972f9a37e3ffd149b61b3c11136cb569e07a53ad61855a9ef145ef3c7a11b125dd23f8cf000f134f720cec17b41991232c6cbd63cf761362664007b67fdee88469070ca877fd3eb73cfc1e1ab5f76dac637b8f280c66fd42ad1572f4961c1c85ea0324b36759773f1889a9373c39ade524512445ea339f66b7c01398f66a11483a1d4c7a54c72ca5ee522838db48a75d983fab40137061c74dce5b041a8fe98e424rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-pg-1.2.3-bp154.1.25.src.rpmruby2.5-rubygem-pg-testsuiteruby2.5-rubygem-pg-testsuite(s390-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 macross390zl23 1652112058 1.2.3-bp154.1.251.2.3-bp154.1.25specdataexpected_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-SP4/standard/b0f3c501c8b391ba85464b556a07d024-rubygem-pgcpioxz5s390x-suse-linuxdirectoryASCII textRuby script, ASCII textRuby script, UTF-8 Unicode textrjX owutf-84751e67cca3b436d8f6cd1de3f234ac24815bc830971925f9ccf5408929bbcc0?P7zXZ !t/R:] crt:bLL s=KuY 92t l=ƽ!1J2-eyJ2w ]=G現ۢ]92W;`WE4EOɄ Iw `RA$h7(6;?pFth]a/,h# "]_=:P `dYjO#yѬ'ڠ*Nj^LWAxIh)& (.YO{-Wۤ^SF &e*<ňwG#KEIqlYd\d[S̻1uPU<`C +զZ*>;xWWoJ [oX*ڈGy,d0 |V YUL3O&U1s.D!]6ޤ08s>>7GuG SKB&5AxQPrzJZ #.*xCgjgau7+B=X z"JzA2$_Eք8:'z=Q80 }ѱa{ԀEfٜEX_q &S(1o UyH.F6g &~!KK5eq&4D`ٰj2ʃ)\phbj$?k9'}W KOqkE}uF&_U&#>ˣ0ΩnV[h/#ЬZ߈]߿iTh߼k A!Givn3_ځ NEgq#!!h{ʣvAMmHnbZ.#j:(>'SSQf%TMl Lޢȴ=hh**j{B2vw0@d NЛ ?4ZyPA#HJbH:lXizfTܘa_L:s"7!l>WweKbNZ @'Tno/\/dѳrH1,26gd2 ]$O%?xķ0"eFwHV5I]qTkY['FRaYs!V1u|~qI&u,C'7^3`JChKQn|3  m)؅m**U6uӺI ~sb;[KI|(%L~؞yuNDH>k!gQ 踱_Q͑teL$#BNdL#mȯ)"uSH;QEZ"(1n H͘ . e=#HʦtBy,:?$sS*}aיF4#r.YwCN9?<(kjoTv!fU  GJ+*0L^`C}iVWۗ*HfDQE1;M{úcZN4oņ"x6(DBSTG33@ >`)X@)ޣ1srh6ppdE?~7zMnPw|E˫i|WXiecW<<~>a8Ġ|z@pB+2a!v8A`4x[9.rh@VCn]-A E$W.ZKﵠPu58WR4o.plvɯ Fz@R* uY3$3hk5Υ;[(COZT6sOsp 3׻j"kN쓛%Ϭc0̲(@#|{>eU@i!MY܅s;v7kхtነ(~ _;.rU>1Sjs,vKXIc򣏥wcom} w#3R[g ~DBGqλdܪ>BU#SNm[qS82!<=E@ǖ>s$yIG'3LTgMhfC#WF:w"B B0_Sʣ 7cꖚ{B}<ƻ:ϥo_4b8Dp9^PױXBM[rhcvC;Xoʔ{fV}#Ӂ?&%] %bN w=ތI85""cب k8pqIԯaW/miTdy sKx_rݪ:G4L?!H-ߏԃ'`a!y/=P>)ɼ &I( `HEUUy/w4ZfėD`}QCg-#ďyP4IQB[wQ=?VM霹hXu?>=ȮUNO #D!WIz=%>U,ę%;Tg5$N]\)P{7b7uzoyl"ȋB h 27^Q=w |9.-@+ QOh-Zuu3Hy#G|ଌNrTg|7f獘 ʷ.BA]|կP\ Y0T':\UCߦ`[(r^k g'D_ :Q]{KvȾ1g)8T*nQazjY|!p|v9e Zq6}dPYLwo~\y)qFE'D#53CVwkh[ /sve[ vj qBijT`8 Pb2Cr -w\oKT߰iFjX/ a~`M}j%KJYrP̆ڂg!}* 1+r~X|/hfA1 jqAJ(%DW7=RiS(Kk-!H'|L> scM }G/H o!dvGLj/v+PtP="qIp@smJm 4PȻ7[KHj[N֒r(m1i/;ҽDː=|"&&3d ?z#π94_e$fjz$Ϊ&OvݩZ;;{;JGjnĒlEc)PR44 p0kiA6lו&QyцG]>\l't䋍\Rq8rkUN\JC[3h^:6񲅛:jaL/!w?"mʃ2f HϽXs^>Ӫob(/OV/"7'tW˅>u_n׆㑻*{9V/JS _|68 Ioq҉w+P.+9QE {R{l[ Z2 2-UL`_ztf.eaUI 6}Mlok C&ZaiJjڴxqj„ >a`AUG7*cH@l]UG}#"}F2ZTysq#O(:W~3J tqI;q/'5=zDIy&9Xj#f= o}lG`x_''T]tθ\UX7r#Yas~BO%<cЏ!*m5B`p[ \z2e wz㏤m~>*k}jF>j`/ -.εv`rFE¬3kXB= IqSwCfXր:DJ}y;ӽ)0XKD_ȭq'R\[YJ},gCK ыAf[3# '(:8e[#}4ɉ` [T’k8b},o֑VY'a?a#ͅAJGvXoAJn*4x_ 3L6n/FK{J'?Ds Fv`[Je?d' J׹3lsAC,O_+I2s|jGM@sZ _\ R%{<=¨B?tW4mDXwb؄2YƂPg]y+ 3W0ةTv_l?UnW{6"$zat_m M> y Nw\"V|| _ 85ggx[!'᜙^au5\&zF:Co!HrWʱu>ڶgQcB F =Tz=Gm˷.}u L@_S(.LQ|WdBܜ j">}ra\8zRҫ+k9)QMy7RyI^`cp ?Oj0RzT'㬰gO9o Ҍ"$o##cR3!eƅuRr5.v+6@fKk}C+n` ;3CJZ5\т 4V[2|A$6.ppz,ҟEQzc+JS?2Z`3B$uȒr6icb*PƂ4}a C;׼Q)s'maH믆OE@\'/-⎄i^;"gax # W +Jeej ڻE2F:1d]94c@޹i](Q豢fWr (L;M(.'ŴIqW(jSUEڬZ&@˓6nwRdXpv7mwܘy ?R)K5]4hdmV$bw)ZVwen }̱7,mrqs SAӞC:$2SԊ 9>#6DDjW=N *G:7la&-))8;q-}(3) J}$DHcG%˰1NiL@n8;£Pu@D]j=o+-y;1 ұ--JR`B[G#' ct2/)fTIeH }3bִt,( 9s ]XC%Ծ͕VOPoڏdEOpOil>O)Za4ؾ2'.!a Zuغ:v+h ~":=7Q7)6sXV>_ؗ>)@Ax Qp'ddz}=W sDPUXTQ`yjN!lEӄ;8t@,4e/ica{nˋ;f>hQ*l& 1?ƇB}BXU {K_qb^mIV9Ug8(u% dk G͒*ve } <)A"~RֈI%Y:YuG&*X'Si"+$dϙ+X1,=:#ZԜp e >W6|eemXqkXFdNlFBCJXb =%tp4ZhU}z|@[௉ Ͷa|ԷKp^!v.!zت"U)* Xki Y`Y$< gy[`R 5& ƊJŢOUk{΀=>k/ok@N\I/ [[1dAb OU-md̊@E0sKv4 dAoB+ p{bjxÀTT׉S ԥ"*V Zy]A,׮gO<.L7${"&>wjδUqβar5,:CHdUlK"޸*j*3!v![ΞM^Z{366H߷ Q,qIʕdQL4iOG)v+$q毾W Մ*` J-٣W˰sVFLP;u4eDLv-H_E4sg~8` )wUS͉}q91, fDw!yk װwXIT>H'`PH<v(LHAMi벊e4gR2f5d0F0% 7d{<. YfV,> 5W:<{ӛ FK!@3$fzvpĕEeH::ױ8sO:_^쨧{թYAws`o#ࣖ'G'A.˚>Ft`yoUAy1ݟ>Q6M(X0^{S<@r쾁q3`v.%DGX"B9bd7T?ug K ԭl_vVީ‘, Ps¥5h,X{w۽>дH[9{q: R^۾w}ki1&9\L9ՇHeK$-dބC?T44ohD/+W4ZB)T rzA7|DRAǿsf4!i!8DqtQneKe;B'4%u5m;6y%:KP׉h ?un CHB1#yM\}pHPc*.88a* JE[, pa 4?7ݻiT._,QFݳU_Į0$ +䐋4<)8Y[ ƹY5\_?E]]Ӌ X{a?"MT%$HX )$_Th^|5kIr5 Fa_ W/-ѕ\s3 22؃ l wXjUY'mG9p5|ĝX#'1ގ=D94ng z%(3ڱ@ℎ!U- q{²!/f*";X9İ^{kD]f32((UkLg׭HLj-ԥyH#ULCB}^! {%SSz-?./>=-;`ǂgL0eom0kKws(P-P20A~;jsi^kڛJ7TpF,i>@.3K.pӉ03},doF ک S y¯hL@-le;tA#8Ny(Lћhzo]5ok<3A%e'jF M~B P#2MX'»o!yqEQz\7FQt^dF[$wT?P48xNwt>c;6oep3;J@s I x='r?K )#uDKu  H͊Y&v72Q^~pC ovػ"3TJw%.I]!Um+:ݐ2ywD @XDa|,9bǟ}ejڱl0N 4g)y9qÄ,99kɄ!c狊lNK_м<;"1] _dA[u°P%?^P:|Iv"]rVN`;pyid5eej~|Kߨw8?Z_>9_vaGqP%MpL˄`/K)FY Ӈ%S~H!=ȟҙdQET;˔,E >{ ]q:8kT8N6g0`M>:9*l98W(KGg o-zٲ+TXn ,.(_,0rE>}N G씫+6S'9vٳ#ب~À~#[PFv-V蟒(T|1Ȝa7rv R -:/.T?xRƲ9LnxpDEjC>@^eG&W8)p1+b3w e_p@h"tj Q$ŔW\>&<5ȉ@L8- Q߀I6i?>{UP.2nlMJ3X23> N8Ú=BqJSOTjOj4Z8Nq*ta5dh[FO$wj UO"a3U6p2F(fObףh: -D +#;Bc qy֖u;VSQOImoth*GVdDw~ܩ3l95rlMy^"66J: .vhʏeÿ:{]E0M*/JbTdb>]\ХLvq؆:o{髖FlW1/3|:MsyYuü"="ܖ#IMҙVT_~7e\\6pŃjtWh"rbt+pT`]͠}!x\P(15# D)*Jc/aCLz<h#I6ؙoI EH.T@l|, Zs=|gt6sCZbK{1* ;"tr[r@}lبA<=~ad bR podSP^c_s#)p qvUy xdN ͗~@%o =KUR7>t2|P8z6kb&N6FiBP*%|6n\'x$ỲlW>C)\`s/<@EY !cdDL±U$guJE3ER/=߹_:~(EƥJׄD#6RU_"h`'L LRb8!2vCqՅd&!¿fE[=Mi [P;XBY[W\Ý5͎`,R^..4U,A{ 76Ld7(d% hޠI$0SG(n'c~#V3\EFFW kĮk2T?LN&ҨF% ZlWf9y {BaҊv3C6!ཌ;KC[Ι;v*˼^?Xj1'%#N^?xe_Uwz:D埾% m[{ʶ+ Yg%^z|ݳ7ohСLh.bˇC\]\q(JY:>m])Qt=Yl'?GwCüy =`}G2 Ns4^<L E{$ ש : ZcӸ\{@`Qz;d!~H:`+&n_mOEn:GPv]V= kOFq 4A,P?wY(jR/.z_[-YAZ$S"ޣ`UG+\aZ.B_N{f-`_y^=^v Č+ XUN(.쾢$R^9u025XvHp vHV=;0Ie/N X>uY_lqp[Qyvp)e4!g: s>tmWQ5r^ut)AqvӐO{ZH gtooT꣒2~YSC.[%JBaFSM $K#&P겦e qhmBY* DZ:(+kZ꟰ijeRNJcJ#"F Ie$k; ]$F"#˃&#@_n֤}D.WABx$m>ƆN)sTA(A;6lԲ 60)X|d?Hz|=QZW0L:Y݅{=Z;OJ>)O | TXCSaZD^1LfUK#(CWfʡCMҒ-1+h^=١l%ϭ>~5'%CcGR>ܩC,l䘾*хOID$JτI,7 g ;H:Mfru,HFs nI滎omzXފgt)cd~7eijZ͆^)[lWȈ:XV/yu m5[,֮!DF4{ 6vC@@G\v- GbR,X乇51N]J1ʧ ^@J]3< 4@;%zۊf 4x.y)a7cńJgIpb, Lݿ)nD)g'0Gir 죾3׿~h4/l@Qjx0*-)RәgBz/qO™xA ]"| ~ׁ=6էm=-GHŲ&|_:$,ΐ)F5:cFDVBͼt(JF(D3ޗsZ v@zCaq:frqN=\;LZ-GT~;/4oO}w*5?C`sX.} ,wYPRAڧҹ#o > |zN̄V4,X`SDVQvO; *hFe|SGU%kݘ.{KAx)V31..Dtxr^ 5 ܜQJ ]>_NC$ -=Dg<&`OڰtezPNKzPuIEcH { /@R05M[pړM6a~vA=HgBՂtYŦ vkB[%adX'?8AKDOr'lP>~Y^@{lKic_2i+ȋY+82C*akO(X^ܼod(,GLgaMNQCaN)%尼9G뫐M6%撊o5Jy^2g 7P(cUU"1\eXށV8n'җRDn1O ::(s^ҵY'QnzCe42(==*5%{8l}pbAڄ/yS0l)/j!YGǰE/ry<̜T-kXWMg6͌@}#_yY^C\J?\_O {k&{c!nWD)pQ6-d^A. ,\RQJyZPjũ^h<~vJA#wHfs|J<+_D8v]%n0Owi޻mALL u%Qf5ZŜX9ۥ|P{ZkflebeBGoWX{>NFNZ"k,Dt̀=%|[c!͋j(K'ΟS J;o;n-I_zDXQ`e 5Jt~SۂG\-=nZ~@1e=x#a>~Fi&X:wʫEFrt,0erƣYsăXr " \%A?(>OJ>C<2vMUUo Ly%:hz߽B(rF84Y^D(8>/GuZdWi|R쁠2A"}8Ժg;`; N]{d=}4~i\m"R+'_iklֲ.Q~ء*l!t} M> ^E1񍗘I.Nx# ;B0'=p` <8n4HXV[u C8^px .'MpS`dSNf"x r'$ 6@9te m jpufNg(󖮫L@%s)Nɺ!1$c|3:% LL"V84(lJ 5瘹\ZjA5R43e$ U9lCH<;8i/8/2)H ) ֌SopTyPMݥee/mEUZJxo@U|-Qjb%lȡuD$,-yUx)=! Cg͞?p"1$EQ}!_ 5>8LF@Ҏ=Wǡ)>-xAdh FУe25x߿Ln ˌCy,Xwb8~LdwѶ:{*oyTS\ ~W-U#S p4L %ic޴_"&ęߺSu:jt հd Kv+ֺG@AQ WmuP;(QBw^G~gU#̪H,zA);rZ ej84zp6\++)i@BuaCDR9D7"kow?Hλ8%,ƁyN"!Yj* n)²0K硱q}:iԎ HW[(tQW[E!+_kXpc&G>OuI7[@Sr%߆4ŻmeKPc 2?6z>np|˧z Ь9D1lvjO]t&vJ骕}\}M*Z_mB =RPUeե8f?FkIXG`=fZS&c7hQiJPNx9|׾>+]>RH|FP/cvvs"91sӢ/{;&ƥMɮGfġ{k<"evzHѡE;ҙu1cƶחWT_6X Idp*dS2Сг҆njIޮXTZp J-8UHj+ТDzJz(xF3Ԁ n:{EcT0~&p(/i9`q6qs{MZIHr Ele1KCE'[ˊD*{/r92ƂB9ާ3!(?">2 [66.pCyu͝A3dL-UG$.I"(7y|@[2_7͹؄M-Vή}""7T_îȡm50j^b}s=˫?&5!U.']4N:2xq?߃zn꺊6ѴŖYLhZ07Wi.5<ĆUnP}.:;@~W~Z>`ԟ]mԊ,1ö7??K$Ƹ|M/LExpi>Ct3RkVv?Aw[[:\˂ߦk~E4x~3Uހ)ȿj,ω5ިCuf/;1߸bbx,T"b4p#.x|݌3[2n)f/XQ&݌G\Jepμipq,qz5 N,Ij`q/KiF8/O8!uat) mЙ nwIxáOF`-bpfa"9 8' qX ;jvY-7?B폚7ƙKbJtQNɆXVO>WDK.]v,5{F\Z j%3P?zRiZ_!d5>-N%$3{#iCk~vA]+Z`vB9c0] hj}#CsXCڼ]#Ȼ` Igls|R5񏛽L>I7ͫ:pr-mmG߂u]jK A{ӭJO1cfÿݨ.S=ׂoyO xEeʈlUB<^1($䢢P2De6A2Mʿ2.{3rZ8u~K)MAo̱!T.UvżT1ưXA2x_E|A(z'%3 1ԅۦNBp'9P#2Ns_fEetW:l'Cқw( 9ߖ |;Vz@{?6*u׍)bRZ'oRC_=&dUCzq8ca?9@ zߢ۲յ*IRx2RӞ'c446o.Ũ-Cf氜[('+hdP$e6$C$s$" fJtuc.$ @JΨ5tm( mיzbS~ͦޝѼ+z<3:@(I9 }6ռ*pXH#)f {YTGq`&6XT&â |V@X#L ^9TkE&+P S1r$cfBأn*'kAqЩĹAj7Y-WQA-0.^/$c hUTa^񖭴3zh*T5Tmֽiz؏j$ׯGL޺[? }jLh؍&=" N/3!qYuH+Iun0 ;z Xk!b{6`ҙoSa/ɛ=+=PO r?*-0\nK}淝>Й˂C 7JC#KvC JXy4kwJMޙPd@bW]"@f@yM[Wp vsW6#na3LjFM7{AB!e= O<0*bh54AKO`l< |% CinU֮4 o1SU'DZ]>\YQ^yI~'hL]ٔJi6UoI]rP[sME;=@gȕq;!*ߡ*Jw3fzFsF$b Wwy[.oaK7|5 /ixZ\їfM85`s{Y$js7^Sm<[N3DM( XE)ȵWWN"?g Zb.`KB@/N9*ⷘ=hO ΀8蠈LwRZvȪ&r~sɡ )ƅKXSѫ72y~g5Ňs<Zg"s:qklF ڀͽ1-r\YU@ۻ^LQ&~C_ys(i㱭Am#Ӟ'L5 3?;qs f7%];wzz.TELJR;[*%MJklӫJgHro'H!͊ {O_; td~~//boIs[Pauj{^"YxhJ=t#҈> 7.#+SLkG}++{k!f8%T/qӣAˋٝɧ^[ZY#z' %Cq2\n|z:Rb)egrM:$ "׉` |Đ+JA7Id+^ o,$F>PUG-v{YH8y?/GOjyݪrdӞ^\=*4Yd-H栆JY65EZAfJײog+ӕ bB~GhEppVwY-Gg vxڭ|rK@7[6w!sнZd,EdxIՄ%BE*Kh]=7(CN.7L;}La6:p|Q~ ޭY276y.)[T#sc| \;.kwі&ڽV̋5?&&2;qr:J_[-/%=,-=3S #tE?y4"*UBx'ܒaL(x^TӭIЕfi'nRJBa~nQDufq͍;kk#mct9=VKC%~TGie^6ۉ锉:لBՂ^|(d>Fg&l*C;hCKztxH&Y:۰$Ad~<pZIBEXъA&wFW--˶{qB@A@.h^t޽ +i1tPˁfS 7R#E=k$K[ Q+i,ߋtV- 1s60 ~]V)+[Y4s5^J=E7'lbEbycY~VTS-icwӝW#n(f+}-~ 2:\DNlH.,hD-|eYU"eܼm]COCLZҴPgbXG!CܸW'x Q%B/R58W ;+ɵe#W"/rXl'/nW&DAk w5[sZ fͫB͝HD߉B=ئ̈BK4q2Gv9N{ɥE*fԵ0Og#u47(5?B+0Ǿ \ĜDԢ9.aHYΥ,gND6=׸D0kw4X;G0cпGjSa# |Ąٝϙae!&96!A7#oj)bwH?]]pwmq }e4B|d'6N\u%7R}PΈ)%ra)ĝVWZ0]`}G>I S,y!obvTx(@fuCJg ]~׎IoI}|jc_nV"D5G_}C-vnQP@,l-Ls|K*{3YVEHuq`(=/'@ OtGgs@W0|3/=4K '&އJv^T<}G2ÛpfN:2_;Enh bJug|t n{Ph1p3C^eVZ;'lFؒϻ*N31:)׉}l (BY(.DϣF% %{9եc[ ou"0C5 {j,ˑ׏G{fǦ2Da2rȪujt\Y΄p(gjX}V>K hM@g&N_<)1 HD͍U`_tFƈ|͚j[LʷNI|r_'ϑM4'G*U:\':&'kI) d3)*m<@wqrKja:I2db3҅wl`{TvKWFW5!e[ණ/zDSnΡR?![H"Op M'Z/BmHUtvVcj:*fh,q`` =7a*V;L`>&DiWXf2tݎҾC H rn1 HLW6 *g1BlZu39LLѰ*Tz'a|kYUy\! ʶ%1²McZ,.P&mR$2R ]~0bSDp#OOثW%-<ixT{o lf?LrK i~3֍W<>޳Jp w}sA8̗J`6dJadݻ-c H0lO(rƹݶOo]=U0ReitFo]ўgCÃW) Wp/GODzIjB;$z4 0e^CfI{#UN6UqEP;e"7v/a2ʒ/4T45+@[gmFx:d$YT ~g JSƎ;ILyAhiF~?8}ղs} .j, 3&*Td;rN| lfj;F`v׿`hJ8i}~!fF'hh&li5nv7=Q s0GaS8A^ȫ3r Y6> ɰ ȕn3zVvX])cvTpyԌUB.DV yW*ga<_ZRF԰"|[;WTA&JJ:`r@' il̚b298+WRh0#TײdpYVdE'e=>4RfپX?G0_uCf ''o#@:ZrF5f׽x #m̍j`~͓hHN|`:|Uch#L5I_uF&MBF(m[PYf4;=ͭஃhDB/|c|ηr]٩hd뛽Gv[G)~]8k߈%󒟜*Iڕխ4ݽV܆Uݕ{_"t[BK #_wp$bwk 1zWQpR1<ӵ/NAˆ|mT&3~(Kauۯp,㵑W=E6 ]Fͷ4 4R: ;Zo{u0փ^ITk? UP``-NZpwFZ4TY *EqݞhPGkjn BzÖhIԛ\ٯ]}*&L/?etp[a77ր0X+ÞػLuQb[D8K[b[V+1|Ex%岛 :b`'>\vs{05E 98~;WC}a/tXy^|Y͂Ase&p݋SXp vm<xDj#h}ftlJ_%cgQpypD+{K!Ms^7i;=Ԯa,owwڹ:77:>02_9 ,(-j g ooy Uȩ\T6Tڜ-сȑ~ +^[93l+p4~UQ4WG/b̸N[N_nL+rWeeo{ F;/W=PW} fJ{}yTAmu[m6}-A 6` 0î:\6>Z23| ZV{i!2,8Bddzq?OVVe)hO(nitؾ_$犕~v7>Lhe:K4!v:FO_ss!Z ;b>sѿR}"Ohx$S ȀJ6OrT^rIY'%UqfkV'q]Fr3%rlQ+MqαP#XG&,s >i"TOR1hL<&PMllUbryRm̌%0a- 閞>s6rWmE#mUV ᰊE1pp࡛$y#r#j);(M_>xGҁb}q_B4 =$oզ1cs8ϭ,WċyԻi_ qqa̲JŸQU,8%fbcP%bC^T 5t0ջi] M@q@y5(m8 Q*R0Xw|bUujW ЬlmW vIP5bb>|UF ?rOʨN]ƉtQ;tH۞fIu\wXZC0Uc%Wrch 3#)OW E|ی|Rqȸ8ޕ4v!'weB^Z1JE q}E  a+ezwHy}H)x&+D=c27?j<=i=εhdQv%rj#< 4՟(_Moـ_c򣸮4O8', oW^DN;E{/d:fqRQ^cLjAAДa;ȓ C{q 9VVO]EI{u+q%9s>ȭcLiC'j-["+ )us~낶,-|NyRx)hNdFkK{n /&So~WPw̡i@g,V}x? s~=3e]75lTT7uJ LGp xY/IJ"a-uugNց`od)p_Lf"*-oY#4BlNAyiK?x\a&H:eH5fwhG! N3aAV" ,*TcMn,]+ƸYM10g!5 ߹ 0XUiR fM=ſ W _&g<9+Xe:˷Q>/y1baȇ\#CyO(ELވ7=G>*F({VH9w}12O=3btI>sP% s*P1Vy,s 6d?p1MB,OR)9mND^T;؁'͈HҐ-;>T:t \5\k߰uܢlѧ߾%e:]*E'A[Yn0tz $4eUnXY6FĎDC'l4CrJΓN̜x!p^Yh` lDB6_9R0j"_#(v-ףKxUg:3+AF!0% 8)6`XQ6@o rmV0;`0 0q[\a5n^@ (Nk,R-Y~ʃgY"FtUA'+%t {'4R^QXOYo1~idxmݱ<@{tGJjؤ3X]'`ՖZ[OK="; #;˼ŅOWU_ ?4u߈\2R+;"vrN\\[zBSᡪBGB_]~k|[npstRI[ kv h׮UšePccRTIQ_kކy{** 'o'W:3"=X'7EͅYt:G͎P_*'aVúԁiqܗG9iOGMd [ 7!77i0(u 'NG92W i>{3[Zn|U,3?l+ 4@ H\{Z<~&UEFEacqԍ ̇}PWmo12UbGNhA~3Sr'n8jzgZ|1A#;#KY3 Ԋ4ȅT֪Eϣ \0暶?5!|ߓ5Hz/3G]qU7$hdp/Xkt{rU6MaN\P*NFEv |L<f/4{Xcn,q9ICC=Mh"6D`M#Oy0/Adւ5' P. 6$B%n2PEM]\ P>tpXu3w6py4LPt@@ IuUcBsdd;ͨ^~I|t`}y?F|N6SHv_1b`pM^a˥g S4\'?* Dʱ˚Aϡq"\.cBcMGfֵnYs޾\mdID HoT)ZH.5\f9sxQ$8Gh[&IL=lGQ׎&dŗ޺z +z8)%qr]t鯝TzCfM=fbsځw% +u -\7ZFfE47,J#`6Ue2 Cݨjлqpr ېx>qGeAHxcExuVOK5Z .f_i.>IrWA!SJ۠|Df噺ŭƍyzE@(`y2fCx* ? tsOoc Uٱ$ērA>jXu2_i[U{r(x)7N%zk6 Y#nkBŸiB_r:z kn3{O]Cws@=,xӷ(gЪ$/sԻ/{J%Z͠_#9rX{)S+G:m'0m`+T{`v$R<&&C,>"|B*lCIk:2sUF'?3Ks}fpS6uƤ0j Xic_(#SO VjQ43g|T}AD¡9 }Azkwf-MqBCf5kv$D)$1cF-64]$#*չҢLkw'GS <4D)AcO:U\7>mhcY'#ٕɨ5i1m~\Vjv2݋`k1 *2Nfʙ։̝PhUV&Mctʫ gi:U*9>! xHlP:/ςM!^? "T4Ǯ Wg{$fSyݜnCEƿddg: 1Ѹ3AVbc;uFCT4l[ƹ!R0dWFjh6u:8*ny얔g\| ӱKTB~keo\Nd=4EC+$ʹs#/L_]|Yƾn%؏U gizP9喀dgm;V⯟i7؅뺇VhtP;IT.q?*f-2IJhٹ|wƕ⽲3𰎦^V2ivLE.Vx5ɊXxpG-P,h(i^]NB5MIC8V6,nqY>w&Xpp;Z7't?7|Rh|P $=]HbԸp*"eAe5x:'aK3? sl6^78;V$ƚ({+*'-p h`DhAnSv, w|u.|PH]QY=6gʘ֗}P% =C=HS[\L٧M;RI#%`E+)Uْ`uDLArC R~]ZǏZi{汆oYqo,x.?s[(2KIB.y/@y7RDɷu7,gԔ*+ٽHh<1e5,b`gX BTS! ,L^zd%jI85oj 6AC؟Hªj%cX.Ԡ\sU)^ߓp=޿w@}>Fkc;Po-ZΎB|_V]ĕӅd$8IU]![<EGF3i7`8*8v+FUPO$.Z9JL{y}l5whZ=GV{u?޽&L]ϥ^¯*7`f 4=z[)1fQ3dϗmޙn0ej{H?lVarxG2L߽}Н w|cygɿ/?X5h3cV]8!&*Fn۹v0i1,B)@q%L C`bqI^}X\h? %J*L{՗MY"M _U1~J]ݤyYek&q=0+խ^$58|kk'@݁諭X;!Y뷜@GT2BlFjSMjYoXx Fc2O.[4/b7lC Ѿ3cBhck xIsag$: ^o l[4M$F1D,C`ɪcY<fnf_SL1W4P!NK3oա<ٳM@7@NFD얅8ğhN$71WwPVf>G A:ͤ _/*PZ_s8E$Jw{k:Ųtڑ?U{5\9B{ EA^I6sVyg_G`9Ce_R: K}Oykڍ) kk /nU-Kz$[WFڡv<2YLF̃k war÷-؞7%<}Q损%>;XY ! L zrDTY1_8E24I$#B3",YtA*$-D{=ϳC["?MƐh2k"1e@O[J0תJ4wUvȘ&PB%3xp/і H-|-o|؆Q= #B!i+1сyuSx;&ww&F BfL">NpT^=r ٔ+ⴀڈAF'{(Ed.bЅuBx1͔+(j!CF:Rv\J#**Qg^@ b6Ղoa^"\HAŜD:,Wa0cqۦ߳_BgO <@Ԯ\(މK9L_N?㤬 pcY`G"{h <75Z ihilA1 ѥ|zPB%fK At$6M2AD]oOv_-OD=;A5Xںƃux}%4 Nܰ=@\:m.r/rTSsZ},a-¨gْ/<١j*}_k!D!q#-EJ(:4v/I -(@Ve+t:쯠5ijrAݽ`hcF5=gbӰ_ȢwRUiSjMg}5K3d$pU1֘b^ qӯY7yfZnhߚyͪ\#@LO9b{ʵJڹ(r4AJ3\^/[@խe->#0|OF-Ʀ/vKRtc&E]'vGf>8|qMP# EPk,KY-eom zw3|EQ MeBdе%1#" hZ{f0q*u,uk6 c{8Dlͫ9@" kn'ǂ.{8i5ZH9hGgc7 `"`_iJ. wZE\'!)./x?WPU6n0Kv]>yi,oW$_K, v*i4 A2iyc^J%*bNb=ttsaKs!@ 2k^HgW7^5\;=,2X߲bUl3/]SZ boG nWmeȋIY. 9@M6O"#6ϽH! r'J՟q>5P\@ei8 ggJt$DMzJp%E}A63Sܧ?aPW{]ww?&-JcCUTiU'էGqcn[Ad6ْ ]7 LBS 5sĢ1um}'EPc~Km㳒.En1.GY޵^&ÄQnu <ѵy f;E#ثV<))&֡zc$=TyKK&D͐|%CցFB~YPCnO`m #xpFļ(s߽D1XR 3鱀2~-Yr/'^4$,₂F=iTҹ "i~\ NH^.~TZN@gl'iN`mrn";+QgȨO[IkB#lI$U!<D55%VGTOLSgG$s/7H2Guo{/ i㣗Gܐr0ُ"!(P8 )J={ڿ,"#(GwM.qKr>R]$Ys(coZm}cߕCi*#C? a-ZpFd e{io%O-#Ydџ8W0:+R#¤VeGx}C9yRAW?cƍҭ=u Y*!Fi-)0@nHU6 ԙԖ4ulUD0mc;("v G.=r첞<9)>ړ%/TdrGkvٞj,0b]G'}icṕ&yn{t]fnP轂67iK|\tQ~r,7X6gvu.X;;(_}ջqygk@~k o $8w1hDEo7L5Ũ<)fRKX$Ń+Ӕ϶ O_^O*mCTVL(KH#M~ҨNI hsƔ :fovcLUϋ?)W V㭚џV[>^^-v^6]થq-޼u} fNE.r3J$dd4{r-`3:zl l5Cm4X0DweǜlJ @+4-¼5RW(0Q,w+y}۝Ȯfe6%̦ח.KVubCe2c^,4[f+Pn:Y 3-ܰ4MG̓m!AxwxN[TO^ӬG;"C 䠋Z YZ