ruby2.5-rubygem-pg-testsuite-1.2.3-lp152.1.1 >  A ^Q/=„v`֨Wʹ?Z:BFzxKdіɂM^R9&<19V|ţ7!YAVI8 i<ڹϽ@Z?Sؽ?~6]>o霹CmZ,C+Ղ~/Ghc-q@[[4fbfc7771212dca71254adc5e25be68ee5a5ab290335c270564e181c84a63dd8fa86ef23fbf6cbc96f6605fcbada70e7c7e8a243 $^Q/=„Uu'ڷ膮[YCBt%2H7 p)ԏ5cQad]Bˇ0xz!roexxَ۳5>3K<guNyVIov]$p;~?~d% / Atx \     h&Lj(89: <FyeGyxHyIzXz$Yz,\zL]z^{b|c}Md}e}f}l}u}v~z~f~x~|~~Cruby2.5-rubygem-pg-testsuite1.2.3lp152.1.1Test suite for pgTest::Unit or RSpec files, useful for developers.^Qlamb65DopenSUSE Leap 15.2openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/ged/ruby-pglinuxx86_64'_ [(s #AA큤A큤^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs^Qs1f954fe808507fe6daf8eb800d37cbf5307e29ad4782023eb8f38585ad08531ebe7051500994f08aadeeeb7a3b7a0cc0b6c86e16270968305a7928056a2c185783ec3041411b61f3ad123ae06ec04d29c635c51aeb7ee119d12203eaf1939f538f6b09d284b7e570d2e290418c72beacbaa1887a20fee904153d49e33303680f4b55ff575d66a3d2f7d5fdabe5da8fe0b8085428900d934012b981e6b65038245a233c71be2db9ae060160488378b533c40d36f17daf614b77cb411d7f5ef634349b21b4175e12b8ea048f295d800a4db68bc6f372f462e7521a702f869e2de07a1ece4585a060a5b6c465a39e5caa637098650c00f8d06c6895e71cbee5ab10cd1f32ea8b796cdd4f8c4e4930303b10c981511172fac9095cd40e45496f5c279344d93e0c4a6097bcc85356b04dc0141dde04132581a0cef074ab0eae27003a1104712e30a0b434fc90cb51eaa7583c444ad10bcc9af4a6d2a6591ce57fd972f9a37e3ffd149b61b3c11136cb569e07a53ad61855a9ef145ef3c7a11b125dd23f8cf000f134f720cec17b41991232c6cbd63cf761362664007b67fdee88469070ca877fd3eb73cfc1e1ab5f76dac637b8f280c66fd42ad1572f4961c1c85ea0324b36759773f1889a9373c39ade524512445ea339f66b7c01398f66a11483a1d4c7a54c72ca5ee522838db48a75d983fab40137061c74dce5b041a8fe98e424rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-pg-1.2.3-lp152.1.1.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.1^@^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 macroslamb65 1589793155 1.2.3-lp152.1.11.2.3-lp152.1.1specdataexpected_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:Leap:15.2/standard/b0f3c501c8b391ba85464b556a07d024-rubygem-pgcpioxz5x86_64-suse-linuxdirectoryASCII textRuby script, ASCII textRuby script, UTF-8 Unicode text >6HNfZd/,utf-8961d648619648c68a538b4345c13e38ecdbb87b172a121d0f90797826b40ff0a?P7zXZ !t/R2] crt:bLL s מy2M4>1n*Я=7](w뫴Ym("d?.Z;@f`<z⋿!:9rE؋]n+԰GV˘C<_X3$ch#2G`0H,zq] -m1~sK!O 2޻ cI oE7/Ɇiǡ~rF,\بlDtTשׁ{G.芧^+wCfQ) Ӝ|i02ϗKy tf;\2o41Z w6ꧤOcƌCcڂBhVsʪ8]%rAdқ WRRqݷ5!1^B3^UN.){OĐ!Q^Z͇YYz`U8hg7z;W#}lT"kH-j@P R,UѐY)E:ǏGwA@h%8q\ !N >Oε4y' 4r$n۩d"y,'%yk+^,;=RFٞ1\hր}5wZnL#QTDvF`8s pAkÒ؎/2X͏=؀QFӽ1V"k Ů-k_?'7oQ] (ܳ8m@c[?UZ}09pY`ɤA(>}B5wXQt0 ]7c6C$: g|/0gvx~櫤Z0:[OwxWsJ숋}‹"EzjB ^kC@qFE:η׃]] otZtWce=(UèUIAKi6c#ymp-.j42uƂ~lﳆ~je| }*dK,~|㘣8)\Wnd^:ѵ!Yc  %Z2T$O;`W/y@Ej4jc@Nʛdf ԷauX3,ƧucD(g!ݻ>ȞpW B'YF"~%,H|XpI"ufExAO,0DSoR1E:#'ƀhw "ރsޠ[aG*Όn@~ # q5җ}C9hlzSȠūEgSĸ4nB,Kh덁,%tic{ ph@ofBEX/PǬ>/]po#|i^rE ?[U4 /jvZ5_C8~T$)A| F|y4Z/n.lRZ=\@[ PTGu6h+޴hoii3vR|m+_d1{a>dK󣲇6l3ФƃLbM /DM }ҝƓ<;z]PKbkۉͅ~,&SL˚诇CxSKNC8Szlb⩕qItIK v٘@(pfk%Q>yoL9U%hittP؍D*[t@ƾ,]V-X4ù}'~nZWE+U[7F4f<>VofC+:ny+#F9YSOf+^/Pe"M ntZ5C$[m;,U|Cdm".+qpL^^Lj(-LXFϨ?{qyD%~ܓy](Vm6fػeqztX6&d΀(/`f;\7j Uto _.=z\9Wn ǵSQx!SkV6 D>[Zk) $TRpkQ*A6kM> 5OlZ[YTܾ{㷨%5pB O݀j> !§ݠT) V&q)$ x m,'B)*F ].vTt<1V4 3Gog>gUdIbt*Vߝ޸-V==-2aҪcXsũtk*oӅ>ӛ[9=@?YrݘhG5"14Ħً$yxt/Fr+.O@ȴ"zc)z ٫n{TfС{Թ3Vc/Vk2#\:ϖe’GDiG˝;KN$x"|C^gc^9@\d-2Wq]ӻ_a 6ޝfXD1wҭmZlIهc~GVoood'uV#>wvcŮuMSc&G#V[4\x|:^om/>$maɌKfql&LHV wN0.x⥓#K sL#)qXqb Ojy-?$r}Whi _=t͟7ww)XǦm31o>A jZ{ Q{'-ľv7AS5N3QCWE0LBzh85Ku< <7BϤ԰Q/z0uJ8XG!ySx!yz9KF58;7;؋VZB]AI7/!) 㺋, R#Xs$¯R4s^\0mN&v>P)+#ԬƲ$E~ v*\M|qZmew!K\"<,';ULD~,I 0cp֕n2 VNN3/ dwF>4枧K$$A_;lt|юz.vJ=F'sXנ81`AWﴄ {Ԡ> Z_:rw>kZ 2  Hh8ѹ^{4*lC賻dCbHgooKOHv 5ng?w"Jn ܳgδstmS8#raud!pyРd$UWՅ%FW%rϽ%H] CDݑ_G8Fg=R Yݻ\Gfq'c,,b2yxkKwQ<{ '@J $慰Ԛ?ohPG4UqZERA3jAkKBY!Ό k)a8JSC_צfI5<;F'F!Y"cAkFT!He$Q浣{+".W)$6v_,#Jp|KL0K g۸Tplz A:u?S;w/+[Y䆹(hjƏE兩~p&k0FJ%(aZw g8hSiQHm1sR|ol`|g]M_&gX#!m%nk!%dfe# 2*6;Tl!DNF6!+H>Û\:&߸vPN'piwp|Lٻ=L@+ +I@(ްLg~[JAQҿ8'Y/4oX'xp i˦'0(Z Jv,;ĿTCçǛ}M߼s)h!o9c#/꺼Kڬ:dlБx҂\lo0hg2g<:KHMЛ"5W͘d DKV=Ta?>Sj#0ܧE3"?Ew2-uN魶$VBً(nJ nSh啪QڊtTQW)uwf_#tzqF5ԑ.v$`^GWb?̯Qng8cˎ&pnnҶ4)aHk+BYIvZdž >O3=ϳ;qq{ 2hKaE\OW zv#˂!:~ T=1׼zhB-˓^kռb#e4o2 @r(c=qЂp(+ol\$U*Yjv0bg @RO#<v o6{ m–?ҐVH،\T'1a[#sz#_./D<ʰ!{ te;0te^݊}k*_VRf'oK2..~hj넢S0_vkY_U ?C>G^Oe_EL*y:T,,]WR4B ʛ(2?{/y- c |yl̳x~&S aPsHQ?$<4N5wإY,+Ȝ\ H5 y<Ʃ*"h _*n*@ښrZ֐[EYZȂgd,EG߿R}+ib6 ,r(A-M09>Wvz] n{Ln6HTG ( V̳)Fa{ӗ,A q!:GH9thՔR(hO ߘ'ך@Ƃ7?l4Ҏ,V[Yh[ dvggzÃhJk0kΟ C#Cq}ZX"f~zW .kƠ]JDAYNFP7b+2s*Ce&묞Ձ/=75:aqW+ lmP_BMk\3tE8"n+\ukĉ,@  pSp&pBA@N6fMXq{@'ł/*A;z,M6%6ϵ*)<ЃKOD3fWǼFt-!NuA9'nPTGcV@V?7(@ϱo*{{)>K{#bhc6 χ4XoLmFC@ ͵λwU ?c2l7իj]f׊D(:3 80Cz<&fا#65 PGI#4'_b &ݱmLгpvG`A_Zᶹֻ-s\wq .{ZFng^?auކb0ZF7hs|Oa2n0S4~$l/3?'CX M֪ȋT(ui2MD5.l@47K1pi\r,@P-5/ySF~)]LkDv(08S_}@aiixU2#V~Yw@m`}DZx^5wuR˯wՓH`{kUQ 6e(֋O{HN擛&3wo+xFRŸN3qfaB൱$>l[cTY> 4b9A`>ZC[p~o$*d6.ڦfpW1zk쨏(wLf FUyrĨs੺́P;~-h?Q_q;򧽋@s\ii-:!qx &"2k7|?a`a~CEP$Y^|A$=ziv䑬Q~2,* %Y]ɯ_hô`YF `7)M$Ul&j)=ájLvk.t!:F<&:bvyb!qil f2' D\p皈hݳ9dISnLnWɢZO7[xYZ#,Ri݊ůfgzTEm E*Z*F߉UF 1i2$z)I6ju >p0Z=8:Z?X+ʣ!-\K}o yrw]ڋ Emی r#n\lS{42E^p#j\? IP Pwo'0A i` kCB mUWEny:61ZZ3+STt]<`Wo_n) =W9L#8R! = z6۴WR8*~euwIlr>o;O7FőAOLP'֟r*q>p{bӤr'<?25*s$fI0!?<_u*EW^2k>zř}r9dO+b>0jV(Kv2hO?x Ȟ; A @C N3 ֞ O" >C{?BC(XO9@!gyzwXI=pS]eotEؐ*U&> {x-Sk;6yv NaJ""bztG@t*1Ovz)E< w]:K$u(uvFi8ة^`ahŻԉ~b"SRa`S8Q ib9]!PoYn\)G ixgNyAm(rk+acz.}>> dL0V&PgxHv!uu%)>MB7^} T*%]DQ1ŧ7t!o sN 5@~2/Z$à-idD~oEAFU@w$\W8f1cX]A}cmiu})pRNF RDs.I]gg,r2b|D?꿡Rse+.Qϫڍ_FbZR({ V8oѷ>B0?C$ϓ< M4RIM!ҵu$ιܞݳk&I2HT##Kϰ#V ^C2iHArwv]kS uߍgH6~q$DM}$Oܰ:ZT(!mγVCdm/0R 3Q&?`҉ёI@W ,[ y_$Z'E"SVKu\vy %W&ub >] !Sz/t7됕NP&XE0$+'(!feʎ&b ո}A@v(/~$!cu )X)cD<3àуS¢@Xw?5HŞQaE#~wA* jgvi8jS=g>Nr_f?ŞIAgΨXp- }?o ӊ g9^Ci]dX*_H?hrW&.R,ZcoaDAqkf'jOB1V2:g!Kp-zkO'BmJ_C(Z;bsp0mKg@?)p8GLxR 0T:h ԠT( ޾'{BoRUpr0Z' bmBAFX#jA[~@i_~%)v3b>AIGrB:+oTKGJoi\"4Th"ؤy1 9"3!KZrirŰ?C[NR*T ƫA2WεX"Z(uQ\R_po@ʙ6$X,#64.1>츁3oAn5~iʋR#Icu-k Gx4I7sfku9,pHTi)0,!\ӭ44t_<EE*IQL{+OQ)J="'0a*΄]@p`߈9Hwu0_yf>Zxa -cŊOc5^3NeD'řPQ 1X_H+8@d(HXcHX'yͻtBpjöI7bpsK6i\> j7yE$]B "FxLc{|dϡKSt]ʐ2_{ڣN%J 骪 @7z*~d80hTz]4:Aٚ;sw>,MSGuW^kN?pfC_/˷%crzp7 o O; i{ڰ# H}%[&Ԩ&`*FGUy0Oh UـjiM\ALǹ!N9Ǯ3e’kҕQ7&+f(|!Ĕ[W)}[FQDF=y, y^5qy 0RGߝap7Tx ~8RV[QP7/IDrZB EvG+>M&zM=J~dhOj0AW(rP1<`|y. L1'nEa=}^.2W#'7&F4͸nqt&Z9#<,M,J-p5aZHIuUaQC0Vȉ1if!\ϭ!\j!bVp(`/D`giBF,FUs?njh7b}XG0z[eB2JA_AtY|xUƐ+!Bxr:'`wr )?fxj~; yVc7R 12:H@^Ʌs!i&ob%լqbɰ|?Je 7k@!%2`p5Gwmˌ{/(ņB07>҆풯U@qysqh~;5Xg2-6{tl46$7ZE~*#r{gN5LARRu/ěL=Su>vm'^a"~w6|Hbmy½ԭCDs&p﷭ ] %a7aOIAc7 X?rqNC>6}5lqD;BX^8%r އXϼeiGshx+ X?z:4);/v 42Ó+c`,Ͼ̘oE4olewf܄99B_΃?}h@B=4 X+sp ;"S6gȆgIie LK\4a 8/Y>* SM7T~P x[1ѻ>-vY8H9w>:}"t ) TXrZE^f8NZ/Y9 9ts>U&9>EISp Q`@;ȵ\ù?F4|ks ^ 煖4;/Ћ&M;GG9;G9ޠA=H@ Җy3_B7cφW 2Dj MpDYj(6NӴTᦀ,vf}^B<|<]`IikѽH3(P1{NN:aRHob->dN)`p#1'\Ŵ8 J4Yb1$ y9T*p i9`'dǠm*ns="̀@|3ltV#ܪ|<|$#-u 32>KMLZLEN ~MY[hb| <)QBz_5Zt珹lՙ#~Eն00n G:FHצZTm"RonIlLDž]fKl$V8iI44aIUvm.ؘ:  i*13 9.ߎ Ӷ-%HS$\fMS3pt 1w>ʻ X5F Txz7uS][CHVQI`RȊ90; |%ʪ*2ugR:>~ij qsz6:r d;ZȲxo˟ec"Dh$GU4LB?G /mľXo42b_d ܙ 8ϭҾvwo;:C}f,T\2om KxW=ڳZRB;\)Y`=Z;pӭW=3աboPUԱVmRW@iS( G 6LJy 4+L"v2 \*&O@`age2(+&Vs qӮ6J8Fez.|6<%i/?ji<U#) e_d]wtFNM+j(<^\'LR)8ȪABx2`%}PƼg@qIɿ_ݥsjT0vzF-#vDLYodz!t"Y=O0G<}fHz᳧lu8wBC*,&D5mpig\,E(` =(P"yry~U~x7h28ყtǏ(%P-Ȇ9,Xx\r8a+NFW!r -êZ=2C==5hլϹ 5il9Va~g`<{/-Bc[[+Ro+^ʀ)V3.ߟxVu%T4mN=36r Ȧ4/ ;(=~A}fK- t͵kBBe4*SiZ YbeoWr K@.ȳ!4VrV6ZJ4[mY~~er> |WOĞ7_aٹN_b6,OS Ne너oV$ ?Uᅣ9(0'e<?|xFb(ȂQM;$˹*3Bv^JB5}ˉgԅ>qm4{ xQ9I ?a:n=i7e"1^=B?-dBA\l>Q#MZ|Nf @1d\|F]WEPH%(ȮSA=xsCav@”a4W- ? >+Pdhk7{%J#[wТoY2cio]@Zq2Bl"7P&FGp fF"mּ?^SXRt'";4()pnpߣ {3g`޶6*H$TG@' <gdcQb1(pzh4W~fFQ&އ9nJ_"#>a[joC}EG߭>y-pGlq]{||F lhx40LsG 9S|ݫ#{Nd[odDw'}k 5S?:}b"lvυ…3Aܖ6r}X4$<)ƈo}CoE[ 4y58 A[Mv{v#ǻsvH"PGFq,n9 Ҥ:`.ө4nFڦz9ERϰ}}H2<ɞaI.6 py5/>_+xZj^:8j&¡{@e4[*@4~EܱO]".=i߼sO?Lw ZP}eNC'F;[W7~ghnɆӾ>bRa:[0Z/ 4^'FelTj$̱mYּO㍷D;+\C]Ic$RgZ ?blmwٹ(IlgW1Zr]vd1SŠC-!*m߆lzg$zvaR/ [B,e#噯Sc"= j\j$".]~TjW;=f,7HcS )8%=IsSN~%0$h<iv1~,[GMM>[o&mr7(objPᗞ%+>clH!6>w[kP{tȀ}KluJ ,ۊBOm)LFȣpT*\17GnQ)\":+{1ϒ`Dn`% 7zH9[2;mW(tJgV8qԐ[2q(.wjz5?W׼ޡۯ3,H#A $}PiJc3p`/!w>x=u} |ʫb+ I@YU:׆3 -$!JEI( ֲc  a(O`M&(X'zReLs4"| VV3)W[6eRe􈤋tXLe2|F1fL[aR>Vp)a7j0"s%U7~)8HUe8TڇUiWCGC!9.Wn<[i=)c^p{Z8/.40'zd|Vњc7Jct2st K+=d JLpߩTW BMI" 1[7Ҕ=Kn&0WOhaӢ5Jݒ]Nqz:m:]J(yӄDrvɕLkqaO_¶S4`oe'CAhzQ$ $N`py x}jЩU4KB/7Sq%탔ekʣ~CI@zZ=sBATb߷? ڌ owH{0w-[Ђ\C!LLOg<(<6,:߷ڼ0B>{o_ڰW 3\|S(/vd-dXC$v ;T=ԻFY^|݊b_ُoc LS.csa>[:v脍U4׶ƽQ"l*`jolo f-Z#F4$چ…KVy%9uC̓brA@+ys^mSDžz+S쌾' ~\Z`q*=ppPtExGff}N QyC `s1gNgX%Vb(xnV4+ɼ/=0=Dˉ)Xr 7z@VKf %.>|Oo-R0:4A^zˇ5\S"{7ͷt+b )-孶y_ GZ[۝petڇcH^Mu5ErBJ}1:r*pESyVޑS?K/Df*oj|zg[x'<*.ѻeWLh]e+wc5V=z3?p 6D({*]T*=H*i!){:wk"WjJN fnh^OSK58[k-$а*!tƳe%=m¯O7}Tȩ{gM @KɔLu4Lts0Q'!jaƀ#ipx I AR7q,|>"fF+ ny1WU;XY:<7ŻkB=Y LVφ\ (r5wsaWЀBnÎvg[8V/o^-ҡNd3?=!btV/GG?! vH߳IPw@s܆FBG@WVM&/n |L Ω օ ؆2"reyNOژ-N\"]lRH څl 0|D@_ٜEܺ.Ӆ& %o7Bտ P7\&qKRΰ F,RSB>,gp*%'`; 1'gہ[tACu@`Pe UVw/4޴NJ4ZN=gv651۫r=:5Ԭ O_@.1Ps#3(zBXafCؗl>mŁ,<`sֳބkC 8"KN- r$-1,RQ)a/xƹ)9nJuIbU11*HbsY,G}#@PŶbʖ=}~6("7pA&jD̉Ap`˒ϥ#8pe_ K{-322+0z΁[N=ݼoHJgqJ;WyG\ a !ːDD6H$6ؕ]g9S/rmaBZWyFz s(3,ɀװ<4и>#x͟O:*j774.*gDTV'ӡ Ç?U b MA6!5M Ftk+ٓIAqm96 *bԴ[|,qlOv}͵iARQ}WQ T"(䆅d=r3eڨ?\E)(<{c)hcGt4UUk##Mk*]/|y0s_ԣi@ T!B@(jQ"(Q} Q94M$.P_%]Ԯe+Ǫlʹ|3}@cY /x%1Y,,rSZ(ULa_y.w /`HB*FЌ"SfRtSb?2|ԩ we)nc`RXNA_?))r! dA/Sb;Җax n>\NQoY|uHÈްB0i)mh`o>$[)k i6qh'ԬX];Y<,P6g^?}!hMIoH@' NUB&p(GW7z!b[7re> L<^*iC&H乥R'#OxYWTt9]D6"M" w\|Cش94nS$&`X݈[߬֜ r.=9.O׳dsK1O 䐌h3_Qüm`myP;r9vP|-= @j:m*`\(q ӡ_+4Qm(i ut_k eV\vJR $nm u- ƦRεj0%@2PP^fkC;Qы/)X,Y@8֤_|*{]aiC)/zv0n}|9CRM4.)4CVkGp)z`Rba`Q W|z^č<^v=%4.&5 35~b5A8ԞA5QzIoi18 iV7Wzrb& 0%jogaWeר^IT²q0G5m'q=nt?3QS`\„^.~*K\vi.2jCu0ȫQ.@94Z U\2 @E(,D>oX to Ki kUqZ[yXAf#B$+ՙ!.#7Õa*WԘ9zYMdlj 'f134h X0Ο::pH%,lGΫ=B嵌J;3Vh]i_L} q[x3X}mCޢb(Qu|R2M,ɦp+Gӛ1IؾϘW7Ӱ_͒9|pʵwy%.?/j.<II>Tc~ZQDXC: !Y[p6)RU:NB1Ry$zƔTRp\:'vPHN,dCxPqZUBYG, OۨjiarNNyH4[ՍLשwTSqWڶbpj1+K#ޛ:r^W ίð0S) gU|=6EdI<-?A4zeM 擟#0•^\.rh WYgg3iak?pWZ#wy?xC$|E;gWd׊@VX.M䝦Ii @8-ds0ku q>59R/+.k=y߆HȀ2pe8 5}ㅔ=b))jgi ։gn?b@ş}nRՕbMboXDBȆ'P_߰!G&Kt+%,0W} 6=`:UYN:xg"Wc>9?"DZ,m|_]}'v˸Dwj]r+8Ҧ@|N ![L+Ӊ`WQeF ;8 약@=ȳ@/x희2Gz:DW5DS$᣾x̖ " BY닳޲se7K5]'Ǘg3"V=A2HO+=(HC[F)!DǮ-`vs6!,y21ews w0Y[`:QhQf7_гYzX2CI.VߜLLt௛NӑhCNgxecDB-ýNWLjy7 *)dm]gN [Eɤ{ӭxo _b  Yeöօe0N rj`(&˯2;- Q#/dWHu^ uŇHJM=C_]MUiӖ1 }h&K)lL(s ~P\D x>ɨ>[dCUCߡqw_PG{T\&}n i^3y@XnQhf0Ȉ)q `"Tn+q|S C9GׁvYLbKsS- e+B'!XB+]1i^!cB}޿޹KPZ mXx-jҼ1Vӧn(wQ}0d)rG9K{BEfaЈ޹7%K];=͜FI{7/ pkJHt$K_JX+Ӄe.A)xML6SBuS]7ZQ.gCamĴFIǛlbό!,H{~箃 v? 0 &{&  efZ0L&աtۦkZ2A>%ħUA/NJV'xi/ƃV̞;5GloB,!ORY8*=~[?%UD7cˏ{=רmRO2r@r-*> :_.7 / _k՜S?Q޸DBܸfD98䦂 QJng"n: 6<^OG0_Yǀ-~~}DUCeBMdҥ|ΤJǧɜx ^d/$B{5ណ2n^ DF)y` Zd~V8jKT"/ASPk%5ܗyŵ*Zmr-&щm4/KUr*PG!M,G9wK8#J␇ (i]| IVmpS~P`|413i"Mh?XDCtW)3qw.kh -I6I_ LύKrh`PM܎Xv5u^Qvf V6יWhc7nCYLqPEkJ5g^AQ;Pr`ψɾ9#sYBBV`np̾ps]Lـv}JZ'{/.mPt(A{KGnQܮK|m1#PălZCHUDQfKr]I y׶V`qTuFʅASPڟ>Vk!M͞}>g,bIjĊ(e< /Oy^Shc.FYHWU;?!ZI{qx<硜S j| p}"N쥧(b2IJκ&;OF1YRRUxz"\`G)a/RsBLh[x>oXS1vn%$91P(] e6pOBRm Э0Y\lpE*EU<6Ab>wdɦ\LAcD~v|~JyF{旌f;&Z\cEe[(ϤhZabiS8=ugw,qb; 0)@A bnи9@މNKcOB{ ߅a Lh"\LwͲ2`jS%MxߎLZ?$0;kpHD_Ku>&FEuz;)FT>< ZLk$m\Y0&?mY$fЬo%1EiH8ٽc6i>F VWW{)Fz=FZ] \ bB>8>JUXe6S8'9w`7y9%]E-橹 cBHs׿v=@՛@L>M_,oCZ~]q/cڶon>-XGVO_ZkKh20׈*eua/W$D5l?x'{OLѮ K"><uz" %" !ܰpΰHRZ%_?oG"|3\rm 6K(rWH)!); #6yj@N6u E>mH)'Yp,Bj~<\Kb}[u#~n <%S fZ8D a?hIVG`@!KLMxpB10[V^sY $ͫ'Wyoj<໶8b,5=ZtoCjʑ') H Xs[ =Oy=|q˅6T u &;Eʜ7ObPVƄ "ͫtap0HdRw6 >R@G}K52.Ցn=;%50á9nO3/h6yWOH"|eGQPPRD4m?8-:X~l PPYDݢ`O0c{,W{1dG0u@*.piʳc^f!z%)vZiM]D@bA;+6Z(-.WU ^yLMVj͌%,rN)K4у(f/JuG@a'd,b'( C V.Ȅ̺hԼQ]B}a÷Y a*#oB1̛u%;%0It04 0GƄGU=`^ :Bx`jBnQB"xPSʠ}k\@]6:Z:6)G2S{Q~ ?ʡΣ5 Pz#E(T"}wAm'2_[1t~ҋ/@8 ]Pf O`S/3z+h(FPA[2?' 6ӱ+^*DfpW{5.ÏY$ӯb/i] BnO/7As>ك4]~q '*!lM2K(vLq-r=eU3`)Q{T /id q=S_ @ѭK+#@5HSSߍ"93 [At`8q(rR5I֫ iKq'I6%e?e[ a+aO/cHMAZ:9}#BQ贺1.uˇ`V_;m? m@А?+R)7Jt/0Et09oo&f`&sGy(\@q!׵Y 5%!Ʌ30)8hQGN+Վ,XN1#{!Nقy<yu2S@)G3ܾ`KlnF 3eovaɸ ՅZ͢0VfgN;+ }t:àk}!6'öh,7%u1l͟GW}$8Tv &`n):%,AĴ:_QJCF~TU$rdd>n^N)CQ`hSyؐLLꈛՋ'//J:X9RÑE͊!W\COuJ !cʴ㦨@]֢zz bQd-5*v&[X:BbA[~|Dkn4ͪAiNpO5/ Iv$򿇑=,g>Y,t' )|&0dJwe^wGyřT 4g\ck0F`ˢ1y5y1TwWllVjd<Yalܹk]kξa=^_bɱCPMxktI]YHސYrtUYwqsq|_D miHw6vĒIpP^KORwhDlSW}t  GEr譅P>R`/߈ҔAK"Ur3\e=ZpbwK>+d g?1!-0ʋVj9ac-Q/~nmݚ7Nr9꫷RDPͳb6%ܡY'x!8mi*C]Y ,$53Nݬ_7y.c𧿟8>@i!]˺A776>!REE*e18r|(ӪWp+\KGt0H\uMĹ2 *n/fha_cz9c'㎹fNFR2O盅meH}j)d_f=Gʛ~\9gbFǴԳgM`^~DPU0ؠme_@Vz|8ܜuڵ^%?ۢf=Y5$~1Id% DHǛƜ(=]0pU/![*ȫ%"%JQ .=Do2u؅4P*GM_ |d1!.؞`Z*܈[Ai~HɫvZx[~ B:ByHKi#J@I5}\p> R6*_  4;^/Q&#OHk#XS8c cHxU暣 ]{4dygLs} Lsi:tNazn2s˄2 T`hx(gkǔNzr޳K P{> t:w1s e~!mw/Z2a›?K KABX-G=~iTQMe@-M;H=VܤLCR=OXt4xp0 '|gt_XlFP܌UIG\RܴBm 6h T_Ggf@<"*6WT秸D( J0ɁV*Sب4lG=ޟ}Y4;@;H~ބ @ ҏ!_ GKfiLJ6FPllx -">bdޔAA?RqS/ֲqdz7zp{ln^%Ps?NWPXV?P5*\'MPd z2t1iIM\[5|_ brrY?o3AG1ĥ7%hIBkfSؖ<4` Lݱ$pw 6Eljx"Grc- Ή8L,0"+FVwLX'тMƹ~-fRb" #KU9?PG:z!'A'林t'Ļ ,U' K>&ArH+!*Q1Mʠ o$숦$bmzfͶ`+E9QN ņ>ͱs Zwv< g)&~Ztf"yF #7(v߉2h@W^ $.V. 3'%aL>}u f¥Ȳ.aQlZYH^҆XxIFM{GE|=x['9k겕|vhn"zچ߾4t|R/EeNM'!S86VܵMi^Im2T||zX6$guLxNu #Nu F]V%a+lZnb)K"paa_`h:h͊O[_P9;:=q".”&Tx8Lv}j'.dob@N#<sAxu־⃋Bjz}MMg~xWz.TrX3wهU$FMDc!Ypa)ir|bsDQg?DsvUh8{ 택@ϫ^/vAr2qm2I:$h.R^2!`M9V \ܭ%~A 0̓~wFh5ZD8Ƒ,Bg?FTCU0 LE 8?Gv|GZcqvPTKE&CDg;»Ơ-̦6evp/;#i{JR&OfI yܗj'lf'8{()s_T[i wLjl|$|61M])5/KM.=)ώDƃ/Ղhyhx2Ww4a^^ Xtc]#fH6%]rV1t1R9h$c"ZY+<΄0YLhVVb;~ PrbiuDƒIDLέګW):V2=,ѐ[4"U4YIڤVql1V:)hv4*ҙCQZBыi*GL.ʃp& J(GYͫ32SGhJL+#dϭM//'amoe+T|\XA*LGa6˿2OXQR>^6~od-O*K\Qs8`&cW&~7WAȷ `G^|5eNܣ UQyxI=&)˛-}NOA fy%Edqg7nT7?'Bc2LK$jz,I8#Epԙ v12sZ]rXi/Oh:b<$됬aG5r{: ?ӫM1K䄸l~bw#@:pHF "F^^j5|r(>t Ak8(fYrYH&d A?(&)i|Cs:b %ĒH{\`!XTjA٬d,{uԲcmMK.B'wK@*!gƜhh7N/'8:F3ۯ0,s- Pw.{m&&w?UJ1 q>v 6d :- +Qut.cqIUy-sKO(u.Ut"OKE}#}AݝMxJ }tk.vSdm6P8cY=9[s$;kfݙm{>ZQAODΪPAJ 0iuSp^@'Æ1nxGk M$.Ma0u,Ɇa$Swz]S+ihEkb=WsfK$3K?񏿠ju QEb)@VMgu{ki-hDRkz_\&fT!t*Y=R[4U;mfOږXؐ exfH4ᓮ.K/i>sh"QM6T%~EFEByoTQ063y26Ƙ,Bs-h/(8C:^)@w'vH瓕/9eH %lpS\ n A=HuX_t-Cnb?>ټKm<|8òBlJYBK68dgIy7b쮉0GE'-%*Ky)ETnARTAmKr{O,1cS:ϧKg3PQb8-̏ДMː$h-P~mRǢZN ʮ.qŵ"q]✇Ж7CDxNn6V|xL2eh]+H4FiXN]H)d'J0We=辌UVk;lT-;̕2'&GQGL,6D)2^0chx<^5<)F@Gп[b|TX[t5^$A+fŕ^!+UB?(k\֦RGT\C<$Tx")*0ϜRw\'2U/*:#^X}9 -2o .PLEl!י,6?n+]4*riݛM} IS zNRk㈲Px | 6dh46l&h<B QB,rmFjmՊ c2Uɉ0mʇǚfGC*Teaqu5.I6!]#lN2ӳ.4PcYcȶv!d H. L_*^c栨<(2ɏx\4Io4ڦXRUG}m%\Y,rNYAtx obe?U LО2,+R]οT3樸Iےϯ\,Wc/\W&ebthzC -ՂlYwY;Jq!7uNJ+.jƞ_Vk7HHĬgwN|uLVZ(zaÛzӺh>4ED`*2@Vn|?,&Mzn{꠫O.%fT6kJw\4?y,|]aZ3̘Q ngI$U!.ohr* )( bwȮgGkEgy[PNg %d3n Vlqu oD6]T_Zm͠5( =h}H}-mkBBxǶshkx|@,$Z>%tC'6Wn@*:J|w%#4Z;xEn&ЖowN|Iv@B`@;%-L.ơT#s^DxVxO|'9^ܴ?3r,;=vKbAϘ L2Êxl5 LiT\V>:-ؾ.V-Ib3.XyV?܎\ ,nem?$Lugld<r)ɊCoɯy=NsZxA߽}Dz9EAjuͪ5B7ndKA׬X[&VwaDZMXF| 2D[, dp659cX&}Wj ԇ,`+1K174 o뷢cG``h!xdK$# -_/ûQ`?/2dwE_fgӰㆸP|Kw}r2]K }k6G=0AG+-W2rqDD}hPd K1&t˱QA0Q{&jƧA'Ԕ*wR}p#EN"ۜsc\̠.v8\8jw XfRs^.RLjA;~yn^o‹60)[Oi~:.jBg2/9Ԧ'8='ا4 sSolTXC^Fe$i6{dפl0bmD7 KלSuOi:_M?ze1(ҴTC} AAB02a3_{BR#+WɅvh斔(ECgKDRUZ'E-*QQj[lLFVߵDZ=2 !7lCLY ʑU 9LGe5ZQrY=w@=Eʚdlonw$ C))TfJk!|r̉aN>7qFh +NcXv L>;?mx`u3:1]DZv E D8S D-c%2%uJxiZHfP;i/oaJuZ}cˎ0:C[lC)>%_Fł%B;7%P.{D*?-48UcC@s &`n"ZL-k*Q4?8~cAg껕Nh @)1/)@dP{ PܛrhSEm^u~i*Y 2`V(v˶իr2yd-.;ʪSĊY'nLߚ~uM? Z̔#d_E~xn9+ J,Nw;,|g& igd%"Ett/H(ɍv1pak?=i _c`9OE9.ƍRqE^KC1"-}7NH07 gͤ4C)x;aŒjX]Y_pةY(DWQ_L)sh'MR$D_?  s`ƍEi疣Ȱ}z!%i;$NqT.$*؜xO}9Ž3CnL &TP$.x᥾[ nW_cH(aI^ب,*y8 O$oհYHvvbA_y\#8Lx/2 _f?/)Z{%"#Wl*0TX=!osbPA2:ߜy= nArV;Cz >D٠]G9L2 G +)hb 9(~h gyD%4&VIM$˓<t0}Q0SL2mad7 )[J{c ÙcyVE.@6ܞbJsgo b˔[x_E9MqwG{$AbƲP/w