git-web-1.6.4.2-3.3>t  DH`pJ/=„,hw.F KBaMAC/e4; Z絍LmEC+y G7~u1@zAJ6` $wZ&xѼ 1Df&fwg~`Xg0(5Nvs)M `=:?`5Zug11c&3`J]@aI"!se2>P!H\( Uy{| ގ";Gfwc34a1cc3131024c28b504c421ff0edcfb5107865AJ/=„VNfK(`j\ Ю |2|0eu;c d=rT!8P4ͪz) “^~'Z'SW! (_?-~aԛ)ns@H8/JwN4R ox>/mfD[k132}ˌ YtKɣSP0X\m (b-$Ax`Qv1{+uRzU0[@ sE^a >8U|?Uld   ( (,:CS l       L  Y  h   8 l(8(494: 4FR;GRP HR IR XRYR\R ]S ^SbTScTdUeU fU%lU'zU9UIUfUhCgit-web1.6.4.23.3Git Web InterfaceCGI script that allows browsing git repositories via web interface. The apache2 configuration contained in this package installs a virtual directory /git/ that calls the cgi script. Authors: -------- Linus Torvalds Jbuild18YopenSUSE 11.2openSUSEGPL v2 or laterhttp://bugs.opensuse.orgDevelopment/Tools/Version Controlhttp://git-scm.comlinuxx86_64%J#KAA큤A큤A큤A큤큤JJJJJJJJJJJJJ9664d99999f827f2724600ca18f8045bdd359b022ee054130ed76d0c264a2baa2118d610c9d3ef0ee5921a0ae9c736a5829e4a43c0421e68b399c7724692022385138f44d577b03dfc738d3f27e049925b2f5d426275e7641ed88c8de515884a260761fc49c9744dba7bc8bf108d76ff49f62239d7f55885026ef1980edfcc30rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgit-1.6.4.2-3.3.src.rpmgit-webgit-web(x86-64)  @ git-corerpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)/usr/bin/perlrpmlib(PayloadIsLzma)1.6.4.24.0-13.0.4-14.4.6-14.7.1J@JJ@JJ?r@J)JIcII?@III@I@I}IeIKIHIAI#I9@IHHH}@H}@He@He@Hd@H{@H@H`HVUH2@G G߮GGeGeGMX@G m@F @F@FLCE^E]@E]@EPu@ECF@E@@E7hDlnussel@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.detiwai@suse.deschwab@suse.detiwai@suse.detiwai@suse.detiwai@suse.delnussel@suse.detiwai@suse.depbaudis@suse.cztiwai@suse.deolh@suse.detiwai@suse.detiwai@suse.deschwab@suse.detiwai@suse.detiwai@suse.detiwai@suse.delnussel@suse.deschwab@suse.detiwai@suse.deanosek@suse.czdmueller@suse.delnussel@suse.delnussel@suse.dedmueller@suse.dedmueller@suse.demmarek@suse.deschwab@suse.decrrodriguez@suse.dedmueller@suse.dedmueller@suse.dedmueller@suse.dedmueller@suse.dedmueller@suse.depbaudis@suse.czpbaudis@suse.czpbaudis@suse.czro@suse.demeissner@suse.depbaudis@suse.czpbaudis@suse.czpbaudis@suse.cz- fix apparmor profile for gitweb- remove git-arch from Recommends of git package; it's totally optional now - remove tla from Requires of git-arch to avoid dependency errors- updated to version 1.6.4.2: * rounding fix for --date=relative output between 1 and 5 years * regression fix of "git add -p" to handleexec bits changes * fix "git apply" to honor GNU diff's convention to mark the creation/deletion event with UNIX epoch timestamp * fix "git checkout" to removed files correctly with symlinks * make "git clean -d -f" safer for separate git repos * fix bugs in "git fetch/push" over http transports * fix "git format-patch --cover-letter" with non-ASCII strings * See details in http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.2.txt- updated to version 1.6.4: git push into the currently checked-out branch will be refused by default. See details in http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.txt - updated to version 1.6.4.1: Bug fix release. See details in http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.4.1.txt- updated to 1.6.3.3: * fix "git daemon" to correctly parse the initial line * fix "git diff --textconv" memory leak * improved the built-in regular expressions * fix import-tars script (in contrib) to import symbolic links * fix http.c to use correct CURLOPT_SSLKEY * fix low-level filelevel merge driver * fix "git rebase -i" left stray closing parenthesis in reflog * fix "git remote show" to show all the URLs associated with named remotes * fix "whitespace" attribute handling- updated to 1.6.3.1: * fix regression of "git checkout -b new-branch" - updated to 1.6.3.2: * fixes for gcc4.4 builds and others. See below for details http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.2.txt- updated to 1.6.3: * major version update: git push behavior change, With the next major release, "git push" into a branch that is currently checked out will be refused by default. You can choose what should happen upon such a push by setting the configuration * Detailed changelog found at http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.3.txt- updated to 1.6.2.4: * The configuration parser had a buffer overflow while parsing an overlong value. * pruning reflog entries that are unreachable from the tip of the ref during "git reflog prune" (hence "git gc") was very inefficient. * "git-add -p" lacked a way to say "q"uit to refuse staging any hunks for the remaining paths. You had to say "d" and then ^C. * "git-checkout " did not update the index entry at the named path; it now does. * "git-fast-export" choked when seeing a tag that does not point at commit. * "git init" segfaulted when given an overlong template location via the --template= option. * "git-ls-tree" and "git-diff-tree" used a pathspec correctly when deciding to descend into a subdirectory but they did not match the individual paths correctly. This caused pathspecs "abc/d ab" to match "abc/0" ("abc/d" made them decide to descend into the directory "abc/", and then "ab" incorrectly matched "abc/0" when it shouldn't). * "git-merge-recursive" was broken when a submodule entry was involved in a criss-cross merge situation.- updated to 1.6.2.2: * A longstanding confusing description of what --pickaxe option of git-diff does has been clarified in the documentation. * "git-blame -S" did not quite work near the commits that were given on the command line correctly. * "git diff --pickaxe-regexp" did not count overlapping matches correctly. * "git diff" did not feed files in work-tree representation to external diff and textconv. * "git-fetch" in a repository that was not cloned from anywhere said it cannot find 'origin', which was hard to understand for new people. * "git-format-patch --numbered-files --stdout" did not have to die of incompatible options; it now simply ignores - -numbered-files as no files are produced anyway. * "git-ls-files --deleted" did not work well with GIT_DIR&GIT_WORK_TREE. * "git-read-tree A B C..." without -m option has been broken for a long time. * git-send-email ignored --in-reply-to when --no-thread was given. * 'git-submodule add' did not tolerate extra slashes and ./ in the path it accepted from the command line; it now is more lenient. * git-svn misbehaved when the project contained a path that began with two dashes. * import-zips script (in contrib) did not compute the common directory prefix correctly. * miscompilation of negated enum constants by old gcc (2.9) affected the codepaths to spawn subprocesses. - updated to 1.6.2.3: * Setting an octal mode value to core.sharedrepository configuration to restrict access to the repository to group members did not work as advertised. * A fairly large and trivial memory leak while rev-list shows list of reachable objects has been identified and plugged. * "git-commit --interactive" did not abort when underlying "git-add -i" signaled a failure. * git-repack (invoked from git-gc) did not work as nicely as it should in a repository that borrows objects from neighbours via alternates mechanism especially when some packs are marked with the ".keep" flag to prevent them from being repacked. - fix the start-check in git-daemon script (bnc#494824)- updated to 1.6.2.1: * .gitignore learned to handle backslash as a quoting mechanism for comment introduction character "#". * timestamp output in --date=relative mode used to display timestamps that are long time ago in the default mode * git-add -i/-p now works with non-ASCII pathnames. * "git hash-object -w" did not read from the configuration file from the correct .git directory. * git-send-email learned to correctly handle multiple Cc: addresses.- updated to 1.6.2: * @{-1} is a way to refer to the last branch you were on. * The location of .mailmap file can be configured * Improvements on "git add -p" * Improvements on "git am" behavior and options * "git blame" aligns author names better * "git clone" now makes its best effort when cloning from an empty repository * "git checkout -" is a shorthand for "git checkout @{-1}". * "git cherry" defaults to whatever the current branch is tracking (if exists) when the argument is not given. * "git cvsserver" fixes / improvements * New options for "git diff" * New options for "git filter-branch" * "git fsck" now checks loose objects in alternate object stores * "git gc --prune" was resurrected to allow "git gc --no-prune" * New option for "git mergetool" * "git rebase -i" can transplant a history down to root * "git reset --merge" option * "git submodule update" learned --no-fetch option. * "git tag" learned --contains For more details, see http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.txt- updated to 1.6.1.3: * "git diff --binary | git apply" pipeline did not work well when a binary blob is changed to a symbolic link. * some combinations of -b/-w/--ignore-space-at-eol to "git diff" did not work as expected. * "git grep" did not pass the -I (ignore binary) option when calling out an external grep program. * "git log" and friends include HEAD to the set of starting points when --all is given. This makes a difference when you are not on any branch. * "git mv" to move an untracked file to overwrite a tracked contents misbehaved. * "git merge -s octopus" with many potential merge bases did not work correctly. * RPM binary package installed the html manpages in a wrong place. Also includes minor documentation fixes and updates.- Formatting fix for manual pages.- updated to 1.6.1.2: * The logic for rename detectin in internal diff used by commands like "git diff" and "git blame" have been optimized to avoid loading the same blob repeatedly. * We did not allow writing out a blob that is larger than 2GB for no good reason. * "git format-patch -o $dir", when $dir is a relative directory, used it as relative to the root of the work tree, not relative to the current directory. * v1.6.1 introduced an optimization for "git push" into a repository (A) that borrows its objects from another repository (B) to avoid sending objects that are available in repository B, when they are not yet used by repository A. However the code on the "git push" sender side was buggy and did not work when repository B had new objects that are not known by the sender. This caused pushing into a "forked" repository served by v1.6.1 software using "git push" from v1.6.1 sometimes did not work. The bug was purely on the "git push" sender side, and has been corrected. * "git status -v" did not paint its diff output in colour even when color.ui configuration was set. * "git ls-tree" learned --full-tree option to help Porcelain scripts that want to always see the full path regardless of the current working directory. * "git grep" incorrectly searched in work tree paths even when they are marked as assume-unchanged. It now searches in the index entries. * "git gc" with no grace period needlessly ejected packed but unreachable objects in their loose form, only to delete them right away.- updated to 1.6.1.1: * "git add frotz/nitfol" when "frotz" is a submodule should have errored out, but it didn't. * "git apply" took file modes from the patch text and updated the mode bits of the target tree even when the patch was not about mode changes. * "git bisect view" on Cygwin did not launch gitk * "git checkout $tree" did not trigger an error. * "git commit" tried to remove COMMIT_EDITMSG from the work tree by mistake. * "git describe --all" complained when a commit is described with a tag, which was nonsense. * "git diff --no-index --" did not trigger no-index (aka "use git-diff as a replacement of diff on untracked files") behaviour. * "git format-patch -1 HEAD" on a root commit failed to produce patch text. * "git fsck branch" did not work as advertised; instead it behaved the same way as "git fsck". * "git log --pretty=format:%s" did not handle a multi-line subject the same way as built-in log listers (i.e. shortlog, - -pretty=oneline, etc.) * "git daemon", and "git merge-file" are more careful when freopen fails and barf, instead of going on and writing to unopened filehandle. * "git http-push" did not like some RFC 4918 compliant DAV server responses. * "git merge -s recursive" mistakenly overwritten an untracked file in the work tree upon delete/modify conflict. * "git merge -s recursive" didn't leave the index unmerged for entries with rename/delete conflictd. * "git merge -s recursive" clobbered untracked files in the work tree. * "git mv -k" with more than one errorneous paths misbehaved. * "git read-tree -m -u" hence branch switching incorrectly lost a subdirectory in rare cases. * "git rebase -i" issued an unnecessary error message upon a user error of marking the first commit to be "squash"ed. * "git shortlog" did not format a commit message with multi-line subject correctly.- updated to 1.6.1: * handle properly the exit code when pager is used * various git-gui updates including translations * gitweb updates * many other improvements / fixes. See release notes http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.1.txt- add apparmor profile for git-web - don't use %jobs for generating docu - change gitexecdir to /usr/lib instead of %_libdir- Fix VUL-0 Possible gitweb vulnerability: calling "git diff" [bnc#459664]- Fix the git.xinetd daemon call [bnc#450508]- install git-shell and git-cvsserver as in the upstream (bnc#446049)- use fdupes only if the distribution provides it - use libopenssl-devel only if the distribution provides it- fix git.xinetd not to run the old git-daemon (bnc#438715)- fix git-daemon init script to start (bnc#432610)- Fix manual pages.- updated to 1.6.0.2: Mostly small bug fixes, see details in http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.2.txt- fix file selections of git-core package - use symlinks for git sub-commands instead of hardlinks to make build system happy- updated to 1.6.0: * http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt - updated to 1.6.0.1: * http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt - install git subcommands now to libdir/git users have to set up properly if they want to keep the old style (refer git --execpath)- split off gui and web subpackages- Fix name of completions file.- updated to 1.5.6.5: * http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.5.txt * http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.4.txt * http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.3.txt * http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.2.txt * http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.1.txt- fixed Add git xinetd.d file for ability to use yast2 (bnc#398361) - created file git.xinetd to run git under xinetd daemon- update to 1.5.6: * http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.txt- use separate package for git-daemon (bnc#382710) - add user and install init script for git-daemon- install gitweb icons, style sheet and README (bnc#359882) - build using V=1 so use of cflags can be verified by brp scripts - fix build using --without docs- update to 1.5.4.5: * http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.5.txt- update to 1.5.4.4: * git svnimport was removed in favor of git svn * git runstatus has been removed * changes are available under http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.1.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.2.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.3.txt http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.4.txt- added libopenssl-devel to BuildRequires to fix build- Update to version 1.5.3.8. * Some documentation used "email.com" as an example domain. * git-svn fix to handle funky branch and project names going over http/https correctly. * git-svn fix to tone down a needlessly alarming warning message. * git-clone did not correctly report errors while fetching over http. * git-send-email added redundant Message-Id: header to the outgoing e-mail when the patch text already had one. * a read-beyond-end-of-buffer bug in configuration file updater was fixed. * git-grep used to show the same hit repeatedly for unmerged paths. * After amending the patch title in "git-am -i", the command did not report the patch it applied with the updated title.- git-cvsserver was unusable, it produced a perl failed-compilation error due to missing dependency on perl-DBD-Sqlite. - update to version 1.5.3.7 * git-send-email added 8-bit contents to the payload without marking it as 8-bit in a CTE header. * "git-bundle create a.bndl HEAD" dereferenced the symref and did not record the ref as 'HEAD'; this prevented a bundle from being used as a normal source of git-clone. * The code to reject nonsense command line of the form "git-commit -a paths..." and "git-commit --interactive paths..." were broken. * Adding a signature that is not ASCII-only to an original commit that is ASCII-only would make the result non-ASCII. "git-format-patch -s" did not mark such a message correctly with MIME encoding header. * git-add sometimes did not mark the resulting index entry stat-clean. This affected only cases when adding the contents with the same length as the previously staged contents, and the previous staging made the index entry "racily clean". * git-commit did not honor GIT_INDEX_FILE the user had in the environment. * When checking out a revision, git-checkout did not report where the updated HEAD is if you happened to have a file called HEAD in the work tree. * "git-rev-list --objects" mishandled a tree that points at a submodule. * "git cvsimport" was not ready for packed refs that "git gc" can produce and gave incorrect results. * Many scripted Porcelains were confused when you happened to have a file called "HEAD" in your work tree.- update to 1.5.3.6: * various smaller bugfixes - remove requires on release (#305826) - install bash completion (#336848)- update to 1.5.3.4: * submodule support * many new features and bugfixes- update to 1.5.2.4: * "git checkout" failed to switch back and forth between branches, one of which has "frotz -> xyzzy" symlink and file "xyzzy/filfre", while the other one has a file "frotz/filfre". * "git prune" used to segfault upon seeing a commit that is referred to by a tree object (aka "subproject"). * "git diff --name-status --no-index" mishandled an added file. * "git apply --reverse --whitespace=warn" still complained about whitespaces that a forward application would have introduced.- Update to 1.5.2.3: * fix many segfaults with the SVN gateway * various bugfixes- Update to 1.5.1.4: * GIT <-> SVN gateway * New porcelain, much improved index handling * git-config * Bare repositories refuse commands that need a working tree * packed ref support * 3-way merges can be done without rcs * python dependency dropped- Fix build failure from previous change (trivial omission)- Fix git-arch package containing git-archive and git-upload-archive [#222074]- Upgrade to git-1.4.3.4 - only few bugfixes, most importantly git-apply wouldn't apply creation/deletion patches- fix permissions for manpages- use RPM_OPT_FLAGS also in %install make- Upgrade to git-1.4.3.3 - bugfixes release- Update to git-1.4.3 - UI improvements, speedups, random new features (e.g. git-daemon name-based virtual hosting support), basic Git.pm - Fixes build failures due to asciidoc incompatibilities- Update to git-1.4.1.1 - includes gitweb, many bugfixes, some commands are converted from shell to C, aliasing support, documentation improvements and so on. - Junio's patch got applied upstream. - Pre-create /srv/git for bare Git repositories hosting. - Install gitweb to /srv/www/cgi-bin pre-configured to look for packages at /srv/git.build18 1256388542_`b]cdae1.6.4.2-3.31.6.4.2-3.3apache2conf.dgitweb.confapparmor.dusr.share.git-web.gitweb.cgigit-webINSTALL.gitwebREADME.gitwebgit-webgit-favicon.pnggit-logo.pnggitweb.cgigitweb.css/etc//etc/apache2//etc/apache2/conf.d//etc/apparmor.d//usr/share/doc/packages//usr/share/doc/packages/git-web//usr/share//usr/share/git-web/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/5fe7c5853afbe0ff0e8f16ca7ff5e4cc-gitcpiolzma2x86_64-suse-linux5JpƦl r(packageand(git-core:apache2)?] b2􎅕4G.PbBaԨ.pg-NQ^yCtEbC}Tzo (ҟ'H.v ^黦D)j:tdDx1sT9SLh˗a 6Ru^Oִ)e(@ɑMM Y MP TOSn(I;sIi։(ReZ(ʵ qQA%k5@ hC(^TsWp#r C̶qiY؎Җwp+r9Z1"τعvVyO|Gt4nF/-n{خ\ɈעiAw$&V%@ҫ` xE$&\2Rmg, հy MJtaF \l'5QD],cj<) ۝/w^wa8֊;-GTWHSJFD.li }@jĀZgQJIY[ BՐC٨Z6 J(ߢZ 2q}R\Il11 g6Wk?Fc`'̊=GI۝-xDdogWopGlN\o~ٔe^g|'R/7&ʫ|ٳhBy\c0#O~g dbAR5u~Ko\iK%PEg*8? E:UggC_с+ °fG3N`߸ em90J;P=j,j38gJk'AHc<"o5ˆJ}1wDHQTJ|J 4gH9;b.C$zzm[b~yH:";8\,}aǙg2QFZ< Dem+d:?hiֳvG:GE yo8Y tb@ vBSpC0ҽpQxLd`sez'7E绀;* KfV)e @)ޑ!} ys'X3ߕuѳ}7D&tx8cLnE(QrVbXxV 彤,3yHHfqs~%>E`>m4pCct Pl7Ա|x-Ş^#ӰV#d:~e~gFkXt^x$9"}LI*_c/=Xf +I%%=Mn$Tӊ}6f5p.zk5tU77(ko\+G9-OK-]+A瘲2N8ahH'4ʈ=E3~l \B[( W#<f4YUy|=Kl_TQ.\xOK'dӰ9 Q2d,. Ps|`EUCc(*$d8̭rϋ[k#$HKb^FsaW _T\c;d+E.|gq€PԚQYkŞXt^4n!mν G1ŜP` K;@(.F:R,9*Tcl˖ZN`X<̴l7a] `@#?G] q{C*I ڸpDzI=b* R/\O/ӟFnTBrr2_Q֨L]nJym| igexVbekmXWd;dD$X&Yp4qm(Ąysˑ'|bL'ebց/nf8[NfQ:%anam:X ]s0[_h=p"}cFk3*)1NЬ,J4.7ڙgm|oI\WQEY Rci: #;(BI /We|ے3)L}xִ>uTr<}z`/L; I$SO-tәx˺8-hPdN5ҪCVLrh6Zb |h]ggzQAV{,J ΌaWhWS _)5q΅ PxErVe|oJDҌB6;8ql!r̷y{_c͛uȈ~wM?pfsh!tk2Z9=8W'R?}I:TR բRtߢĿtX[ڄ߰f-e+Y Bu(x#}N`n蜖d!`#L):K]V2K\Mвzr5Dhۓ`k7) F] Ff5V| ̾C+ <7[R$"$~!s 4Ba gNJϓ="AY&ն(Qkك7|>)%܋6-8pg1^[wȓG,kR^Y".'nXI8h]!OiM$h*UmI-YTI)9$PY~ ^w,pho '!- XFI倛(*a6Q: `ѴH^=i0 5/u=6ʐA _ dD LF"``?z73zMx77ل [mWQuKUEJ툿+]uƇ>=sJݡ$*hK5]U=`P$zT2L"_GHyvdO DГ,J叩ir,~\lJ=7FkomҶEĀ+SB/ _8!q%u{gTN4A;/?Q?xkLZ[/u G=d1U+Wo'PRCk BxTÙcȓ\Q>w1*arzDn `-OUk `8(,FxIݾ8_&IoSkxIZ/γ( @Ԯ#'&ʉ+J`a!\t_`bwž;K]Ԕ$8JUؿxFd볰n95H.F| 63.tp7ke~=Mݞ JOj=p67ffkG.9&iG% m<8Mp[o:&v̚GfB.=7ܒKIu4D0{&EWk/kUUaysu*9oAn:#K+BP\e Wx[O1@Aą Kv#Hܧ5?< 52=bI=i,M r N \8 ]]/wdwӓi2ΖMɧm>dFan̘"w,uԔd^65uz &Na˞-*O|.e.[gy?* tfS>F#iX(~g/JJ,nRmVϔUWmM􈖂DfW?,ρk#lyhT}숐ňMsE &09#s'wvϜп1y* TQw`fR9"4$\z ݖpQ!G114Y{MJCo] ҃0 ܖK%H-.HuT_7 szKE»礤{Qka0) --1heݸ[A3"wg7*dQ{\8q5eGn{X^҈`Q,|J}un#= b"O/y0n@P7xI+m;ӏm|)[YU Re lbLL2Nkmw*Zjeja.ёúŇu• nb֦ ǔдDhʅcLq8NXpi6tO%-mQVJӊ0~uD Oނ_r^6#Oj?%tf ?_{}kEOinybz/< K[1k';ތe(E!kЌ\҂aNQ;kO\>1nuZÜ<]\vf.2KYldqn]tn;)ď |A5 U{N>T7b}"ZNJ" ! YeNj],WcE<}?%E( t8u)Nە1m ezE4ai b L=wpPֺ,Vb`bdvc}*mjqDqөeD{:˛ ʸŕAcW{XF-Pq1 *l1(.FG~{Zxc(_ sccR%W*Nx(u-N?;9N,э'%hOqg$HgG۫9yu{,9Ax[pEm 0e5rhic:&)N2y,Sh8hm.VqYt>s~3Rh2W z绚lfr{?@e7[#Lz>TK !ҟPcGh*,a_pݯU2Y;}[8?XMT߭_9}+1J&uLB&JpZ9ɂ嵉E%gc0q~Ϡ:vusA( wk%.I=/Ѥ^<c ~%:¦S4`p&9F78dI@ bCôE-!`;Imp2]=F4_}KUʍ(6M)3F=&J(zߘ?l;,wI 纹`i)_K W_ՊtjK] p 'U8w7rf!޳VO?k`s eg_:sqfm1z[FRF{ӕn>yoŃ(-YwŅe U`W'җpIӣoVB"\JuU^=>ܳ 4ϵS tdkJ $nVe,k͵[ͫVl@Jx9=4+7~.>`l04EAN@ia~GmVhNbԫA e~iܮj믑"8U pݙ0ҦCZgĝͦQHvjD9mMu#ڵD{HTSBsIcyЬth !3>;ɡM ܛ&ʗ-# rzVcy>b@7 *4 0|ey7hKS)'A\IѠRM7a>9nA([Xt"UJ jRTp/}^nRRKעA!5ID,cp.+]QŋMb)?_)dLV3dt7^ )ik<m]9.;Qa8p1i؃2W*ZC"xj'LF͋H|Q[%dݝf k`/ @\( 6c8O=;Lb:V{J R9({U@ [bt Ԛk`ڦs'}HygI < q9@n7vd}<3"WjW;E\ οcHl'RE#yb!=e ȋR;ңBx5GO I#4u6bυq2z{ps"B!>Y߄h)")}-\-{Kof,h?-TBoAAP hJ oFc9h.5yCZ5ᕸjz ر!Tvr` 1$GV1=PW0ކ=Bއѣ>r6U?Sc{2$} K{#O} M 08y_ճvOMpV""=w/dmkX_;{zk9o gpB`YTL6^5!aʛ gaX{"tAr0&pO/g6JQR#] MHlL` Wx=(@RhMO͔^%8 %S+({7荫 lFqZ\'[$HgzCzhl|~MuK=:;*s]: 6ɂI'Dci4(lQR'xl*RӔ@p۹$til _/*%ǡ7@eO٥Mb1SÒWX! RrD1d2hb0[߸0// K~Dg*xn0'wz x(6NE{ 4] _ۣpI39yq}đKJְbʔhoJei1b 90(.9Ì-h™=&ܒLI! [8aRu<7G0spevt/ G`yH]Re2`|wȂ:;<(uj6.X}{H)]Q ůͲAw&䏣jL]?6}I&$ 䈫VDOX`Yθ~8`$=_;^D\d#3BPЭ˚n/G]ekP<ݻuon1V:N3?Xhb\l@/[>!D|28ס Yr,FTzDj[]͋|=/pcܼdVtڈM=H&LV}xWCp0Ϥl4-G5r D T@Ioʹ8Fj5Aպjm F:{`}cɊݏĨۘik/[fCt7gCnĚEPB]A׏nfE_YK묕x4Na!},`~؞ %~N_/fIn# ( 32󕵃&`J5BIGC5 ѻdLztoj-ݏ14 pPԦ(Hz}I?*&:í.8֥3@DO,_ FV/uzϔۘo>ʔmR9!ʻ3)k&Dfqa@Õg~J-Rn9pv!c"K$y~MC3x6W8n0A,<^'MlUkcB:1q@b{]gV3;K$5 īR0j|z75#3M<1,߿,'0Ll, l  |*֋Ofw Oĵj Õq?B55awto;pcvU 4bL(Qzvs@gPcg ( Pgo1J*f'.m[O!:Ck\)GcM}Tj*˻2fZ("& t,jAKevT~9^0CGY] s})[8 imɋ\ \fN_BmILǼQ㰂gaiU' ni۴/JVqFfsLmL(C ڟG:֡=,^uRL^o^X;̄[<0j\~"f ϔU1 fq\(h] =L T"R_S{wx(%ke?ils2aM~ئ ):kS%3r\qU"yc{ zX5]j)>&=;q9LNF^YayFvy90e7"6m4nY/ƚ:&ϝ>2İVPy Sl/h J[Rr$C Cy:3yHF4U*dˬ:iU RCZڱAF~oI09T>Ǿ27TGgJhac nb㪜 I#L/̾lDZ$WwrL]0H1vkn"Ts8*pn#(y*KͫNmxO iVUݠ]adF;"xO I^}MλٹDP; =$8{"Ss/DzJ@k돦holkbW~lOI1 Ҍ˲Cܗ$Ǧ7Km78!3b4S*T;\#X=tNxfhpWJly2+VIcn4#'^[ZOskgbd\,ecCO獝:Q~$D'A y#ɛ=a [%A2v>5oЦR `ͺʼMB:ÕhIimz`5n^d })-kᛂ{~&3D>jZz5`PP˄W (i IEӪT}q;-GpaX.WYGy_>Zc(HM$ gr%4AY?7G"OV "t?jho=h112ŅGi& ''/ OMfO8^j{ Y{녥&SIaab%:V$Ts$AW/4ѩpGaPH#886mI70g?OϣÎI|q-lk~Tta!q䴵D\n35E&oSq 7K `HNDcG -]I`W Kd(58X`ۿ4 vxh1@5_K[KľCKz[N}^IGCu/ "Rt 00 #f"G-۠'cpB۠yNc'Mՙ^?~~q jf [qӿ f*ÄJؽ:̎w? 9uPmG 3~`Q׮T60\g=- ԳWmfsCZgO(_S+7ͼk HGLE~ӣ[at'v|A F5KJSҊNEXPLEg])m &4luzM,SX^U\vGgIR/u+ieNXQUw"av|t#9#1%Ye,nـwj(s xɋSf0ވAQAqY't8'K2f2v2Qqfn~\2tg).2Ił0j|6N5nQ}:K}CRQt -ByO|xx;K%W׽xd܉A@Do?Ǚ 񯡯(cg|ۀ"Ulʋ0~ՠy{ J ZBdK돪gPv?V~u1$CK(D ;!2ۇ;G51a詐|Lq7FO Qn~2*zHh}0hߥ_mnHd6QY>^zsGe.6 9Mx #L. X1y~C)q6 ii OvpP(q™8W[o]ЦTϠQ"C}k4h혳}I:-TeZ, 6:l-NdI23x}֏Hºʾtƛv^ AXjL0 KΦ~^yʗ?f]G!ۺEZYF zr`]~J> 1Qr" FHE&ט7ռp߶{=-M$f)gSP1P|{Y8j9\9#ղq -ܷ<7 a\׻5}+ᛃ M"%ga+TH4+T瑶 t_V { zDH[Q@;T(7=~KfFe ֑=!=.✀h*U"N׺b=0ʞUY/Rn 9Ґ7Dy~끔y"k37{V|([xQN⭤5R{FPdpe{[-:?$ybYZhrضVH۽vurAuG3Y%6 ?ذPh|JƼxVoOQٿ7N^rpaZ*o8p޷qA5.^_Z<:RȆ[ pΆQ_rplq_#prע w4c1Hm,50""yJM3+H[@ Ǐso6t/a SE_3߸x Hϲ rW)l?h5@6rK`(wIL50ᰪQ]-"40݌h[MYLa5 uTA*TNš/ŧ ؝4XLhD763ѱ|MoqCv EqHܛ~$،ѓ?ɝY^Ĺlq7>Z4W[18 $'FiwedNtR2jPGcP0C L.cZ8u8n8>|́q' 4k:Aim|-V}}@hxvҲƇfړ|з# j.KEQble[W؄b k*`!@9JO9f9Ai?"@63mC(\^ojaVpJқOVmT9ŎJG(S[3CG|cTiOH[adh,-, ݲZk5jU}B[R"M%HU庰LJeqv4!:^l'W}zD®~lɟiy, s`"+B7 T&[q4gQ|;҇{:Tn?h2)VxLϔѢfFe ۣZ''SreͰsiBB G9"6G䝐 E-UeH8 wkg"WU|fZ1. +90q3}JlKȅ]>Χ)2X\:0|';frt`" * "qBfwt40NM[Ƹێmr|zvV!X !Nx|Qr*0߹LoLoˁn+^KbB/pJߓmSَl uYYBUDPGbeUG9|Tx``*XG+A)km!۫:$$0%]׶Y1 s[xiVs5κLiݘy'\+7Y*fbTGFj|ؘKОOE5PQ7bLm('4Zթ,MU~sZN:(LR3/εJ6#ۛL*3wC8JO^ v4X "w"w2' p/P_|`P"53;h]6>m_(dψĹ^SA(;Dla?a6-H-^)Rq g]" r2e)ʚ듹~_=:>="оloz(20n&U; Vtv<=4^C$63NnQsLYRqY!*#[Vk6ҶBóT1$Ñ3*S~Q8{ Ljh+l 2QG&V˱~ p &O3K&K)uíEOF I:Q+FpC)#ΰe`"]fYSV.Hy/-fּ83'~L<ǧ< dcJa.XFpx}9 v^w1!*SӖϙ`LVTxENNhFKܓ%S  3,mCvr%f4ókfCP}[g#ƮzdҒhqNdFW57OLRZfH3)IbBvpr2ӿEewU }!c%,q&] 1aoo:/ vexˍl\q"T@ 9yNM8>ğ>k,q6r4u5S[)*rcw疌?QEAie: nCdS9KW2γŬ6N*7ۏஏ"ɢbZO֕i@}:ìO(wkڜ_!wlς|s[ߡ*e#dPh^$&V* D9<ɞ@\^0=Q3`{XP0:@VVU#_u=C#./G,0W?LԝIh㟿$bQpqM%`T,P#d϶ˢGJ\| WJ 0H~>|/#γv%mEfv{i_Dl`G!WڨBp`t&H߷2+'H]M1 0Rސ@=Ao23dGK/ε*~4'gbػEEuARJQu0#Q=x瞤ab^v YJH/Uf9}ٗg:jTkZ|V΀0#Qt'1h`(6v'優foJ(îzMg |Grԕ #*.X$tS)gP%TXlo{OhN`C߷omWɷőu@2&Ȇc}(kg1CmiGICn $q] lԷw L07YTU7W?c.M3(!nY`jߋӥ@P~ $e|)N2l#p#Fzrc4QSn.7*z6I8>I_PmE' lB ы1zk`t~v X))BW7?Ni1/>Glq/Ԋy[Y-=+] SƟmN9&.F:!(sȍ1-hn[7Gй[>.*WzFWQLR8?%t֞8FN24ŪHu $$Rؿ3"Zjl2 9$2Ztg Q{ҾVq7Ί`O K;_ ^8͗xhӘYc;%]HZk{@,oP!R7^iҬ)'4 t ys/@oxg!=g4J;O/'n6op>1-..F;v{}ۻO <8p[ߺ8!o p)^A{. s B %> w8*7~ 2^X/l}H\Vx%÷,0+Hr Tr?J>yА[d=K=IO{cXYv*lu(¶@+<0WxĕAc }3:\Fn ki:Q,Qܘ5uóF@`0U)ޔph32ff/}֕S=Yi9%A`eC)6}c88h=pTcn)s]Y_ΘznH1,c`VC 0DҪ4ģ"IN%j~[h 4rv-BcF;tL2@Sy *6bx%Q:u_D4SoԢQUxt7;< 2YVh"ʚ6vRu+l]&WwwވEix&ˉH*s`/QéDZNKGM~:zh71K =4g[PG !/2odxΛkqnMaXm[{rk>YwEyE?dBك'G:qJ-@pSMӘech}xSlHN6g$vfYf e%m5[S0Yup>u4IGLf&g>:*?/jxL 1exxFCOa¹'S;FcވUUXΐe!NF"U ǵZ?bQ}%bOv-neky貿YOnjKHR:1ȦljkUUCpuH?W&J2,\c_}wp~=U W-x!pS`V6q4 ZhYnDa. S %bHJz^4]:؊b<3:ҥ!Vd: @vj ^ nsf4mLLk0bD{L31Eܽk#R4`f WhVM_IYB9)p>*B?nybDk! QZ.7TbF@rXoHr34|Hu}Y,iWñfd}%C\Q=~d;='⅞;4c|6_7d^>Kv#|r%`]]U4}P)钝`};> qΑlɁJ&.;zM_#FB$I^ɻc解a/r9zWrJy^N_0JmwTvM4-D^q -$y_\@nsMh<(wh/;KucP$O:`t/􂌻FDaDB >ӛOxA}>)(WS& e 5L bH6~IDu\@7GXRoX9xw1eh jZ}µ[O--w#"#MPmp/!Μ̟*ygpҵާYI3dKνM:gOӶԆ.2ouKza8JiGWr\z9O#pd~.8eN%O9vDn(0/y0}y LDq Jӑ5qi"$oo©Xnu48kt?(r? _S!N8^(o9SK2\r 9YFw+MIį6 p{<>x^ sÜVI.4m@c-?K/<:h ~̛FhM$On?aǟ_aT@Ph[&LmMUFXBlcnyY JYDE>yw&Ty!)Y=2H5\ծuE:HA4iSO7f@G'.JaJ }R1&l*NTŪ~/Ro{ԣ-; Ulm)U&M}s ~Mɀ!Rg-Pcʧh|:צ7x/y$=.48N} }~Rۇ=l _N>B[%k|/ͪsM?N9Th)Blqr0x5M?U]ӅU,:-ܺaF n Ý ixT5-Xs=Ba^HZ5jS.É~vX[ĘqK7FhRѓ{ g0/!GwrΉ|p茓4D+|F2h|',Ժa~?XIaW.6f&ie#XN-x\ƍwB$]xmSj=3)ڱRxƏOO+gJqhGȶo9%(k0;E;B+|R-v莙+St?,:eWg&*ʓA^> tN7K/o=%YXw?RF߲hDp#?~PH'6S^>15á#DB1jqYُ>v-k"L/,ڡ*un]$'I~!Y? `O~^ $[/M—d Tb_|}r~gi]~:!Vh|_m k#p[E>.@*"Kr[S;:w ʣTHo8xLpբӽjN;3ad߽;#`>)l?IRm`SI5ў7H,x-W^s+_r D޴]}n/hR;_aF ڇjq"UC]YۑR3aFSKUIm ߹sŴsr Íg`_=#:C=Q`t`F4 2) ZIHu({eH2 v~*/ř01g IDېϰP5+$4؟Br* Yf&" WFAK 4QaTֻeZU5ѮtC4UL^ɴ͓㞽wS&lhXmіE=V0"jS*kkZ+}e\,`ΩC4 :/GcwXy~ czVzlSRϗ r ŪUT‰_k7&bq6[u:d͝&iob[DPFSL07]VKS읉q[Y6t߁wEP7ojo%jїR(MeΔ~/U#e4L&~G3i6Bg3Y ӷ΀ ۑ(d4`MB"FxVŜxJd'>lQL$ltRgu#ߞgyBҝ+iEBD:(rbk@YI4n19}s)5%n:b 쩖'q) :;vL H3:RċdnIލ +D5> 6*HZoO y+d_d~S7¾ =k>i#GJͫvI.$r%N]R" 0*4jw<Ԁ$O> F-%7=[U'#3eTŅ74c%K+Șõ]IHy{\ߌKYN7nJ)K]m\?Y\.l@oheϚKWz;fl>ڊr“U.frEZrc`~Qd 6Vp(GU &5klԠhd;tҍ_ig!`5;^S15?UԁȜ\t b\gfWȻXJ-Zjch`-dД(iQ(1nW-%lj3&I` -1))ߝiA5M;(\X$TLvc_ I&Ӱџ%LSwDi@`8FNUg@3$hf8X6kat4n Sw路&hӵu9ji7myyϻ*tXC:j"ֵߎ7-=`ܻO]`x&?rA )"sy9!X#j)oLg: C51@qG#!A5#W /X ft5P&8o'4xܴ(;籵00^@}2?[~~N1N $-L/Cş¼Z zBФZ~YԊ&PB+kqkkY $D7s1Dƪ!,#SLzP[!9Mᛆ/ٯl[P;&/L!~wZa4婢aY)X<ڪr?e4B( ɤ(Li{kf렰`*fGV-X+"㎝qk?ɀJ̪~Z-%{2f%\5Y#[9x 1_ާ܌:&`]ʺ@~LBgv(` We/O8Ci9)bmmu-E%+0-ZNh^JcTz3ˆ ƛJʿ6o8fK V=esatʘzeG^Q4IXkhYxrBfμHYe۴r~NSs︄@? s mZ'3X5v]1%h$]y ~՗7UꦔX2бƌj5&_K[O.$RM,`f^#É'FT|̟HD$$\L^S1|\Q Ya=KQNѭ03>oJ!P~ymG!?,p:/T )wq&Qy:p6Ҙg]뎃:1@B.ZQV1V̪ciK4*8 @ʽɘ.w4mOjHP(%@ Hn-V*aMYuӺt]TSrE W/* NB:Q_Lxiyҕk5e 09se@\yFϜrŦ] =cw*3Dʿ)Ny\4|Pz<|ʷD> @e;#,ih134N/=iɍ>U=yg -4qodlU CRPLi`=EѻJFI8E#Dճۘ*U;a- jߜC:HJDf?m*zh dC"ũ\hvSCgp9TwdѿHK%=wj&m >Bb ys0 9[E+IQ`V&!s^`1OHyډ0 I.xm!xMhufy{PqDHae{5QcR RBu+D˹8Vl{EjPD%܇4eF1u@:o0%ˣ8O l! 4sͭ "/smPx_+% %*9ufLhKr.׽XWPq_=[ c?>][@*X +!p65mvt_Hiz]XoNnT86i*;=-( |Dz )t׆E.:u ɚ]m2p[Ņ!o1ۿ{GIZPbhؑߛƛ\#7>`֧BhIWQ6 A))@{NG-#XlX]]RX):v.bپ;+*_G׺٥AHCz W@\cXҘ\w6kBU5ij\(@4z;ʛJ죦oɧKk'K8V(E KFHM$`LtV:A 22pQ)Ҹ@ \N GwJmݎyfs>,wnR@y;ônoKJG,虴0+ː=༎GUу( ]~YӳzyX&&fJ/ۢ"&B$yc+GCM_~nc~ὼ,gqym^L} ܣ0ԧK(ăHy0L# &jK6wȸX%is9(s~UP ?d0Aro LTΉ$)/^g^J8OH*9}!qt]-2q" aQĎ}}3Ԍuȹ! ҟ I[ ]}_,",lA}s%jާNمF,s<UZ:h37~_ċ8P08ȪOb?t7la氒Ai]a+ӝ%`WSԩ7D_Sn詎Fz~zzcAg8g(n.Mپ;i'PJ4(8QR{=a cvkU5>^h" wn gzj]5HhH 3ַ6#J( 1HGve.pdP9JWUcIٵ %1M:sJ޾/|5HlHifJt=1ٿe^D|w${SbK 9kk/2ݐ&&*S‡aT* *3~FEyLz\5 |} gQ9" _[2!MdSIr'$vTQ~*uPdd9yu&k?NԉIHW /w5MJL U]"v^Ƅ~MN͐2q+[(~`ξ`˱~{ OV8SS1!_i._./yWEFǦXWM{a I@mu+-sA &i<+_ _& iE&CrY+f죌 ^k,C9WjmGsQJ ؂X!DU!au:Jp ag:yw]ъiSPJՉMuT&e't̄PCî|NMέ,-.@%qC#Y5X54ۀA]JqU@fE4[183WᒲjӐmp. N<;4r@١S/-Kc=tIb<6'Ȭ;?']\*8n /5s@a(=#VG_ bWKϡ~t6=7WwbX(0_.aj }ui&9W#.<$CD)>YcVnqad2DLe] <:<㷟GMe|=ոhүbX:-g8U+[ؕP<`& I鷖ۤ*XP:I8fiVpղz@&ؓ{ɿxsA-yv]k'7v,] ܆d]f?_xtǗ9rT\)G:42wa%Y3Pf2[Cq|iDM6ߘV7)*wۅO$ҵty}:` ;sd|4ZXc4:t lϒ /sxl"1JZub$'vO_gvsp>2w [_ƫT;~ iUX#"( kskBywU/5%heO_mVL t/h9#4ؽVϐO͎T:lT*>~/][_vtnw:^<˂GJ2KfdNW3-_./d 0cq`M%26n Rh|5 ٢WW͒aU[^TEDk M>.{EbRUL#15{MG3йlT)tb_IޱO.($(Z1.A&RLGjЫ7l93LV:TvR)"E<%4<i^E! G?D܏sd Rd029xJ4bR XOa9t<'t=ćwq߼jiQ&2|aEyzm'FnE_o9m뭐B2f60^J,8T4U2dRds[M>!lI90G8iS+c C>$XSI1&CUtt fVJ|̠ڈ9:~o)%]8~OAod*1|%w}iaB&ji,O(d7&TSMv/:O>JN5IwJ Lں|MuC#*VKHpYDf!tm i) [.\؈M ,-Em`9^7VPkn˾Td9(؜J: 6H)^lI:/"iUΐEE4ߗ8d_y w%L_)I@pA}mjQiٟ es'3xs DL&YͧK5nAgC͝Үfr@ byt{V.) )B;q4V! 45%vFٗpȏaW 76@u uYk%Րb}5~J-f6:ˠ!4ISe1][\ љp[S(5z'؜lvVFxPkc]-.I_ BN"^ߪ Ps =2/T3?ϼ(e%R$8HSs9# Bb[jQ vu]-nP_( V\.y UueQJvȞ3HW~Dևj s܋ﴇnm#ı4=ki?_&-QJ/F%~mk; 5x ]3UE5_߱!Jfe`%]h#UeGz}О (b-腇0r8!.EP&lS)?ԷOf.{G x3^s-^c"pRdS3;z٬uUU. /a *Ql7s殼GŘO,P1M TR;&ǩQćCkl8Хk(R!Jvi$ =-T?8_ G} a#+-T~DU!5vNȗa7)[1xa#QՖ]CW;xWpܝ΍|EL iI3!Gye\Zhtd8iTf (: (Vq, $s!e5H呟ag.kkL K3W6@扰8n ]-U(o~>(զJ(i6/(PwzzW>,>mfB4e8^Ln 8EȐu,rYZWotEI"4u Ym <9B8pJtRo$ rc_"wiȶeUj! rfhGHL!sy[44zK7#; hF6{e,f}R}MB0M .N_yɢ^qq1UD;8<с>n͢Kcw}0koH#%ush^n]p{ zI =EHzi`Y3ahf۷׷`K{1pCG'_1"rۢT%'>|z}c) ^?@fjbS.i ŘQg"C^-&azHw(}:c'sB?qr{f,jE,y)?!A4lb59!Q'vXܺbDf DHȟ{F8+75qHʗhbHOQt*Iѩ%]m%wyA%%]ZԀ Hhd]&t|[+))#&p*l0Hk x,t+%}B;ѱ4,g_09L1կ# 6!Is~M$}NY|]>XM:ѻ|as\7 a–Q>}<`zQ"w^X&zBӖ@s 0 /J'.E|:'WvgU K}7ttD !"!$) EnkJ$z(Æ/l"\},f<$\ª=kqgBMs#T[%4r7y/{OMk1@.BK!3|Kd Nfi.+婌Fw S~r2=!ҷ΅Q[DÒ+O 1A\(#7sl(_'A\ O\o !@]uPF1iVH +/tBm 0fcTx:dD3CGIƘ9=2U`}'h?yE}\!|!@Tm2cu/G2|GzG%$tQm{EsSG~ذMQK< =YB*a)OJ@$J?~6$L_>ciW HR졽Qӵb JS*GOꈁ̺Q?cGßV*d' dXY.;$eyV<$?t*vُHz^q7'*M;D;[!:q*ofUoQq o4U4¡4KֱȀ0Za,h;+6za4*ULRr= >&RF#Ò[59_ H.~ 42hZz*_s=-P/.:\4P <40JL-]w%v9 =>jT5ϣ@cg&*rE.H^?Jj+dR|Rw'Fjؠj$) SWplJXjrdD7W\>G}d@/B^zڱ dBxӀ,zkcVlCm|r6#/Ps;^@ң .8[w Ƽ oN<Ϭp<l)5/ чVM<` SnA[uVn/+T= <}'mG)K7`E= bM9dMTdݫ'iV1 0 /!V8_SFhSSLSUKF[- IHA[\'l ƬmzD]9[*mW2$=P13KÁYIդ 2d%YIsQ?2 !?DEN@ғ =Ʒ^}|VI^-T=2EtN?KG[/S'2ж}Llhsu14?_-Q/lߗRVуM, G]0Ԟ7q1|.ϥ r&"B:W$ڀ/Q8UCPDv*Ke n'Mt9WMb5Ït.뛃㠕ԅwi̒ؖ@L;q&ф痓 |%5y]*pkl^*4l-]IKUw.!:ILLțS3Θ3 ʦ5sEފGwBlaƒ)9fJiKPI1o`0-.dg }BXYߗ{ |>4 ndZ1P "UYDTQI]@ٴ~RAHbRf&kL̂+s YȬo^7I%F >:.Sᎆ Iqb&Y)7b@a`!v&&WIC; z"5u&u%)QH ڄ8sƴrt*N8lI_6lqWQEe@l}ㅡ xoHc_#}'*kxtp7{wZN&LV <@m(>Є]=nHGwKRaQG]#F>B"cujR*+xwl;:,oC~tBQ"`,*!}^v'rnFT-;-\f5gt(z zE尘%.:N/!_:徭4T { 01aԳq`~a"TY%diS lb^јR,[&b5[; \Vjܥ[ӎ=s`gE;A1IABv;H"j(7i`K9t$+u C|XM4յehHYpDݎUZUQRlϯZ>2 R.Y7twJt@JJx*򫺮Sl`q-rA7HsicS5},`#{{6Mhp@8m2S"1曀lɹοft3\T,v)VB5O^$:*>^A6M2!Ӿ?Tԍiy`JHZp|H/$%CqmEے5. @jrW\mgGQ!/8 .Y]uPUL$]\ Ckki{CzZ][t*)E!D0BOe7!*ju9$xib#h&+J;yLt+5K 1dw^z묡0lꖳ7LW"!$1̋J4y:Eȯ~(U0F]R3r Ώ- vrtY߁9ۆy.,]%S'z9qVcYEृdV鹨=v:O+z[Q:Ndp/p5r]f4+}Y\~;CL`/Q+* bj85v `bon&TY NA.ĩc+_6{_jq ܤSo+k'S-q4ͯ?[kVb'R!|lU8RnFiof`+D/X&M.!]N6`aw=H ,gQ2CcÑP-? P[-ZFh&_\*8ȏa_)WxH/@TCTP}tȕ{Z6p}wyE!H<׸xɩZ: ("!~ owa・G`Nᒺ"gIռŇt3<ŸL TkBaVAgE3{pKv҉+YBېU/W>86l {ge>഑STYLИ "&1 t)Nk"7dP&U]oSO8jQYW""~ɀ*`fܟϾk|o"E#HLK1gRn-g4D-u9h6:~ƷZy%¹"뉐ہ ` F Am{Uk1z>L<8]^D|B٠.4a _8;!&‹yn2wwf/svt3ĶY$.OOHaC26<`P]}/Gc!wHRlHf?Ȩ9NcD%b}&j{+Ea 6=9EU6 e=\O19=RȗΪPZ;1K0pJHAg4gC{?؅*'~5ressyǠ[8ޮs ;E..i e#= C3 WkT|#ƠYY߾*H0۱|{ﷆnnHpx`tgXOc0.ctTC]64Js% k]4tOͲ9Ɇ&)ijxK&Bsd{e[LhŽP322`KVQrZ?\?;`͙9yBi@L#FMj?u$],0{@S?ɼBvU wcF}W%SVA-rƴ_ JiX;[+)a9ׄdWix}oSiQ~ Z9@,i  2yjx0}S}ǿETjCf5S ;Er剾q3>&,).#7[i #il0b.͝ Bc?c4>Hl} ex]GdKoFQj+7)6",Xv،*+Y "Q"4PSPG0}uҫb/Ŗӹ*[HZ\=s=Wt(torZ3]~)b|#y$ "{ira+C%] A̕v9qp76Î" Ā귰Eۘr4c''Gˣgb)djH %⎦8wJti_+&7eqcUΓf˧Ţ^֯54#CQkG!(4sq1lG:>qJnKjq[ -cv"[@[,-!*ʕ_>žgNC(t9Q84H[2_FT7n;plƥ _..>n} c+[!O'~M2[Grr IK$m x !]$GjK[̊4e Nww3H6Y\$1Jx:~7]A:uZIՋxB A'KɊČz}4Y\fט0'V#НC<ꄋ~{!|TbÓOA.,%3~V4K5U-$l9J5(Z^%NK;T=9t7V'>_*&rh lDTi%DpjB&}hEJ[)2{ȀLSEX Vv!j׾P+$mk *wU?YqjCǗ(^*,Wصg :>e,V*`ktSep5c}9dXJ[&>H 6φjήE<6pjx&:ݜ}gP69qvC!#=99}SIBx!edRo|A\s10a WgHP#)" Gb9-P53@v@3<_djKeiYwܵ5qN87p8(ZK+ЙQS}s;im=VDgIgz]B:vP0 U|r/g'o%jcbA 4Xe (JK6.4` T~taIG7-cxb<& l=2 c6q05]pbs9)_.^(NZ$a>S}ahwdGƣ7F 4j-z\;}]i<ބ+FALvX)5vYJAiUdGǙ4f!s tg 8<)ڙm"T7S0iy>A7;#%-bLHI]!9ֲBeuN,bVx!GV&M=}A[gE)lȬ}~q` t+~f8Sl=U뚇cd{Yb$nc1e"0\lK!ƶPDhHdS tWs( ixp[[3s_Mq}Nv?v c뒃ٟ1òpF<ŖJHV}9g޷j#$s!͕7~TB0U ՗}Q]}Dw#[T5iK bDJH?#K)Mbsi?Qy nP$Q "gR 1Hz tj{V oCx("(vGrū0@oɃ@~Nw&ip EtEKosU;x6,*gg*$@\0 #b4St H܅a4o0,@I]VGzkpTbLfEg#̚z醦alXZ;o=fDWǐi/+6Ân=-e9@"19Df<'Bփ&(NM>z͙A+n z_ɶև)^zD( wm"yX!O6~-Y@Xk<߇F$;T)aLjCe 6qOrLqhD MȏۆQxquw03|pMCk@%u7{<5Z/3TJLl@a/ߡG!婅4dk6F?Upޞ>ETij03w4rST>Ce`iaEQ„Lש܊M۳9$& QfjKՙ_!}H~tO=!\h5J)ӕ0Fau>X(OMeO _Zi9,x6|@.<>0ݷt]bhx7N9hH J)4Ïp޲vS `:T@t=^sX>vLAӔ؝ VUշUZ %\~`S <(`<ݓ8Fz$.-&u"[iQ&b@^LEOmG( nTq^nq3LGW J2@ ek BIJ,ElalFm+/ַb;ⓔhy%vc*hA@eЮKX 6_"_B+} }-Ju z׿0M W&8ukcixybDV9F~)%6O. V`LQt|k%D QЮT<Xl4|Ab bM|5 K݆Hf0}qip~pɌVKLzO3B=#{nZ: 8܎|L4$D-N9(` bNk.89:P٭"!`5}8S۰5񧽈pqߪؑU;Z!VL-"`iJ J e Z yEz2ѿV# )Fë5JtX2^ɭ, FvzV:dƃu a=)HďFGWCnby^;PQ8CѨ3 .zQ ;DKy 0d8`#E~<ΰ9]Lh#OJ؁p>{jxM) މPh=8W@ɬ&}aoAǃ4AyTe܋YTT?Vhc>'syI@X)C?X+G;$Pve,2i;O#\=nWX/hybm,[$ZJnHx"Y;H3m(P IG@6q~ ~״ Ij_)2b7_IS-8j߾B`.nO μ۽*nڬ4"37l-2s'G7_D8lڱ:`O*YѼo:R{(k?[؝ ص(uvI*-tuC4* | Cˡ0fYJ"RHeXZ_ e,SKdghUשGK032݃rP@<ݘHdttsM^C=E+RNlգ3Ɇ" r=cۯgquMx}HBMg. ,'ijKo}{t0ae:5U$)3rRzUo'v39ޞL{PmaLۛHT}}2 $u[#`Κ$N|M{"䞶3b S!TՓF뽑& OϜ/s0:Hj3DB05 o఩W.q=J7v]c&LOzDě4TJ[|a:giغFUH'tGߪ{Tqf6XJT">1@; q21^ED/i27Liq$Jv-폞YV4bBmh7oVK8~'+o_ 'rWWpmS!?x ~y;e ӦY9 \eH43 ؙe?4aX^X坈m9NKrd_MqH{2J7ĦhZErшNUDQ f!}s*hsñFSg7͸ ԋSŒ儔n&x+l]-I%cJDռ>tHxV}d݄A_ͮCM}-%o]hc1 gJ*-i-pGnq<:ޥ85F&0v*IG7YLD@92JPtC6p"]6f9fC4["Ch`K<[f_GI#tܽJ>X2 Mv[]aקGB=Υ$w)g2؉^d>9Yi.*z*#8ƖAdO Fϯ«Dxj/Zƍ,x5pʯw-Y|.DдhиjK9 cjpP>QI9EBSc(ye&2>/lix6;-lٝ_0{؛-1MEmԤ)#Hȵ1~V{>_Z ]=>k«^iwWz׫Fd:P~iϚ*9yvi9<C#lBgkXc,8 3YdzWE9굞翋̇| 1[cN( (h,AJNEܐa;`\Y%B`cze ,[EӼIM7;Qeq^$iMԌ=$B","sl7==sʾ9wKVb[s}\Ԧx,ǜ4EQ7b$aȚj+Ɋxoh>uąV$W&!xPƠFֽxEK-X3,V~\04Qayd?kҎCh|E͐+`-ѐ*w"CXvXu~*̀sw#Ƙbf#5kŹ?Ppᴭ9#jmKn,j&򴰅q@wYׅnG}wLnϙ7%+)+A}!FmQI (^zvb$bRTuNC?QZJeMS ejK 5"vt9;FcQSٚ ewO`==Ea3U3ʹRNwN. K lϚ z5lZ@5LӞ,BF`kp0 I`^U=g_vǶKb:҈Aė3I~[31,{8{駰 -AZώЏӃLRñV*fCk@X]מN|iXwe_ܡ{[wE?aEFȵ!F@Dk'1w:!]Sf6/O2y;+C+$)QzS,xa.N\]\ޣ9s*zlAtJ2T(HsV pkJ&]U$k_5q7~d1{k'?}. Py?|"?s}*I۠d{\0gFCw zNNcÐfI>Re(FLw(Bq5o`emݎǹyKGT-BsKljh9[֮Û~m8Z^fuE[u5Td^$HMh6fy}F¼SS@?D/O1D+(A"6Y3/_Viʷz6H>2}6hQ$'y3~V$)`U仱 h'o&PB&*9NOKOEZ8 2 y2*_̗ŗk̲l*h1o,x7ْ*W¢F%Xekó>Y8s(xfC8|W8nyT-+fCw0-B+H7 "V~}}z\)QL dS[v?,X:Zǟ\(Cu/WjsP,M [m^z0T[3:K&? 9divNz0:BU]r3E2,h9Uj/J们p_jBRe&mY^oMv"Ss7lc%J>r5^   戮YN BX#mq0}h;u8GմA32 ccaՓ˙!d9+m fz3!qޓEO:/f<+<GVkg7AT8C?VQLN/"u2I njBkKѮx_<P̲/Ɔ uY 4$񠛗Mo#j, sK5iUF"wa}LUDLS=g%_ɢ aϓTC.IĨ~Yyn?ʃ< G'$|wMӃǿ[jd_~dʷlfW;Tt!rBb%q9VY|mNC뛏\mjBɉFJqޫb pvҠ1w65-0_ i''ek0[ެ{p+,zZ92!`kѢ;P jCz4߆K$IZFS\ +SC"Ep2qAVd2*bzImN:#:T!Lzmm+a)!dKvnubZ•=XHSOo;ZGP{l~&Eeu'pLOQ-Pr2 |+;/77Ri\+Rl~cVVZ^q$EmUHs]PfIXme\OL)8(BTNjۙ& P&5a)cv÷ʞu7 &®tPQSMvFo^tHZY5WQ:' 5F}#X4)㢿hUayc/54R΅ۮ!͓F1~o)Y즜` ]w~XG6$Y274wgvߑ CN:1;.Ti?*4~&b&V`YICikr^rTRbe>߽;(%(r$x=$m0E/",1\\ k;q6e=",{b LZ"7`0`-Nզ#$Uq)l T(cܭ:\6{')%*AHB>֪3q7bF0&D?NC`C(F:HP]L{oT^^PD Dz# 86 8O> zwjO /YR  _!$z\`o;؞GH1޽PhPzz:E%^Lk?-C|X @n-hCxj"q D5x$s%K{- z$eEhkWvbutqadS&K R5/%`pP _9mAL5qSX2HK}-#F0O<O BfLrw1tNT a*awb(iҊSA nӘVt?,n2H8P)\fO)"!cؚAYYl4>u' _bZdHWjX=I!ː2fSjG6T}u,0vfSb:h-VAc]o(Aa:B, _) O4JwȿO8.trl4k3(wub KaʔoS1;<gN7%GlW uf|͓h.7B0f 9lޅcEtu9y: A0~F_do>@ >nLx"` ~7mIBPݔsNu?sy!E{LX~m+pr|xL :C?@] lG]yY K"2cAs~Y6EP%;^rTSCY5.CC <k8T [C,AI}[ewT >E?YߑDzgة1F/*q_t"gm Iݷ-`rӦn|`"O|ш]ZǠ?m8KuM,>eXrG>fIS ߴ:>q-[ eo 9&t" 9. c*4t_#D׺U,<%v62ȢoU.*Ca(ĐOi(n;qDžQP$y\ۿ,'] ?Ԙd|H@qzW<%N`ۣc,#@|\fwꩼΚ̃gl3t.>!_w ^(2OW1biAWBB8^V0a6:hq1 6E`x{l-š P;C'~mK󈛚}Z kus+Tl^2&hSyGt>Ȕ*y FBL-CD¨!iP Tb8"LB+lgRߗ!qGF֎IG wܥ#p(I@狁ӷ鏧`s/9lX\ JQF=F&m5?U1ܖ:)I2i4cq?.r&: U$oeTc].v9g 9VQKBS},L?5R0askFt:(ډ܅C(OeMU!ܢ)AhӺ̍#~  a'|,zEnŶ`=>Y%gr>c''~_1H3Vӏ8(?FG+N] ;cebY@aGBLNw;F)gKY]+ܜ|#OO8S+ B|-ҚiFTUڍѶS&'꣠NOG@Ӵ'4ÿBW\:ʨQP{,~Eb-Ug|҃Wt!ռ?׮1 hd4.W_ "xo  v뾅!FG>%ޒ{ vOJ=5U_)ƇgK;iڮWbq Y ~Nd?6 Mu A͹y( 7f&b@8D~yTAWƝa>i0HҿMȁ7cVx)eeH/0QVFx;|%'7w*uh( Zvl6T"Tu~ckF(uJS0Y ;ĕS KpE^zVof#K:l^kth\9Kyo4΄FStʹOV||b^qjB{]ދV vu[F m۫ sѲ4|$E hߦfDܑF -Of5KX&_{uw Yþ*[k&$O˭HLI 8 EhyNu41aE7 c8{D D+#@ӌdcsX״)oƻ (W a4p!" lWlUE8ld+=h}<(:3F@l0;[{G?tt<{t99h&pg2fG'n=ջɽ\s2nDQOW0:H/jCo*,DisxVfy9,cJkgMSO+C Qt:69uǍ;PF42dpf)TUe)T9Hl_ $ƽY #,V4xM\7h9)1ۥdfD/ʹ٧yu=79 zܴu2t1Cn*V4{2yFubDn= )XlqHzH8p^A !jz= y:MettшSw][ʌ=Óm>U:{E=]]3L*_I,|cH? yq~1.("@bByM(%<78N(j.$zW 9?{/K3eunEE <9;JХ$.q-ST$[f3P-,}%4]eF/MyOꊄe=ķ/ N@''ogJ %}x 3FeiVNL8MT-dwUKvP⹄xIj֐*xI@ s)`[RN} ) ܧ~>or hHm),Z. ~c8iްiRNf&(ʬ)O /_c|#!-:MȽrjZ2c$p9Uok,%80+,&gI}삌y37d ;gt!l,fb< m cvWR#bqAOe5v4"2@$ =}} 4?qAa^õ4{1dI+! pOk]SCT Si!0MjPpu.7dx:ȆR%A<ԍV7q)Hݱ{gxUcgQ30P3j?Cچ}4Ӟ >\'m?ދoH++*q4 e/JaFr {F {P+Zh/Nf^6U[Ɣ=Mk;^c= ʄMfG>p3Vޣ'oWŪ(f%J,-(Em=.@odI?]}-w!RnWiKDGVlr֊SRVvOeDpXùVa*@H!؛X7d$ 92$?Vkt@t],t_/pSUcAYQZQTBU2WlTzlWS:J6д]K4D&·MB&q"mR#rP$yzn?.%OTkƨr?4*Jzp|[kPD&im3eN)jԔ&E2*$ rDߡ?\mZǵ|]7F~G'sm_w$IDïMVA6}L D%v42:aݦ @Q!EfHWd6'0 |ۻ0WzhY{ߒOVNI'h6XT)d(q  K0o$_"@s_-`*`f/A#S"V)Fٳd5Q? PYSȤáW""(SR`*NJ|W+0qrsUwjH' $4W+JRMp}{Y ]-uH[YZ+, s_՟HaMxwiT06dtK{Ǖ9:[a>DV5{.5( -m'kXmiz~yiݐlqyVPNF 1z5(d =:}eH.^akF$`_z|"HR+`EhrI128. );}uK599ɲ$ܴ̈;AޢDX=EHs6FV^EnĆya^2ܹq Ey;_ i!"n*;uPDS態<$C{?ԯ'5&eۛ$:H>ª?#9 Զ# &xz2F[srRßp[^f;"m Jȕ"yKKٱGRc[@" =arOb\];o(E+}o_!B.k_eYNG\.XCڕn`A1SCjk.`YVO`w=e]>s?$S7jom`AL9wOLT߉Qjf'Wl4ɵ 1 a TQ^ܠ; |9P?CC27 S*CyG55 <2+:4{( ȧz]=@0G=9Oє [JLq۞tީttGPnXmH>| .hᨄΪtI@hAi陫bw-ƢգT(%^#F?0nao)`]i3.ާiF=E=̟05 6ψٻv ?뇰%lIGqF 5(= :K_ b*FwuVٺɇ;sE ĝm<8Or.'6yo-q}Hβ29shb=+e.H$UxAk]}? [LHqw=x;V@~sS A9IKчt\Tڠ6pd&SvEq-= M+i?yd]IFf9'2?Љ&):_9f\)D˘G` ?ꍔuꍖ !"z3;k f\R猸^ 7h1~dlش]x%"M[Q`bKpLjBP}rwyڼ?'딨$*^7~o])5pzQ]Q@TcR 7|gh*_A>͊ ougV0p:sS۶6 i'g䒲vںvB-=v$񨖋gl$3hnV2?!VFaCw~K~!LWQ[oBITlNg!%@GD^u)t-+/*Ag~QlM,^g kiZɣMMo,N`i^^׳:w_vEOr.΀zġ&~m0V|yoEgG<EEIJ>M>{ۿJSM fb!jW0͠@HB}}ءLty'" gboHåXӞcxx^ 7C}/%7W*|%~`]N 3& |)\G";J$WK| UTW&0Kq-ܹ&nRܗ^W'y"cloaCs0=6?I&yA%'fw6ёNm(^PBAw<8\@.ː(h/$Rҟ=~݈+9<Cy6( 2f9 ({>oi&}})Z[ab^b\N/ 7? ,kZE7NPl#cIc⼓WH>zcAWja`&Bƃ&8U_ZbIHnmd1ڕ{q. ~AMR(`:gxD!g@8TuLݕ7onypؒ lY䍑hmYݐ"WS<4a' rgMx5DwV@Ffj ^wO^}KvTX@!!-2Ӗ J`Qߣ+2|-_V}3z {Ȟ޿ފS3-F㐌QQ4LV(fA} l@}JCA^f.5|ܒ5 Ŵ~ŊOkz ryתTʙICrpB޸/M̻7hN~~*ͯ^N]hg|dQo%b&Yy3X@2. 7 4kpk6$=+{1AǃRuQB-AJZÕ3RMqQ;5r,+:D6KQ*ߝv=c i~O#\@ ՃmSBr&IQ*)'o&3޳ԱU+T-Jg/0cDdι_5W$_6'a'g؂x%Sz,ao&Eеl=tûun_㎌2&c%-`"Jʨ<;EtjHDuٜ=rكX5Rj )H`o$f~ĶboJS fФf#0G5jɶNjXex.eLz;~Y9r4`Oo*Lȍ?$B(-5*1p&†>NVF}ep"7 j>=A1h5F}担lxd ̵.[T)?_Cmc0!~o`F@`עq+>~Qku 6'eͤ4=qE3dap&AD>߬)r(^Kːl%rMns.{h9嶄*x;YZ/#Pg݈p^_;2]E~:BN\QkYo\ ]9do @EL~-' I&V&ҳi(1VyV`0eݏ'}ϓ9 LQR=_j7,yzoыPDڑ͇oƌ}g_ ?֠ğ@aEj(VUH:Up4ףU|ZD3fnD+b'zӯEu/8yi0Ls2UHaqx_Ȁ-nBv>j{B d`ƽ^-t$СBWgR\yXn.1ϼT@Ck";B WW-~ >X[VuɯP~BRˆ/M^MÍՑ<⡹Ю(A19E`s:SӥC\!Va |-%?4zLP6+wGq`yBa68Hbg ˂Ï{&5X>Te`Ny'jpVMCTCQ~?#d"ӭ{`xЖ<4p(S{8dv7'Ҙu͑P0t;vb{Pkm߸*m| tNp\UeG_T A)dx9 cEC8c'yN|Im*nFIh5כxk7H0dHݶN=Hwx]i+ !Xw Aޠ`8`֕wd֘ZntAjKܹs>S˭KG Xx6xۯA-JYiPqIR7%H:THK/!gE:.#Bi+hKJ`.llA-1 wN˰N [I.VnqC|31]$PQQYt"J;ηcisLQ+<(:Wiaql5kaփ\r1,b'#;3K-Ug'Y^QNuV>^orC5 ;kW5fZj,k]$ce?sK0' uqo!Ƕ?hr HvXH`cq<"g QPbƌQ'j{`띬jɻJ RS'+i뒐gxbiA__AiSy!kULϚ oM#.Qf =w"iE$*fY6îɘ[Ţf!74$V2{Wm/壖ysLTcaGwQzj`f |ӚWR91Wi]g359ו!fS,-e];dOHͧ ?H_X.|6i_vͮf#21B_I>LRRى-!W҇%徐C> LwUocc$Ut70vƖ,LpEQm+0,T@y_[qWu-m_JD8Ef|O,ӳd_* à5XJǛ3~`Uf6Z4=s/k!1y&;+s~m{!Kybe|Jq i=NBGKįr9R?J<7ȓѸK 8b3c3q};S#6W}9T#QdZ6/D!:;?p/)<pR927>^Llx*p6t7rߩ@ &w vDkVg"EEgl p<ݹ)9[P`b|eĖ `#Y)vl5/*fPؒiA}5/mZj7- Om̔/ gXWHm{3Qo@ CD<} m}غ>nQu&bd9Kgp4 ZJ#q7x:8:K7̝)ӌhղb -@^jB=)`(ӽFVe̯1d&TF1͘/:Ay;֡ĸ|F=Mw[:xDpf};4O-g%aշ^<{fLD4 Wc7]0M>U&+V&~gkqcHOi D8mzyl?iH[C7Ilr4u&rOR?9bS'm5k1nvwa״!;u-A&%d'@6ڪ< . sWogG4o}.hLURO/ɂ \əz9[\G1xn=T`Pd{ F#^Y^&IēV㏪W1#00;j,a2샙HSOb8?e