go1.12-race-1.12.17-1.29.2 4>$  Ap_Gp9|gA{ӏw>o/߷L<]0n$esXiG I_߈D+j^ _P \lG?|Rf~V90bx~rCzZm;S՞Ilgr$]p5EeW&بldQB"%#d.N Tjr " \>p>?d  6+ A]{     (<(8s9s: sF(G<H@IDXHYP\p]t^bcXdefluvz7HLS\`fCgo1.12-race1.12.171.29.2Go 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._FMsheep56SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Otherhttps://compiler-rt.llvm.org/linuxx86_64_E9d9bf6c49a44f347d1abbbd823446fe177ef55441f21547134a1a05fd3069bfcrootrootgo1.12-1.12.17-1.29.2.src.rpmgo1.12-racego1.12-race(x86-64)    go1.12rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.173.0.4-14.6.0-14.0-15.2-14.14.1^(@^l@^H^E:@^1s^g@]@]@])]@]]@]W]@]UI@]R@]%@]%@]^@] ]]@\P\s@\r@\C@\@\B@\y\]o@\I\\\I\U@\ `[0[][9@[[ZnZ>Z@Z:1: symbol listed multiple times for same type across multiple packages * go#31196 cmd/go: pseudoversions can refer to external commits * go#31117 cmd/go: go directive is not only added during go mod init, but also under other conditions that are hard to deduce * go#30465 cmd/vet: Consider reverting tag conflict for embedded fields * go#30399 cmd/vet: possible to get a printf false positive with big.Int- go1.12.4 (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.12.3 (released 2019/04/08) was accidentally released by upstream without its intended fix. It is identical to go1.12.2, except for its version number. The intended fix is in go1.12.4. go1.12.3 was never packaged for SUSE and openSUSE. Refs boo#1141689. * go#31293 runtime/cgo: unrecognized relocation with binaries shipped in go1.12.2- go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go command, the runtime, and the doc, net, net/http/httputil, and os packages. Refs boo#1141689. * go#31244 go 1.12 binaries rejected from mac app store due to ___getdirentries64 * go#31211 ioutil: deadlock when WriteFile called with a 5<<30 byte buffer on Windows * go#31209 cmd/compile: struct interface{} value lost passing by value * go#31155 runtime: remove assumptions on Android Bionic's TLS layout * go#31144 net/http/httputil: ReverseProxy FlushInterval no longer flushes headers in go1.12 * go#31062 net: Error when running concurrent DNS queries using cgo on MacOS * go#31028 Go 1.12.1 dsymutil segmentation fault on MacOS Sierra * go#30996 cmd/compile: miscompilation of codependent global `var` assigments in go1.12 * go#30859 os: RemoveAll no longer returns *os.PathError * go#30666 runtime: dll injection vulnerabilities on Windows * go#30491 os: RemoveAll no longer returns *os.PathError * go#30266 cmd/go: executables are sometimes named after their module's last element, not directory- cleaning up the macros and conditionals for gcc go - use bcond_with(out) to decide whether we want to use gccgo or not. makes it easier to test both code paths as you can use osc build --with(out)=gccgo - add defines for which go version to use for different versions, that way we dont have to use the old 1.4 everywhere anymore. this allows us to use go for bootstrapping everywhere - do not use gcc go at all as even gcc-go 8 can not handle some newer constructs - define a gcc_go_version variable and use it through out the spec file, this simplifies some conditionals and makes them more understandable, and we have the complex if only once. - move architecture defines to the top- go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go command, and the fmt, net/smtp, os, path/filepath, sync, and text/template packages. Refs boo#1141689. * go#30816 misc/cgo/test: failing TestCrossPackageTests * go#30684 cmd/go: duplicate symbols when including two main packages in -coverpkg in module mode * go#30665 cmd/go: module loader looks for the wrong tags if the "go-import" prefix includes the major-version suffix * go#30586 path/filepath: EvalSymlinks, incorrect traversal of relative paths * go#30579 os: RemoveAll doesn't remove nested un-readable directories * go#30567 cmd/compile: function inlining produces incorrect results in certain conditions * go#30493 cmd/go: error if GOCACHE is set but is not an absolute path * go#30484 fmt: map printing sort does not deterministically sort differing types * go#30478 cmd/compile: KeepAlive doesn't actually keep stack object alive * go#30470 sync: random errors on sync.Once running on MacOS Mojave or High Serra * go#30465 cmd/vet: Consider reverting tag conflict for embedded fields * go#30464 text/template: panics on method on nil interface value * go#30447 cmd/go: error if GOCACHE is set but is not an absolute path * go#30403 net/smtp: SendMail AUTH error with PlainAuth and successful STARTTLS * go#30398 fmt: map printing sort does not deterministically sort differing types- go1.12 (released 2019/02/25) includes changes in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. Upstream expects almost all Go programs to continue to compile and run as before. Refs boo#1141689. * GO111MODULE=on enables module-aware operations outside of a module directory * GODEBUG=tls13=1 enables opt-in support for TLS 1.3 in the crypto/tls package per RFC 8446. Will be default in go1.13. * trace tool now supports plotting mutator utilization curves, including cross-references to the execution trace. These are useful for analyzing the impact of the garbage collector on application latency and throughput. * arm64 assembler platform register renamed from R18 to R18_PLATFORM * improvements to gc * race detector is now supported on linux/arm64 * cgo is now supported on linux/ppc64 * go1.12 is the last release that will support binary-only packages.- 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). * 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 * 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 * 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. - 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. - 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 - 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_XIOKEsheep56 15954919171.12.17-1.29.21.12.17-1.29.2race_linux_amd64.syso/usr/share/go/1.12/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:15820/SUSE_SLE-15_Update/80cec1202c065232cacedf2e8a53d704-go1.12.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not strippedxkS,_~'go1.121.12.17utf-893e49e5639daf176796e3590cd0550f7d9f65a047bcfd43e3fc96bb06e9fec7b? 7zXZ !t/?] crv(vX0٣S&! nED`hnQϏWGW!үqMs|D0GThW*+˲ R*m(4%g*H]Dnq`됸7 rt`z9^L S(nќ4ĝQx)p3tp#n4%/^F%Apy>z4.Elp'VJB;ԃM&жsp:9Z~ܦ$ FK48irSR@9?bϰl%our*,JE3>=anZiH@Tqv>l4< 4t *q,hdC;Suk7,{ʼ!m!k"Cvds2bG9KU7HẄoЅaͩrT*oS,ͿAP%IOҔJ ^eWm:r]0_r.mEaXTFzJ3]{2c)ysLYíRə MlrZakͻ,tɕ>l %¶/G(G Fw_$2S6Fq@'PӴ[]iI. ~S}x$ԜstG)}ks(Y;:ζXW]eWĩ*TBNqŮ `ӓ]n| o;t޿ԯ`WU~bQ7)2Y^W ;ב25\c.^,>ሓyY{] w؈%b, u%϶>7*s$nײ!=peRM(f8_X%I3@_mkJ4zM@ӋYFyp"x= Z.Ԉ_[ g>! B:P|.{#ntM ֡Bj^-f;Gn2Z 9h\I끎*2+ f#ϲ/T@#@uu(c2ɉbP2Bw-_ODVB㽳%aQ.(C*Wl@UmeG(a,mc贉z]?Ar*~ԟo8/ǘ2!\[15EiBNnvVjlxd05j9 _s/9Fo Ţy0 s1HNZ4ɮt.XUA^tNxALL#fkvqr]:Ӂp ]lDQFCjODʤy"H]4Qj lFKuGnRt duk57nD'ҵ8 YAٛ^[Us'/^ dW9GpDse=R?rٔz0Q-1+ҋ=lJ`xȹfv4ҴEDK1M6˂Dd L,Uyv6t4eUv`uEd|F ú0ċQD{ H3^p~Ӊ,Z|f8$SHJfE-Sݐ`=⾜ sg#=С\Ǧ˝tPɃY^}K px M% 3{r #Y0VbJEF@_̾fV\2kI4LB5;QC`Ek!U}0F?qX&Zv o2)pMB~q׌:]jn $4vU`q }KԚGq#\( \YE}dH^b) k H@n8/̋'CFte| ?|eCQ7"F8[G|!߻61v 5wiHr9HPdaL>@U;vs+C+ 6q`[sZ_X2e.Vz^dxȠp(qcBe,RlXI2hknBdyE L"]ܲ(~`@%n]!GC3=c=б~ׇ:Ϛ17-D>*WoϒWQ9t6M"+\5OHč4a #VPvE! sCZ*7 iY~n&='vPx{}|C$4&jpdþx 8 V4? c#Um(4aGm`}2bܞEI6n  x; &@ +G9puSg޶%v~eFܽ(҄rw2q_;]1rXWkmy,pCk`%̢c >nkgҴ3#(S2F/=g詓I (+R_qN)yg }}wI Kސ3JҖ r[?.1"Vk"Q ?&w̷#z$HK6xR\V%Z/JpkPDv]-N%gY]qiL2՘qPzeZiHɽB)=Ǫ/ Eꇵ4pCMm,+Bے+Q>2IT|[R_-JD?WL%RtA/`.6z̬V3񏇂2D-t]sa"̃,Yuج|Bè^jJHDsY_Sz8߄sWb|+wkݎO ~@+#zb3ff#2q#ΊKxw@SIaR8:M ==,P'/YZ{-ZW_0ïQ$^ۛ֬jnӾglRRIi6TӼf> }b84=zjs:c|<0qgE8`pד/rFynik)(R{uo ֐Kwklzz:(4fkǿ pȍm^qyP}z<j&YeY3?z~A-dO'ta I#KϮ$[uo›#u#{y4vFd܋q%[o$#.v)mjOpSķM]Zy (X۪>aSqc/@~^D`c曘$=Ce$GD:p 8SsMI걕l.^2]|x~T'~q9a qrRO2r8 :2``ot%ZO.YxL.hqT@kwB: 0y-u Kع[E נp>d14z0#6KN{eL_.Bj1AN>;nXR2~NEڶ8h Q1_u"?B'UGexmucP g1/#,pM]p䯍nӿ`>ߕILGu !ZhP12 |U3ڌ/ю;fZMUԤy _4ǽyge\0}!P "]qjr#B21y}cRFunXO'E_VDBbZ2B_y}Yk_@;v>}]9-Xl؜製˯8WT }[nm{-D`2St^¨*dom!Hl;,/Gdٖ5;tRUNۓ.{5s>y<$ˠnT94ZC?żLpǭ`nn `KDSƢGjJge1l,29u4x3Yv9`ܧ׷YB6)z 5r-tjlN4RɑǏU!EV˹IrTcs:X*(dg/ŞZ?"MA>.zlTs'h +jK"..KX9nG+h(*sdRhQd1|*9wG@q&,RВ>ybVLyAWˑ se8=2Ul3bhѯ"~ ϜШ+p6ָx a$Lf@в+_+RZ:՘!}Cfа6W/`n`rk[˷] s''Rg*E۶N|c827,sB̚7|ap1ƍ P.7~+f4=yF'#N9e K) WHv8vS켳`:7Mcr޺?^I!;XZl n!=E'AwgP5&qr8<~&tQiDgN1CugO)宰Fe(j>BWAV]\'Ɯf*m.+P7?.ɍ?IzNѽ&2 N7MuIjx.v&39]}0s.NAJDH8$rdJ7g|@v?ߪC}\L$!/%^he|˟ Weԗ8f"G[o$^ H|a=S8a_!xD|Y/H_W:|]OC(/E_#&o&,lUҪ6䤌a6WE7ȇFĜyYMcd96 bkWIkX욚yjon&i^^N\[:T1UL#t *V#_|q/j ;d1%.\> ;p#j\OU/:UǛ .ܼan%ۼ7&c5r)0L_`/|mS[ÎLwh 4ze0~XԴJ)YzAX7O~47sZS~KHO964H O ZkP  UN#MGG 2e0ہOֳAbyNzwCCv2@ZG!g^D&kg1T!!(t%j8}01;wh(+k`]2xLhWnv1˝{#6aѩ 6}fjN+%f@lq͟O"% nEoI1֭ko5 ?Ǝv.kyVꡗ`=l6fEr'۞0$qhmt7j1MIf 0 , 7.eq:4Vw] DI\&Px4v 5(Pݢxr}v)|EƒT4[. \=Xsw.s LInii {1VeC9]<]׫AF%><1ќ 5^6By`Z5 ڱ [^P fd(yR#ՙ́wpX@{-FL1PdoQ19&x5_u k$V27Z>B`>a04e:UM?a],j͗үgZ UG: @USDE8]-XMKr[~:1=OUwEIbޣs7/AG n6}:jKiU`^ ZZUTny|"LXw~x5O׍gNi ߐ&3èN N&r7 Y%vTo)ISnݕۻFUA{MA?A4ˎ 2?&1AP)ß5Y#M'{8V%1K?vPl.$p8=fw'*DX?&5] 0' |NR-#1>ĀK3wiB%43_8m '[p^d$@gkV"+|wd͗ZQ:bԫם%%0A\tnItjMMaO)Hs>!¿񋴨l6 ak;m.6jrji$7Θ)%[9>زF"}/[k0cϋasAemD' ]tike\H*+qs-̰ʏQY c1\/ݮesL8tmJF[39U<\5eKM6eƝ= 2Wwxՙ)p Cd:.jAҸ[nŭ< !QW[udp׽I:2_'tE,=H7:X3ÓJ h6:فC4 [6$K?mU@*k$B2jɻyAñpU m$PNAf^g=˙H 94!cNS9)Varsnc|z~#G&鍸kwXk&{ͯN8S­To,C=,l#da k 8 d,7_EP<~Mپ4y(A׳ĴvJ1h<փa&Y&/NNFF:E)$G*Ƌ5XKWl+Ls!Pp9h4Z Gʔ)8Pv?qZo@$ ]x v)ZGo2,p{FzٵQAlƐFz"?u~QXOV,K.bV$tvYsQ#`pv 6#jC?NZܮ$U60N gprolRE-FNQ0iwaX~6#I^3_G>.$UbO?apY#" 5ƯURX{%gKLĕv (+: WtF )~;! gmM5sB<&[(20u${5KӦ߱`@~c l5t<RVSGBuzt`?ㆽwaf0cr9O잔!gG^HFxN<[b=RU…UDWkQU|&w&\ku=zTzEb," /ďF@)HIE$ 2* ܱ -'Qo!1Pbd+QS}ٯ5tic̫C]aÇS:#M;+a+ÿ&lY4?} bv|\jM婔TgO{7!rbH_ Qs"km&grW ,u_dbrbJk:nULc*A2jX& ͻ/FEPndB}33*0<ՌejǕ{ 1Ď?Vcr(}bRWniɉk[o`ӫ.VFLGɛFicAo4-n zJrFyG (. byYЛ\J5Zf^w^Zw(:JKAfK΋$7궻+`7 Oa ,d _p\Pq5D>Q;%R/H;*V@w)F__c$ |/ՃK !~P!p᷀C)e'tnW"[0nL]Ki!h~>_u㉃2LPLQ4î.|>MI8'^ϐ&V^2KniqFBtJgRIƆKz|˳2uFQ1A~hYVm(_c8t6^:( ~Zr--8ݣqI8]#N!|ϸ[h~8pbC^V&>/\.p|n~p94\@}'ߣ2d/ӿ8DUtm\u;FI@ Vi˛m8ʤw3HnY׸,q^H3[|2QA]_yşg~rbm %,>E颯dOPb |-L_?z-%n9V@"6zb{Π8x-gǶm2dzږWU fE0"Oyk#=޵jQA T}#&f"cuG%%5PȠq; s>=g/]-$Abbmi(ܹI#NDayl7ҝ v2gI 盁]3;eLi"ѧ"{{p{7>'Nja@^!>@2#+-caOC[~=B?~SVV@KP\=4(;yix%alU`3ASuBvr]y\B@E}#!l eإ01#\3{غxY! _k6(OYz- <Zՠ;x,6 S~L)I{ +EKP ,J˘.1[^ZC)k I,:\ؕ;EMU&*,pŕʎ \ =KEoJzx>Z># SMwYaV$cQ_[ÿ0kfœ2RtRQ-noE3ZA f{`_9C6'>]@0]lBwr4j[>83%|эSwxï۽z;F|snf33jZmj'Tc>Kv8B s0XGu=C9s[qO7p%$=k|idIHi*E)f`s۸{Nvs :LTk'aFbH|1ӞqYQz( q2n3]bR}O@Rzi( +t|EF3%/jF`5J#^"r4b+ky4/Ȣ \SwsP*/o7 >ڜL(}~G}rڙZ{:Cz߲FS.e3~ Sݥ--z,_ qJ ZV߂Qqs0[Tt99TcM =1x;83H}A @i C GkMz8dWԲ@{xǘ/I0Ңt eK{iVSFٻf \d9bTygn戈RbzIԳm?;u.s^ YP)TM׸IοkasJTW~Zθ5mށO$j9]j"7(L[o.Cǚg\\hpF|D%"$/_ [|" (G# Mo.P<L>x v,-e)=p4*{0HCnuЉ9'bÔtSҗ[ABr+YKo$И_(S`}/6zHhnLkj>Q`wl{Un]BJu_|r`]{lԺ|(5jCV#OVO x^k> |Sg{!ɬP SL>tyc8B3@gRyy|8fn*?I2%3؞r>NJR=EU*حݲyG/\H\nMz]HD,IsDuYiğ_2חtdu/Wd-:a&:B2-%+aa- *Op<|4Y^Iq*O[/5qOsJ^M4xXKvTƿO-}a-TR+:i407~kXA`1(+LYFS2-ѵQA)@:m3| ߖ]hei[e݊-m~]ZT%K->/š~'N՘׃jhJh9=bPG6>?W6m/QsڎQ>TI8^,BO\ %Z> dSH?Iy9l1:"#["O(cHÌy~J1  Ȥ˿qE3>D5o!=-r'-4?vQn/uιqF_֎0 c9#cv Ӡ l_j)Jn u vϰsTS?&G G$`:JȖF:0odwH`Aп?S=S7W6YýI@D0l b:^LMA ) ~P߰.D! P $GKuzfhK2G#%!`Uhلi?֘l ̜툫F I;ʓdp7VxP!K9OnL2#Z7v/=v]rPD8C_@>/11W hQhEWt7nFF!_ ?=1LsGiVG˷CyP?60(: =S)֟?-qkl z vq6\`4\[a kbk╵GRB']riq44XY=-@ 8osȼaL i&d%,>:L)9ZX8R21( ads8N@삑'b h2|:ٲ4.L#Gh ve= sɩwW]S =mjԉ'~$0gzNas,At2oؒ4JgfȞ&ڰuG!1$D;h"&Qc<,<|˿>u)MRSq8i'u7 ş_clUQby-z2׻x*1ܩݲ+L^[W+Sjv BRZT,\>CFgX^QE\ĪQ|H@1eF XzI\^dhsx``4#IkaE"PZO8{cHr 51uFL(? !)X N`>m. K$鉣)UDfw\0*cp(JEAžZKqrD眫M"tq<,{'8y]J`b˸>ICQ<|(z<0͒A Ģ@!ν2}Zcmz2F-6a`jR:rQ6A[mDܖkJăCgp9oK^gzdO.lCL_-1PkOѕQfɮfZ}"@ Ahz@tf |qZ톃2!!$8ڝ/p߬kVKfըHq$$ڛiRSK$_C^nE'rR.1077aI ̋oW0CHi1N ga 4"*bG cu1I(3UL_ W`A?pb]򪔻UE1"  ` a9]ר8lBZ=| Y^Mp흸ya ܞ|QQk {$I먛`4OD?4vHy+RiYhg,j#  "͡IRV1Z+Rq65@ʃ~L!F OE 42pƆ'Puc3!6,jSBF,ٹW; ${T_.(Ax#j0BH֛ .8f~y6MƊ}eZ-݌tψّ˘mkr"ĥ19ÌMwؾ^8L4/~E~`7 >عXFڢp! d}Ǎ9ACK$똿^}2O Czծuȴߖ{YזPy;yaFF`BЉ#OThQAt+cwK&ylCkxZu>Q+f'趌+3PC\ v`%IAF(kPLT(].h~~( ٶ"]&0l)9M2<'bAM'F7/s}&onJmsnP-é=!t{50,=֭f@b$]1+y" KUqpۙQZ28` J;s@:"W0EI ! ěUhguƙFQ!gu([ю_FzFJ@kx}NFZA.eNx@QSHӆԎi ~;oK @Q!,3%7߮rb$#ҭh֒݅Z Ca#8C@H+=/ܭb%ⳲX02 f^L.\=27+' ۣf'* q azRҬS6n =2PNl :2HO0 naEV{v1(dzV=uyfs ^R:呥\S)_(P t~m3%˽`\1Inl(0kDCWU殑rUXZ|_B$B@?Hjlo`n5͙]Q =kχSN4L&|>Th2D k~)Uc O~zkbco")\9H6#{Tz(&"4G0M2rų7. ޞr6?g9tQrz6RAY }8;#O <cz:y5biѮ{1!->рre݄ s5TXMzÁ# }m$|υ(4E8N$*!P ;=8%]iS*&@'XǸ %x Amt-Mo\Zvc?ZOOF'DtWVo* ,{@ުa=#o;K˖+5MXXwop$!o_aEZ%} F&p- VcRںD2! zO?E%Ijȓ!<[7k'?D|q4rck̇A{ h텚>N*9(FP_f6тf5:AFfH_LJD5,cNGPA7-DžbyÖ ̔ Њ4 <UDya%_yr MIaE5͛ T)Q}S6HJBRPV~aBoQ[nm^^ő`4Ұۅ"t);WRPО34H(M7TBct\OYxp+ H@$&kXu( Z$ji"dj'mJ5ose C{ES#qc^XIßI!&;!J?ĀG,-*iNa>H (O5lͽsX~vdH:*rڝĉ=FJ3dV CE_Lƒf7N  z&9S,.iڞ#'aB>ۨ✬SUB>etXM e6ɕ.LQK 1fᗒqɸMOHp<-ko~vSxB_W: j{io>3:7v%17mX tL C$uMXG8{r+%JҦ1}a;Ce"m2( -#(Y]gg-dxM5 Fi,`_[.SuXuF-ޜ)΂Yl [o>[Ew0THRY(V(9ڡ)iǗ{@,|[З#\u֚1`uj] uen˄.Z?Cg;4$2V^CbUmB"p6'J 4NGǹ!!wԊs{Uf[ߡm|0tl&w1wrceh, X[p%D+pee 3~A&MyLODUևl^$ v"yRxe:5{,cT'od1N>bb:{$0#/J~v>càJ竁9%CUQ$57}HF,$֘x:PnwGj:b+FmaGIF1n&Yܦ?np$ԍBI eRb?g/2|j0RI^? D-F}?`;̩vz @ f[dfQgZv`87(3%_ETH6D,۾)x8a⦻$M=YjgΓ/(4 +#$$UG7T )]jOÕnŤsNr4Y-{d\pC ̅l[*z4#[U0豪3%Vsȗ u*[h{kd b3yF 7v =ؠ:B(m"{ f]DžބT1Λޒ'_g!&Mw2 ^2A~34̗4sCv$ ޕv |>0QMo7y]"ͩth+>XIȅ+m %@V Y\9vPVߥjA`)ߩ0觷(26ƒ=ɡ #iLC2ý7JÇHq;)lޚI H2}Wіa0tRUNݪc,vQzl]qvG#2ZQh5"H!pjbJ4KZf{̃9<~"H (UR MҼ !Oݒ# ^A@ \5'HmK7"/Ӡ6 L# 4)ћ[EK WG@>aٌY`D )H5_qP6pӅxxqnbfcʥ=! k9u HI]7I3d'ۍ)o50oP1$gwVW]fp#;0ǶrloB4 a`T6v쉷[R\67~: Cl>PbH݁m6vDKq.ֺ/h{6@+! C eN)kk^K`+#?OMCE HRlk3>~tip _z2G ϲSe:-; YBتjܔ$nҖ'bHE0.634Vmxbr++Ih_@Sk&</\.7ڛA;ws+u T8^'5o{rkl 1C ͗EY_F.EQ 7O&Uu.UO)sϫ,M8{K":pp4͙(_s [JXExI5Dž08j>sW\R&r&\Z9=@][ERL|`Jd@r+<1Ϗ|^%3{4K%aBNVv[x\Ɩ䢠2NZqZj;(a5܋o8k' skTpqi,QhuxcG偮y8X+ 4/`7NxLAӒ aA[vOiFZ(7*-Iڗk2Yy.YsATrF;UNh |u ؛ȿo#s5(Ѱ%5cO^d"$ !B9% ,T$ʉpӾq0k1/v)1[N񪔠+*)ƍٮn`jCB4WՐ^GƂd&>A;!ku)Z=)`衒wyӮCO#F`p<9 > 6L@!n[4.eUhÇ9>fcdЉ06O;mC{w~ &Zc&" .%|v?QGCpYyrщGp}&̃sL 7DKB5%/03[;Ͳa4Le$&=@3|*m@4?nCqMN\j]ߤzeBNxz,$+ մI62 M>2exԠ+ř~4/Lb~J<)DJ$ 0vZ6UjfO9_ԧz]D6TKKdFҫBoSrmgjs˲\pO0* p[ϱZ'^W9zPVq|֢`n/.)ثMkuH 2wqnLz 6@*bu4ktݵ}G~b%<30V?2JڅE`?hnhqv|eƒ'4XNNzDy36$Eb)k|wDXŸtW3wVD&JI*!^L~{yca:N$i 6$-D ooLd__@Jn۴#3;+XĊ!YE!V(WSzA *jȑ]GHzSTrE {7m7뙇窝G!us%]rFw4%Dr5Hצ.UOf4t=X9M;CYCq'|9j1$47^+[*566"as/H al"(UO7-eՓ^,i˶" 3П(pԳ57δWb cu7kɡ uk-jT_c"#V4%o'"3=kVq*mPLn  U94u 8-kQ^c;vIZ0$8ﭭlқz[LT"ޜd$5^ta]u+P#>pn?k<[B / Sw)m{Գr]jҿ ҴI! MB"Mf6F;A ;Us0¯קxF{,; +LR|DNȦ)#"M8C8g]7co&nجPcߵko:D t<P|1'0ތdpgx5֩߀ULq6T, -(.g8du>"{UO@BʘGҪ2 S< n~@[|ua̻,KPV7wAj. ]phbK/D'^fa޹Ջi8&.4~z^Hc i'͆aKVN䝿i'Om|v ؤD%<bɏ\mtLF;9J}:z <_.c!1{( &۩t-QѦ# ,BvnZy G @F#\l5`;5t_b?8I O~0ݚA:}K(Tւ*(n~lNx>38{?^+QL>*$6͖z+iV!LK|ƣg@ы~ ~"ٙVk_azZK~xA1H۹:~ѐ ́|(@绗BM~RhB[VҵD | *|=,_VL`-g.sK > RλE1X4a1fUCaW]+`ODeSPs=^ǁ}\wʨY[F_" 5smj<5\qǦ+Jol=Ɇ/`YABL5K)k2xnƠ*{ͽJwDϦ [Yղijn,]g}A*C/HZ0^l~s+JȲ=$s74Bn1{BG|71"xxrd"pXy*J)߃Mq@ 7%abYM">~GL~M\yUojIJE`6]!|JNVI ; Rs̅c_rzG|/x:p^NQ$Ie5wR(SHxA8AmRYyGйD܂Feas ,ͽ˂iP f?Mz_b_W7w?XmH8 dGpewzXT*[Mw%DLtw$AU;'p&HwU?';Hץ'Ghhml+A<%BwU:QpKQhap`q^RG4eA4^/m:a纖@$ {ak!Tz]5p9JX&էq*|.TQJ( $εO[C֧2Pd#g}h(o/'q־F(!p |⡮}IGLa"oX#JY+APq˜b2!+IkWY=( rpl*t,$4N,2~sP_i+tN $Α PH6{`,ГNf8DR&5فÈDڤ`_#D@)F;f?Pƞzu:QrgX_MtڮnZٙ]LiH^a=pA'@B+zD0kjr/EB䂾|Y!S{FaLV" *;(X.+{b g(ߝez%'[,Tf.ŭ5Τ9Q⤓bg(=9T24X8jAk|A;`h.(5@Q BLjG4)JŊK6`twlEn gH;ivs&w !giN?Siɲ8oUq NfS}8%՛`ė@CU_qͤaa#f/Q9t2 ͇?qݓVv8r6hmaٍCւMfȄP9&0{?{pR`9Hx\fݏW.ףdx:*㠮<}Ć oP;.P{93rIhJƾWξtC/C=G󺨍>~̲3ޮ;_9*h9E[1/vXSfn gK&NOw9=8/{ohT2xԖqu o|'}DuAfglr<tO3(`u~&tdCNPvXkJM%bP=3~ ?K&S̃72Nav8UT~)JytB4UXxHg`V¤Cדg8 Bu܇k0r.c]<$ f~[*n%.0z=X[)>>À ֠Z,)_m鿶\WAw7}.Dj'CqQ4dj^jirӥUg)H'Gښ3e,;9DP1 GwW`abb,_wd1]?6J@IH'`0vcY”WcM>K85P,V@ZKla-cDG Gi37ÏVtןy=n XJSwoh3PfM¢Hj nA |%Sssx3IAWJ?瓈>GIgrM`4J\ـz04fLm.@#/*|x-X(M]}%1ۃ8Hn%Cӽ'swv ~I$W -bbzkGxvy lu+apYF;Y v0?E0eo/?.jHX`Rw=%&NC '"?#?td?ۂ V iA4ErZWu6x+Q>b~ϖR™l!Qĵ`["%X*G[⏺k dLW3EM/L@8!9}NgQљcC\ N4_X~*@oR˗%xd#|G? %1|(EmwH:JVrڃ:pXӦIT<-BnDrCޅ@fS-e!س!ƨ_ONlVC0>IP^W)T8 CcU W_SI>K'n=m/z;$eϵ6(_iS][rfEHz taoX Yc.z|Xa1- xFsBceݮzfE#(g x_erA?׭Qv`4Z,;Wt D.D%nQbEG.pFL䀆Cy> (F8`+12w3{Pŗ7B3KRn4G@5MP >j_x>"֫Xh"~ CQZi*koxH\"4/HjL &G/BQ%AQHFt /_h+*4U(j-6oߜh r33 Җ,<j1Oy3WTrpfxoo.&hp!|Sf|;͂3R0"1yU4k",M^H V޾^QFe߱mI^+g)Us[C:eꓹU(0r% KN::u^8k>,{Oaeˈ:Gv!3m~5lU6E]!!J^Q2[)6´S^]W&1ӏ˩_iҹ?KVEB$f=J |!f*`C`WkoBuAT#Wgql_8~T֟ Ix՜MQ J%Bé2S9 )<}XT6B@\p-> dRؙBRwKm:ĨO,k Isi9)X@tTl|EfvoL"P7 ZIx]OO84|xd:i{(#]z4%0,yJ`& -. fk_?AF7G$C;uS1$ӆ<|)5IӞFweqxn-q[}e nEIwqcVpMw32Yye'4W 1T♸Đ^jǎ~} q'A(-/G d1~*_#+tk|-h'Zn$ /]28_+W}W+q|T?&txe?XlCck.)$Ęs*Vv)9@p(2jXF4MUYh!X3\lu[ [R(vnK3&*aCH?z^Y(SGk(^ieZBފOt:rL- M<*:82X.b a>.Ltf?X9e%}M3ESRi'>jT+voݫkf^} Qv+6NOX~#R"c׊|1zѨS{'ٌP;9䢶D)-F^"ND 3UyD|2.,[3x]=y5m4CaD 7"J$ ,E-Lx)z8$4'%ZUn~NeƟvxR˹zx놗"+ bEtRhdo(/8߃UzXl,bnP[ *nq 3b0{ ('gk%X(ʆURޙ-i崌#4~jw& fm8Ϲ&uv dBۖ( .(08ҩ]< ]vx_ ,^BtG=.s>"ʸ X*ƈTKvaܦ 81( "{03*_Ir.VDf(ߚBd5?g3~O-!e5 ۪(. j\MƳ(i[ D,IŜ˱0d -iB3ЗBx`\@Z)f3>~ ($]h ;H8m*bX vTWB&}!;X헃 x38bojLaMy#YO8TZ'8k2Y3epj*VB tT.hydn fb;/B:ՕA6%zId b\'N#*ԯ~Nŀ?ZvFWa*Jt4t.zy."crgDШ[8:FlC˶ `,Ǘh,lHD]I`~ [^R0Xq}ҥG f3ȯ|Z 8 oy&Po ȴɪ\܅JE={ȇk^o&!tʨ$tkp%Qr}z?phpCR\O oxpBHC\0lEs=?Bs9K>Q79yg~%NY5Tfo#,T0$`w6i>97æ64 FF[^=HR[uf>u ba!n?FW糳p.cqǧ ?; WϊFrgY uN3E$z''mۢ*BYq !黈")oݮrv {ȿ10k+/5*QҶ61g,cټەa|]K⿚f%je:-Q)9 4ckPi6u"[T؂\cKĢa jƮgYtU_tz&H= 7ˡ?Xګucž ~F>>K(6H&#L(0$4`Y]lc<2}؊6\kg=z2X` x@pyǠiQ PE(@ j (J)#F1AWs(y2˄ C6D6Kո9WlVѤu0&]NEjfl:jw+(?$0&]WKpS /k4ll~vA[c};Z^L='95bo'jdoRQF-jʑ$Q#^ ?" Fm&_H2,?p卐T^$~>Y*2+@Bf̶SY|\qv"Q$]3Α!YW=^rmŐٲ`w?Ií7DuI;, ۂW ^Spҳ#%­lCcR՟D)si#Eژ6 K揈2cHخiWMdKƉ31 NI׮*>ͣZܾ5@ݱmRvEm9 rŎd@.u]&4u%8ayt^ 5VWblE/71FYmdyൊ2~@@ڀy3ra Q7䌃`l:i)s\D4W*Rf|҄NH{]9j-K J֎QؗbՉbJԵ*Jr%ͿFr'qqLwrFfK-ňEXr15$u,:Kl`[FlvV*isUIѱJ(cHN^lGlHCRK>P0m1Դީ^Gq q?Lw%r4w3#z.aySB6;'ӑM8gc0±&MR5ύv@pS#ucnu.$W@. ¸B3<&U\@!`n"Cv8q-I%4Jj3ydUUFɘj:&v$zw LSm,a}6G2+oO:' Xvms#,X䑘ByIaߨA(h<}M4nZ+ؑ. ^$IӍlb^j<XUHDY}c퇝'WwbcJnc;;()_e^s"ԍQU Zw)z׍}W1㈣owmB/XyyH@%q%"\@,&m,40#7㖖IK]L%?raAQ8b؅{l׌ :KǝWX< HP=yؕÐ%t5xO/eXK+JCR)ݒV/Z18O( l,>N¦0DK5a0ug8ʯtip 艏cܦ6 ̘hKԖ*YuCx}2Y(26n6(/nbùG  zVy1LYJ 8@%d,vj3ygsj|,[kÞp58#2bFZgɒ'- qSq" f1NWm B۲b>dFC҉:Փ,ݭ%O$1՝o *aIߊ^ vkScwj+6qݍy\P t,6QRD5,m{t15[q.tF83:ߒ]+Xb:4jOŪ[la T\YnJKQywд{I${X ⇆=E:J6l4Fj-%#+~fJZa-*FQXt!o(U-0Ɲ L,]Qcd-\yBsH*B~MCaJȗr׫Jdh`*z,xҍ#!<*elXb*s0g9#$;L,H T4%qX)$EVńfqˮU9!k=-N1p}Iz`C] 0Yj쓫>{bT{ _Wh(㩖"Oޫ6>+`eQ U߽utiG 9ЧDKMϓ8d)[([caeQԼVvfLI-#.۞ydi7IJds*mǜvEŒJ(4vni@W+d,ƸЬuɶ1(<^u󀈤R\ljKFMoFI?Dr<[ͨ\Lynj0[>I1|\ph\3#p],P݌ zk>' M.p r \Ɲ,.f³vc8nG"1FRݩ-j @ސ%wl5ە0BoKt.Fc&i^u%Cfsv#A/}BR}߂jd &y[OGZڑ%*"@j((ӭSV۵V`gTb#!BlW4&FU'D9r \iF, &IGu6l!.4)ŔCJn~l=cDe^ŲB %Mep#GYO=LXh>v.˺]Vme|tqBݕ[- U b%kZ;LS}Vp;f#*$ +t%sH3L U.ADFY$i!~vWjMe˻Y5?@*A]H1o~7dB"d Zie_! ׆UJ=?5Jn)q }H\l@xYp1L(.ʥ{[ǵS} A翨LJIdN*3O6?e-Ri Y!dA+.x@i _-LNhÝAO,_Ov8ΡB9!*#fHك&%]i~=OQb)|3$r-̎&7nWi8@ vO覌uڙgf]es3鍆VL}3;.FBI#.ŵzRD͵9oXi*- ;䅻\kRa&ȥa-Of6iVG+#rZs(n0`:GUXkd2]3a2 wB K=9l);ўNޜ"$a,C~m5>?˸(;BF9tɗ~eVy(xRfo3W@0ͥkݏO]Z<^ke]f?(d++ǒo!܁ViPxߝ_88ТʦE“)ۚW0epy @-GuŘ7VxҔh5"_ i1Ȩќj|\Ͽcў8hYvʯ6sdqajAAwD 44i0Y+zsV[0)׈^OvVڸqXo,)_oS#u#1ʥYj<#iճ?YX)E3T\$; ^heN4!0ZOdCJĽJ:{с+zݱ1J—?0b CCP J3Yņǔ;,vú L Y0fqv7wh !7[KNBY?Զ -,|/݄x.hx<y}M#:|:?E?yfSv&9LD~֐nL%[;1DfW6X{A^s޹$<(Яl*GE:jŢ/ SYF'FP[6fd"VN،׋5{ˬƽ8w>J0 LTV#_z|R3 F4kzZ݂\NWzπlJŹn%s8/,Ž : /tpdyfKh'3Yh!VʪKJZג>3,iS'ϹN\ac9YR G3ߍ5$ ަ/Ow`_݉ nHC8(R{\ΥX .׮$[*@Fr3L||.iI*#? U+8Qdi/Tb} ؝o=ȁ@u{2u2_G04(Z߬ ھ;ȯrƸa#zk)rW"p󙦏LC"~ig!& 7'[ [!7ǶQg5=ҵ)B%%&bY-ulwgWN3W=ѭY}w͏n7QLZRڄ'+qښ 彂`t 2j^E*]=GL-xҤ sϞMZ:3Ȋ rЧPxOsv8-9ٓQ+^ EN[&`eU,By70p+9=Ϊ߷wɐZE"k"R2όЋm4 Z: %HVlO$(OJjl=?"^݃*3||MY'! Osa,`m? t˽ʀ:/wfJMxHy]%Q|'(ҳPZK_$2S{ZkaGL6ʹCHO v %#E65?oPp ʏOh5f]ǖE8۠+k[O%!AGþMIhk>gM\ ;bLkk.-/zK <n^.5!"t\5m JMGXɏΞ4FtmcUJs|C (T Htx]eJhf@1 q55Al2OqZ><>u0ŏ%>-%>!23|NPEknl ^W)^-_>j1-"u9yg>^H׾ǶJ%4JƦO*1KyCCBJң`םԼ?$hݲUN(Qs(cTΤeX#BCFW|p+3 ,n_ݤ/a{y6⭌,*G!B"N\R"ЄB U,ux]ۡBz՟R!yl> '񳔃]E`v@HbWP^`dDCSK%^~I⇾W g}w4b׸y2BQaٸBɲd w6/c 6@(m&=ầS9UwT=DG. jFN2@u|<%$A>m5?p*yw[7de/z5-k{@lAX؂򥂺IoG+܁.?}] 8~w > ۔[t(PuC& 0R'_9 Jcnng%돻QQj%ЙDȳ9/j(E=bg/;剖c`ƨE8=B'8o ᓱ(St^32)Æ}9G)#S ~-? 1]< ԣ*2בc'ScL0/|jQA~ P^{XrgNm o.:wslr6Sj Aen 3!<.ԋJ,N>(vy}oU%ٱn@lǁ|j b9p>Uc^XcoH]'f^{$5M>Ta1ZkJhdLx^H#圙*_л/`4Wg,yl5'-%V#=QMǹLL}ɬePoJBS@D߰ҽ<4wU_* Vt3uhuxb#e`E=YpfN~6 sgxc#P*v(>p 6#M rX`qѼ)NbqWAc=ۃOA\"~P2%-TEJ݇\2I3od}wjfrHվbDĆ8,SaUE>F#񝸖̫LMs"pKva񶋝?hLbP['>H  wA`Kq{31-h[(HæK7<,BWv{P,6/7'EGGw##P ٩tе[uY/s=<觷.$ OŰmު!$;h/0jaԄ1orm[IMx\ ',(`1&[o 6Ȅ'@gxfh޳ {z z[𒿄AX _iElZ`(ʮ8Ko AGmnZj GVGQn¾"1y&H>6m=ٛ&>G?vk5j[ĞOqAةw,ABGi! Fƃ0IX<ɞR ^^/6Yt`Tc =_/PwB<M\iz( (ؙ7J)@`+V~J @Kn&=^TH9"jq[]Khl-CG;N6ԝuׇ_vv!N|l|3d^ݕŠS^af{B1WT^)j]X,WxUΡ@R̈́i?pK[bu,'jau +PϹpFc8ŹKYq.| )MRj,gU dD)1/25nI\h!RY@QF#i!Wū r%S-c(Â-~"KV IXfd^**9} ;Sq u/ms5hrkpd#^.(7jx/;Ve,dT ^|rbm0eEV "YaR 81GC5X2c5Տ\©nsNy2빁9mkuP)s=|[Omtg8j䣠 ScH缌{Zh7PFƯ/OߜP7j {RL/9V%1>/$G-/}]<q7RfdԿ>b$A.u$Jzb,%fz'|.qy T-Tjᗼ3{ΡruRp#\tJq<~ ªU3g0eim:OL@-QYߔޏe(?p&!\T303z:'5$0.{.'QtjCnb?I0cl %nH+@ P(I| :'W>%ʙ9ڐEO"Oa1Į@u- ; X:4#]|]N]YfIjUaBkB4KJu5cc%rXĄb2((i4m'lv`URnsh:Z|8A" $ EbF^|m ;ِ=n.4Xk/ h"QJq KJ-{sׂgs6JQ8*5kE,K}fI=@Cx2#*B|=,Ƨ"-~]$ݞ!q5.򦄎J(7è]rBCbPCͣfk!-n8]t>U5_G'XW_y- \ 'MPR¢>Q)KDQ.]|KK[jS &3nekэtf!J}TsO=p~=FL)PՄ5<_:ߑuLMSOZ05 h>*]Bizf8]r>qqhTl8 34M&㧨\q+alA/&9x#D[l;~ɩf-780ۯ.Un ڵ-,bPfU=\J_V̺{eCTn26)D8P6Ԏ<"vvJ[ L]m1T (i"|j>Mtq#IƔ ]ۡ%- 1w"ٞ8Y3 (NA"&yS-(ь%#O-" ^G_/9lAz3ꢕ'Zqݿl"˜=tKYiwGq -J5"GKqNݕvm';`~&p^9 gjQsJjWN:`胑ѫH2N>Q j].ɰ[cUM54ayp2:WDaJgu1782r>;t]Rhi:<)a31"0F\%Y V@ע:g?kC;w#"$X'ˉTd.7Ѐ?Zbl 2-X#~Buj`ߕqt_q C78= 2z&iuoN&a\8}Σ4w26'Hhh4b7cLϬ56s"mm?tņuG+%Sܭ@Vhd-ڭCƸ ءT(GmԯPY 8rB$t;=.`ւ홐]@FQϞu :' 4OB\P3V4G~߉ET)[pR`ƍh5go n6AΠ!F!D:NW\.ǤR#ߕ$ maR?.w,N,5_xuTp  |竔:c2TUS0=V *@J=S,3 ?Ec&V\ 3ug\#} ]-jC|ުߡ8uΞ=t2pW:`q> ^ WwE&> k(%Y g7hَY;m8PO?$}sPPdʬbOe}&l"W!V}/MynNr8Quh.h6!뉶 !OXdCE/>B,ubu?ǿ7ԁK5T{K>* +0jV FyGyC?Qdq%7]? #KfǕ=+ g( hp 4fYI1+ϯeDuIܧdw~ݟhRJnp߉;j$>1|>ϖ@4M?36՟T1 hO=$:HYT)ed8`)ugQsa&,7JZ^ ؅(&Z?י =JV=魤ޜZV9| }V? ǛǯĽ5[[5yRP}Luo6q=hѥ6wtX рv q_Ex 0/d} Juh< #)iԥ¡ԅKmLR`0~K.\CtͲcݯNE\@^(_(n/.1,jt7s `-NZ FK4?yj<%kۀi f㧊s#% h5\^0'[YY+,]XWRᑽuL3fUOPA=Ȣ>ċ;aDoܩ┏wyP'6cQsf~^7kcƶ\6DPs1|UHZ}թ¾h(3?Ӆ55̹kEНE]ae."-U}c\_+f]Ydn I:nS{a7ٷG),TQ>Xoa f c(қi'ӽqg|[/qC5E$OvS|I`d*'7zb$Q % < 9> TVvjQ4>7P@ux*N) z<:z*tDO{N\cucMwp5w (LeR獻$8 >^ opiџDuF8:~+èKs+_TLΛ񣦶L4V: xhPXmw'2 $eXPE_nXmTm;i}u"}r XF.ҕdhY;^UY3Þ֨t'ǁU*->oУ)(uaZ 91Go(FDlW3hee`;D\ls,MiFL Ӫ&;' ~/(u gғl(7~A6ީ盫:nj a!Lt;?A?p 3QP̤- &y7.D2fՊs$fD*VVKI>xoɵ%rR=*vnԂG\osfU\mܶ:M`іQɞ0]e #Á!uC5Ah/zZ[璭b4(J= [壮+_gYx 2'`-ފq++=&{:&fm9/ =fb77p٣1ce=v .s?V7:CfZ!̼ )׋9Յ ci~_'l"kyK\TyDSU=%G]ח[\s7| gO$ѫ"ErJ (GjHScfpu!LqC_ˌw~j@t,VGىotKi"Y۰rfA7ȉΤ0kH}ë(N{vZMU@maɹȍq+:ӗ\uaM*M/;wCa_NoGUP̭Z*w"CX:d5?YVo8A:sź"J IL 9^"R'9 zosdग़d(/nf[PE @ zVct q+6&NwDs*]ի1 RVxR|Sݣ%!`3ޢ=[ϟY/:Iy̹\g&ECvF*= DME#[KqzSQ2FpAļZ'ts]ᴟQI l(Tl}UEyi,AЪEӼK1[崜u|cY`o4l\=K*K3lι6o8141^ΡFה93k"LiMrTK9P{RN0USE$!΂".smTwW#ׄCuti1q}PU&385 IUFW +6So/NB(] QYmN{9ٌy@ /pde e&-8=@2Uvɤqp('a~"_#cDif`[#+qyJ^/ů@[L]֨SrYX?Lnz΄u[*nI1- Ei%*koЖX]+R}^/ZlT F<EJuа5zBl*e"^ɸ/-|EebOPޫVAIp.׀4/zΛV-e.&B9I@ϡ+30[-'^Xl}7#E٨RS&+m/6 u;ّ) INiaP\V,"޸zxoCJ "6eQF,dm;.U6~TJ|Le(6s˛&/J5# ,`Sƹݒ^2dӍQ<@F"#?.`RN64De[$zBx4~L3uxۊ bՕ~ !C z"\(IJ|2'%Yņ^[|ԠNeGM938u.wyS K!#Ģ Dat3'imOϪ!Y8"0:C󄧊vHݼSs`JbN=Es4B9"ϕbaZX ~C-wNwkCqLl_|neCV)D3:I--2=#u`}0˓쪄k{~;/v;&DWT\!q?҅0F;qaVm͑=TEɂ0(_}+콝}F [{UAar7O8P:hf/k6?u[b.Q~x-܌9Rm-?Udy[؟#iGUј e.(7] pbUWFIY aq&i}JSumBdV:9aG4!FE N@%hn`vvN\*ГiW9OBgdzهIIR2T-|XY`I㰕G=#SKBS8qS%h,Q'oUó=(͝^C MG-sq Na56Kny*AK l` wm A[94s}WX2Y\̽qupK<=Kj/b!m!)Æo̬w?|0U Ώ*gMk=z%<,\̽){uݯ~Ma aDZatC+{IׁW(z>1̦:_K`ճ8ή5:nEiy1 Ѽ2eiٓI ,/`GޠEpGv%נUq +`a.}.փ]+ĭ͔ߜBGaMOy"@dY^$ xV96*:O5{M\ԪfR'v< LuB%fdK!bdz J׽EOoP ̴1墾d1?YGB8NE/0cE@U3#)-(x3A/a^yɻЮm(tE An2ՔXg*87͝ĈbFȽXPZ S.ϙ%cY϶;$u94fdц]u 4SHv(Agt:^ ufp+C4r”ݖe~exk0 tsɦv"q8;c0G;(FP3R{yAx)"BɂKM"ttYXM("fo@FYSؓ8rajMPe_VO,Pp?LUfƱҷ*4܎F-Vq`i*X{/*[/~*bn^8NoGIx%;U&MT[@͟eh+we+ⰚjZ`;XDѰ8M0OVwqDAmw~5z1R @9w8h(i]dXs?@z*Y5.g7?gnLRM(SżF$#k]T &&*678ML/S9"/ $r.GҴ? ڐ,,B+psgRDߵ=^І Zo:ھ!74, aq <Bf 0"SP۶/d ݲQu`yhqq/@DDYr4bV1%+;a6|wi_ib%:US+ 'ccxhclS(H{FUA}ا]}=&Mu3E*М> :|'Sk?=7tf=HjY^^>WD-S/S{ ^{{'Ӱh=mn$(>[LÆeI -{vBl +&qֵԘ:,K"n Q=y&apX-H%-lL-]|}3F$v{aν^{=\ώΩMi߫7톦dK#;9U8EFUOca:ŎT;TюNw|*]G@s9 hjVǹR]tO80̝;*DQ~zgqGa+߱eaz!C[X.836iVUg-3E˳GM%* uێaA:\3*Kr B]pݯzfagg@4SfJ4VzHIUdKdt21&wkn37@?L-"^Wu,b+IefctDd٫[nYQġ eVCodl\j \0B>Ftc`*/h57+oGM>ECM?GnLej8+J ƞdL"z.:Gdx~y}4)fihd1j۰?V$1Ug ;u@O cQR*e(\"\dZ[Ь??h't%[ϗb%cqĩf,[ӸNn( %v<~tWgwWn/.=ͣa'< 1%6gyYZ|8A&Z OY_-ySm<&֫ŷp( 눤pP]i OfiIiC*^h!I #~l2'g_܁n3E%-, ){4BtC`9[3f)s}/·(A$(j> HZFO9:xY2[8 Q;'j#Q=(V"zyZPR=e] ߞQf?ڐ ۨ֏9J^*Nb{&ӈPK/Qdj'Mun69QBcO?0B-4s|C9(sPl^3^JiC9Ve%LA ..S2` #  W~X=,Y0wN-=hbƑDgMZ~5kc֒hDUrJ'x}A @,p_ĤvE?dgxhY?8yt7T0iFe(_zE,HY73"FFXCѰo%{8іpY5G4U [{p;F:r{nр͐V1wmQ9#ި&xWy_Hڭ=- )O\s] 0GLHBbjÙ}WiT#:e!g-2[HY1$cPD*X M&Ygvl(z' r[ԩ8U0[SfZ?jg3{,1TGBE)6G$vCh$&T C mf*>ZSY xȹoi-Ul@V}:EpxLvԋ66?koEͤа~h;&ŋ?Ƀ+dV5ԙ";*NƠElnq˸X/G㽳loS ;f{=m%msOzBVI 2AD2.3qF4 #P9 q#xbn分Cq8m[vaQKb|,@ l19R mƒWES^A>)+lR_|;u޼78!0}:ǭbJo1Dz3J}}Aݿr tQe៕%n~yiG 0}o|L_`Pj qd.r4] ǪG --)Dx?Q7z\1U?ݺ[Q&;-hy 59{@Fпt<L8r1tdxk$ޞHe0`*}Vp`$Evh++Vu\ic52]8Z rbJ1Wr? ײQc9b ҝ0|G6t*~.3i~?0Wa)m|'L0ԏɂ:IJ1X2%u 1^#)FǨ($&>TdBi6JQ]}=O bwp5 ?M?\wjV1f %NxU5݃X &䪃8l K!MXMv@n_H9g=%Tm?|ۣi-;"džqt̀㪖ɚ/PyZ,4~\T+?k oܤ#(VM{ DrIS.*h[ocv&U)qbn&q&;bv$N1fkFXj!Ņ%a';Բj ~Ū{Z"ѫONO娽 ]AuA=a]\t~Sxc6K_"*[fRl뜯g=Q43]7|ǚv=]21(T[dٓ_kjb;k;yD 3waotLϋsM3fʪu!ǎU4f=SWՂDG׏KAi:VSF/i/m7k Գg߅"*: itg%a#Jն.8*.goIW1v?|n͔1ķ4)ZMo}!"z+'ضC3Hr?x C\v4QKo=3FFWz 59?U(2P6R?7\nk  1^lQs[ϔO˔SQ  'y#4>!`5Xٷ1&G9z˛zlf)_qW ܓ,4xR^JP iV0c׏cG)o7nySQEOXb_R!s, !oCl8tvpTS_+UH6QBS])1^k0q|d>Sq.,ĚuiPW$xW< A!` FBzǑdѴ!)]ԼA [g9UG 3 6{`. [#p/gqlv:.u(8zIBA4,̂sAU~b?`>}ȓ;|͟&4IO)(FFLUZ}]8nnQxֶIU5QSD۳k }g%Rw,52#ܼ55h38H%;VKmt#X. [o?@hu4.Uulh_xiz}enk|!s[Ir"e}-(C,}hJDn4M\v"8Y4κ*(CL'b'G(ƥG?Cs #&25kPaNBo=Y,]Sۡ gBXH6(P!`}?>6AWPfegl0py~(rk |KM{֝[9[ON #;BWE|@[<[=k !3Iթȷv&@*P:SώV;-,..:zZ-s%Ծ݋(hW"f]-m!llzcը#FWpR%d\?O{XRjYn3sF?MrZm@zFqbFIS C ~a-FUo?$0!zax~#eH)(ΣQ#?e&(| )4 秪U,2Rg=g)GhbŬts,g'w.ϴWS[B\* w%)IA'ZW6@$(֖=$3+1- $e.pW Ufow,'"P[s9?`40wp/m#1]8<, 퀛3SlkVGA[^EY ]pՖu;؆ YO)@W#zԖq(Fԏ<ҥwHL3žG- #&բ"/ރ IE;f.unv"@eҾ4GM_6; ڐFPnqr&aamj> ]KQe5̶Ki}  /,` v=Qpխ׏]>0Hޞhhθ[׬rWmdj+Iy]RJUVMŒa" ; "ґ1޺i0"<]tytv kpTW5"jǪPba }(S9 Cڶ]T()w>eo0G?KG^Dj:+E@h (HDU q`< 01En:r׫+ )&+ŏkXj :@oKFۑeKZ2 c9e!+ EPEѡL|a2&TIj}]AJ ˉDhy"F@bjh뤄VJlUh'"Ծ7a^\!>r eg82Hw¨݆ewKvP%aƄ ,u/A(IGo)![O)d"d4'1ͭ 0c,- ˥1aW $`Y.kh 'JZxj<6C5?=rC_D E@0}Qޥ [zH lqc(RߚJ҈*{y]CV{76jH=47D *\R_~cĀ>d.ϸ!6EB@5ES:RUaܙ@؜<ݼ|$tU\rX QI̞FDaJEߡC0 ͠nmga@3Ѷ(_:ts+;{T23hj;;k CIe%^5uZ c9 /I!S41qukcLB<vd׍SnJmStM+8dOYr(>IƜ9UIިhkB%|JUƦIK0{^ySKmflW̢y\|qd(aA?(D` 困݋y\2 eP:& afӬn#wIC~f~֞R8p%ZAkeEnKkː!Nm%6k!qSNs,{{5ufZ;TΏ}4q_Gh 7Q&yrAD72pH9L(ny@R~BȈd:L+0uܙ3 !\h캧~-`Z`$9/ʌP]SM0K8Lr=[B[)]I7Ú sk/FdDa,6E;2|5$խ}H}\ J d7vV)Hy\W8Mq2rVb"7majWν-6IJgdU#)-/Uu;2ݑ^jB*6|O͟Xҽ_:#S>i$7,:s0IL<ۆ?n@[L.khL 'Нa31vkN{*I8rڭbAKHY8r$ \՚ߥ7ʙqRp9wО5kڀB=n!Z z.z8 ~h+cECnoyޥR@:b>n0XX5QK6E~| lt 7/%88%4V#G-/P&*?ɭ v%>>["CP)NjBvr}` 1έtC#hou`h]/DT<~:kfD8Ay^į{eDioJinJ#s -1Y%1/W3cK\d6\JO4F0EAϾ*''&/qК|=E+08G a)4u"!Ti7WOfb Z6nLǖeP`; cA3G_]:0z,,'E]rV% }Rhm_ca&QIA02Ln"Dx #t< 3=$g)Nl }C(-rqPED@!MbiP w`NzD+:FbPP$ݐ52g*b $9e,7;FߕA\steQ@3[V \ʹ~$`ۀ +P8jQ e_a&p6fÏ,ZJkIj8Sp> ltd^IȗĤSHNhbnjpߠZRc! *rji-$8{D# ώ-D`XuAv(IKɓm@fY/g}Ze\5 W:|>+~ʇuop J,;3 |8v FMi.wQ8B[FNbMJ:3:zmTsf+ fbp6_mH(%aRrO$)s Xh6-6(vV: Ölg#u~j[E _iA,Ϝq> ?cMj7(WYTzl K.Gtv(4$>V zIqHy\TH5RgRםϒ筊2=d3[֢.͒HE=Y4M}9DfvK{ ӷY i@H6zflAkkHC7w|^ Pc}ƛIp6]z0}&Ro8Ť!CI-ȥfYZS{usO/IXti I}N̙]f=&kvy8u|eM^c2%5s9#Y^zkƑWvD&ksY>n* wOn\8v7F끰浛"tTLR AnFBn% pN0iQ^Ez\ۏOos Zal,LI}ɚ`gm9H,>,=X/&%=,E?M{ӕpdPP)L*+"=br ZԢ /d̾@](pNխALM ./#sREvcQin{?F}x0q#(V, IN<:4xTaYŒBFmANYK ɾ=qhc=Ѡ x? PMJD:p.miNZZM5'8P:.ULl/~LlCYzY#t X,3̑OHnm<,e<*׆$ TL/` ݢ+kxԳP}Q Z@uvF E_c!nYNE |ݶydה1`D}ezr7),_/'1Q: ]MTjW*7_{q^ƙaM4JKP5= &έdoekǰ/1!H>2t}+ 5F{ϡq/BC`eamBӭiM炕O=Zv6q@sڡ}Eݺ8`1_Ckq)=\@γQ:c+q0p07|~׬HB0AN}Z{6aBUj*gfZSnxSY璍4pZ-Ԟ) c)+=ff69bpQ;x!ImQPD r515~L MԳMq"MH|Y~) ~}9E7O㥃֌۱PĐgijێtN0&8q@>msYIԑOwAA*W5k/纙SNY^e}}FzLȶd휖[i-JH>HQ[geӿmå@]xybCt7LXw)9j^Rh:vg8? x H)af z!1s|q0vH0^V2%ONV †t#@KIAHSNh >"V_@3=! IPhȂݕh CEZ$Vl=Xupbc[n=8 ՄjحS!W(='-f#ѓa]S-u +7:aš$y:ߝ\Pj~J27-|VQ{3H1c/dVAN:M<`ɍ.e*޽~h9=Bg<޿N3ZUr7*ſqHOi_j6 ֤2ƓFܦ)3IFg/?;8 `<$ W%toS觔ތiP 4 C9"^p97'^-qIËAZ#eO *fܖhsӐ\-}䦺4'MgR6A05 bvF Ԡn 'SL9} 'nD j%2 mrK8t 9"  ,H84d̡ucѐ2-\/s^ @olVw 0|8`.ܶm^R;ﰟ\| 9k >DZp򟇃 f4ւo~ˆg"E)5$OHiT#OTͣȬ `E5Zi{@c dNtK@$S%:޶^qy6tP`Fڪd [*q_Fx[GRpIJ_HjَPl F(5(PdV丳,305jQjZ*JԾ՟`!>Q;\\92v~g&_B8v/Db+S%6= ]@+3HQ\@b< Du:`ڥg:bQL%('SZ2Fz(~4j;^w|ӌ>c *TܫU*C75=YZ3(tpwr lLH@33m-~? Iyuh= dNQ5m?aqٚ\I ۻsc $yi>P|:Z S(;CRW+m]1^x?(~v4 R@$ĘYŕ3 %ժo,4F7c'Dg(":)7gޚד҇ 1F {ug31Ҭ[gkZEd?9C 5q`ssc{Nv"~Lg\p{Gh/|Ƹs>h{$OQnv)z:C|RVH!hGBNk/ OX4q*lDmUD̔ח5oJ}O_Z7,Ya1dbyVUwL*oeg5#ch#}q=Y w%̅/t>xP"tC"Xqjg1̔kߣ)3#^IafA'KGKL=TL򃅭~9ijJʗ#^iSW6dcQT}M𢍢JNa<:͢Aq}Yl&VR12ˤ! 64d'UaڗcD.Bn㎰ 5C9g.3ƥW.h`6w``ZU{5u͹4(m e1LAԄ3dP|:-k|PŌYe4d2gr$ƝXj 4ÏIckPҹW5$D7sld_x ތ7Ҏ?U-vcJ2hy+S%6b>+^kC/Zמ'BMS6n,Ƕ[lQoa]?~._;9X'$h/L.a 1L[վH> bJ( )z!ӧ9lWJuoôȑyKevtɓ3(g#B LMV-O|B4p >k<}IlLos-d aTC \D{ L_H\rM`gHs,EI4!tSJD3yy/`.C<B'\U%Ëk`9ݿ]ِeso1c[">fʉVl7ʵN |VE̫ƙt ]ji^{ݬOM&1Gz'nƸgުR%:I ީΰj$l{_/ˬW]>r;h܀#SDMrQ:O.6cW9rP-hp; ƒZ @?3^Z ַum?&dX;u,WX|PIl"WleC\ f}/3a6k`:Tb|$x`F9QXWgn2坐L TNm+1gG$4ɷݶ֡i?v ΎkhT X@&S<:~ Z/Knim$H7N9vk V ح̒WLIxy~l Xj hɿa"Vصt]BncF{y <@_6ҨmR`;}Zo+E 9H$#y(䈱"m%Ĭ=PأHQGf7wҧN*C!tyqGRg.rm Ȅ OF\(KG3#P(!̎FiFG/Wmg}'n.!>1kClf6-:'E7|ZRNbƘy2o(G6V!l4eN.[N M}n֗+anBsc@7pf?HS$nd@Uzck}i!XXh3ǣZmwA:&HS'v0\f b˱{v6e+0ݥeA{Ks_U|3'.Ɋ{ wMlp6BEMCח)@ ̎pe,MGHK*s;8mQLc!#n8ZזpO+R.Ј !omh)AA,s( &MϠHMm.tGث~AENB؞JEKDWgg_j۸ > pT{_wڿ1R^82{xSB-vmӯE@Ľ zML:w ?'){`pv MWIcX\GR.jK{&f;[;5SZoFIfNԩo?bُZ "|5!h,Ye[ҿK8kN򜎃O4@a M/(5*N|}1} mj!NJ<1ԜN TȰ'u Kp=.y< @T"aNodۍq͘so\ ߵ.%k+S_.swRۡ9@ Q̆jQ X6{f?XK9?!?h1ߵ;190b5R4򚃺H DՓD% dėLEDX 'xy~{d_IlZF)[ߵt$.eБ][)JQCI:0R5pBBneLt|ypQ#6Z5Bt=t4_ht{dOq^L$rSm;|򛂠[jjjS2 zpKO.%D YЎb"zO(1mb,bB"GpG|{v IXK,fH$GlASĻ<֦ 2O ^uz7&KG/},-c5CY#Ehsq#}?vd I_ [9BJ =2gf4˕Y+| X`rS]O=>1g lo_z; ?mCV#2[b V)Oz W*HAoTLC6汱xc]ղjb|k@m{ZX@a ^鱕YvUEP&z; 07eF ƽ^hxy1(L@uͣCO3+}pfK! 66b)cK7<Ʊ֍a5̣ɀYI‚h"YeFOXuZ"ʤHMw½fJ'qqhYs܍&ݵaL{[V*;ݭU5Uz!b"f_C[9G{iψrU Z3)oőf O%B`*xa'`QQ@vu``%: ;B96.T!^ҢtՐ1AdNg W 7gjԥb'#'#*PІhTŃ5e=lqpk\<дQҮv!w hB1|(g*zN&l>GLyv'RX֙Nak~&gdq@CoߏAce""iʂޒ'+KڊO/rBHP,yZOKQi%.OT&F酗ly? =5cu(SG//]Q[*։ܰ`,,*:dnjUlyކx}K,t J%>*To[i|FXjB,խ\@~2  SsHd&Ie#A` uUK5m; $JhO bxi ụSoPLv4, `PutTl&qg8u1dY$K`Qa/$*ZƁPs*4Zf '8)YEvf}%/A(v>gO{\ڱYWu+4Ҁ5ZZ0&u_*k:פkUG8'hvmC nM-17:%t'ȷ` sKHG4#҇I>~7ƾޔkBCQl#v7)-BV-(@&V(HbT IƜNkhMT,I#6$K@tX{GZD\ M5b:Kr`qI!gg\+"}4dk&Z1YM{E]H.>J-43fnv!lx%~YDՔ }|I] W#w`#JYj' P|X(|QvXĥ W+?y8%9S89q3vtpO 3rIр#K!2tSsc%n6JN-hblPm1 JPa~z".43kijīgz#&\9@AQ-(sؙX)0Î]c)h4tP-AGtCYy}jnL?":sK9b ~" _F͟4 vUy9Zp"u@,ָH8n%ྸvH\<zSt8C~b)Q͖]cRJ@s \*(*Qp@<'޶~Tz K7'lbW-bXn7N5FXoh'/+/CtSi^/nDɳꅰ1>mB7KPk.)=W/%.O ]KFpx4'$c!C oZ5LTcXe5 {\3հ S ~Ky;2t^} zس̺e.?{'2O\T4YÅY1bڴU9JBKdz#x%(T@{aE͂[ SҺQdumA%H吔s[ퟔVpz7C4Zce _I ;Lww c# =N^B)øn?)g/{&>ad Ȱa;g<ģ<ϸGyV WG;m[Aˡ)sx/V\< oC!RS(R(~pHTM=׃B\Fwtnh!QunSFnclnˌS0!lX pQf.&2v1fV#CzaoG@ ?v0#bF/9VUd?JVg~8))Yy/?B>be;6an?b#1q5"(@Z^DPƆ Wq+n Iqs##ŒE<pY6B)A-EhrE. F2G./2Sh^twu9:Ȼr>^G׈W(M@گ |_ _\Ğ^iڡ~N;m tE};vnN,8̧ajBJ7>һYh_U4Ν_dS9L$*G3Ľe˨6G˂In}RJ#PcH5\%LaRӬn[yaT ڣhp_u8/4cY'[kOx7dTS$w+ mU](]3ubAВil)]2R[mۀFWCh׸T8GD 7X 5=:{yk\lkpm7^j4g)HGx!x˔y=MuY8VNFmA6(+^"ϰB} '`6Z E/|  $QxRq>M 2MwZ.F/ +'[8tACj(5N(>O?V(F*RƑ& ,r|󽆏tr 8]쬑zf kwB,3=}L#ctc!bZ)_=EDֆ*F=RLDN/9-Epֈg; C3>YNhpXŘzHMa\u7es dI@7Wz`FBHu)ib2`u*?BtRrb\|, 4;A/:ӓXk=ߟy9ؿފCv3 c^;h8#Hm&MXX!f\94 @Xw@wŸm-KAבB6=||>.:,T 4ڃKaA K[*&[ޖE7G;a|.OT̞>w^4e-ii\AĶ:.(GX fD\=|ڳ0b, #$Yd2u-wO6d(*h ԝ6]Fk%+IipG^Pt\i gw Nc+ _gS4WP<8Vh?eJAǚ]@Oa2ZZRnhuI-v.t&wUqM=|>}O2[ښ" |_I0 yd281rXӡoe qRSi/'A$I/G?Izmۓj+n-$Zl ڬ3.HGVYH([ Lq& *EYN nrj6X^ғҁ`edfk(Z}/]cA$  a"_-C)2"]ď+LJ'pKMWy9g'#绿Ro\i1˦9uA]ekűKI| m͉Q{/mEr#s_{tR̉u*Mѱjk%DHW_7~|#>%fv.Y)⡘..pt `)4I<#i{GnO7>ݼY &V;ͳq]p |I3\%?V߸oiQZa'e$R91조Ҷ'6)VvcC$~Zlu@q s1v!QCBhӵ#=7sHC⪉a ra9alM;ݪtVˆji[[q{bFƵvZ3JOjl{(;P.S!ǵ r:t2l?ZSF ]iS.GXWо)g4G?TLz;;:s+dzի!%|GZ\@ `j0GA{u7\r4w{@~E˰!HP ^2x<!{L&HP#7 q  :24K eFx8jl2`*ӿht:FVzWWv DXFuEI"g}orlS8ket,_D4|x }UccѫF<Gb?w>R̝=`C-P㍓F \SeN0QL9|,Y~-|υLs/9fXKiߏpc}'Mt{`PIhPqBͻ͎зӭ^skc@^GV|Y lBKB2PAқ%7O'u9 eg$/t7`a٪6MAǛ^޵. S 5'zyTF,ÿ]ЕOmwBEN lXV 'Fg]x|+Y}E/bml0旝[4(:96Ϫ&;0+C\q  g/h\{7B6PYҘ 9a&kC/BH`Ess5۽x|H OKKN|/<AWnf| VLbknI*K޴HW(x^4U *އjZdz(M>t( hkukRoFʓ,J)_u9aH\ w":,QO;%9PqcSUEzL8'F3,q2kz&ӂ*Ч{/^orWc+%@P:1@i3Ba=I8Н܁r35hiAw{?Y-/9[:*!|QN MS:b}8FANŇI.9x`ƪRּa6n-vnM)9\o;_+gX,"MO`V}gEb¸&ݏG `=CG4\PPM~j9dmQ% re*Rq*{]wލ D욂]HNӢ6\!0@ҺDvvEzrؑ\gC9*X/aM<+=j'p$Waz*G5ŎA?g@O/lAw;O^7UD ŏPhV0VĊ{䝫o8q)&#cYb *hڕFe~fu]]&ChAjA8ęd ~#}=7y)l<ȜS0c\ .Eq204&r!`2$r='< N 5.4YEpAVX+g#R;FŝyEO } ZLNMu2pDS n#=X&{UzdwۀUr`gDY}[BNlyXeWyE0(ioL+uxi=ӐS-s~J\+F[AAZ.#`{;a|,s{q~b~zG~v0i!1:DzLBc}EN"]@ڒ}eJ.EwϟgxGMg*nYQPE*kvsYLdmMyktGPW5B{ѶjWzF9lbo~ayO%оmI.[ѥn99d던Fo Lmqõ!N(>f0(`io_}Jͷ>5E'?&4~'F T$VE]Dt4 ]nt(҅۶tt91es(^.=W} Muypg͢q( ? pv$(_ nUoT1P=0:'=B9ZK 0Ka=Biy"}5DD^N,3ti`2&cyZj6ݘtJEͭzXʛh&dTtè/Ĭ5DAeh+U΁:iuQ8@ o3`]$iI=r JN\}g%:@~t7>+a֜:CN'|4f3qm\]Fhb2R/r$"LH }\-3yպ\澁M1q䰌@;|#Ո'Un<ڡVx  mgF%@Gr*Y9 HyMW䳕3uFU{k;sZ[o97?{nգx& 4W8;*|B}f vSR RGtî%nZ㪹J_KY)'33E)kԪ}r RѥLs.e8m3s!3g'ꥤE{m [4?y-z}GS3x5;YV9TqRE? |\<B# `l/XUN\!HZ)JQ*"rm?+JY2o:ђ)|YQc-wVє vC!@iֲ$\w4$ŋ`"j-J᪃_ӄQxӁ8_tQ+'NI;6[F^:5(U 'c[I8%* Hd7\°X{3D#gojnk<;cAӠOyݸ@&tP6^DF9,Ag>K ] }\7w"Әg ,P4$I2Mi#n%?Dʀ^l:l16:][IJ.|ygq(x_)|'(GiP\obr*9 2b$UQ8WK_)W#٨~mt 4˒Bm%#K D9 +WSӡ9kSҌĘvm0ˀ\|*f$oM^-Pq!c+um#`4WD]4aIDyk]d2ZAs(oOLIW2A/w_Ո·Npb PP(#եD%%eAҒ|*pV$S>f$ɼkJՈ ire* NX5Vh o+'/FUq pB/ô7ya&@b̔8C>fdd˰hFbmM?X-]U'RIQJ9Dpl&\j;_a4@eGy8q1%D>8ŋo>ļ[o4 &^%b><&j ֐FOO21 2@Kt2U>%Z"Q (35sLkС~aU؝h#bO&_c쑩$gGmޯ*scyk+vXj {ĽL@ײu*Mçu7(5LF0?KX%}_x+QjSӧt mTbV݀dox%㢄ʋ 4q (B!Vc Z^CR)s.MO9?TlN*鳑Qw@ @-|i,)AF2KUOjeJ6JĎ%lL%._cDN9w(Rٔ<&v%;@7_\JUՓ7Bu}0oIFYæ ـ[QV-[;)ԱnG ;V@շhyGuNq,3*\W-Q\=lIX%}Kӵ[\of+/+RZTC񢁐μin*BvtGxC,1G">,bopFş!j,l0V7kKߞ!IB68;.֡0ޯX4bGẘ>6 }'KCK5Qβպ'XKYK8]ۛ}zq$X7LNIpY+޵Yq}@ RˊEti8Q4rrT4ovrGyA^RL9"1`5<FaG6 1Fت5#D1`3AHD |";p=Âڋ>hR&]^G(wMeϷIcB}9R} qys 占}Ff:4A0~g* PMys_52/P2QhWU |C''RV<%&QpnA^qbuKwQӬ'%R,yd%&wpzA}0j,֤J*{*6KnbpE ~ LHS"q0Z& MH sy)rsjjUw-̔CB@qsh̛D+],z "b0 ВJ s&޾|Pܨe otK^^R(2pWP2^=¡59 `텕ـC*az<_w#M6rt,P7,J:kQiu3Kjc[-9$}TL7+ )Ōx*ĄK [b4pً܇R(8J27$S*渟LE:+^߿ mCaq!=|ey;@@_æhސzjo At؝0QH1{OnP0"7~u'U&vZ4OrܯJuIo|FFW'ϗTWFDcRRgmg, 4QhlY\R 5jp!_%g'a| 9k|S5"b=V鞎͙)f?B:aqpo^Jp?Rp .V@x,P_JdmkA&x"ɨi?\M-=vjR 9@/XoVAd n|fh ĵjjђ<V-CR[i]x'K-~ڷNeTRUb`Z؍bE0,*,_8ę:i-SDZN *=hHTVaUUTs%h,\&/m}JF}SU{a+&vF119 bִ"HM޶ e|܃U7C2zH韾:pRLAeWxkZ41 ;>SfMs ) %]c:a:P;/SX hg&v L(N۳BQItpI={"(5@P#)4/ H4;4Ɨ0ތ~:'Yo {XBƽ@-Rep>X46su]~+ܐ}zW/ؼUN"gpfOZSǎR|~^ێWLɓҒa:S2 3&Oy޻poRxŝ4uq DoHrmj&DZMO O^Y#ZrHެ"(jJeVDz](pv r= ) W̔L_o54F3m,#c -M2Z쀑`lX2biHdn9K`8ח*87<s+6!t =<7+$$Xkj?F,R61raQ j5Fg(CmZ~BhVw}K<{ݝ4"kVv  Gkfm])դ!GWx_^/*%-`[ɑNm:#&#F7 Ip,$LY9f+(bN4f 1$&;aO`Ŀ A6ys鐪sbR[{l&+IzJpގJ&JaM[5 cB=K=ك.gkJ2p xN'@kZ2 }`Θ˻`V %e]-bFYyd/+;kYY n|U7|.Si.@ rR6Y Lg'oiC C#!jf&U~kotAX*B_F%Z <7)T.&F?0\ε]^G:y;B4"hAg2IˉNQ: @ۉ{U֔hL~\P;LeVLY1{^{O7i9fb)qk)U4%ж+f-YB'u|DCuO:c@9*gAGu)vQGqfaGSƬ}o MjYwNrjtxES +ivô'T}IJm+ٗ`BrW:͔[(w_9oq(9|݀&ɎBjj6!G~xa+]@^_EQM X {ʱo@D kܘ`FfVǠml 6NPgA;g}y`r!/5 =&մ$48h÷G Nj|$}w2^n .f#Υi%fZ|Xx*BT T%=+M?09%|]Q]Y@w:foѨr_cpi5ݢiƎ}*C L4q!vŖ9Y I%b/DH,SFč?9cvZ&؉ƨMw@3gˤME+ yB+ '`bl"d'a-:=]oCMi=m0P,_zU9Y˵34Ne'k :YQ*b`|zӓ':U^ȱǾ?"h,U9 cN[L}nzRu0j$1bDLmcLRFC!ru^]4ǡnH+BaOmZ;2&ې¤rB^FO}k-(\q[EpĢcEBb)M\ؿ7q]#SM7z0yzѫB4j:ؤ|ߙӜ2{,U] +FVڱ!0$.PЇ`l`2W_:a=d}yS/ 1,.T 3   pRy.}p;W1^Vk a q{d7TT_I 4Sq !QŭRF"w#~B'F4xQR*SڀʇP¥uuɵ(wT,ِV֢=TԄBԚaAgZq0v\b7 Lh4x׍_kS% aX'pp͙БPNDN\밤́Lw&C[Vil/2&(PXZ|61J itp\☧Mhc0gaň7MWi)?"4c*:g:69'΃/Dqɤ@H 5>V5vU1_.+ٔ8XЩPHh,^ k15͟"NEqQ:j ْ s;&z){:o9ONA]7p)$]^ + ꫒%uy_[ݹ5 Е:9p'a?ewAsTY#Ĥm\ET|h}9M'_`'\ꏆ28wT/wwA{*vT5x7IWW4v{bwҢf{~HT6hVrȳɕddI&^LҏJKT%>dP4ܦHbRJr:y:$ ~^~I]C!F>Fƅ+?#΃;җR'!'WN&S Pc7lc Y>qu[ |(hUW-' 7kZv{{ xIPZ C'볿45:y&ĢS .jvp;oOc QŰHMJo_S%sjbZyDsObNP< +-bYʺp=u6Ê6g8iBd4.rHrg"934^fւ(]~;kȫV=\ 08@PuP +ء%x-; Wǧ2P[3[I=/ʭOF۶vΖs;| sPH8rߐHUUDߓ/#tpB6Is''H拎Y2Q-LN;RYн.="ݙÝtj+BBٽ%:If[Qؾ Jt,.5֕ |iY~&%t%DlnTR O_ (Q:Lp,_*/gY ,?댣]yTֺ} \#0AM 0&ѩQq£;@"rW3β{tCd5{' ט?>sYQHYƨHjx?93Z'M_7heNe HL@ ! nʵ- /,3xK4 - (Mp@hfO 9St -~ ^F7]ȳA$Ctm-z/@ז\ۏdX)x=4ʓT^o,IL5`~P+%AXg F4hǛ2+EPt/()'ס:6<:`4`|p5-^P͆]`LK~wNFo! GU*2ks9Z | !I$(͞etǯyDKy b|\=k{-@8p6Oy8IQG43U!:KTryV;Μ='Dg[GY%վTr]TwHJ弻E%,7Ծ5{s;_pR }c^>ĀQqmN:uIP"c\B frd2lfgԳk\ƀm0kAp'0@Oʿ`н#][zs`ۆ4 :ڗOVFb2Nx{ ^*qPIxN^~5odC+NL&DH-#w=?:wQTz,mV^ Sfy ag#.Y蚷S/\+u#׵bS6Nb7$:>\M[ZͻQOT[?΍Il9 9@Æ 1zUG與:R-$vr0_(_n$W-A'Ҍ*Z0v9eW3uLlgGZ Sm~ 3" W*J#GO 5 BFI)1XR<9OBm}R 9bLf f46W,CCb7 JuhYcNg:aJ˹EH8yaiuܬ9ߡ +UPz'ƚ$O0nL){l=ju*Xnv[gouDEeN5i6{uҘ3+JxuJ=G&!k:$['u$c#n!Fؿ`p}KXc.B3 R $i(x+D$f!cKy &wN5n)k0^ ;rUMNhfA3P[Ӳs5XA{*yKPX8_- 975 OHC VQQ_ddОCZLU;8X ̵xs6F檎Tծw,Sd*gnm!h S*tS սE8F_In6Ŷ'#V()[aVghMJ@C+=1"o`,BЁ6*S:~^HGn6*8Xu4.U* =%’я'1$(5?Ca],{-y@d2m>8A}Ӄ'ixFՇ=Zq?BQw'}>'-bQDE&Mb柔tAzDsÊk(?cۜ_Gf)]u 7_MD]mARz~BR3VP (ĠX.9@Uu޶)~Z8PzF(jW1Kˢ%ͿCZ^7knwCEgaWfF*ܧ~`,DCˣ$Ǹ ghZD))oX hW$`ap<&ɟt$R~j5߅ɹ+A'^sMcq:tGlmjgusqDRB&?dht_e9X V4qG/"al N=ҩ7' F* bh9w 5$8d|8ֳ)>aL wF|*Mw)BwJ ,4D LokP{LɻZ,+Ǡ+cڊzy b|lrXJ?W0r , hr3OyU$s'IA={۰Ҷ5<5G rj[H+$՟ܥ:GT<럠YlQ[/ 7y.JTφSCت\Uv\0P6pedL }0}ic9.}aqT X _|b~ u(Vd"֜o^֬$~&ObBjj1Me&P0Ѓ xY]\ӢEhjB&1%PNihswaٹFh;g\[6`mvJ6۫]ɯN 6+T,+I?N4\{o}~ef(T-2.| ?Ev`cd 3$5~i#з{cSEg̃ςh YZ