go1.11-race-1.11.13-1.31.1 4>$  Ap_p9|U (*g eeqUķ4)Pvwi  i}7d`w<4X9ѼfC)?0deq{h( 5 ΛTohWdbm܆8ñPo쓧3/5 Ԟc;sMx c&59)'AȐ2m:P6-RBZXv8 h;k%{"xGR؃Jp%#EP6qqp RHJ _5ba6b9d1fbd747d968e09af64b5b7c1ff92d3306fba4dd8c6ff717710f05600ac7382070c96dc1b048054bebb1af4b92680871b5f9 ̉_p9|"+F*D x#+$ gܨYDxg?zx"7se9xi{xԴԊY eg|RFtUCʔaRa5"R.3wPO>D޽i^$o] n%*^2Z=-"ǣ>;jmd]$fQ#6"ƳRA5#⭄؉ڽ"Tp>?d  6+ A]{     (<(8f9lf: cfFmGHIXY\]^bcdeflu4v8z{Cgo1.11-race1.11.131.31.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs._~sheep71SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://compiler-rt.llvm.org/linuxx86_64_~=9d9bf6c49a44f347d1abbbd823446fe177ef55441f21547134a1a05fd3069bfcrootrootgo1.11-1.11.13-1.31.1.src.rpmgo1.11-racego1.11-race(x86-64)    go1.11rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.11.133.0.4-14.6.0-14.0-15.2-14.14.1^(@^l@^@^oj@]߶]]R@]%@]$]@]\s@\r@\\B@\M\]o@\I\\\I\U@\ `[0[][9@[[ZnZ>Z@Z- go1.11.11 (released 2019/06/11) includes a fix to the crypto/x509 package. Refs boo#1141688. * go#32366 net/http: make Transport ignore 408 timeout messages from server * go#32281 crypto/x509: macos 10.14 SIGSEGV in crypto/x509._Cfunc_FetchPEMRoots * go#30525 cmd/go: MacOS binaries invalid for eventual Apple Notary * go#29618 cmd/go: downloads follow plain-HTTP redirects even when the -insecure flag is not set- go1.11.10 (released 2019/05/06) includes fixes to the runtime and the linker. Refs boo#1141688. * go#31195 cmd/go: pseudoversions can refer to external commits * go#30989 runtime: dll injection vulnerabilities on Windows- go1.11.9 (released 2019/04/11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. Only Linux users who hit this issue need to update. Unpackaged go1.11.8 (released 2019/04/08) was accidentally released by upstream without its intended fix. It is identical to go1.11.7, except for its version number. The intended fix is in go1.11.9. go1.11.8 was never packaged for SUSE and openSUSE. Refs boo#1141688. * go#31293 runtime/cgo: unrecognized relocation with binaries shipped in go1.11.7- go1.11.7 (released 2019/04/05) includes fixes to the runtime and the net packages. Refs boo#1141688. * go#30872 runtime: write barrier incorrect on wasm- go1.11.6 (released 2019/03/14) includes fixes to includes fixes to cgo, the compiler, linker, runtime, go command, and the crypto/x509, encoding/json, net, and net/url packages. Refs boo#1141688. * go#30815 misc/cgo/test: failing TestCrossPackageTests * go#30444 crypto/x509: darwin-386 build is broken * go#30081 crypto/x509: certificates with AKID don't chain to parents without SKID * go#29967 cmd/cgo: -Waddress-of-packed-member warnings poping up with gcc9 in cgo-gcc-prolog * go#29944 x/tools/go/packages: TestLoadImportsGraph failure with custom GOCACHE * go#29923 net/url: URL allows malformed query round trip * go#29906 x/build/cmd/release: Go 1.11.5 amd64 tarball includes /gocache and /tmp Builders * go#29700 net: TestLookupGmailTXT is failing * go#29645 x/tools/godoc/redirect: offer Gerrit/Rietveld CL disambiguation when needed * go#29565 runtime: fatal error: found bad pointer in Go heap * go#29564 x/tools/cmd/godoc: add x/website redirect * go#29503 cmd/compile: incorrect code generation bug when taking slice[:0] * go#29447 x/sys/unix: go1.11 on mips64le fails at TestFstatat on Debian build * go#29442 cmd/go: go1.11.4 toolchain3 build fail with "slice bounds out of range" on 32-bit MIPS on Debian build * go#29364 encoding/json: custom UnmarshalTypeError no longer has struct context * go#29307 cmd/compile, cmd/link: relocation target go.builtin.error.Error not defined * go#28986 runtime: OS thread appears to be re-used despite never releasing runtime.LockOSThread() * go#28346 cmd/go: `go test -c` does not respect gcflags sometimes * go#26039 crypto/x509: root_cgo_darwin and root_nocgo_darwin omit some system certs * go#25041 runtime: runtime.Caller returns invalid zero frame- Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.- Fix erroneous trailing backslash in %post script. - Use better forms of -exec \; in some places.- go1.11.5 (released 2019/01/23) security release fixes CVE-2019-6486 (bsc#1123013). Refs boo#1141688. * go#29903 crypto/elliptic: CPU DoS vulnerability affecting P-521 and P-384- Make our profile.d/go.sh no longer set GOROOT=, in order to make switching between versions no longer break. This ends up removing the need for go.sh entirely (because GOPATH is also set automatically). boo#1119634- go1.11.4 (released 2018/12/14) includes fixes to cgo, the compiler, linker, runtime, documentation, go command, and the net/http and go/types packages. It includes a fix to a bug introduced in Go 1.11.3 that broke go get for import path patterns containing "..." (boo#1119706). See the Go 1.11.4 milestone on our issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.11.4+label%3ACherryPickApproved Refs boo#1141688. * go#29272 misc/cgo/test: issue24161 tests broken on Darwin * go#29248 cmd/go: "go get" fails on import path patterns with wildcards ("...") * go#29191 cmd/go: symbolic links not dropped from repo * go#29112 cmd/link: too many open files on high object-count dependencies * go#28974 cmd/go: need to backport relaxing of go.mod go verb constraints to 1.11 series * go#28972 go/types: problem with alias type * go#28916 cmd/cgo: nested structure has too much alignment padding * go#28799 runtime: fatal error: out of memory on reslice with negative index * go#28752 reflect: scanning invalid return slots during a makeFunc call * go#28725 cmd/go: panic when argument doesn't match any packages * go#28694 cmd/compile: inline multiplication corrupts an argument on arm * go#28690 runtime: ThreadSanitizer CHECK failed * go#28673 x/net/http2: Transport is leaking streams on broken Body * go#28617 cmd/compile: panic during fuse with if true block containing a goto and a return * go#28586 cmd/compile: go binaries not working on exynos 64 bit CPUs * go#27395 cmd/cgo: typedef pointer arguments regression * go#27383 cmd/compile: failure on a function type alias- Update to Go 1.11.3 (released 2018/12/13). This includes fixes to the crypto/x509 and cmd/go packages. See the Go 1.11.3 milestone on upstream tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.11.3 Refs boo#1141688. * bsc#1118897 CVE-2018-16873 go#29230 cmd/go: remote command execution during "go get -u" * bsc#1118898 CVE-2018-16874 go#29231 cmd/go: directory traversal in "go get" via curly braces in import paths * bsc#1118899 CVE-2018-16875 go#29233 crypto/x509: CPU denial of service * Upstream is aware of a functionality regression in "go get" when executed in GOPATH mode on an import path pattern containing "..." (e.g., "go get github.com/golang/pkg/..."), when downloading packages not already present in the GOPATH workspace. This is go#29241 and will be resolved in the next minor patch release go-1.11.4- Fix build error with PIE linker flags on ppc64le. bsc#1113978 boo#1098017 * gccgo on ppc64le with default PIE enabled fails with: error while loading shared libraries: R_PPC64_ADDR16_HA re10143fb0c for symbol `' out of range * linuxppc-dev discussion: "PIE binaries are no longer mapped below 4 GiB on ppc64le" https://lists.ozlabs.org/pipermail/linuxppc-dev/2018-November/180862.html * Add for ppc64le only: #!BuildIgnore: gcc-PIE * OBS environment defaults to PIE * Upstream fix for go buildmode PIE desired, track upstream go#28531- Remove obsolete patch: * armv6l.patch - Enable %arm build - Build with go1.4 instead of gccgo for Tumbleweed (fix %arm build)- Update to go1.11.2 (released 2018/11/02) * includes fixes to the compiler, linker, documentation, go command, and the database/sql and go/types packages. Refs boo#1141688. - cmd/compile: * function argument hiding built-in function results in a compiler crash go#27399 * go build panics when 'len' keyword was unintentionally shadowed go#27973 - cmd/go: * 'go test -coverprofile' emits slash-separated paths on Windows go#27487 * `go help build` mentions -mod=release, which is not supported go#27398 * for go mod download, -dir option does not exist go#27498 * git export-subst causes hash mismatches go#28094 - cmd/trace: * SWEEP events' swept/reclaimed bytes info is not emitted go#27717 - database/sql: * confusing MaxIdleClosed statistic go#28325 - go/types: * embedded interface behavior now dependent on file name ordering go#28249 - misc/wasm: * Microsoft Edge 18 (latest) crashes due to TextEncoder not being supported go#27393 - net: * io.CopyN fails to copy from file to net.Conn on Windows go#27411 - runtime: * wasm: all goroutines asleep and no JavaScript callback pending - deadlock go#27425 - Fix formatting in go1.11.changes- Update to go1.11.1 (released 2018/10/01) * includes fixes to the compiler, documentation, go command, runtime, and the crypto/x509, encoding/json, go/types, net, net/http and reflect packages. Refs boo#1141688. - cmd/compile: * bad walkinrange rewrites on constant above 2**63 * function compiled without bounds checking and -1 index access * missing bounds checks in 1.11 * panic in cmd/compile/internal/gc.typecheck1 * race detector detects race with close(chan) and len(chan) - cmd/go: * 'go test -gcflags=all=-l' appears not to disable inlining * GOMIPS environment variable does not affect caching of mipsle code * TestScript/mod_install_versioned consistently failing on macOS High Sierra * build fails when setting linker to lld using ldflags * go list -json -compiled -test -e upspin.io/test fails with non-zero exit status - doc: * GOFLAGS environment variable not in 1.11 release notes * downloads page claims that Go 1.11 supports unsupported operating systems Documentation - encoding/json: * empty fields in json.UnmarshalTypeError - go/types: * assertion failure setting up composite literal with incomplete element type * some facts are missing after an error - net/http: * WASM Roundtripper crash when using "no-cors" mode - net: * LookupTXT bug * empty DNS answers should fail fast * testSpliceReaderAtEOF closed connection: got err = splice: invalid argument - reflect: * MethodByName().Interface() leads to fatal error: sweep increased allocation count - runtime: * invalid pointer found on stack * timeouts in os/signal tests- Update to version 1.11: * Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. * For more details check: https://golang.org/doc/go1.11 Refs boo#1141688. - Use gcc8 instead of gcc7 for Factory/Tumbleweed. - Update compiler-rt TSAN binary: the precompiled versions of LLVM's compiler-rt has updated to commit fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 in go1.11 source. - Remove patch: * fix-sanitizer-build-against-latest-glibc.patch: upstream fixed. - Add patch: * gcc8-go.patch: use gcc8 instead of gcc7 for Factory/Tumbleweed.- Update to version 1.10.4: * go1.10.4 (released 2018/08/24) includes fixes to the go command, linker, and the net/http, mime/multipart, ld/macho, bytes, and strings packages. See the Go 1.10.4 milestone on our issue tracker for details.- Update to version1.10.3: * go1.10.3 (released 2018/06/05) includes fixes to the go command, and the crypto/tls, crypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition. See the Go 1.10.3 milestone on our issue tracker for details.- Update to version 1.10.2: * includes fixes to the compiler, linker, and go command. - Changes in version 1.10.1: * includes fixes to the compiler, runtime, and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, net/http, and net/http/pprof packages.- Removed * go-1.5-install-dont-reinstall-stdlibs.patch: patch no longer needed. - Changed * gcc7-go.patch: go1.10 source code changed, patch is no longer applies.- Update to go1.10: * Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. * This release improves caching of built packages, adds caching of successful test results, runs vet automatically during tests, and permits passing string values directly between Go and C using cgo. A new compiler option whitelist may cause unexpected invalid flag errors in code that built successfully with older releases. * For more details check: https://golang.org/doc/go1.10 - Removed the following patches: * verbose-build.patch: build system changed, patch is no longer applies * go-1.5-install-dont-reinstall-stdlibs.patch: patch no longer needed- Ensure go binaries are not stripped (eg: go tools trace), this cause some of them to misbehave - Ensure go trace html template is shipped as part of the installation, otherwise the web UI won't work - Fix license of go race- update to go1.9.4 * go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, and net/smtp packages. It includes a fix to a bug introduced in Go 1.9.1 that broke go get of non-Git repositories under certain conditions. * go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime, and the database/sql, math/big, net/http, and net/url packages. * go1.9.4 (released 2018/02/07) includes a security fix to “go get”: CVE-2018-6574 (bsc#1080006)- fix bsc#1082409: Review dependencies (requires, recommends and supports)- Rename package to go1.9- Update to go1.9.2 go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, and net/smtp packages. It includes a fix to a bug introduced in Go 1.9.1 that broke go get of non-Git repositories under certain conditions. See the Go 1.9.2 milestone on our issue tracker for details.- Install $GOROOT/lib packages, to include upstream files such as the timezone database. bsc#1064522- Update to go1.9.1 go1.9.1 (released 2017/10/04) includes two security fixes. See the Go 1.9.1 milestone on our issue tracker for details. Fixes included: * net/smtp: fix PlainAuth to refuse to send passwords to non-TLS servers (CVE-2017-15042, bsc#1062087) * cmd/go: arbitrary code execution during “go get” or “go get -d” (CVE-2017-15041, bsc#1062085)- Update to go1.9 There are two changes to the language: adding support for type aliases and defining when implementations may fuse floating point operations. Most of the changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. The release adds transparent monotonic time support, parallelizes compilation of functions within a package, better supports test helper functions, includes a new bit manipulation package, and has a new concurrent map type. Remove patches: - fix_certificates_lookup.patch - runtime-bump-MaxGomaxprocs.patch- Fixed incorrectly ghosted files- add fix-sanitizer-build-against-latest-glibc.patch which fixes the sanitizer built against certain glibc versions- go-race: add compiler-rt TSAN binary, necessary for the race detector builds to work. This requires building compiler-rt from source (becuase upstream Go stores precompiled binaries in the tree, and we cannot use them). In addition, a %check was added purely to ensure that we don't install the wrong version of compiler-rt. boo#1052528 - go-rpmlintrc: add some entries to address the .syso additions.- Remove ruby requirement. golang-macros are not ruby anymore, plus this requirement should have been in the golang-packaging package- Simplify all the "ifdef suse_version" by removing versions which have reach eol (13.* 42.1 sle11*)- Add gcc6-go.patch for sle12 and leap42.x and use binutils-gold except for s390x/s390 Remove gcc5-go.patch cause we use gcc6 for sle12 and leap42.x and gcc7 for newer versions (factory)- build with binutils-gold on aarch64, which is hardcoded to be used for shared linking due to bugs in BFD binutils- Build with gcc-7 on Tumbleweed + Add gcc7-go.patch- Minor update to go1.8.3 Fixes included: * go1.8.2 (released 2017/05/23) includes a security fix to the crypto/elliptic package (CVE-2017-8932, bsc#1040618). * go1.8.3 (released 2017/05/24) includes fixes to the compiler, runtime, documentation, and the database/sql package.- Enable gccgo with gcc-6 for SLE12- fix update-alternatives usage. This way, we can either use go1.7 or go 1.8 without having to change the docker spec file or any other package that requires go 1.7 but it will require go 1.8 in the future.- Update to go1.8.1 Most of its changes are in the implementation of the toolchain, runtime, and libraries. There are two minor changes to the language specification. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. The release adds support for 32-bit MIPS, updates the compiler back end to generate more efficient code, reduces GC pauses by eliminating stop-the-world stack rescanning, adds HTTP/2 Push support, adds HTTP graceful shutdown, adds more context support, enables profiling mutexes, and simplifies sorting slices. more at: https://golang.org/doc/go1.8 Update patches: - allow-binary-only-packages.patch - gcc5-go.patch - gcc6-go.patch- Remove mercurial build dependency. Mercurial is a version control system, like git. We are not using this in the build service to get the sources. - Do not set GOBIN. If GOBIN is unset, by default go assumes GOPATH/bin. This way, the user can change GOPATH without the need to change GOBIN. fix bsc#1026658- minor update to go1.7.5 because this is required by docker-v17.04.00-ce (bsc#1034053) fixes included: * go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime, documentation, and the compress/flate, hash/crc32, io, net, net/http, path/filepath, reflect, and syscall packages. See the Go 1.7.1 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.1 * go1.7.2 was not released. No changelog. * go1.7.3 (released 2016/10/19) includes fixes to the compiler, runtime, and the crypto/cipher, crypto/tls, net/http, and strings packages. See the Go 1.7.3 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.3 * go1.7.4 (released 2016/12/01) includes two security fixes. See the Go 1.7.4 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.4 * go1.7.5 (released 2017/01/26) includes fixes to the compiler, runtime, and the crypto/x509 and time packages. See the Go 1.7.5 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.5- Add a patch to bump _MaxGomaxprocs so that things like Docker and k8s can run properly on NUMA machines. Don't bump this number too high. bsc#1028865 + runtime-bump-MaxGomaxprocs.patch- set libdir for s390x in go.sh- define go_arch to s390x- Added s390x to the list of architectures that get built.- Disable stripping to fix __.PKGDEF issues. bsc#964546 There is an upstream issue about it as well, with a patch which will hopefully make Go more resilient to this issue. https://github.com/golang/go/issues/17890- Make sure we build go using gcc-go in Factory cause there is no go1.4- update to go1.7.0 (bsc#996303) Most of its changes are in the implementation of the toolchain, runtime, and libraries. There is one minor change to the language specification. The release adds a port to IBM LinuxOne; updates the x86-64 compiler back end to generate more efficient code; includes the context package, promoted from the x/net subrepository and now used in the standard library; and adds support in the testing package for creating hierarchies of tests and benchmarks. The release also finalizes the vendoring support started in Go 1.5, making it a standard feature. more at: https://golang.org/doc/go1.7 Review patches: - armv6l.patch - fix_certificates_lookup.patch, - go-1.5-install-dont-reinstall-stdlibs.patch - gcc5-go.patch- Reverting to use gcc-go instead of go1.4 for Factory and Leap The fallback boostrap method via go1.4 does not work for Factory because of a known bug with binutils 2.27 https://github.com/golang/go/issues/16906. Leap will work but we don't have go1.4 in there.- update to gcc6-go for Factory - add gcc6-go.patch for Factory - build with gcc-go for aarch64, ppc64le and ppc64, but for x86_64 always use go1.4, as it should be according to https://golang.org/doc/install/source#go14- build ppc64le with gcc-go- fix source location for 3rd-party libraries- CVE-2016-5386.patch: fixes bsc#988487 aka https://httpoxy.org/- update go go1.6.3 (released 2016/07/17) includes security fixes to the net/http/cgi package and net/http package when used in a CGI environment. This release also adds support for macOS Sierra. See the Go 1.6.3 milestone on our issue tracker for details. This fixes: bsc#988487 (CVE-2016-5386), so we remove CVE-2016-5386.patch)- do not set with_shared for ppc64 (BE)- bootstrap aarch64 even on SLE via gcc5-go- install shared libraries.- update version 1.6.2 * fixes to the compiler, runtime, tools, documentation, and the mime/multipart, net/http, and sort packages.- Enable build for ppc64le on SLE12 (bsc#981432)- fix bsc#974232: CVE-2016-3959: go: Infinite loop in several big integer routines - Update to version 1.6 (bsc#977394) * On Linux on little-endian 64-bit PowerPC (linux/ppc64le), Go 1.6 now supports cgo with external linking and is roughly feature complete. * Vendoring support * HTTP2 transparent support * fix gc and gccgo incompatibility regarding embedded unexported struct types containing exported fields * Linux on 64-bit MIPS and Android on 32-bit x86 * enforced rules for sharing Go pointers with C * new mechanism for template reuse * performance improvements ... and more! see more in https://tip.golang.org/doc/go1.6- fix bsc#974232 CVE-2016-3959: go: Infinite loop in several big integer routines- Update to version 1.5.3 (bnc#968949): * CVE-2015-8618: go: Carry propagation in Int.Exp Montgomery code in math/big library (bnc#960151)- macro.go and golang-macros.rb moved to golang-packaging- macro.go: * added golang-macros.rb to deal with complicated macros that are hard to be written in shell script * support "--with-buildid" which is the former ugly "WITH_FAKE_BUILDID" environment variable hack * support "--shared" which is "-buildmode=shared -linkshared" in case anyone need it * add go_api_ver macro which is currently 1.5 - install shared stdlib on x86_64 - drop go-wiki-gadget.xml: it hasn't been used from the beginning - add go.gdbinit for debug friendly- Updated to 1.5.2: This release includes bug fixes to the compiler, linker, and the mime/multipart, net, and runtime packages. https://golang.org/doc/devel/release.html#go1.5.minor- Updated to 1.5.1 This release includes bug fixes to the go command, the compiler, assembler, and the fmt, net/textproto, net/http, and runtime packages. https://golang.org/doc/devel/release.html#go1.5.minor- Adapt to Leap * use gcc5-go than go1.4 is the proper requirement for Leap- go.sh, macros.go, go.spec: add missing bits for aarch64- enable build for aarch64 - rediff armv6l.patch- enable ppc64 and ppc64le- update to version 1.5 * see https://golang.org/doc/go1.5 - add: go-1.5-build-dont-reinstall-stdlibs.patch drop: go-build-dont-reinstall-stdlibs.patch * refresh patch - add: go-1.5-install-dont-reinstall-stdlibs.patch drop: go-install-dont-reinstall-stdlibs.patch * refresh patch - drop: go-1.4.2-rel.plt-alignment.patch * fix by upstream - add gcc5-go.patch * find /usr/bin/go-5 when bootstrapping with gcc5-go - use update-alternatives for /usr/bin/go and profiles.d so it can be co-installed with go1.4- fix update from 1.3.3 Update from 1.3.3 was broken in this commit https://build.opensuse.org/package/rdiff/devel:languages:go/go?linkrev=base&rev=205 That commit fixed a dangling symlink in src (src/pkg) by instead symlinking src, which broke compatibility. This commit fixes it by, instead, symlinking all the files in src.- macros.go: fix missing quotes in %goinstall (bsc#939067)- macros.go: fix "summary-not-capitalized"- macros.go: * *-doc can't properly describe what the sub-package really is, and they're mostly source codes instead of the claimed "API, documentation, and examples". so rename to *-source. and not recommend to install them to save users' disk space. * %%go_requires should be handled automatically by golang-packaging * not recommend to install source package any more, so %%go_recommmends set to nil.- macros.go: * add a "WITH_FAKE_BUILDID" option to enable the fake build ID compution. * to fake build ID, you have to make sure your package has only one binary. it is nonsense that two or more nonidentical binaries have the same build ID.- enable debuginfo * the strip workaround (boo#818502) does not need any more * re-enable debug_packge/debug_install_post macros - add patch: go-1.4.2-rel.plt-alignment.patch * cmd/ld: set alignment for the .rel.plt section on 32-bit architectures * https://github.com/golang/go/issues/9802 * or i586 build will fail at extracting debuginfo - macros.go: * re-enable debug_packge/debug_install_post macros from goprep() * add ldflags to gobuild() to compute BUILD ID for debuginfo package - go itself doesn't support BUILD ID yet- Remove fix_certificates_lookup_on_sles11.patch: this is superseded by fix_certificates.patch - Add fix_certificates_lookup.patch: force Go to look for certificates only in the locations available on openSUSE and SLE. Also ensure certificates are found on SLE11 (previous fix_certificates_lookup_on_sles11.patch)- Add fix_certificates_lookup_on_sles11.patch: this patch is required to have Go programs read the system certificates on SLE11. See issue https://github.com/golang/go/issues/6391- Fix building of all the Go packages under devel:languages:go. The %goprep macro contained some unescaped lines, causing go install to attempt the installation of the build artifacts outside of the buildroot.- disable debuginfo/debug package creation on all golang packages * .a files in golang doesn't contain debuginfo right now, so extract a debug package will cause "Failed to write file: invalid section alignment" and we don't need to bother stripping them. * we can't depend on good luck for all golang packages, hoping they'll pass the build and not randomly fail.- remove "go_disable_brp_strip_static_archive" macro from macros.go, which contains redefinition of os_install_post too. - disable debug package generation for all architectures, because: * build IDs are not generated at all, even for successful builds * "Failed to write file: invalid section alignment" on arm/i586.- remove redefinition of os_install_post macro, which was used to override brp-strip-static-archive that has been manually removed from openSUSE distribution since 2011.05. - This might fix i586 builds for openSUSE:Factory: * Too many levels of recursion in macro expansion * Failed to write file: invalid section alignment- Added Obsoletes for go-vim/emacs, they went to separate projects- Fix dangling-symlink /usr/lib64/go/src/pkg /usr/share/go/src/pkg- allow-binary-only-packages.patch: Revert missed patch and update for 1.4- Updated to 1.4.2: Support of editors has been dropped- Updated to 1.3.3: includes further bug fixes to cgo, the runtime package,s and the nacl port. - Changes associated with release 1.3.2: includes bug fixes to cgo and the crypto/tls packages. See the change history for details (bnc#898901 - CVE-2014-7189).- avoid stripping debuginfo on arm, it fails (and is not necessary)- add armv6l.patch * workaround for qemu-arm bug * under qemu on armv6 the number of unix signals isn't 64 but 63. thus there is an off-by-one error while building and testing. this fix now reduces the constant defining the number of signals by 1, but that of course means signal handling won't be 100% correct. * https://groups.google.com/forum/#!topic/golang-nuts/MqKTX_XIOKEsheep71 15953097051.11.13-1.31.11.11.13-1.31.1race_linux_amd64.syso/usr/share/go/1.11/src/runtime/race/-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.suse.de/SUSE:Maintenance:15821/SUSE_SLE-15_Update/eb586f7e9179c083adf5e159ac7daec2-go1.11.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not strippedT^]p7:go1.111.11.13utf-863e596fcb13f68888efc3f8f9ade2d1b005e4f0ba2c64e15cc9ef56cc83d0d1c? 7zXZ !t/e] crv(vX0GS Q 97r( ۊ-0<݈*pЬDdC>_pϹވL_P>Z?Tz×qZmOed2F216k's$~lk\/zX@eCRzCf} 0p\e-Hۚr>M0>P"" &+@e9baۣnO[4j+Q ^Vܖj'3C[X_cy퓢\*Iw&&pdz\8=*۰+s7/|]Jr՗zlHf_IŌ]"vj ǁmj!R(|8~!~QXp(lcCEG`1K# ଚagB%Pɴ~1 TFKU*#8j+TXJd̏>Ai=ĴdEɎF5ӌhG6lYvݦk8yQteʠE/ 8R@fdwD߸O|Aimo)_]Jsź1wvH">y ;E'X{= Ϛވu#5=ݹ݈&0.@f;Qevӯgj ^B<^ ]xdkFnVYf113qb(u2GDD:hbJoWzZXKnȖ3hn/fb;Ui[~ 8{6ƭV߫I`n!JĎE`B 됁DE{&g_ͺe<[8+=wi ~K{"y%\Kk!oIW !Yr׏9>j(lW;W AY{pKb8C#oAäaku!pS? [:\蹺7Ihe/|`32$y\w ƭ'l \tUWD'EmYc |+eX!+)NZaǤK wTX۫4,/MXd=NC-Z趁Z,H">D!w\,+LMaMlξ{kKT5҄+9CX6):\UܥU0nt%):]52qbNQ&0'&?FoI+K1Q=k=3Ugt_j/7َΒRyfZ&[մ! )nv~o -?o6t+WlC܎l493 6OڻU=€ 'MЈOʿ"vɒqA+5Ԑnz,Ghںqi SI8՗Z\ :8pP'7:P,XbeXOP %*vcQ̝ sy`?2Hr+| kFUчS UHE84}k! O2 6^VFzz&`,-e:[Nfkz|MpwrLՙ0P@ȮƋShmDVfL .^챴ϜR3&E6r܅01Xr~'N1T+>Mbo9xϥ8vKrbFbʼ"V ;n;D/m+OkdThgDʗ+E}(OVIϫcwUB%1&_&,6ɬp4pcO4(s@Qs%!l;fȦ&BB= Bn7ZKȭH9_X zh U O[\1ynKAlyk]UD? B۽ٰk{)'M>•HMQkM:'L=ё}w 1; )mpu^Fd;ݣnI11*BUes$b跲 ^gnn(#Wqꌻl朗E(Ro` ]Q4; $?Kt^ઇ0ѐH|cQ8sBZ qgU֓e&5: Ѵ|S H9;W}x*bZ( 'X0>pCXr9GhcݵM}nSv[U&R(S5Ƽ& qW]`4G>~3D_R~7\&*v&eWj yV1vU CxMo7|^ b 4p%Kf&^888mV[1ysCLdj; Yd,y5~PL֒-;wG cp@B@vO=Yǝo؇#?AO_ҏ~\CvBr-Y7\`yb\?P=[^oŤ-RU|zDiCib~z\L TØa`}v!Ql+eGX~rwvg{f~=k_c®(0}՛)+E7`gm)D|M}wO[Fr1T@{Dh`#gmHuU%[#qVC P$() v1ɘj Pa]"Nz**-֭#Eܯm'ߏ>bjJor/KK㭄Wt]|9$qoxЙF[AVixIkT wfԫUō +Ǣ1v6V EV,Gn#. lKj,vRQ#@(c?Qmv< l5+p% +ƘP֓qu|RBik—YoZM:;!R Z:BV%76.p(!YȵO?J4ifOQ&x  GمQHj_;*K^ Z {0ߍœ9He9+Ѷ$u޵nn' O!JR 2i7Qw]xF%z kYpc"Gh4wQ۲Rtж{BE\A?t̨ЫWoʉD4AP I>YC9> a=W%cu%&C' ^,ڡ2kYmU\QM0I+fKtm?V=h:;>{5)ȴoɇJefxXsb-\y1^<>r*n2nN7D6Pudm+?r^|YA!iIGw.{)-Gs4Xb/Sw+%Uwcrd<@ j}z{hPdpnqk3Ƞ8);4uѯyIj3ӌbK9ٴ~U j DK/P6#|ߢW+N ALiV̙u|ǼfٴMn Mw 3 Cct'li|쑌?yL&}'6wIwZfrWH5KfNqj$weW8]q/aIZc; *tLPv X`eCDa LK6q}\Pi,gF{2FE܄ ʲc_ f/.aMܮFIV`ϦRg%j1"GF+g ^c8%.5OMT Ђo8Ue04TVi afwF~3ި[XAۑgϛ"GHdvPBqoD 6H Gj]3UY xqQF#_rF` EC ChpTJôyRb(F rit?2͑49錜ۤEexĐc-Gʄ.^!Sɯ$2Yё }o5i* @Ho}^ӑZtj(A gȌTmUWްcg}XfYM9iFay-4vXZq.kO)CVp4&8D=lW䎟$R/nfb|K^ln ٘;|!ԙSY`Ѧu7 QFQ&ȧ5+=07͈/[u 0]o&Wo!aZ%(Үdί¬ؿ7h!ѿ!ʁװ^T>96poZ2ÜCebPBf]*nuQc PAfcI߆QcEDJeۑݐB'&h4FShZ53={[ԃ*Vb@'ɬ04Ɩ},OmY2t_6)Vx XFwKBp'աQMˎнDFwSZc~?)HB#?$Q0UU}i/)\zs%N~E=r=xW^'4.k/aÜ 0]̷jew( #<{"@ DϷ ueVNɽ߂7 diab*!Xģ ,OrdV uO bd2Tk,͑%~Q9CdU|X8%2w7H@8wq),ӻ2N}Jehqf)Et)$/bH /ݔ#ziYc7"De+i)ah= O6۷ڗ-{bqps=l#cKeW\iS+"Vɪmv `jxtm5'RUgW:$%K˳Jk<ʼnX$2bWdB +B2[Tz+!Ѥ0,{T55!06fcsզ.eV Yl+7 P1gCQeye,[El\>fj0$\hӊLGIE.;c~^ k$ɨ-ѯ+Óa^7ZsCSO1م .$ذf%=0UƯmEAMxbą|Q-ɁS'zO*zh#n(Y^̞Mm~QM?M&!lWzҨb{kI֛s)+"~օҦ("W.IihJ|hٱ E.M}Ҹh Aqe9/%gRއbwO_zi=[/SGwEz.hsW2x`D&Khw 30jFOwn.E7_|'w=tF;"/CX4iVG/o'pTizS8%R34cG`/\ n`jYe6d"d%ɇ{}BYƋve½ȱ%&ū7)xM}Y i&BLG7k~~u: oacZݎhxEdNr9WtAs1X7 k* u;F;Zo*NdڄfI 0 d^,h#Rgܝ-{ DX}r) (0rN$ةJQ`xv[o~ $'  s笚<9L&.,?CoKzY 4]wا8뤜v  Ξ澅l6 dc#逳5ndy5 }}T˟!#/ZrS8q_կ CP1_!:!9sk X Tw+yB`EhhCZ"?O;%=xh9zmAI2݃͐wF3yRVr,C:AQˆ Q v4XV>@%ӭM=`øD/KyS7p16MoһgL3wX"1Cb# -K9 i㿖"ͮM1YbܿلiqP$vsk RwN#9Bv\i㐽'zfP' Ely5(ya[ŕ8$>`V^zڥ`thUZ EgJY nT,%fOtPrjufWNin|pzċQ{ϫLoBV\)NiF)9ws p^f }#ӭ"}7cJ1ݢdWJi&jtaЗj>cFMlpOza.Fha{f!'HRaRyMFlNdC>,fL Ho[1Yz`8 )\VжeQșTK [hK0T%p7'pf6EZ~A. X"Hp6 fr7j@0dz߄3YoIi殈 KNN]/no%@÷!>"< UͺkBvt-, ġV} "STOˀA#iqwFJu9뙛u7|u^X iqQEq|7ɓ؀xZ3H7@  w3xC$7&;vBl8liVFڰqxV1l 1V,-g^rwQR}%  n`Pf9mOgtWfŇ[}ŞsZDr5V"hR4#`QN,#+_Sln}fj4xMQM"Mo2 8FxzocI}[U:׈O{:Ln)=>Iodm>{傴@--Ź)RSf;|>v>VZOMe*s N?E܈Z^{Fn'v!ϣoyx&:08]0;F4 (>Q' f3Xl,YR+SH?uF AߛǒB;܅^+ 8X ձr R;$QJtf "QbHg& _h`I28PslrfE8gnfTt:'4cBӖ4L,D_ ϶$&`ʂ;kw>[}{3T~`FϏ[wjźczGg+CƫcߠAPNM `.ߢ29 d"Gpp:}DL7rӵq.}9e8"I1w[(*W ZJCv,臿UX6?kG$1xU NT:ԓ<~y3kr3yۑTQ0_Zc̿> /w|7!r S  z&8B2V^M(XU2d5UBd DމSg5ˏpS s~-44ɿڲP"{ј1LZsN24=f&+`pzW}QdfS?syoE~;04Qnߗ]BW B?uR;Cȳ& 0n LMd==XX6㠊RWfb`~;'ԎmިxL [ј|oŽrԐ3F m4"{Dnt>og9njg 4.r̞3'7r/>7NyV,xHn^r:Q"Ы=J2?ByWвZ'Q&I[VIn)JM>|pQ }Qo<,K) բ\pεv7qXcXrd~ևmQ2+augHۖY~׸lZzzSؿ1^,{) |BD·wY[242ycD& ,LQ(ދ1|"2<:h*Cd굄*h{AW(E5W{s(]ppa~>&[ l:+ŷ)ʈӰB"a2xD5iގeZfSکu,F],o3>`x4D<X1wl"BI{=$"َS1א _,7H⮆P{^{3Q5p.r?N[Xź6}esR}By$J@zE(-~i4a~=+T}#MԚ_ ;k@I\5H;}A:~( $LR+›u34۩=\}A8gRwƟ>ڙ O l&2u`~+ʼ̷w0(e,HҞ' %0o e-\Qb 8 D"ԠlNmu 9.DU3ʾ@Y]8egGW h{1۪Eܯ] ZjobӠ[nk^_[eY/݃1>k;t 钨%nɄgN;繏f?'sr5T>iχDGbP3Bz666IBo;>#T9(W&[{[^kGgj\B 0Rl 5-vmYzN!W nh}/ifcLys_ܔn aã:}2k)T>z?մ[5]NTX%K qqٔoYBOa|k^0\+Dk3=aԠr: ~ߠef*5>e`s>\~9cKٸ|Ll Q_wWGHMVuʙgZ#wŴ1.T` ;bW  o' qL[YMVZmж$>BTQ;3C6<ڑnc$AO$ͭ{{PM,p17254{e.=3~JM.TϽWΰ1h53<1LTv5Jѱ*¸iG9$)Ȁ;;}lJ-]6%#hs |"zGRdݳ=^WtzOU6E7X鶓:in+&` (['EJ8O$Dp"8j▻|Mt$-A3 GK`|4n:E vMn>On1IFg(5yףJӘ_w !qf56^+` $p%-2&4@E}:G -"_ [wӗ b't-(p:?pT‘ݟ+DLg݁uE>xg!= iFo=vnЇ3'fHrdǼDXL|Q kx[.{=k+ziH4[ÐLtmeӊ诪 vo9!~GE}^Pcˮjϐ 9}Fzr)ۃGwc*2oïR ]k f_M2_"=1w${kY=!4q$iv{nj(A*n0|_XEtF=}QW6Nn0*~h7a(DRBIO&MmO:tb0-t)dqIth =J pU^V?3j$-ڂ9G_IT 򋖇͹OQMfQɉ$=5כmx~ި*xJD9x9t*K٧:甥LO5Tن6h XH8E \]02zV4h2~A`&5ҀRVF;*)!(Ny{Ռaע8s9 iv:.Rb:^à~!J |ng@$6Yޜꢪ?|]9_Æ_60R:k`\*VAdOCeHq1nBaiZ3вJ /7 D85DۖUc>Vp߀ olV2btq<50B9=C6nHDg*j`ݯI[Ԛs3/(/fLAR~ͤ3kI:Eb[H 8\'|es9gzž_qw Aŧ-htqkO%~zǗ*P` jFϹ^=]dW_Cvl؛Ri5P7& a;duX, $͚5`Bv=\((U%Ne ^߮P-oa4 8'^Dե5lR6Go<[`6GߟݚS:!o8g˽#=`|-oVXFtZ5گ< ؿ)zB费%s:%uȄ@~'<4nzgՓGcokY- މϳOyM)26։.Y}&pxk$…l{ÄLGgGYos4Ƌ?DФ\N+y#| o#7MZe}ŏ/NO$7Qn-D@#LNύ/Z8/t /e,@+`}Jc/c&V_( xYB޵ܼ>TpDrяB,й$\ѣg ~F {eU1Fv NUX"a9#ҰϥÓK N |9?Ҏtϙc߃E.)vIP,t1}'ZDֹ DK^WʬbaPF(*4KnXuvOu1{9@3 ݰm N) y |B&::T? &:ڋQɥjxyQ+QCØ] QPR8t}bo Nj3Y7HWEU'&rx}^jQSLT0"M1>'$| 5o1}n 75Ex,> W2:[?"iѝV>QڻȈ5qBEYs5$r{Xe<ݬq7J%^#pR捕 ,uE׶ 0 i>ĥH:_c{ ~ `L#wq.: [n5[N-Y`ade6sfcE, QMOă ۲C=Bo备` d (k 7/=aQe'E*C~E(;KZp#Jr环bK/xc鲒 ˢ@`xn=a놈sV>ǘ(Qٲ`okf˨eZyϖơ86!1J5=-yfqN`a(b[ȪBhؙ=mԻWg+j3zB;=jd]@~Pȁ| =ieΒ.dT_Շ9"x ~23xf&yNb>kP?x~A gW/B}?S[gfo~/yb{zC zm3F$*hvm̮\-p+Q, P墳,1]M/"B\h6MjF3DB5RUfCJ <3.SގK6qfӏ^L6#(YќzN|~"` "Ξv;WoҲl[9$ʣƾq0 ,.c_@-)!<0"Rwdՠ`JKKJٔV^LIĢkך/Ha&=lWc@A?01ʆݥ\};RH}?Fi2,QÅőj΄sߖ $e#-#F225܍C˭<-,RLe۱<9]tXDY]1ޝw.qS;s C&Qb7D=֪wC;uW YsΎVzhC 2N։Jx̪xu&+Њ2 Cq5[+^ ƾOV58@hXFMek^1 N?N8k#Tdm;e' u@d[oU+xg)9 )#Imڔ5VD6į;BuCz%wW>gg &O*b+w fG +١=n ]v)EҟVK膙Ɠ@zk~&a K(p(O=Nḧ8+Bǝ ?kɦF)lw0WzWJF~t6LM:a=[tݙ6CGHOH@BGM7e~9\Q (!PԾ az ;6ZA.2ӂ V0{f)){;K[ͦ3WnW ;91x@/#^~ʌ1;F9|˪ewқ{cb},T_Ů+č%:OT,BUCHfJdmC(kFۈkut,p 5ZKPPWhy!N"&N]>PQكR˧DؖSc|AKຫ S{T@'NiXEm<#!aYNل\e]@2l.'duG!':EWp@ؕR^;]*&_qҽ>n=+Ϯ,+K3nH[R(pZ[7uZ*5. M'*3Ax' E'؀~vHCixb3pͅ=E1F c#40hY|:"ϤJqqڜڐyyk-BOXTj &Mfa3n?btiD}pOcQ`faZ=-% >1dWi}*qD4jj_W+G+ lJI0eGg{V54x? 0쳱C*e[bu3ϗF|1F DQ-O={⌾7kߎ(+a7RrLzN@Wd\;Ƶ4;x YH^Z&C^x.3֕, k)RQ˦dVf{on)2 فwb70 zbۍ-5p/*cl~fkX0pjه9xʓU3 LF1,ڟJ\o'[ֱQu7egɑ32 `ye7~7tAwq$U̞N d48w!<ў;:9A\[O92*iHᓻ?Q9,\ӹj[2b 67{a޸g:IJݯ؊<Ç.nagM{Wkr;5sMSQbt-UHxT1c&Ƙ|azhBGPLE EՉqvQru0pMXik3ħٴip99D`Z TE P*Ҋ.:q "8rd;EU;й1Hb`tXvF3%#AFWq*W־> A_`S]+s]9^i&Z QjF-೼EaeӶ&ʤIA3 fcU#iwZC+֥)"gxEٴ!!߾\ d~/ӡ\8]\ aلx 9៑>7K(TAG㲖ii> @\eR7$y^-*|@L!+Y^_뺁M٩mkJ쬄 &KDįU Kdl%nOwp-"22t ${ ÆzjG&zT^qn"3w,].5u Lk[ȋ m!c.n(oӄI)g r@Y<V"7,KRNP! #EO9$/Y:vRL}(g*7%0IÊE :(V Vm0mkW2 ,2{Gw8"zk7;d]KN#E1@K`W8LscEv)oh@Eqނ'MV^Uu;0Jm )Io{sk  V4~۔'V.v?Tmz lr}1<)c XMCWwn/Yu@W`  U_M~"g;=,L wwÜd}r$zmF)Z D>}T-i=7&p"^p4sUskZ}&E',בl֮ #e-y+T;UK`j?G|BU|&'Ql SK+Оe!(ٺyKT.9Ǵ|B\3J͜ӚMw œ*9Q?86ΒYLC\ -#|AA[ \U|07(T~=F_L-]f<2 Q._xq?n{aVurl"FöeKN"DvBINόico%~'c$_ZH_WRS^ .+_-2,~JXF p!Μi!1mΑEaXs$Rsf.Za4 -`۞>0/8=5G/ՄTՂH[GVfvmA?EVM7A(xOݷzje s syO0"XM/6%o5쐮vzŠO2gL9=LX6>R@˴h>"F5}<]D6|Щ~ eȒ%(rRqnY"l phLq\wie w?A ;Nod.&L( S54C\:,휣sEmtGRͳh﫺\$(ߎ9ad#1u0$[|h8&ħB^ ڋC'Lb#0; ~nYf`^vǮɆפ 8cʦ-jnj6;|`׵ЀZ.uRxYk*и엝=Uw7 (_S&L;vn.SL5ݻvgy]6 ^mN8V%p\=Rw$X '5=oαnG_}BmEulӓ qsF̄MF ?*+eZ( Novo3hYІՔ:ظ@]OY (fE nH\5eKgek;Pw##O|Cv]'Eq>$( ջDD욨pԦzt-cxJoqCϐSdCP!Dדө3@}I -A翽Z씚pz+V7o˄ɯ EY5 '0ӻx<qj3W8 f׭>M%GXШAr磻cH%3f6v)ݗ7)«[1zJ]Ԡdm-XdeLomy5zMcPCZ>諯-IGզڷ*6đN#Z0b%2bGlaQ_햹^Wf1Sviԡxr'viۍry6(ZȱH\-Jbq qC͠ (KّײOu [0,e%0t(x+j<19={ǘa-BSʖ:/T/c5n?i,89%3z0Fbae Yc<:AL0ax($5wfB%ݣdz8iTu/=9o:amUpp(JUq;|b3a+tUXT+<RD]zj7tRN{~A/M6*DHX{f9z<X.|kME s ´9^qbGlP%5ogUald%Gma|v=5M`ΥUz8Օ&@I:"OE{ǝt֥7a5d+ܢ$.WU)̓f jeDqOIg}\z|#=hюvYiÃy|"8:rTV %=WxҨMsk4q EFs/Xn+:}duň%נ*LNo@ľ 8kQ܁_"-6ČF^3]./oN`jgeL:vlf9,D :>FCl@rF*ݩRʵ+ SFdHw\7t]Qo36 Jfи |{ͻ בLzv$4TtC٦=ׇҠӉEc4ZJ,GxtwVc2 ljJqs/Ҍe#MrJ/:-sFtD+-]T `u|T 4s=?gR1zwSTʐx>?D,l.  |]ʧٴu4<%:Yj]8I >Ѫ=Z7Oֶ09 ^HaizfF"Ng|5DFZVָ/ع锶 u* oqGuQQBfB"¤jfT C]:`F ςt*Y/<`sYȤa?2y#Km_V,)?|+70$piSW&ܸf1Cfp(wNaz*܉I_//%)__̂F%T*|Q~l(k'D{6r{hpD|!JH́u1zHLqvNJ?;%,Ooa9 bSFAO)^#ݿaZ*erfj99m=jATL0tsgUT` (bc!(ߡ ̦=Bbav0.d bot9 2LKFQ&] u~K <$/“N|Ox2Yysc(.Epk_H53ZFOR-Cfgz3MU2UEWYj&aL%a'hI'7;J:!̙IAvjAIx͜*X"{imT3Y5#cωw|ձm~ Re깪Ry&SE&ZD<qomvtSC^*VEq|n_]egTER1@.1sG!iEh!P&)-Q;h}c+hEž=>Hi3^VgZ暎̬~AL2_[o1ݾ6 ח ץ4O1ަ{;QY~)U].q/2xҕFR䱜¼f|ט,D]@Y!QjאAB΃Qj]o1~/T..G=[,$ԽE]0L!!'jD,y ;@ou0KZ.!IdA`4-Y|{6z=4ݿ6?TP4WZ%|\rNS^AD8"r6}Tc0 a<|9NrWʚNsh/-Z$Ys!4I6w'/.wE}\yi_[DXo e[ M+Z  ɪ2ɳ*)zD:gqxΌ܉Y; 5 IǬ=uQM"lMs۳V2pe (¸R?߽zr'oEo_MR\ZZ_͂vGh+6½pR=U}!G*$q~ U?i(s)? H!9jq!QktXͤcZ@:6&XR)x1 6q[}!ZŁӊ u 'nJόaxc*t:]'!vbаR9X`@<x"cwIZ5=c3 n{ՒaLL`(uE.7llJ ꄏdֈ7AJc9_Fp3!x`+?Cg&&B7^Η_Zۅ00X3k)YVDEgf-1t uQ:-/~!"g2tި"y&팄!!+wۚyAMBr~=Jr -){iKuk} Flm3"o A7>wxwvEMu\@:%bs]h 7:t;Kom W bn߽֢,/߂yQG~URʫ'G 9%tQ5y2pդ+qtYVp qMczAntϹSg)o:[d@4u3E\WxlOji(l BdE'+2oHեƼFX<eg!o)o#}`>1]);[7H]@ů m{ VՕIs:.W!zL>uX#@8Xk9׆: {v8ThB!I٪ }\H*B9&8#㋆B . k, G1$my5Ha;Qa,kt kcR|E%9jUI jdΎ) Pn؎z0ON<}J!ޘ ~ufwׄq0e^v/pJvF<m,V l635*KldbkoZ蹛8M _U^˙ {"#ԟE<{IT,]1&}=8D|JO޶ʈ@Hiy{ns6YE;&;nֽ.2] \+Xt{{{B/D(V 6tW1 \@}YQt)ȃs^fN3l+m TL8!/M$K8eU~@5TC>HlWa2u(jƈRYxXO,YtNP*8#IN֑6.uի Ðx2'skyގˊUo5>^e*EYFUWøl o E2! :oV,'mkyAVǩi{NѢjQˡ,0.\v^RrnK"Ǽ\ v10=xI.''ބoz c/9qՍb ȳϨ93:Iz=Mm.>vUv_vJ؈^W,ZkNhLP?iΞR(#DwnؒcQuS?a<=6qM VEZ޲cJ8-`Z"'YsQ0X_)1S/tO{s1N!R5vYΐ+ m0\}U.F(*miÉ3'y(L4k5#o>eЦ,j8a}zqDt1 bGT%)QR!qwKۥEծJ#Νyvrm7(Ghp FnjY5@> f=ϱ"ƶAǬ\%x|OU-?E72?[t>x[_QͪE%F#eͱo%c /pF@@I"ۄrO] RPC~gloX&xaC_I1jL4!On,iE?%)^ oz"+L8lZ05#܈fÒbUTb#DTB>OZ! +gS;ְ:_f^?wHJ5 pBC՝*hpf( [i mC9ֿzc~gp]ꋕi蹪qʝ*f%p'`C+Ǔ-x14OD0æ}E}Jo vbuYU][zⰾoC>*O)pGuy:'G&&"׀q7g(LpLъedqro-n_9hR8C?)( Տ*V7ؒ/vroaZ=օCEctDf -_aox5DZ>XMbd`g+g&"F0]0Mdq^eA3:O Rx^o7]/Q?͗2kԴ"FFEjku+]8w\)OY|-t1s"UU#13'X]V0;P\d43~JbNYjy!]FZ,4Kf4pѕG/Y~g}vU#\Hl4*Mdr6É/s oTPWP>Y`ۀ̚[Kfv]mcLm la}cfKBY&\-A4!lcS%鬽&P툶Rl2¯W/X)Rh1da8Y5Qnj ˼ D{p9:7iP`;6ie⭐ܯ0X;4؉xDfC9s<2V`RBCH[5XE**dm% ^)Ğ)q"C͑<P[^Y]ضv19~onia~WSfw3 2X`y$(w@(0=#jW=OU=BIb7bѧ :Uh6ޭDĵ[lqtNI {'HD@>QYm-dݭr(CbŭJ,New50*0b_'pV?ɞ]3 _l`g+¢F% qp$+Tb̺Aߛ :f0Ѓx e[mNݑisLA]\B"H ήOaj-ҬHJ%'37C UN+}r=!څ@(>fG#RonZHt2h|BeQd[³5PBaX\8QFy7ԓ .ag'[vSm -p&ܢ|*<^(I8#JM$+ ui Z 1$n1 >_}>u!ѕ;>+VřLJhu7% No")IMHNRdP61&" (MkN;@{R`345$,dZ2s Y[isԮmJuZ d%r?3[9Zsu@6|VԷXtNxmXZNWⰧ4D° )s'vzyLae8^ŀ"KtHF u0~q!4o*.`me>G4wuB'}ʉ ||wMdϧ*g g復_(91Y8ӗ$tcف*8|nB5~aQ=LisEcbR?k !ĺ{q+:*D~lDǫhʥXJff...`V<eljY^lƅ4єΉbX/a,|f_èٙ+ۓUi7%\c8˪mn87 78TO|k1jhͳAr< 0NvI8o|=IC~c`1\d|b1h˺"-[~yB:kbFevkn AY)DZs? -HU۶˙(;T"_ngIbC/04rX^.QDΫVpWU2-*+xi<4 <;IzLdJgac9My3)U>F a(ԕcԏ@J}3:aF*BkGT]_S!&P`=HgQlYqe:o3ˈp؈נ*K&Z" EӟIvH<=T"kw¹g@,[rApjlU^㸠p>D>|$u9~.((-t8{:[u3B ,ApԩV$6_g.+܈6TB. m !o.vZ":C_VJChlOG~]d̫_e/R=$%[,C:lCeȓ&ONSM!mh༜H7h7͟'=-FDt(SeѤ=1ɏd2-:~rؠW[뢸&Mxg#A7w <u]ʀ#D6]T=2viŻtV]L~p \2T㋳&fޔOCN\̤EEF(Qja RvnZtʆWzL6K&юPhĒ8>P!YԪIpë(X~|?֬I~tT ;'@BS]v#G.aVs]xRU{ԜDUrύ%]X~Z cz1GO`F`3=i( ,5g3/z8J/An#?h ߫rwD(d4V|:0ݶ+:0T},c}&%tCނ%\Q;!­K#q-jA<}1 D|']}K‘1G=(#|u@a1,Keen)C}7xY O._ Vji#+N*lLSE8b;4 o-%Eo5-SEݜ225L io4VbIx@;hFtzKmW.VBfzt3ve9Yٔ@J~QroYK,:?z79BȪp9cv?=h:ws~i4k]m0|BEJ8ƏVDC<@.j8q~+[ZhMXNc.f¸ᦍA cd[vQk=5t`Jat*bqO_P`,GEђtأTZa69&SPm99-CX Zȉ*`U,oSuq>!l<8_$K!x\KrAT2l7:B3ZT8 iW7q?r:a3Yf^o VuBX#]s)a ڥ.vBl r|6W%g' o"|⪮P[>O;Rچz*؋T'CY]cj?O}zSBۍBO7{&w$ PAc4f˲ј[ l ]rNV ZNsǣIu` 9C]`߁ fMoآ}4_tߊJttUׂc958j#ֻ=Nw`2+?QnQAMr~z6m˞>I2NE}Nwn,d mrj`ўAMhDѩLypS3_4,i8dgd2D-k[ȈsJ/;M1Y-3p1q?"]jD2nA{1ә_x*&M<J?$;5bB3'~V >8\9*h\gJHl!  IS2ܝypIs,/Q3vZV3.fYf8 B/4l?U*&?~F!Q^Y`bp5:pf.c؆8ޖCem5}>n&i@8De+kEɌи8emb:@ -WqmbaH9SmZG9I[2KOwa6Ƕ@4p},2W31ÿ#~Woۘb]$ n t*{[ .):˯;zںcW,҆QvT_抂[bq(ku{n+hQFڑ5T݂!Ғz^# Aj&^ ΌeqڃFȱ@_|eR{߇_ +i(xl?`-ׂB߭ 6fO JIN?Ǻ5MADٖL>b'0pwdDJn8l]׌FuKUVӺsWRtN Ղ~,ذ3yeG̔0*Nw#=:z%7aX8χ^KZXӓ8 sj-˪TdR01Iv$L,K$}Dv&Qd.a:u,T{LI \mTyq`R͠X DcX:Ӏw^=^ov Hf$СZFȇ8XCۻ%>W4zL'ttγ*1"SdNM r "aӽTƄ$[Ewd2z(0Q4= ՇrvKj~1b- DxkIC?Fje}3ceh{d69Xem-^ҡ@H*\ÃX,Q-\~d2Lk+A[/v`frmYq%5oC]@y&.™ե}m>havK&ުvRmW}U;,/H`π `s|Z{k0^Ծ0<>}AWsn9DM^W1"˱V%d$_ljFHu!³?8IƄ(_A \r}̖K4O2x8UYZ_qkl͆?Nohڌ&Fr "Rɻk퐍-٨B!e`DД 6^g4.IO'O%c3=@A0e%q;Jw1g=|Y52RsE˓+#>d͖k[vb^|*)KyHT:|!cE 7kݰAXV͊9)e.yQgD(W:4r wQ 0o(纣2]d4y1mqZW`uΤiO\\OWW:l)u~mdC!Km!QC1$K1Ҏy!D [YLD4%AB1`ua4f@ud2S0s( _t*!HgRXD V ʹMFr>;%jl:b؂'´; b2d@5IrMUZ 8YEWBU턣1&3liѢ ,Ҵf2Og՘e/~36b~LWf6 FP(T6ud+yΒ*CD|'Ki^Y(V&,'՞S vZE=uu*G4/cWj5!)/#B<TQDV|WubGK]豾&Yt[8d5KlkyKob;̊0A~ng4CN$՘3wna^drƦ-qkWNKK˯o70V@ %DG@Z։ O@w|tBVK:Gj}zSk1`_a1W͚qyp?NCED  Js:wqE~r2c-;!Iz`->A?O8%M̮܂A#~TveBD3S#oM:(3 ԵCT-w|K&SoluH:x$N!($u+Mq  yJc:MO7"ʦv$q)(5Zf8Jjk$ivʴcA#yBɃgG) |V\$~J8 X/Pb;ޗƖm:yǏM;.pĻ`:aAqS6^߃cPKvE $ RGlArъ~ˀx}DRMO֠hi!Į%b7Kh^wlOzQk18ѻkí$؜Q ļL|eRMlÁ݅䎷 8c ?0>HD 7d wwk|Jn ל :]ʽiBu/8*D g".a,e&$36QCh;DPn@$UiS -D>OjKjti_q69X=1`"9zwԿ)zV}f.ck4GfzF<礹{ Ka:J[EEc5Ҟ)$}#;搮CZ=б}9 :WWY! >wNl7D{Xb=0~ʩ;YkvzhO@u>( FID^~&zf0LSn!&m1P+^j/M8)>%zh1 [kڳS'Lz_ylBQ@ 4 Ҳyd9ȻCɀZ߻NO:D 'όM9vA6v]v\8R^\|x!DҐv3=ꫝ6D(,bUPg;uVG?i [O9U-$6ɤ@S 8g~n^DDY2p R^Φ}D-Wۖ [i[[ v ۅәwkٛ7BS ߏ] \jsS>0HOGs3OγMC(70R6+Iٞ5:%82lr/ 5F\6#ۍo ZG!0xϒ(5KTB-yפzѺ8nA;W;Ə=pkcgoX臃0$M9^}+bM&ےb.' WxMuH\ =D 6WVJsv6 M*:2ǎ2SvLRDVl2 R`\%dᛦ7GEABC -;{&0gd*li0Y\TkM3Xֈ?:!R3ˇF;,Gq܍iJqʖTg<3S6Tam=>jtꔢDyA#+J ܄Yz_ؤ*owPX,6PuoKD{f!f;xPC2uX}oWǜ`HYW=f#߶>?v[SP pJJmUp[SBl[Q.(Z~e <IwY)QmN7̐/g,Wq̺6~68Q#Em9?!9KK{rʧwF]/'3m&b_h ~i`fzI:aCLN٤Vdv@cK PCMLn~5أ׌Џ%c'<E\* Mԯރjtu摵QoBG5s'>^=#C|s-GM0kϘx̋ؗxKkŬ xŠMN!,k.~ L?Qh1#WfZvl;kU9vWrKR5cC7P!SMt&H:o]{C>='fx|zr[m\%:kew:,w3!hjHʼnR0}m%DvB? ɝ R"_oeH~֝A}`kf*,q<1?g>@ N Ktg۩(r)uש "E6 l$DMŗhx?PCjz"7OjڽF^OD1VT${!&``$)vUJZ Oa#dYqM3 =:˥B:vll@G {ί(u%NysKYGQdì&>|_EF;q)[oQ|d)vycRGiAڦrέ1ʉCH=H5T-kOu bSObu 7$y5bIlnS}'8fgΠ%;z0eټѵm3L{zMn,f4I5/<؍~ԙb dS"0u>0log%,ɩu3_X_uMCׄ!bԄ,NLQ(z\`3 Z8n Tqɥr$:#:N7 \3ƨ9rosMPu: \9v^A$4)lac$." BBZ B֋B L"쵻qXEZX|ӿNa7F~/>4`K!Q}ხ)0'dslfを'ebqø؆8Υ&5.0GAkvGhhB\ؐZYjzB,g7b$w|uG Mթ&_գ臒zxB۶> MSYvfTc:;Hewo!dʉLPQm]s!BZ6@QOb-[ K\%:T.<_z')*ʰ铓[J82-=;G0𡖋flF$zP;7R`tS< pz%QZ ]ʕMV.DO]6\骪$Ԧk>jg ]5 LLz%cp,D$=Jv:33hQI8=e)u#m|խsE;!NP$zy j&q365cJ  _qYb!JS!\8~z\8Ⱥ]rqDݾ½6>Id=d%F=+b,E!2c?Uy"(a.uځ|W|Dasn~?zB`]VEGB֪8\%64_eNȉd ^FMHάYb'4WZY]tؕFyBb2 !ս ?(%-E ǿ/PR%!)tAY CtߗvADTCH(wVgx邆N݊cQCAf Nq=VTFF+[s)џSQrDa*[3Go2KbXJ3E Q>\ϪܽI9|o%<8<·5?MmY a)kCG^ve,"+"(d7 ^k 9Vܣ(d]rbIx*#(ѵc7t* i C8qGA,>.#oPf|e4Yhڏ~=¦]1F7~C%IFh4{-~qn>ml72 ψ{uYFszI<&HKdSC]V$*\vk}wyc~ :dHfOGt d_ȜJSiڸ{83uMOWGoxxGQnBf[Y?Y`kLW$/B#'O tSf5\xR7߯~7@Q)S1p)oD&5elvԑs{w9hGP.'.Z8,@b=ZtS&Uȥ9$($ᧁc-h:W88Gw>\޶䀉͍ N>?{ C.qr}DE,nQw 퀃 6^S5!?T{^5~Gev=`+[E|{* WAGrfBJ:SpzfMg5- -Q~Id\km{6˦܍<-kVj["}5Ce,J3U>$ST4%nG7\LXɨ)уzq9؜έܡb;|Uw$4 65]f-Uy7n֭2D7*ѯl5/^/0?gdH2JH0vTbր W g--3|\;juH OkQ"[Z0M,2~Flyv5? 3i_XLapǠӗ|PЖtMd).gO&e{^ުkjԦrC,j7҉bD=fXF=Q©^-ԭU騴T='CFs^밠nQ0-cEn6}3儷ʝ'n$L$ƭ#yUByJ|`|4_K Hő1^[ZW8aM4{a_=*jLrBMΞ> &X0ĺgP%?w_;Xi|22h8 s t2oA٣m9*鴫VKVKEis!ͦ ;&Π_:PD|F/aVd%hPhҶ "~w,up ãc67(eіY{$86kD_A䍕JjbpyI:0j헵>HNᗴfp0wק˳*jFuͭ~d;<$ 73|u2q"ueGJ)1r)ku b0oRymdx̋|"1TCm-TI_Yu?}~ouA6"WGܩ"?L@oL$-j ݂?u5X쪎jl)dnqc8 Tr->р,-pk*:vBVjH 1OlߊdsQN#8+P-c4dz㜵 tcex-ζI0|npo ův IO4SA3(++Re2טL-ڷ4 H#CnGKɝ!?&\a=ZVWv[{#7]> uۃB3߽MMNns]1~tPehPIHф*K i^ ~톒- طiߤq.˿DݜQG9<j_R 4>7 G7ƦBN8LԮ1kq8U|߼)G]'눠n֢)@2m!$)o#鯏jtl hTQ* 5uϠܒ[8`lj%xooKWn3;.5q?kaXJZ2ZŁ:7MtT,>bKsgmu=E]`LI]wviHm#ݜ̅9NLE9, I\QN([=] JSo`q)ͥ!](΋cGdHb^*o^cHB}2C1ܬkyޤt!Cd=}r]c ۙ>]WDsSd RlO7@gc; ,+>DnU 3<9^-=`ص!2o\2BhO=C隵f}4mLJ緘~V.Bm1<(J=D|]=+[3Sy6k:QAqҖVbs~K,%9ɉ{vJӳDk@g>wML؎WtN nWS%]EtP]?\q0X6~UQ֩\fyRW8%Lш/Qd/ٳTpP0TU0­T^ j 0X\ŠkBS8"4BgTG5}L Ⰵ5;*II-1Wi 8L xg1{ PFNR0(0`:xDdY݄coLEP Z1_ޤb>Z.XMFJӑ 4~B<ة (Q9777j@!sa[y'Q#1"#,&ucbYl%U:HU}oo͊7Dx\u\:t܄'w-9[?XMwx DڈkV#N:/ ըasl޲, 0[.nI( fqSz ,iπ8ufօ( M +ݦ2?\ v S&1''!Ux[743@KMux,k?EV҆ED= +>'#M)1u-H'xW' g< bB`Du^ m}Vo )@2#FF o G1avr:~n &3=K1F\J +&l/`i࿬iZ_S1%ͯ_³y2z:ƥ(8W_tm>2C!UMܕU*ڸoNQ|"¯f4N_l|%NsJrKҎH83OƠRSS- }s)%ėy/lK]g=Jildٞ%=%+K"~#ŒG0" Eg5mV(t[P6@ Ɯ2F1@rTQ.q R;a^E|i؎lE犨(_7lgO|AID3DCYSY˖]p{&C\ zTAٜؤbYs0I~]X׭ȀR;8^eÏ-—o?ɚ.:E;ԥv 7"fFF!NQRw1\J5*xl׉kKcS/p LYߧG!}Y>ݬ;w hGeaZmHѭ PN )SkB]}Vt2a¾x D .NkOg$*gJ xaC55:^궄8c#Sd#h)~Zܣ|qI"7+vyB-9-X!o p<ߨ u؏K;FI?Zг梆@+܅WƚNaarQ͑r3wAo ^c_e}Bٳ}o iMru;ПhApM%yZQȓ5=I3HJS*ļA+/PˠW̖Æ<: O+'}ͣ{c0^H> +御a?Y`lM?4_M |+\lX ~N;"8P%uj^ɝ} 7c3i`*`~9,8 r%TL"Gɴ $yٗM/,XǐQ{v\6Yn nyU6\i7򑶞fjł^g ,0;>YB8GI>8<8#F`Uެ6er6>qu:"nȁ~zۈӪeL ˸' 5mp1G>"Q5_ZVdkf) &C, Pv#- (ux8$C\н:Sh0);/5أPmBig8Hk)T-y6-|~w%[yWU7ktkOs+Ts!4I+UdGc%tjUP깗P _WkJ]v&W,Ds3/N#fu>E}_+%a~_w0}Lu{3.H ?!2x*'t'&2^6j\d Fʨhx(f`YZ[ |CE*9q[{yxboiȨϊqPÍ4,8/nW5ۗ7:Wy`\ڞm)_wP #^6ĘDjEMe`iNGn]@T>̛elh,%`*ړDؒV|*XDӕ'~`=}ػ9-Xbۛ2][ =n:sƌ VMIBu%xkMaCra-A2Ha!i֎=Cex7m뼟߶gwJ1'=ǙRҺ=ڭT= {hDO}aS]Q<Kg-ay)1}"BCLK8x}7 mM= LS҃,^\ǵl봘ȼl@J"R1vucU4 #dt5Ѿ]#X  Ͼz:zp.x|%VӭǹAEHs[^rfDRЬ˚nh-2eZki"h8z)dǎ-R~]^dk d\*]%᪍jG,m %d_v37>^slOj qi5>U ɐ@]+ݪS_{nTr~c8+(>H'|x{IDyc,wFQ|oV2v,^ PE2-Ue0;{$ DgsAݲep<` &<`#iUur\Rb>u;IK)lp.Eh>!?bHYɻeWwdz`.D{*7`4%Wm*B *1_$!k/>ܠrvǯ6+۰ض9݁LW:'f$=ĪJ6 QBGg7ό O < - N^CʢfNz/'Wg_JT5 lOsۛq-m/Ds%Pԫ.-ִ}kGB؟J W(ힺ*;NC "$ 7pk 9gA zBS QeDb/-֔G]8[d?c=U]xV4v:cl;HC4dDAfRmcDӕvR(z_2δ /lKBX9`sRsPw+xF2"l@9FM%(fIw$R첏D ECEe]J1x8璔C$5d.sl~ޱE.$ n5HoE $RV .TGn ۬j'} H "zRׁ4i,=g iaj7\DA{)'Q8+qJ:srό>4d+m$N4;7y=(ESx2V2H E+o # U:h-5.)j_Iki?҆-$>kynq9#nS`1Y\/4k\ժծ;KdԅS\x綨K 8ɱTkv"PuDݣX>׭M]9h}Dj(8`\ z AN~(c*;7NfJsj^{i`2 +3`&Ȳ w{[aUκ DJztuj-*rD73\ϕAś7@YYR2 >?-X !ʼnTNFy諭i)sj׵تbeGz{H6X& (j62i0GP:\7}fJ\I IJj{Y}oì,?/6H90WT(YPωV$Fc0 N~m GL;)܄m+quWMl0f/?zق%sn< k23 {r7lVbhkh| .QiΡҾ=괮hpxp= ㅠ8w%wphErݣzy&HԹ14ΑH'>{) |-%irw={L#~<  誸 [X|_F qmpB9!C^OXZw-|rܺFrv<&VO9:41!d^q-  DuVᷰP~q1 r AS.R!x/*'$?k͵+Th"j\㿅#+HT2qdMFO"oL]LHvxt:Gѱ!@ULZ =2u`,|L7ʋvrx Ėז3,xT)TC (7UfQ!z(AmU <]@l26@'ԀXhV[qw}yRh"/W#Ϊ)˶-wi׿S\~&ߓ#@-Y& lg6:^+!/(y9cN[i1]'< G5 vsopZFt'Wg zDP)V&䮲eRE6Ѻ S719I "Y'xWɈ!2*7ܓ0+GI˚Ki.|Jsc,¦XEy\PI~fU&NJY9BU H:*~E~77S X)Sf {Dzm7i`2rPOsZL!U#)68cL.K> 2,M&pX@G&Sd5/950+U,'Pf:|{?lڶ7 2jGۤ14HIf,OL\-r@A.F<ڵfˉյDYD&oP:zaK@U+K)TqU{x:wVmNœE1xZR3]S9ygX9 QQ|`6Ѽ;w }ǻX]γMcK+ HiHk=2h"VSב %Y|o28=ZFKF5Ufpj_ .]Jɀ^(fwm̯ :TpHKme΀2f Ո=>8)"l;)L nH=,"yG7B)kT V4iDŇ_+!:]gж#i#!qUt^(Ph:\.Y`,dz<yrm3+cp:zq"K?V̀ &b>M E} k*\$e> +&Bk]3ʘ;Yc-* 'ol6:;vik4Ǟd?ë1VZhsCmVe}Ԏ &6+ׂMP /P\Hɷ?s!S9:V~h uZfEH\I|+>/.ֹ拟 _S?( gGĂʴRwwLG#ھKT#j֊SS6#Bl,0&0$Ft'E"=fs1\2jsHV:v,e9Àܖ OW\.4X )m1"9u=ff-q-__@qk ?ൃ.NwUֹ1Bldᦻ~:i(#}9-2xm.Fp ЎV:NYG $G(tW]Pk+OZ' 6{n:/5׭eu#kv< HU.iDG{$>̡7nJN5{X&겱t/P u/Ȗ}Imv}9U I^ٓ+U:Ƴ\^@΍ kzF, ~MHZ78@73zhni|뭩Z>E4mUzy8'S0톖oރ]뽻T) "Q^_ޘYaf:I7}k9:Qpz :ӈ -cBx醼>w09%̔bDV~bVB"0íY+> U=hyN R+e  c/3XiTt'N,ʐ PKv!Vh V_a"H)>CG<v W5Y\71I€/"f ȌO*J1=G vZI[܌L[ee spM=<6|{9r*78a-)̓.dF%AJx¨^!d=@ɱL$4ȱcB;Dw4sd&Jڵ֓*ā/͏.i*V/i*?#Ғ0~l$%CdEh_CBц a%snl" _I3Q}>Ma]":5f,"<FR KϞoffdžy-G.kLƠʘ5+z]5v˨D(~2SP5W-Uͷ: iE*/5[-obCXKT[/Dcwjr#Y saHq5zZƿڂW睋Jn[D1$2 co/q@Omʗ<"oeT#ICF)S.`zH(T:\ ZЗ|,Zo5Ԥtuj>goPN{2M4yr=%vX55$t4 a0 Kv$Ok M+y*)R5ZT,ٖHY"c)= 1Ժ;A F1UֵT"f[ K}XH1ɣ h[vpF'!JfB!ew5EGTduw'Əmh.OY n(Xwam s/P J ԼB g2HAĤ%:[5_ifOes,`Ս74 2ЪcKlE%{׍suxGR ^wwVnF먎9YUp-3ו+Nc}Smj1G[GF{c} ,0SYX?Ƚ:h M5=%P.⪔uXe^zA.l!7mH$UrsWGxE\@sRKP@اQ^FOGū)!P :T؎ fd_v ¨ZM׶g_6I"x%T^r~SʗM Q^ov{8ODRhٖwuF.Hb?ل bEgs\X[`L'}Ix!Wv \-x93-F's?=K%xl:ŮQ^Ϝ^4S1ˊX wT%5Fl[EAE{EwLcK$GDR@ E3c텧j/Rq] [Ñ5fy}0zץ,W<[E a:+馃Fy,Y}Kku$ѿ 7ȉy'Xe4 Q2A-a1һ9+Ҍ!|%\T [Es_|I7FY{-waXWO;=&j)8&0Mvoת| j^8CXgx<3~ϡv /(=2j90:]jꊢAWTfMw0x%J࿙qSmܙKDBԇd g'%ջ֨0y` zc+pn#QVtRII #'J ?f4}D&!ZDR\2oh"@3  y#hxSIfˣa8UtFw49ޗj'V72ClH"G{.Kf?evPO+Ж!Y W5o_ՠ< ߿dTJc{BfІ.>ߵVíz Ǔf=wO[!ZyxV~p׀K۔Yw 8Hm" BGQ Ř}Me`t3E;)N0M*zT Mya8L"h ,Nn}N,&z&}x'TH}4&^(eCIRPcC+/ Z>.\gwe7Q^4$+^ppHq]J~gR[Y+RxDʉ,b/IHEḾriEfyl!+dϼ^*jQxWNl%]c}T5Ilo>̲'j]V5gsgpA#dlZ] Lh {42MՅ0Mhg'[]]*R_X‘1AYSӂBG׉Z}6F X4 d4)ogֻ>D6/X:tÐHY_촗&\وx#f]a-Rܪ{b0!U}^(Cj&TCHҬ=/d#,w%>-x(0u&='Ӎ=}<6ap*aUBe7y^||}@"0Ӗ?ї/SR=шM}qTr]e-FŶQ6GڅV|z[=~_P܃Ò \uH*PTPN}hs`L. wFImeTt0JX Kɭ^=$Du%]J61=I# %srgWgm^2ВN:<ʌKTKVtƁ+7Ϩhӿx߅+¼YjA47mdpIU&OD);QuUuNp3>&d>qB}&q6MSɬ+T /TpgTOQmMxcB4K;oڊMչt6;d<5l~O3$.TRAеF<&nXP)Kw=MMvMYň}@ [;/l+zfdPW}r.TP 1%[֡+-hӧcBI//Fٹb++!ag$|E9'h|l9:bZgՈW4M݀Un[3!T(/A|n4="/=L 'Zkݨe jk3uΜ V?2 pc;/֙h~M:LDF)ßAL7VzUiD{13,6ߗuA]㦼P̆3CUFsx71۲;ug(:lT,/6zכeпLŬv'M[[PQYVnLSf9#R$R@TWaHfn kH~i|jM)q=?b v2W,g53ԧA1#S tg>5l=z}7>@`e(vsֈzՎ]3"F dvs^- L0 q䖿Ӵ5f4WyT/{.zFmV{$[.=)VsYOsnORG?9R>P gj2!.[*? 9aЫ3FAu6,qN! {bRwUf?vцl[7J&M"?3+G.ʖ8B`",:`-e–CN\Q[odD)BW<,IْWTQZ+`o$e)޶r.ݑ ݣ* _gOz~+- 5W.v{a%(}o˘* ryat൒+) +-Bn}`HUF ]}3nJ_PЎ GX'Tw.&\]Mђ6"5Tkӗ|4Ck{*Nΰ7je- z/n ?VκP 2b]eplпˇ ű?b%AVLqG9 ^Ƴʏߵ71LD>6X7+Uy)a9J XAq9QUdP^8 `:p Iw鳕a Ch匐玍Iԋo]=PB޾(tMu=5f$Ћ`|29ф#̜A>l"$ ~lWA[s4* r&RIG񨢴eժtjک+(QOD Ҫe!C%= {rӝ.ۇJҁT'T|e1y 2%+*P9iD1 ~`c+=2D8;WOdp"cT1?]8ڂA Ko(Pe^wIUEx$ [2'a Z_ZҔ{LaÊퟷw[Yzy؊uAdG9NgNHlbF̻.s n[7ffu=~o 3>~a¯aЀ r(zOF3Q)pa/{Aʨr% ?T fNSvui<ydI)f"c)G?xܷ߹򦺵=iW 4^Fʏ~&^6KveDad0M^ۤ44P SKmݧ=â fM/\ƾk**sEPFm};Ew;1Bp> 7ҖWoF6!C*hg)$ ^:pu°Eƞ/}ѕ$1%(qrΪDAФgKF7.0,ݴnib|b}( Is1|b8dr4$q LW򛱾u# f=c7LR͇+ܤ?}׿h[˳zǼvܞw/j|FO8M+;'OC#A*sV.Ǭg>uW|̿%0*{/E3qEcɓ੡CadCAgbX;3gp,U3 $+m%\֮5ح~kx\hlWxN N>ηsic YFy TF}xn_#W)}l藯I "d]0SYqӞֿ# t։p%!2z6~h\Gdqgإ.`eB@m.I623aa6+peA9 SgeE "+?k6 кY-V ;LmbQY$qlM 3Pi_~hۄG/?? 174 Żս5KXնچP5?]ܗ@{G^GB.C P!jO|$2B[ ֺ:p̡ƕ%&迊?&UF^ūNbJgcV'(LP!w6;F``'4lg.JBDeڑAKE"܂-)Ak~Zqr(zWxD<;xIodElNv=lHXF@ ^9(v[:\KFc |jZ>< k h݈} 4\,S: ejץoVv SY"WӯY@y-\B5!@wc^J2ȅQRWLp k\/ k=f .+mº0:ΐ.M>W8.TԒgΗgNcR(' CF< ]ݭ7fr4qeuwC\{i`{)h+ir m5b21<,EV7˙++%AX,Y z=Pun<&Uo%Ɛ|y`)ɨ+OVSC/ !9ENj>$S4ʛy&ح[ە}͑l0OoD\78DL _-3ԙm&TR@Zp|iUOq],8tlۊn'[|pIj;dm%L^pRwAOSn3d"z S"$ hxtGdžpBէ0gCbQ&Ŏd>SPUdY:_V~(R\d G|8y)s3h4nMxQ)w*mNO*&!M2QհΟukNgJ&8Ҏ&d%ƆB(, į ,t@1kr$L?2FOA$J  hcA fr(Y |r:R˨3T0\YbZUNvC$h w3! &Oȇlrj? ՂmϺ8sc#>ufÞFUIGf1#/ hj*f악zNy$֠%k(.(g9f+Cqٛx8*a@}S 5Mkw][Kj4)C=q{h(l#\MyQ;l.AӠ_?JLY/"w@47}wTI~)[7@xnڀzWv5I]׃x{O?_#̎1B?[SWXh8bbi9KVǔ;b3,o$}{U3<{xIpbFf h .zmv; +ߔ,Bَd? [ S0j5X"J7lÕJh+9oBZvm[ xoCǙZI5&y6ܮ@RsKwkM`6qeoxq[V%\<[FVQWXQB-WdDs3xh_?GGkW%ckiʋ7qj4whȦx5ёֵ<]cESkG87DB秄(X=QN^~trԯ͖9{XTY))5#o@!E!t#_[ޟ@WѺ!Y߄ZuA r6#6qFR3RļQr^{?.ǟT3'd۠0qx->U_"U`H5=֢ȣ)&S-= ޷&z _[iaKBpJ2ΠM;姄u6@Q?YD it6baB=?(A'!Nە"gJ/PE iME\pPyC |.;Gml5N ?mfLdohpГ(B[eMПj}o(߳\%sγoІez':o),?WxWnt)?A#q6]YrzخT7r2JXO8 { G[.ʅJH5i0jsCQH/qA͘DlT@~oJ f=k%Q,MR#z *?ʴ0KAsr;|~P5z`YyL Fd(4 i,f 7Dh/ms0+-x]bOf,/H<ݛH"'RE qA/ O avdݧ,e )ZJ6Q`;H ń*Hl<ҧ#tjX#m#h5AIA *,шB(c][ "e @}v.;gCZsU ~sj?MCYl9tXڷ _EܗMfy.5:Mthu"c<{(:5ښɖ9Y1ʋ1#mUnkrClH&ANcP;](h˞|A (:} X+T`}uno),澠3:>]l&hBB.1Dfu85| < [x 2%7,'` tM5K,w0${P `b {tFk]kgfn) $WUR(O u`ٹR1[!}`MwZ^SkmWVD^僙ק&({{CQrkkFof07zҗ|]>Lx4Tx]zLѠ"%W[wLd烿a/S_C=ϾCIN V\nk Q,‚dӠ@5hn?%l2` ;E 7j>fFt&#bN#2dj8VTy~ja)IjŨWk u}xÍ1Ry@ 3`I?<v,I`EJJo}i n1].{𵘎I.yHs1FOfLg{:!Re Ie ǫ;*W2ڿ; m{p*a((bz鹈m:ebhf=(& ,#R#!oơ۫ z2lV G L z}KU9ޮ~asW)^B>@3y(1ԩcZdh|n/+Liu@=-8 }>ËGС|RCP2?^D.,/, WnxV.#/$K$!3Љ[fYpS6̊UZVJymʗU,5b٨˛mqzX.Gzڌ;"gqJzbþ<01Jv84]zd Ki􁏈$ک Μh>7}*@EW\;Pa>8wd=SAKEL\Zov4z{a @k#Xnl$q<ЋY0x ˯*? aTo礪nI,9(G P0 ۈ tND?'la)b4 pV6-dbZՁd6`G5c8NgVN~,H^S񃩘EdB :/YʧF^*\V dI-䈬HGьr9>[ێ/ҹ ŲƦo!E /]1h7//?1m ֌If-G2I} &f\ lX Δ)YUb9x, H]ЄjbScϣw" RJTVK5՗"5dӥ@5h =ۀ 2J1.|)DC1!& <)DxB4Z11"jfK԰?w".W-6Q;)HqHtP{Q2:9k$TIgx8o7\y]P=9AA}Jg9R*C"J_|x*c=> ފjV/@͟?PeFU1~o6GX:[Ɉ)]_rq$ߖa AoMN5@r?vAh'+ >4J*`ui)Î)+s]Ტ8C:b=eg~ w oois<}l xll#*{#L,8jg+$w? O5 Y*tGGjAN568`]aCgr^⤛eCnrAC 1G ,ݿʷ;ȌTFUħ9](@8MRgONM޷M(^95I8ȕ|-60=eZrxƻ@yv%lB] #!fqÊRq1/ ĸ7a ӌOJs # [y=Q/=6'+hƇc֥7hʊ:[`zo/vBi{+1x.l ^10X)Qv) A/e8k`m0](X"\Ulw3BZY&1LquQ9(=٦ͮ`K 'mZ,DMZߘڛp25q1,#*PLg}f`d) g<_?/k仠 ¾I}й sv+@u}ccSRuIyęK8Cݵ(1ϒ8^_/-Qx`+Ri@(U 79as^d_OSݍo~2}S1ě@kQ0 䓘Ȑڍg]#Fv4rQ "O1+H2B TaDB,sTRm8p@L#<}F!AŖ:<ٴUN5.Ha7QQʝkM=wNvf_/[7N/̀a(~rZ; l>X&Cσӄskà+Į!7Mzp.|cׇ YjH{76m b"wZYc%Y-aL'd?u uٰ9S]Ň{_p"W*itUyil}2LC3>5%*{$T]gDX ,L$9~+9؊umZ {j3`pUo:2&q 7:3q;:S$\;P`9?P.cj7|p5N~B!3,MfH(rh&q+Bа텫JAd@66lk/C Ux!ݾ,()^O('I]))ʰG7sibb_Py nq/Uqpnc|zan&ŪE4OI<T"xzI.H%;sڹSJ_*ʰ i8\QN# #qF9Q*3]#K,i,9IFЮ`Z2۫ҙV_vjz8(d@ ۟o<k zԟ<@,CKwk-B߭}LF%!,D)@>>sYPWf䞁J!_k[V9 =wb.?pQ8c\P SSnr뒞.34Ha$\?mػ (}lm!Jݣ~回T^x =d ˡ05 Zuk}*+&iax4t4dٌ$ u|S7LcM˚9|Lx.`W)( $)Ò""t f'@{.ZTH4C8GV0 (}L/*dPp+#wHCr;1/&J$#*Kz?M 41)H6sfGGNj E!XCn#y]\1|}E`152 mgnV XBpS`#i& Vwo%75^cmTۙV}E| @gxji_@u_3+#NSy . ?&}P9VlVn[`] CB\gJNiJ$eA=UfNXf{^&nA%!/ $ 8SW'Lh2]:7BBVL*ro_hH0!;F{QB^}n<8j*H 6>2n]8۵CrB`hy#=II ۃi# PlwkyNzUEuk"z?!wNdjh]jו"d"xVU NJX U6d87Efά"JG<'&2fSnMLXF(<ն' FQb.hcJC*.pBDXlB,#4HjE kɘ]*P+Z|^kF\[/G40A֗0R1 5tBB*'&?B%l ~M_w9Y[HUb݄sO`i,N5/4{tA)lcZ 8rI7Uo]~Xe8yci8uZ.U @[np{K<c{ܡ2y3YatcO`0{9vn1,#]Űs}f羝S۩^;_w.!L *>)@ eZduMAl~6'bakt̪M XQ).`qî<wHjVȌvbUM[GXPN?%d\QTM xC%yeL^5s<>Pv Լ9Kξ[w#\] ysӓӘ۳lSi<V|p}lC,>B6. 9@MkaE>׾[y-Hˇ4J97k&0pR%a쐙c' ź]r#!ꑄw\ rcE!=(Bl}* V,H!Cjݪlp[.g,_+KI 7ʽj7I Щk5euX>F \ϼDgk}r/Ӌ햜a sGrdvRM48%1%^R12 iXSy) &C3FvUD@ԧ񫜡K9p>;7>&[4w߿1\<*C5Gj-si-Y,˵I{`^ǩ!!&{e0. &q.cZLSĮ,N<"YъAsf#YCƔzE6P**Mk/|"GCP$f⯆*^9ay)A P 38vdҍ9Bo*hBau=ƃiQu &-Yr&qy5$=@ARuMAe5@k4X.z1!14ʃ*RUjA1Q/VO$a'Xfay `Qζd:+#skBIUN71_xy;T0 Y̍Q;D'rW_#P (Vt !fxll+aRߌy=\֑%-; _EzI(ZV@ˁkڔF5C_ć[/l|'`Gưei*]9aLm-S6ϼCf$N9̓p'9J2JgPl" c^{>8|u!؋"q1t(m`&7s)? &!gM/rr]4) ǬXwTQ9kJC\Ev*&b53H5*>w`o9Ωv{.n:`Vr-g.bd#6{a$_Kx(B678J?l-w EEN5j4LxKkzP<=CGܯA]쭻4'an@U9K*g50ziVh C݀BjwxNBH /h]fNjKEw6>蒤#NKn}7崜UsqcUSԊHy}.1 zpV z N$x{lyR쨓4A|o5?(W-c;T.OI \os~3?H7P!̔%R(\q"#)#4I۶iL^HtL$w()rX^S;=`b9Y3񕓜y͕^t4cQ|`EOA //:}G#\]BnKO-J<8km G7ﳬ)S8#-b|K%<45Ϋk ;EٜVZf=212u=T 1P`縜:*KTًs͹CC*x%z.z`+f 9 lӽI՞ yua v|gz_CjV{C +uÞL^rВ<3g0hB S]+ I` ^;ԷE{/,N>BEXb"& /h]#ʡ_Ɣʩy]!Q{ "8?fM-XS3x+}of~ۇWς*[Oi$ vv7]žԑ۵"eQ5`IMZa#qc y\,ūoQ7AqN5a bh}MV'M?m'@لp\y *2~D 5%wXp TJox连NB,WÎ)yZe@Mkol19]JX&VⲏRCuaF)dM:'~on!s)zՋdPeU!ᕄOSf <=qq+yd0}mT62@~glu*l7`/Cv;}Yᐙ#) WG|Kj^ϰ夛m#+SWx:ϫ^HR@6Tn*eӁ._;D T| fNe1nOTBp9o$aĀIjQF#Bǥ{LZ˃IT">cQL ̍P\:I%,3w~0{,!.!,?74ߖl&4F j EA[] : 9Oɡ 4!-Ii֘ߛh Ret̢7 2N8 [u)β%toG>=M^QQOsWV(zb&`Պd$%C-]dbpx.m! 9EZUCC?[ 4Ku6Dq9?o@bZg*5Q/ b7aVkd s>fAݜ*HL :X,{*V# ۭZP}R Ӽ{1 \F1I[׭yۄ!#>`8"[J,ɻ1X0v"+j5[#*?uF2om=hoGF:!ڢ?ߧnHIv߁f y`I@8)ymǨL'^혤?SVp-/&T|}e: 0ưSsC,N*aE2w|ӛ n+'>SP%>2YFQhI0vύRCS5#́0Y+R2 $4w,.r hksJepC<u~:8jb%1;]6պa;Cw_b 9}손 %f UC(3Lw 

mHL=떠+MH.8 JRܟy0呸R%)]0O]aР!0o _OwEG=I}&AԸ) X@I7uؖ-lxW@@Tz(z+L0ńr#ۗZtM'>XAG20&HNLsfO:q'V9ڨ-d"Q:zžc]%}1s9gMC'< r`4O2x?ط#\@0*a=tbQ_̥oy2?Mr$i|f(MDGGZ+HւC6PP%vE@1CUKW+{b/3si?[tZ0(|rLKM⏿DbBikUKja u[j5Dͭ%4m{StaESJF:$cJƗ\Lkw?}y:@Q6zȼriifDZfcyT@}Cb] JB|/47Q60ҨM̘% 0DO}|(r1H؈gVrtļB ~|M=~)YnEsmAoGrץ{6Mшnv }ʪ#\nAH_Ev^`mJpk(/4vF _]A#S's3 [;*! taxrAQyYx0D=oCWv2uN%? fcD2||\ݳ(9ηG̼c bg#}?618sᇪzoj \[6E;D~(ɡ0; 5~jœLwغ&& Sn8)KtI܆q "^giY?ĆRSa%ټ:+RnmVoe~z'23 4pL inI uZC!-,73yk*pKHڊ]JEb?ްrnWYȯ6;i"-$uH0WŏHbi.ެpg<jKƤ$od"—p|)]4KUdD'[Fv&'Ŧ墹 9Dq/ObKtMiѶzڊ3й!:WVWslcEVQ*O''!}e-%ld>;\HA2QTWsIwfXDj'9d$ZJ5& 'gscYf{Uoशz'eX뤵K2{ϙ]^un" -ӡ[c6ҍ(7Sѻ5$w6_m:k @$jz?D.E 3SrbGj';_j_SC guvq *^&F4b~[io ^!̋i6"|vJ5I uMN\Tc(y){huu#|DǮVMQ-@Y2pw1 ʐSb@`0'SDEË@!tJC8,3!H8w7@ 6Ϛ7#| J\údV?%ZNIG]/% zǝ"s ;Kq{}'|K.iH~*N7.T_Uq1Sȩnf/u ݩۮCe*ƗD sK/Z](K퐯}/rؕK>DwwZ۽5e\#[gNt0Cb{YW67)H"wXP`UTH5$m2#-_IĮtem`IkҀ̧X]JE< yJk=\t/jb7ԹwZuz=T ˌxn[ pz.Ȩ^i1)Ösq4H!73h:cD&{SNmj0_=%{] /(Ya饥;gbR}ZT}7Fp9 !:c97gpg3$zhyPg"߫izG>= tGnsӠ v,3Mv܇(xND.U$/ v@6>q}d+D;uPjr-O7\.y"jB+mtol>\LѾHENֈuYU|鹇1R hQ8mOT:Rg!tȑϘ}80ئϿƉUmͼ{~8X]908nS $eUc-S]#C{R/jq @8%R0bm}E6|3$Xq])fJk]U ci..Ȇ՝<2VwK4Tj fAN,ҿ{! 1lrjOwj$Bא 3bqg5:9[X.r[~eMgn 1@OZ̽G6[v>;Ci~CErl UߛG wn I rV+|'<1 l 'ҭT$>A_djs/ .d`yNC̶hd )%˯Pl7k$a+|Zw_L{Pckv3]H8UT0ꢲjiCRulU {dtk jjW+bHnwR$5bp>Xp3 Je7SDKawr*RR,88ZFy!qh j& ¡+H_<\_0a3bLmcxg~*4D{J0Cҟ$D+E(Lnpjϸx ;FQ-Vo9})( ZQsD!Єm FNA2&4DjzΙfW^~ö#WS;+!t]B%|h sIB0 ܵd-޼wk j[iKXГ};ҔMOWq\(7Mi MYag ZIOU5/X3Ɓ͝M*}Y jXx>d8I4"JѶի7b xJz7>]@~ѡŊ ;J¹8Cr8AB4}C9u2%&tLyJ/}c[ej^6&)D)q7ErصUh.[orC!>7~~=5LP nEnHMmEq)TF6RwErq,x!`̗P.P_;kskPXj3?Lhd|4RnAqj|&Gej SuL۹lPD4D|&j_}vyAN,M|P-"9o6O-2 ^䟨Cm,%]&`*ߊrqXFX J'ch E"e_jK|#Ep#9΍\7W`1)DU&|0;7i/w^ ^cC.б ui];P% oA偌~n;xY W(5T0>4>:+ [r9ZҦ#8@>40̙m+ fK e(21صhhHKd𕺃U (B(H J;豉]!5Lמ]iؗh˶>H=c#LNJ#.OI+Le-SJ̑cco ۴0!t%MWM}.`jlۼ!xB(ؼ}2܅yR ">Rk"uqy=p RP.c AǮёQ]S?A˶u 0@KَޖP9TPC)8TQͤ{/`%B8?h\T6S~$0*Zv OI@-7;B<_Gd4rTʽx)¥2Ⱥ mpFƶ[sho_uʈe:"D VTs3A7%4~H8h-G/#>({OI\X4Xe"Xcc_20tBiKోMx GVTމKMOD} rC0B8)+~?LHnaˬ\Cά-̺'Z8jᚎgvh1)Lo;h:J$C{,+T+M0wxuL&% K|?Zt`L'Qn*dwZTɁ]%\>!U@ƩG(Q>2F=Z̪q-ɱk}{M'۸x0wgܩpc h/O{AúPQ@,m-8xM<#v#ZЏޣr F큛kwd¯k{WU[5XrrpYsX'{FX<Ҧ9͙4PNw!)beJL5]S;Qm멭q>Wᤁ-oC0wjv{LB])X^6\;k IzKOQ,Ct;D{mD=mkʺ~Cy;4j'=}J@k$H+ϕOZ0G`'OX?#>6DhUo>GyDSgV2چAʹd-jވ4~mkwO9h%MÀ"/w>Z)Ӓ,cޭ!N?Y,x6\YS%~ZRM?%jBaz-;C-޲q,[cXl%<6+ ? 0ދPA,d8~sWZ$Q6g'\$-'#.s2j&/nd= WEdR'h Pm*:710@u+2nZO䊥U#tО˭MXt Ept y",F eꅀrĚ{M;)Ց SFu2 a [A*ZxRnF4kj1 LǪ}ɸVf=Ȗ5??|SA޹ 8鳒Y˻¢^U!x^25|u2oj}TgØiD N̏[Lފ?Ac d,ru `Ju:fEќl>q T"-ɖ8frEAB 㑲Z 3cjD?P#Bmi#.}PW翑6({F'RwTE| fH3/l9h&NwΖ$K%c$p]sʩ:.*D"^/mf/ղV7@A{vU`'#VKegBQx /&rusvZPڱ< 5bby4T+E5p9s$7cP|䥔TX_ 9a#@7~ҡԪ qZXc]HP 8e`s<ʗes=șHYZX0_ԱPГА!(틗osf;UfjsX(mwgE c>Jֿ.|_zET'bEa6{/Mbq=-reND˜F`G(#y/$m6˷Ucku8;mb$ƹX8\Նa(Q fؾ]Hus ŠR20Re5|a\)5E7W1W SˑfTMj;P a| ۶Ŝ׌Ytd }ć tzdڙQW(63ۉXߌ7Dpbyl^x~R¬_O&t <>mDm4~d.whEg^ws4 M4:~-/\Nl>X}"۬NY??g*>R_шj]3v$j-ןAU qx_# aSmY(ebK/NW-Wv@5M:G4~,fE-u.HaBPj#$(dd:ůq:4 n4w`آaKUzA/nX 5|B]Ujg zcVGIb+YK?}4AGi-X+՛MRсC {eZY#*Eu^DRWbm5~lXo@@aּ v}3 ڞZn#Z=Jy<6KVČ>XB‡?/i!ܣWB-Nn=0 AbjA +؟t*E,bl2x~W%P1μ^a;%^cHN!Qܧn# -RizGvxZ\ m=h;v 7dGq_ 1'-y!9m$/*]a}7.\!#9 pi%l*:wpC+&\_1i6,\IW(Y-M2uːhQnh}K.qC( ΑrgQ#pSO!DuI_!& =Ʃפg" =wpnqkYLE<FY+Bܻe"PKAR%~pW^q;ZP~ wL9W"KF(D_,?YWKa"d9 6-yҀ5\'(+O)ni+PfN\7mgGi|LiT<=POQTd`0 AK("mk{y'ĠogY᜴l,wYN ü {ьZf WZ1㏘qiۅO]j*3a_I. >|ɸۇ Pd񀘫3ӵFՁa5@r/h;1hRkz6zaA&%m7b{[[i nDr59`ȼ wvZ?Io[9{:GEN;"|L2A"ǓjuR5pjg@HCGA;'(Ċ9~qO2S:؃ k76r2;mqkpsnium;\eMkN d~^x23XJ?6e"U/` ٩8ϼ\d}k# 'k.1bLUC!H﯐{y3S9ְ-!9կY ?.}Np];\!18؃8oV{?a=zevZ WNA$F)JSKE"n@j< @C?m:"=`("LY10\jSÏH/{pcv,_$ Pؑ>FbvP?j@> +_Fa ^FK"eh9}I#σWhAjm(A [MG18nqI-#n@&=MP:kyi5 u f(=gBmb'# cTQ,Ҽm95J9YQ?:fO)b_K{ƋrP{2AуgOջG%⡉' QF IfH"͓  B 2; GP^!K||jj=/(G D>nmfyWx₢-6]h<-9f 9u3X MGpH1 )V`*1@o֠F,^eĭIßv&|JO8#HD}" "gOEL~ٵ"s7*Xyn˂dʇDhAm 0E6p4b0"ɚΙҢ'y ,G%tZezz2]K h%'GoGUJ:WV8%Ϋ YB 4x*WN\XzgߟwZ1]&^ńݍex% [_Z[m3TO|@ȿ&0QPQm~+soщo:Uv1DA a*mU9[ a^_ Q/FSIյ>Yg!m-[aM!Jޘa@]L*qmoQ=9=R+U6[|k6 6-i|Oo"*.5UCr,Pfo2 l۾hKhf&`_~q/$OxЗ.y5j1p]f}i>ނ ?/&\g 1,_|v Y TPt6dT&7f}Lh}B冻jb -'jRVh@Jʄ}OlѠnXպCGWMXFzWfnG$-oGX\5cX|'4$zGEL hpm̔V@SNrR1Jևi1f#D1)A3{q*@dtd\;w8L?Q㸀-M]4$0#x( 4áǺ3 sʌ FLiNj` qEczurM.pߝ07$~T)ȴ(nxcޏ`y)4F\&\{EH^dmNT~qO5{|z:-_l/ .({3M:ߴ[5V}9QۛY,E$ʠ-(ueпi1ZRԨԯdN(2U{do8h7[oW }0 tkN(C )!qa6ze3rU%'o|ό!AG qH'`jxLi=y|fx *& \_8tX[|^-﷪1;kӃ*^ ʛȝ`wiTv( i~}ra*^?m6Et%-L&޷aIQz0XEq͉Cm #^Id3r8Ku^"qeA~]7+O+.I63`<њ6b$8Xgj37mQ>A@;251Sk@>1`̸ཽ'UяX 𾞄^l?wOXD' -,raL \^-Zw#^~_眨}U.}$)vT)>5j2' ZΏ ..MxRdL5rpqUcsBL w-H0b:6_inn^g ۇ=q/4SO[6*BWz?$+m@iG?mUKY󑕈9&|w[p7r6nٛ*f+F+L~ZqQQDE b[ȕԊyςR^rQ)5{Z mᩝc6"O`MG*D}:],h*AuBWZF_Olٴ7B`e)O0B,⩭!&" UvgYN cʨSߑJyBWybR5Ų¦0GB&\Yg:mFjϸ; mF!.PF]Droemر.B" `#"H6fHh ] A_?Qo WW') PHԣDrdGd|TC3Eo""جs(TDNN18)nxlxE*ӴOI3f+pwαSí:ngN0"]xljLN ۸P 'tFOuqvgSEșYnjPa`|@\ld|zhz-=O#=M| Ws$ $?4LD3:",2Ɔ<?`Snۭ[`8>.u5Z<FT~+Œ Ȳ[*|747}kX,ff`#bԳt]hu&-TEzW^I퀬eCG?~1 XH&*/"NaAO3?KHoʡ><oϒ軮wnV4E^ӏ)S:u(@X+q<"G:Nl.u@GğnL(;/h~Xp)xz hśZW 5Ye'~aNQ{ ӹl#FgqOsM"~&es'6YI8׉$(.VnTPG4 }R*6P&F{u68MfKשyIF\2K7! # 'Y,A(37GՀ KDU ‘K]  @d!`PM1LQfb) dxzpƙ;wm-7Jevak\q0 @yaip9Z g sޣ'4rA !0ۡ @܀-m?ECm_ݍ?Bqg8 BؓTTU %ä:VHug'򋀶F7dF57y)`,UL~6sz]i* =̆4ѮNPU6T^;b(ɭƾ*)3 ,s:$8cH*w4SST4HSVt6X$bhvDҙg̘5H+fl܁^ )ThoUGABįɿEo])kQ?߰6LbrrlUV(*L mu8y^tDg'@$,ym?zX (e/CK Y)$έ4dA\̼(c MAj芞Ŗx@&H/6JX5d)muQzY$ bWl{Km̻]~B=g0z8F W KqXE37U%\fXz$CsJnl`VrШQ$r)Kw#L߼od"']KcDD\"KS˸lDcDq5 *j^z/ I1ˮLwcFnL/<9;|[]=<47NXj՝fibms ݶ^(G1@PϺ\c* Mn*Q?S;G%NVmPqJ̝Ցj֭Id#W93B ϼap5# !"sXmT"pibY;oIof6MM~Y=9 V[zI~+Irjew.e7CNcYo`0x3*du ;-h$*݇ߞ O˫j1Zu }a 45)ܢWEGZRKbT{@ES y0,ϴE~҂/w"4?Z{F;YP7LaKvF]Dعb*B%3wE@3Q~~u!Ôf2#RyB^5֎\ݮ\pS $ن?~RCo6(Au*`%GVysK!oe=jq;61Bgk]:i_n7. Y ] .|Vj7o8 U),ϨCgxEv%o@vhE#OnosܻpM Zy5i-6[%))#Qh,ip `])Bv5Qp'8\!32|nx'fIjtm Qa6?i=$?gVm;Vy;ͣ",fJ6@}N>6FjMVdW|j2l۲C0 ; üXf@U&B20” ݪ:rV?ɴ|U).b'EzVYkLM>,TҁѼ}M7 ᧱cշ%f+!J8< AC01=U(lC. :]c,P],eĶꢢUO p2a H'("q%Fo&U´1|]h[6-WTe`<*^]|`LgtGlR rVLLu∽5]ciz/&1A4W{':1g@m9ϏЬ2M@&1J {=&4@QD Dc.TihFNISpXBG;T2=G_௸G=08Owj<)eub_Zξ ҦdTP(RRPrrDIB&G\PҦvAi:Z +fURf"nٌLty*=S3y$>U݋D{6]i ӌ[}3<ܟ9q|+1a*~wl[a0QFktvf3z8F SE2i=w(MbD "qf"WG}dfIJ:,IHBUXTx)]%]'st y!!rY=~GSbI'!ݝ`:/