git-arch-1.6.4.2-3.3>t  DH`pJ/=„x+F86?\/XQ7S㭾s)m5Q:2{ -$Wc|E32-HbW)4b|ҼbGXdf:B=&ހif>$l5o=e`2)X覮STSl}@& h~$kvռ:y+W9mc./A,2^#mrTGmdUY©<{.ɿcd81c8f0a164cb6dded30fc1b2bc779c85a68cf7ωJ/=„3qpNDfєcE Le&T"T0=4 4]O0&UY F};`+DMEMaEwʄYǨ$ǫqO|#ػ_ L.;G Z9E8wU|{g ,{{4Z|2-Eݡ#gc`/X9x>)e5u (Z n Cә]r)tmF|"8t 쩰;<>5R?Rd   A' @bu{    E L`yX(w849P4:b4FPGPHPIPXPYP\P]Q ^Q_bQcR0dReRfRlRzRCgit-arch1.6.4.23.3Git tools for importing Arch repositoriesTools for importing GNU Arch repositories to the GIT version control system. Authors: -------- Linus Torvalds Junio C Hamano Jbuild18vopenSUSE 11.2openSUSEGPL v2 or laterhttp://bugs.opensuse.orgDevelopment/Tools/Version Controlhttp://git-scm.comlinuxx86_64b3 A큤JJJJJ8b665f3fded08c6a07fd317971d02ff08d7ff1a3c7bd4873d3fed280e6b8ebf54e00e158891490d38beac82a6381ec6dda6fb8ea85f91862b66595750064b3c7rootrootrootrootrootrootrootrootrootrootgit-1.6.4.2-3.3.src.rpmgit-archgit-arch(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 1256388542n1.6.4.2-3.31.6.4.2-3.3git-archimportgit-archgit-archimport.htmlgit-archimport.txtgit-archimport.1.gz/usr/lib/git//usr/share/doc/packages//usr/share/doc/packages/git-arch//usr/share/man/man1/-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(?] b2Ƀh=KjnuZhJ[F;hqzm[w([N.<~ B8QsSmgCƁ >OF΄fav_vxpYKrKU%2D>^Bt^ A$ Lv0]]E _~F)Aԑ!6Bv"C;g;ԅKLU yT5[g |n񳚣Fom.)Lp,$7j^U{«w$І:dT΂h ad`ՅR"/Hd&Z)k3N?^Njz/9KiOٍRƵ7@HoJ]@S LD}5R/oG&dt0֮e#Zgk%gƇ,AY3p\޺wu04MxPs>ǚ .)c/ % :AVK:1ZȌ|S2[qEb"ņ#C+l%c1 [? c}Cӫ1]!lbh/"".TϮݑ٠~*3pCC}GΙCP~%Jyļ*"j6B8$Y1`T S9! ^VfB>gKʅ:2p4 AB&F#mK>cA~*Debe\}W3h.,Ξޮ{|xN?rH6Q[2T4MlH7=QcOX Bdo8/l6/NV rrt"EDA.ƾnY"3]ɚtX%™:@jQL}N n(/6"{yRs!R|Y?J^i-0T=\ 3lj4c`>;5FH~NI0.p{@1WoNe' sZKҒH>I|j6<7W+:Y5Taڛg`*4p.ڂ5|fbNM>Ll|;x[Azhݱl]@خ`0xknMhdVTt Dd*:Qv}H@A*hSOo"z8nzov2-z:++l,$X,$݆1 '+p*)э6FjݺVx?b,]!0,٭tHOЙP(hF)^tYlJ9^¬$;uIK{PKdyY+uAJEr=`ʪgjOt֬;t2lDYWIIJ,( Sn FQkG2L]/hͳyí32ºl, qѪЉ yKL&+Mlff8Ȧox€%CHi D2y:f$^$'ϿX&e4}#*I"5\q%W4B&IϷ{Urɓބ[i1g,4]wy};EE:0Y:ݑ?wm]6˦ٳV7M$yԼbQ9vU(2!gV}Jyr]+ X0}~KnA|Tבo.!"ȁcf0j(m7w#xlv w2~pvi}d""ip|=Kﳏ,ᖶꭄ8wlVj? VQɰ1)*YI#205Ϟ%v0` ܥ 5Y18 9oUIrVzڱuo*wA^~g,(}XBcV_73gWh/݅P\TnPѹ^t8_wE$Q[kWsNMMKː;2h]@dɥMFZY7z!?q|@ͪn{`(!əfصf2 Uv4xav樓D7kv|YŴXksAc^з.B΢ݟv꜏bBlY9"􃂲KAf׭"re'Fߢ5d]:2 n'ee-eʗ`ҩYw-Ir =fI!3[/Vlښác`ϐE;=5w*biiqO'Q؈S&\E%97u$vԖXG- u㚕X"󈭒` o톿w Hmr|J >ցHONxZ’ڿn;%.?N ЀΕeq- B~,,,ӁZ~{S@,bl`%}=(.߱{_^5>?3b]%'4W,=36h煒>ئ7}dG4bZ2e)"|QԈ2J(c _($6!5*M,;5=ʁ6sʃԹ.b 3%k_UO(ty+tɧ8 Q̋ݒ ;!t O:;]#1iDrsk?׳cեb Zv뙊c14fmI M% ط m f'c>ݴ Sp>l\Z0GQB(-bS.iB.z_ox3 [r ζaybU΀n#XFu˜]*kaK(t&AJO6 "]i3!lIq |Io WK5"}Hqj3ֲ/xskr[i@?x(zn(pUSf*`nZu\<X4U{(ҡD~9ɭo<%NO½caX =[/qOdʠc Aq,Om#XF5\Ku_QEҵgyS;P uݡc*:}M 7g ʼ `PkK 4=!k`P .d$mzl6x!\Lu5@Fښ| ߢPwY7n* Ds/$Q-E$x}acqma}?cP)D ?8TqN\8d$DGE- UY_ݩkU^; zO@p& 9|UD${fŁ"_ΒJZ&8ZTIɰivIhKt^̈Y2Ѡ(e㈡eû:2d=xrJBeĐP^VMĄ5L/BmڡoR?nW(gJ HDqM+>Fc#*ഐ~ ф\NOrW}qFbnK_K-YCnfZf_Oc}U̕.65u GMKhnPU ewUt5. Mb\(Eh}xt^cメgEo?Hpv z`mxfM_ q(} F'r#vZ hD,VamB1(c_ ځ`qOM q#~{ ⪿4ÛUM,̤s M˚X$OUs-\D=G{ }\0G9}F7óEI&1;JY/svloD|7cC/4nk 4{3}\DQEisQ:vkCa*H~1^d+þ'uh~0`6`1:P;"bGW壍̱RBE5w@n]FϿ] 3!IΠ0;AT,2_~muvj˾u:&47Q!-MVp[窖QlN! 矬_G[k; #dv2ЭD+ 8BR4nf `/$tSi G/7?; ;hH"mRxRNI\k{bo~''}jʳ5N4 ]^ƺ_27;ҧ*䈁F3:G2^VhչEHݞϿebٛB܈$8yCu wʒaBԁ40Zfg]XQҤ_yWcB{{(-0qj f`ZtB?ۅ7]=AptxR;\s5J]6A] +(*WIohyf_Zi\zyQQ0OZCVGng+_wZ {$n=+%5 3j8w͢^ͩ9/w Z!J._yU@qו{沊Kp;cxTh}rg em"-btgNx( ,JoD oEa޼+7?~=w.pSf^+;@yd~4^ڍBvYAtݚ;4|RMzʀBg\=Y䪜AOW@b ӏZ!~ wC5䰹')7{%+/CP{ )|A$&.#gŰqq'x{ %m{"bO_}_HK|HȾjI/f~jWq.g7[1 1"QEC4"tC^JW`0zb>o{\h*RYvțk@Ée> I!땖z"%RagB6z\};;'^Ίn*7:PWB'.rݼq>~'?XS2hSn [QN_{)wS=+*֭CI5ɢXd~%h |*"ŮNlin1 ,iHql֠2NWh@NnWJ~:tF但j?27jIKkFKFyZʍ"W9 'f5e~Q]BQ?(7vb>o+. $;+.[fqL4"> a$>wa/O+yJ(|4&m+ TB}?{j9$ ‹2?yXjn+/ۣGzV}LS̻xhgxز&O%.d"˔_ocMn/F0dR') &8Y2I"j(xCf@)BvY8jϭ:>b2H4oM5kmc,n,VmJ l=LTax ΡMJ<)ͼg [ *q?@q9`^*nREn-|_5Z%e^Vە A^\vegk]0mY ׾V/'=Oj*"lԲ <z=]Z4/옸y6P;!2v>cTb[P;Io*VGgnZNZܕch=P\ҁ|,! 7= |BYR%Lɏ&R ƚyl_M i_3Rn6vI8^ `x/%L7۬9 Sp94xO.<0;%:7!≠7I~jKmrT"ݓ`j#ˢFShWF_Ӧb:s)|/JC!.p?NeܥF'WW"QO $:3)7#e]=s9Va.06qCg稛=Ug TO-mw d¦ӻ3eo: MM=~[x߆8!~ t\& k5$sN?Y\8|ZٸFqwONV/u˂%LALjZ^x_!={62; ||ee1cS+LW)WY+5Bw^MϾ൫Lz%U~8//B؇ŝ kob5F3 C6V.+FGw*D1 rWZbνftdAm0vM7qEW}"]FǦ\ qgYLfJ)d܅wz稴E髑Nj:+/D?8]ʈ>DJڥyXBSkƸk,)?MWH}Ԧ;Q\ S|uz'xYƜaɖlIj[25]O!(f, 钾Rlqf&iqE@,9ڱo^)z h p&0t =&D!PnrK(`a`F{/݄Ptg%ur[ybH"DK]a@I z4 HDdH%*Ô5_~!+TA95Z1ԌC4'Dxt2vȆQLlЎKGD -փi=XdCy8}Hӑ.aW{觔B=iPJD^m)1GaC$` nS  W&4eGּ̔';2`)G ī򆿌:cz7N.r5̺*BifB.(_:9{4,\Yjr !$Α(&.U@*cKд#\4@T6>y XV2wzw^SuqTT5U ذE)*8*Hg8AӰR"?Ć&#{Ӏ#$~m=qJpR K_/wv)8~/O bᓌ^Ð3e.8/*;q|w/ ES4b .D,s>)]MJ?8<)2ciwVOK ϣe~ZUS0 `IJ-㚁7<bq/&y<\.L@R3Š@΅y3Xz2|2勓  K6j*=8u;|s&ӴK$/+au,BXhCNeϞKsPXT]sx*-P9T..kkLOPo]٫N^)5kQzӥ>_ToaD)f!"ȓz[xcFpfE9tzSfx搜:^F SFݿEVȫ.S&,1 7!N,곷xQ$|Oai$R'!)cךD.zCg 8 `߰oP o 6 W̖n`Uy4}F,?a1Ʌ?1:5*<x DmР5F*f`:HRlA٣3կW _yϵ)ݯ'3iI1l[6-[*[_iD͔esw ˃Ǔ:j~s'Y՘?{Ѓ<HT 1 VA|h5Oc{Clɺ29kVr7z/EoٽfH7H=R@*hGLS{TeNeLyg膀]Uc'` /a \/䠓[j^!Rb/&qCAA# unN/v[ .-iHVp?L](_6 st -d-)Rg6{&P;N X8J%MQ$ۮBI%OwK_{B\Ae VKPRR,=N1@#R2l3WtȻzQՀ\0 HZ(rCv$;R|*s Ԁ޲&ɺfBkH&p(~1<ΡJ_Tw(Ӻ5?C=QNjA.z&|d%C(t704\UV>܃C13n}{n/9"GO!yQvEI @| fbX:>cQWARVw(OZŻ4<&Lysi4H ;93!U4"W΢gaBmުBG/WD|_Yu~~K9T8 4"YDK2HH7s0( c&j:A$.r7`՝`e̲3IPdmڬԯI$.dY.?fRO}eAq"<5ܷ:kHg|W>gTRxgCB&x3B/Kt}[kB1[g ?@.L6tI{ڵZʜ$@KVMG/&&W%ZTV&3힃AJw$$G?ᐰ}_ 4O]"ƿzҎW`[0sK>8ثV)k\Bl?r1y\(񕰃]ZRH4q,Y}\^A|g_q!Y%ݻ~BSlh o8BBLcLcNHx4ޮ d6=e}]g0Enxn/jT 4Nh7- MЀz5hv@MA=jf`ceEeDS؀'ȋdB#[B[X*mGԘ=GH 8>gO+9dj"!vxŐ3ZJk VE lPzU)D,W9i.q9i㤷s!) 4yӀeN#1u :JV&t8mA5IOOizi.RŁXW^Kn&U.j]Ȱs^8ݤI=ph/RƆ$&aE/*CrPt }2-ں2d\E@ٷ"Gv:JvC.z.\,nF/WelLg5!} B%D!$z@`H$ͯ/uQ2V~{ߔ|Y0OߔqVF; ɸTNpl+ܝumωЄ;T6sqڇrRlCbu*49_*{RprvPN=aI NFV'ǮhCJWx3ș-ķ41ww"!\*^KJO Gx'THe`jHM%hu$j\^&ɵaAcym"y9Pm\fXce68m(k:.]y?j=W \G* 1#i;$_!)<'Ư%U{Ӫȱ;ѢuyQ7Kl02z5=^ټXꀯ3YU NCC vMpIj VSN9 #sle~uB~Bh9|ٕp+HDC% +y8 It+OZ]ٵǰ0]{9< `T ӳ1MR{BREb.4rvC #vj1fdРdrߔ `KVma1r:TrWQSlNW nV[/_̄unfT0\޿iKU>1yyRW?{YCcVGG&GkCzYlnB`5tX\9j՛Z=,:$(I F-fz-<ώ8oP"g}tH8c=-|31ZRw5DcP??Y`juDxX(pye3CI-/~ikkې0^b+g;u^)3fc%S&^s1> 5 s>xE3ٱӷbUfXbWRt<< Td;‰7AdXQ*}NPRGHIvM%9?drZKR3mQ mİF zDJ/Q[ֺGV(VTTR< fx5j~V4&Ē,DZ2[Ӭo*ro2G4cz`5&3b٦i|! Wv8n3uiJЀu{⤯rϽ8>n()_-p΀wz:"iR"ͦj0j/ {<n =Rt.{,r.sZcЖw$51aJwBia)x9l3cA-LƓԷDr^;دugͽgW濘`LBXC.|ou&qTe xaQ,UKTh04 ,}̄t!(74-6/ez(S1&d9haIAkmݕNP%F2QZp:js4 G1bYǾTJrxºo ιsH:B3W&(]?|^NuNn4i (.&:<@яՊ3uoQ]Z%lA`ljYI)3Ppd3 2.G. ah Nr+m fR+R"m ׶y XRߏ-=!v~ 5 ~Jjļ&jf&fԟtxt_(t:d'D]N"z8+: =~3F@' ySq򲘦fuG@V6{!lBN-H߰E *Tl*x/]F,q 듞4_lvg`$Ҝ*e^)*L8HyqGfדg̿/͍sC= (AyLlW5nČϪ&CހTɢ鷷P1|+c`ý$n?!M*n=c֊ѫ܃чx&Rn:) :3g\ܧ/ z]<{UK w>%%%waպWsЧJzuҤVYq`XPAKeR(6kwiH=cJ|azM oѬ{WV xO3QEo`Q=ڻHPY` f`}aE#:*ke=/?_xj%sVHN%uݬVܼ COb]zœJ8#K b=kx qI,h Km]/-1W7FnY. $;-Pmm={ģuj>#e(NV,[JrE+dYJKETr"WY u^ .,D( ~5i3d5s$Bv|$b\o2׍CC Q_Eg%n?23ZڅHwoAmfVƖGp:OʼҲK5:e!4; fG؄dt>VVO_>KY BlL;ݾ1y_]0I3 LI8?iPI[mLY|b;޹~h6X|lZM[P#*BF%Q)+@U!29*a-AU,-' |'ioqzёwn &ŨJ{ ws,CZI! WꝜO;m䲫k?Y(9aa> VZ< \+cuJZP\0b7dԌur9NIpoZx$-9}]j2t^ݬ0M*@43t&2ЀӊIn/ ~q]ϱEk',D\./`;^!4dXY 8rDO8\\0B sBjۉp(h'˓ƌ'ym@ncFWPIaܻ!6b+ErK5E1unO{IDZC͝1hG!rWLsVo->OXP(}BjϞųEKsŏΊ:_gg1 V57$WOY@>3OUi&tU=_Jل]6!,P{`3S8-OucۡQ3G$^]n$E2I>v8'AgkZW6"rd2"#eȱ6d{^ 25WB]mK$} 9$',̰v; HYОCj|cf+ Wq)NQqw+T8pނSm !̓AtY!PyždY?x+!kQ 3f=d C rE@{Xc4Zjb;UӜue'Nn{ :F Ad]U'CE+-i݂JC ,EVŢ#l9zqP:/_s佾W͊1*eG#SQVސ\}Hf~nXϖf$k ^bi:?ld,`kd|Ob^: K`7pMQiD'鴳#ef=?81ܱ-cVI*Ɩh7%[\)y2Q̂,P/CuZI{<Ⅸ+kJW7AXSPz)=J뭷'"J r›A'$ku*=c8U6l1+8$ BMKo-ނ=Z:9&ob' &͡+錍˿فǡ'y CZ*2f #ʍn1.5&ߐGGCfi0(aW0cfZ~k~A.e޴h4~E!Ǹ@