ruby2.2-rubygem-mime-types-testsuite-2.6.2-4.3>t  DH`pY.{/=„.U aS+Ǥ"F08En0&{ ls8R=!GM_hz5{6Iezr3]ĶC^3*Va?骟ò?mTtrݧy!09ĺ\.SH+[9hbcH,]2MQY1}ò+_0{ybCd%5fNC/[D*03/DxK8ABFMre<|eT|$B`Deca51e3ba9cd73c630d7ba75ccc8c2caab3ab9871zՉY.{/=„on1wB祃=!rCaX]ƲF$/J/ub 8$Pc E$ >4:-v6WڐyM=޼ G6ȕL`-'^ KW2e ebkI"(MJka#Gd垄C~c2pbdͩ2ypB`c&P7>@lh9.YN>9\?[d'- 1 K 06@x    V d(PX(t8|9:oFWGW4HWlIWXWYW\W]X^XbYcZZdZeZfZlZuZv[w[tx[z[Cruby2.2-rubygem-mime-types-testsuite2.6.24.3Test suite for mime-typesTest::Unit or RSpec files, useful for developers.Y.mlamb022openSUSE Leap 42.3openSUSEMIT and Artistic-2.0 and GPL-2.0http://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/mime-types/ruby-mime-types/linuxx86_64V |;`AA큤A큤Y.fY.fY.fY.fY.fY.fY.fY.fY.fY.fY.fY.fY.fY.f3780074178ac7d87c48c4436a8ed4a0fe0dc45275849d3f96399e41d831dbe77d736677512928579be67725d1be5b5190755176d5deaf31309f323c0a5dffe590eea7b01bb0087d8f87889d696a1861b1e6c8d227f03c0503f55115ca6685eebef6361d8c8c9ef82206f0f2cb21b03877d75a1d9ae2fed629bea00989405f905d207d56864a1ea16f36bf93d15de5241f26ccb8db749b3412950f8b99ef0b6b995087bec56094c16ce8860fa49e76f35rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-mime-types-2.6.2-4.3.src.rpmruby2.2-rubygem-mime-types-testsuiteruby2.2-rubygem-mime-types-testsuite(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.2-rubygem-mime-typesrpmlib(PayloadIsLzma)3.0.4-14.0-12.6.24.4.6-14.11.2UUg@U<@Tء@T>aT;S,S$@S RrF@R%@RC@Q@Q{Qg@Q.Q@PkPPOz@OleN@L%@J}hcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcfarrell@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcfarrell@suse.comjreidinger@suse.comcoolo@suse.comcoolo@suse.comsaschpe@suse.demrueckert@suse.demrueckert@suse.dedmacvicar@novell.com- updated to version 2.6.2 see installed History.rdoc == 2.6.2 / 2015-09-13 * Bugs: * Emilio Losada (@losadaem) fixed an error where +each_with_object+'s block parameters are the inverse of those used by +inject+. Resolves {#107}[https://github.com/mime-types/ruby-mime-types/issues/107] with pull request {#108}[https://github.com/mime-types/ruby-mime-types/pull/108]. * Matt Beedle (@mattbeedle) fixed a typo in MIME::Type::Columnar negatively affecting people who use the +use_instead+ functionality. Resolved in {#109}[https://github.com/mime-types/ruby-mime-types/pull/109]. * Documentation: * Juanito Fatas (@JuanitoFatas) fixed a documentation issue with the README not properly linking internally on the generated rdoc source. Resolved with {#105}[https://github.com/mime-types/ruby-mime-types/pull/105]. * Development: * Fixed a minor issue in the IANA registry parser that would generate empty +text+ xrefs if the +text+ section was empty.- updated to version 2.6.1 see installed History.rdoc == 2.6.1 / 2015-05-25 * Bugs: * Make columnar store handle all supported extensions, not just the first. * Avoid circular require when using the columnar store. == 2.6 / 2015-05-25 * New Feature: * Columnar data storage for the MIME::Types registry, contributed by Jeremy Evans (@jeremyevans). Reduces default memory use substantially (the mail gem drops from 19 Mib to about 3 Mib). Resolves {#96}[https://github.com/mime-types/ruby-mime-types/pull/96], {#94}[https://github.com/mime-types/ruby-mime-types/issues/94], {#83}[https://github.com/mime-types/ruby-mime-types/issues/83]. Partially addresses {#64}[https://github.com/mime-types/ruby-mime-types/issues/64] and {#62}[https://github.com/mime-types/ruby-mime-types/issues/62]. * Development: * Removed caching of deprecation messages in preparation for mime-types 3.0. Now, deprecated methods will always warn their deprecation instead of only warning once. * Added a logger for deprecation messages. * Renamed lib/mime.rb to lib/mime/deprecations.rb to not conflict with the {mime}[https://rubygems.org/gems/mime] gem on behalf of the maintainers of the {Praxis Framework}[http://praxis-framework.io/]. Provided by Josep M. Blanquer (@blanquer), {#100}[https://github.com/mime-types/ruby-mime-types/pull/100]. * Added the columnar data conversion tool, also provided by Jeremy Evans. * Documentation: * Improved documentation and ensured that all deprecated methods are marked as such in the documentation. * Development: * Added more Ruby variants to Travis CI. * Silenced deprecation messages for internal tools. Noisy deprecations are noisy, but that's the point.- updated to version 2.5 see installed History.rdoc == 2.5 / 2015-04-25 * Bugs: * David Genord (@albus522) fixed a bug in loading MIME::types cache where a container loaded from cache did not have the expected +default_proc+, {#86}[https://github.com/mime-types/ruby-mime-types/pull/86]. * Richard Schneeman (@schneems) provided a patch that substantially reduces unnecessary allocations. * Documentation: * Tibor Szolár (@flexik) fixed a typo in the README, {#82}[https://github.com/mime-types/ruby-mime-types/pull/82] * Fixed {#80}[https://github.com/mime-types/ruby-mime-types/issues/80], clarifying the relationship of MIME::Type#content_type and MIME::Type#simplified, with Ken Ip (@kenips). * Development: * Juanito Fatas (@JuanitoFatas) enabled container mode on Travis CI, {#87}[https://github.com/mime-types/ruby-mime-types/pull/87]. * Moved development to a mime-types organization under {mime-types/ruby-mime-types}[https://github.com/mime-types/ruby-mime-types].- updated to version 2.4.3 * Bugs: * Restored Ruby 1.9.2 support by using +private_constant+ conditionally. Fixes {#77}[https://github.com/halostatue/mime-types/issues/77] found by Kris Leech (@krisleech). The conditional use of +private_constant+ here will be removed for mime-types 3.0, when Ruby 1.9.2 support will be unconditionally removed. == 2.4.2 / 2014-10-15 * Bugs: * Aaron Patterson (@tenderlove) found a loading bug and provided a fix that nearly doubled registry load performance ({#74}[https://github.com/halostatue/mime-types/pull/74]). * Godfrey Chan (@chancancode) provided a prophylactic security fix to use JSON.parse instead of JSON.load in {#75}[https://github.com/halostatue/mime-types/pull/75]. This provides a 20% improvement over the already improved result, resulting in a total 55% performance boost.- updated to version 2.4.1 * Changed the sort order of many of the extensions to restore behaviour from mime-types 1.25.1. * Added +friendly+ MIME::Type descriptions where known. * Added +reg+, +ps1+, and +vbs+ extensions to application/x-msdos-program and application/x-msdownload. * Updated the IANA media registry entries as of release date. * Several MIME types had updated metadata (application/alto-*, RFC7285; application/calendar\+json, RFC7265; application/http, RFC7230; application/xml, RFC7303; application/xml-dtd, RFC7303; application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867; audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges, RFC7233; text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303) * MIME::Type application/EDI-Consent was renamed to application/EDI-consent. * Obsoleted application/vnd.informix-visionary in favour of application/vnd.visionary. Obsoleted application/vnd.nokia.n-gage.symbian.install with no replacement. * Added MIME types: application/ATF, application/coap-group\+json, application/DCD, application/merge-patch\+json, application/scaip\+xml, application/vnd.apache.thrift.binary, application/vnd.artsquare, application/vnd.doremir.scorecloud-binary-document, application/vnd.dzr, application/vnd.maxmind.maxmind-db, application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml, image/vnd.tencent.tap.- adapt to new rubygem packaging- updated to version 2.3 * Updated the IANA media registry entries as of release date. * Several MIME types had additional metadata added on the most recent import. * MIME::Type application/pidfxml was renamed to application/pidf\+xml. * Added MIME types: application/3gpdash-qoe-report\+xml, application/alto-costmap\+json, application/alto-costmapfilter\+json, application/alto-directory\+json, application/alto-endpointcost\+json, application/alto-endpointcostparams\+json, application/alto-endpointprop\+json, application/alto-endpointpropparams\+json, application/alto-error\+json, application/alto-networkmap\+json, application/alto-networkmapfilter\+json, application/calendar\+json, application/vnd.debian.binary-package, application/vnd.geo\+json, application/vnd.ims.lis.v2.result\+json, application/vnd.ims.lti.v2.toolconsumerprofile\+json, application/vnd.ims.lti.v2.toolproxy\+json, application/vnd.ims.lti.v2.toolproxy.id\+json, application/vnd.ims.lti.v2.toolsettings\+json, application/vnd.ims.lti.v2.toolsettings.simple\+json, application/vnd.mason\+json, application/vnd.miele\+json, application/vnd.ms-3mfdocument, application/vnd.panoply, application/vnd.valve.source.material, application/vnd.yaoweme, audio/aptx, image/vnd.valve.source.texture, model/vnd.opengex, model/vnd.valve.source.compiled-map, model/x3d\+fastinfoset, text/cache-manifest- updated to version 2.2 * Clarified contribution guidelines for MIME types. Resolves {#57}[https://github.com/halostatue/mime-types/issues/57]. * Fixed a small bug where deprecated methods would warn of deprecation when called by internal methods. Resolves {#60}[https://github.com/halostatue/mime-types/issues/60]. * Dropped Code Climate; added Coveralls for test coverage reports. * Removing external references to RubyForge, as it is shutting down. Resolves {#59}[https://github.com/halostatue/mime-types/issues/59].- updated to version 2.1 * API Changes (MIME::Type): * Added MIME::Type#xrefs and MIME::Type#xref_urls that have better handling of types of reference information. MIME::Type#references= has been deprecated. In a future release, both MIME::Type#references will be turned into a short-hand view on MIME::Type#xrefs, MIME::Type#urls will be an alias for MIME::Type#xref_urls, and MIME::Type#references= will be removed. * New or Updated MIME Types: * This information is now tracked in History-Types.rdoc. * MIME Type Development Tools * The IANA registry format changed, breaking the IANA registry tool previously used. Rewrote IANADownloader and IANADownloader::Parser as IANARegistryParser using the XML form. * The LTSW list has been dropped as it has not been updated since 2002. * The default Apache MIME types configuration list is now used to enrich MIME type data with additional extension information.- updated to version 2.0, see History.rdoc * API Changes (General): * mime-types is no longer compatible with Ruby 1.8. Additionally, for its YAML operations (normally development and test), it requires a YAML parser that conforms to the Psych parser, not the Syck parser. This would only be a problem with an alternative Ruby 1.9.2 interpreter that does not implement the Psych parser conventions by requiring +psych+. * MIME::InvalidContentType has been renamed to MIME::Type::InvalidContentType. * API Changes (MIME::Type): * Construction of a MIME::Type can be with any of the following objects: * An array containing a valid content type identifier and an optional array of extensions. This allows MIME::Type.new to be used instead of MIME::Type.from_array for the most common use-case. Fixes #43. https://github.com/halostatue/mime-types/pull/43 * A Hash containing the output of MIME::Type#to_h, as would be deserialized from the JSON representation of a MIME::Type. This replaces MIME::Type.from_hash using a different parameter set. * Another MIME::Type. * A content type identifier string. * Assignment of an invalid encoding to MIME::Type#encoding= will raise a MIME::Type::InvalidEncoding exception rather than a plain ArgumentError. * MIME::Type#url has been renamed to MIME::Type#references. * MIME::Type#use_instead is now tracked as its own attribute, not as part of MIME::Type#docs. * MIME::Type#system, MIME::Type#system?, MIME::Type#platform?, MIME::Type#to_a, MIME::Type#to_hash, MIME::Type.from_array, MIME::Type.from_hash, and MIME::Type.from_mime_type have been deprecated for removal. * Implemented YAML object encoding and decoding methods, MIME::Type#encode_with and MIME::Type#init_with. * Implemented JSON hash encoding methods. * Added MIME::Type#add_extensions to easily add extensions to a MIME::Type. Fixes #44. https://github.com/halostatue/mime-types/pull/44 * API Changes (MIME::Types): * MIME type caching has been extracted to its own class. It is structurally similar to what was introduced with mime-types 1.25, but is no longer considered an experimental interface. * MIME type loading has been extracted to its own class. Loading has changed substantially. * MIME::Types#[] accepts a new filter flag, :registered. The :platform flag has been deprecated. * The MIME::Types#type_for platform parameter has been deprecated. * Added the ability for MIME::Types#type_for produce results for multiple filenames or extensions by providing an array as the first parameter. Fixes [#42]. https://github.com/halostatue/mime-types/pull/42 * MIME::Types#add_type_variant and MIME::Types#index_extensions have been deprecated as public methods. They will be private in a future version. * MIME::Types#defined_types, MIME::Types.cache_file, MIME::Types.add_type_variant, and MIME::Types.index_extensions have been deprecated for removal. * Default Registry Changes: * The default registry is now a file in the directory data/, located via MIME::Types::Loader::PATH. +PATH+ is defined in the file lib/mime/types/path.rb so that system packagers only have to modify one file in order to put the registry in a location that is not where a gem version of mime-types would expect it. This resolves issue #36, reported by postmodern. https://github.com/halostatue/mime-types/pull/36 * The default registry is now a single file in JSON format. This resolves issue #28 reported by jasonlor (an error with mime-types in MacRuby). https://github.com/halostatue/mime-types/pull/28 * The default registry is compiled from YAML files in type-lists/, resolving issue #37 reported by postmodern requesting an easier-to-edit format.- updated to version 1.25 * New Features: * Adding lazy loading and caching functionality to the default data based on work done by Greg Brockman (gdb). * Bugs: * Force the default internal application encoding to be used when reading the MIME types database. Based on a change by briangamble, found in the rapid7 fork. * New extensions: * mjpeg (video/x-motion-jpeg) based on a change by punkrats, found in the vidibus fork. * Modernized MiniTest configuration.- updated to version 1.24 * Code Climate: * Working on improving the quality of the mime-types codebase through the use of Code Climate. https://codeclimate.com/github/halostatue/mime-types * Simplified MIME::Type.from_array to make more assumptions about assignment. * Documentation: * LeoYoung pointed out that the README.rdoc contained examples that could never possibly work because MIME::Types#[] returns (for all the versions I have handy) an array, not a single type. I have updated README.rdoc to reflect this. * Removed Nokogiri as a declared development dependency. It is still required if you're going to use the IANA parser functionality, but it is not necessary for most development purposes. This has been removed to ensure that Travis CI passes on Ruby 1.8.7. * New MIME Types: * 7zip (application/x-7z-compressed). Fixes a request by kodram. https://github.com/halostatue/mime-types/issues/32 * application/x-www-form-urlencoded. Fixes a request by alexkwolfe. https://github.com/halostatue/mime-types/issues/39 * Various new MIME types from IANA: * application/mbms-schedule\+xml from 3GPP and Turcotte. * application/provenance\+xml from W3C and Herman. * application/session-info from 3GPP and Firmin. * application/urc-grpsheet\+xml, application/urc-targetdesc\+xml, application/uisocketdesc\+xml from Zimmermann. * application/api\+json from Klabnik. * application/vnd.etsi.pstn\+xml from Han and Belling. * application/vnd.fujixerox.docuworks.container from Tashiro. * application/vnd.windows.devicepairing from Dandawate. * video/vnd.radgamettools.bink and video/vnd.radgamettools.smacker from Andersson. * Updated MIME Types: * RFC 6960 was adopted (application/ocsp-request and application/ocsp-response).- license update: MIT or (Artistic-1.0 or GPL-1.0+) License is MIT or Perl Artistic (which itself splits into Artistic-1.0 or GPL-1.0+)- updated to version 1.23 * New Feature: * Arnaud Meuret (ameuret) suggested that it could be useful if the MIME type collection was enumerable, so he implemented it in #30. Thanks for the contribution! https://github.com/halostatue/mime-types/pull/30 * Updated MIME Types: * RFC6910 was adopted (application/call-completion). * RFC6902 was adopted (application/json-patch\+json). * RFC6917 was adopted (application/mrb-consumer\+xml, application/mrb-publish\+xml). * RFC6922 was adopted (application/sql). * RFC2560 is being {updated}[http://tools.ietf.org/html/draft-ietf-pkix-rfc2560bis]. * Administrivia: * The gemspec now includes information about the licenses under which the mime-types gem is available. * Using hoe-gemspec2 instead of hoe-gemspec.- updated to version 1.22 * New MIME Types: * Added support for 3FR (Hasselblad raw images) files. MIME-Type was obtained by looking at exif data with exiftool. Thanks to cgat for these changes. https://github.com/halostatue/mime-types/pull/27 * Updated MIME Types: * Pulled the latest updates from the IANA MIME-Type registry. * Added support for Ruby 2.0 with Travis CI.- updated to version 1.21 * New MIME Types: * Various new or updated MIME types by Garret Alfert: application/vnd.ms-fontobject, .eot; application/x-chrome-extension, .crx; application/x-web-app-manifest\+json, .webapp; application/x-xpinstall, .xpi; image/svg\+xml, .svg, .svgz; image/webp, .webp; text/cache-manifest, .appcache, .manifest. https://github.com/halostatue/mime-types/pull/24 * Fixed some Manifest.txt related madness on Travis.- updated to version 1.20.1- license update: GPL-2.0+ or Artistic-1.0 or Ruby See data/License.rdoc- use new gem2rpm to get new provisions- update to 1.19 * New MIME Types: * Types reported in Issue #6 (https://github.com/halostatue/mime-types/issues/6): * XCF Gnome Images (image/x-xcf, image/x-compressed-xcf; .xcf). https://github.com/halostatue/mime-types/issue/17 * Types reported in https://github.com/halostatue/mime-types/issues/12: * DV (video/x-dv; .dv) * IVF (video/x-ivf; .ivf) * Matroska (video/x-matroska; .mkv) * Motion JPEG (video/x-motion-jpeg; .mjpg) * RealMedia (official; application/vnd.rn-realmedia; .rm) * New extensions: * dcm (application/dicom); https://github.com/halostatue/mime-types/issue/16. * Types reported in https://github.com/halostatue/mime-types/issues/12: * 3g2, 3gpp2 (video/3gpp2) * mpeg (video/mpeg) * mxf (application/mxf) * ts (video/MP2T) * ogg (video/ogg) * Fixed MIME Types: * Adobe AIR application installer packages was missing a hyphen. https://github.com/halostatue/mime-types/issue/13 * Types reported in https://github.com/halostatue/mime-types/issues/12: * audio/x-pn-realaudio extension is .ra, not .rm. * Resolved https://github.com/halostatue/mime-types/issues/8. Apparently some people run the tests on Linux. Imagine that.- update to 1.18 * New MIME Types: * Types reported in Issue #6 (https://github.com/halostatue/mime-types/issues/6): * CoffeeScript (text/x-coffeescript; .coffee; 8bit). * AIR (application/vnd.adobe.air-applicationinstaller-package+zip, .air; base64). * WOFF (application/font-woff; .woff; base64). * TrueType (application/x-font-truetype; .ttf; base64). * OpenType (application/x-font-opentype; .otf; base64). * WebM (audio/webm, video/webm; .webm). Issue #11 (https://github.com/halostatue/mime-types/issues/11). * New extensions: * f4v/f4p (video/mp4, used by Adobe); f4a/fb4 (audio/mp4, used by Adobe). * Bug Fixes: * It was pointed out that Licence.txt was incorrectly named. Fixed by renaming to Licence.rdoc (from Issue/Pull Request #8, https://github.com/halostatue/mime-types/issues/8). * It was pointed out that a plan to have the test output generated automatically never went through. Issue #10 (https://github.com/halostatue/mime-types/issues/10)- Spec file cleanup: * Factory preparation- update to 1.17.2 (bnc#727772) * Fixed an issue with Ruby 1.9 and file encoding. * Implemented modern 'hoe' semantics. * Switched to minitest instead of test/unit. * Converted documentation from .txt to .rdoc. * Removed setup.rb. (Issue #3: https://github.com/halostatue/mime-types/issues/3). * Should no longer complain about missing RubyGems keys (Issue #2: https://github.com/halostatue/mime-types/issues/2). * Added .mp4 and .mpg4 as recognized extensions for {application,audio,video}/mp4 per RFC4337. (Issue #1: https://github.com/halostatue/mime-types/issues/1). * Added audio/x-aac and .aac per RubyForge issue #28054 (http://rubyforge.org/tracker/index.php?func=detail&aid=28054&group_id=293&atid=1194). * Made it much easier to update MIME types from this point forward. * Updated MIME types from IANA.- use rubygems_requires macro- initial package for 1.16lamb02 1496246893 2.6.2-4.32.6.2-4.3testbad-fixturesmalformedfixturejson.jsonold-datayaml.yamlminitest_helper.rbtest_mime_type.rbtest_mime_types.rbtest_mime_types_cache.rbtest_mime_types_class.rbtest_mime_types_lazy.rbtest_mime_types_loader.rb/usr/lib64/ruby/gems/2.2.0/gems/mime-types-2.6.2//usr/lib64/ruby/gems/2.2.0/gems/mime-types-2.6.2/test//usr/lib64/ruby/gems/2.2.0/gems/mime-types-2.6.2/test/bad-fixtures//usr/lib64/ruby/gems/2.2.0/gems/mime-types-2.6.2/test/fixture/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/a7bb89fe37efcecff0c11a14145880b7-rubygem-mime-typescpiolzma5x86_64-suse-linuxdirectoryASCII textASCII text, with very long linesRuby module source, ASCII textOA3aS+5?p] crt:bLLl0amsx[}ylOXvv|l==ZmwsF)! ftu('U> A\x2ݧ(TZL1ҬS}r3P&&QT҈)n EJ8C"TqZs?lJUNJ[d#fWlQ&%zHz -xz K4z+(chx6~27ߐ\D-?з}-?}hRr(I-Hw1a+`3j՝x*>FG*y(v҇#ϗ#sBl1d9#fj$0 I0sf@nCAlr`UePn (guV[Zӳ"Hά7pxl+'cZH8ͫO[G u a>L²EvRC)J8݆V Rr Q}ǭ` \Z3ý_jeF]H9PWOƍUt#@5:6jJ栛6=O1 cQ9mţ:BbҾ* A++۠p\+л_)ڎlEI`v~< ƈ [d.I,0ǿӦ}}uHwW1kթ$&鍶^6Gp*m?y1PPBԡz7a\K$3=Kbx1,:$#ŧ}g8n6r#˞Hb fì> E.(֡mTF#@S?Q?LSI.ljY}nG1RPtsv'ҿTztT xo]o8-9. ^E*.P(β3o3,b ^~ o;詏${ҴO1jMqCQ-2(0#j;rUT0`6>>ctQ۽sc]eJ'v[D h:#&6 #iiZGg@q64(l.~zͷfLE ԿW`"MnZ9 .UE!]~$TALKFČj`(СT}/BB43 A~B m Í%xl2HIfիϾ S%]~zKQ:$O]__"x?KU p0;'vT3黡q[sLClie{#ҟuT䛵MXGc^ .{&@|J5tRf?8 $zѱC,,ژ 2[k$n4Z2Qx]%Wb[T+Ѷ+Yǝ2BJs4_F&*KqKs٫^FMBrn&Zv636p6#~ =Ǿy̬~3`ɒ[xݠ_- f*%Lyk AtZ!CTD0վ>`j߂r2|фx Mdil;fG䘱kׂ|ON9BL㶎K,|Ǻ!fct"Vt rejwœoOٽen[Q~䋈U*XEQOd:o?#'AP"1J% rڿڞ{QHQ%<.NwonLKOpw>};G^ab-1իܧ %DmH_q_ea8m"ުXke<^s0;dB> w|wjO`X{PqZBu6y+HMڢe厸³ז'h;')Xueɖ[:5M 6jz:{{3\ b8jR<$,{3ti Pu>$Wq( CM%S\M3:\Y 7?%3c=gliV}Aqæj3%8ܖ%Լ }3v'%zﳳlhZE\x%K@M7Lr)?2} F* .TV ^#f7~35Ar33-WXap '1i:áavwm!!|wȂقyd܀2Pk[2_p/>6V=8]]Z|9&|[% `/mu4@kDrJI&t 8[#QM:c"5V2E +S˿ Hso/p /; qmԊHtAe]A]+e^l#H;.AiZ N%dW B\ ZoP=U*ֺ3M%|&WPˢG,k I_QUkmŒM_55ԤY(`:@ZFԤXasQd]%8u Dh)g4?hmӝܖ͈;ym?ޝ`XKܱ2#p~CY*/GK4m& ukz6 _whb&眡M;Y;Re?R:&s]?@ *i1ϣ^B6MoͿC@FK Zuh 7[؅>62PF\Rzf I<670092.jlr\&FaL>U@XGN2ݜۇ'mK=IRco&#\fUY KS1X%&f"hA5 i_ʅߝ9z>JAv iUXpSFIZ+07AoFAJB :9fGXxl d5vڿ.-!gg!'Ta?cd/D~>[mu6+nsSΕ1qL6MW˜a""kATZښK|mj-ʇ9:DXN:yn'ͷN-8,l%&B U)6\c֓\5\y3o\_Ӏ*;:|hƧ90Sٜ˽!+ѦrϾJ6x< i1E{G`ҽ,\^?Zr"x<8|?We82Q7ҤZgGr uap8ϷPW[nǓ RKnqϨ%X:]!h4 9[v)Vbb*㒭'$0:,o=`THv($I«5w¿yͰxl.?0:je|!ӋNE[sN8 &uϫo:JJ;#XjA=#CPt~$ts0#5o32MK'L%Ɔ_=bgॖ bVXuԩǔDq;:q+ .9l<ur.Zң/Vq ]ؤEQV0Neei3JRr/ix$C[F: 3H KDy LmvߵgZ@N#팫~C-K/ ;S\N8 $oBSM21 ( 6eh-&$)n8mLnʬT33CD>MyCq}KCvb{U[gҚT֧lC4= ~e?#?5w5h\ U5"C`)XNFQ;sGeФCyǓH?'o2RMjоuؼBkhUuV]@yfEs\l\ 51Z['QZkx'gA%@!ZMƎO1"J>1j}6𗝁r #y'I:j#^ kΰQJ{}a+$.nJB3d*& ;w}gm+VS8]RFČi|Z]N|T x_4߉[2Gb0/0#犽L)j|X Da]k f