liblightdm-gobject-1-0-1.4.0-6.4.1>t 4 DpQ'[/=„, +*F9h{gfޓ_lu}|84҉6j6| v lw@$z'j/~oCq\# |[ AxK4B y,| 'HRl#P)XY 1 >#~eS \kytq|M &ЋL4;<{&'Z^}Ἡ@$`D'oZWn nyncDH {Q'[/=„oƔZo?N,w 5 GZ3tbxcihA2Rrl/}y#m׬kJ \\O)+At$xa_ږ֢@X!^Ch"(%xx{-R_zOw;Qߕlj;^=\"Eʲ;p64e6f9efccac86441e15d2a92ca84fd6c70c02b3>?=?=d % J #)08 < @ H j (h(!8(292:v2>;9@;HF;WG;lH;tI;|X;Y;\;];^;b;c= 12.3- add polkit rules which unconditionally allow the lightdm user to access to relevant upower/ConsoleKit DBus interfaces for suspend/hibernate/reboot/shutdown as access to these methods is being denied for unknown reasons since the systemd transition (bnc#798769)- remove bogus -o option from useradd- fixed lightdm-fix-language-setting.patch so LANG/GDM_LANG are not set if there are no per-user settings- added lightdm-make-sessions-inherit-system-default-locale.patch in order to make greeter and user sessions inherit the system default locale (lp#1073135, bnc#786926) - added lightdm-fix-language-setting.patch in order to fix saving/ retrieving of the language setting (lp#1068853, lp#1019314) - added lightdm-do-not-strip-codeset-from-language.patch in order to prevent stripping the codeset consistent with how the Language setting is retrieved from AccountsService (lp#1074946)- gdm 3.6.1 brought back gdmflexiserver so remove the conflict again- re-use xdm PAM configuration which is identical and there already is a de-facto dependency due to the use of xdm init and session scripts - recommend upower which is needed for hibernate/suspend to work- provide %{_bindir}/gdmflexiserver for openSUSE > 12.2 since gdmflexiserver was dropped from gdm >= 3.6- update to version 1.4.0 - new major release, please see the included NEWS for a detailed list of changes - added lightdm-disable-utmp-handling.patch which disables utmp handling since this is handled in the Xstartup/Xreset scripts- update to version 1.2.2 - fix wrapper path in AppArmor profile (broken since 1.1.1) - add show-manual-login and allow-guest options to lightdm-set-defaults - add missing regression test script - dropped lightdm-use-pkglibexecdir.patch which has been incorporated upstream- update to version 1.2.0 - new major release, please see the included NEWS for a detailed list of changes - dropped lightdm-desktop-session-env-pam.patch since DESKTOP_SESSION is now in the PAM environment before pam_open_session() is called - dropped lightdm-remove-xauthority-ownership-fix.patch since the code has been removed by upstream - dropped lightdm-call-g_thread_init-conditionally.patch since the problem has been fixed by upstream - removed lightdm-gtk-greeter and lightdm-qt-greeter which are now separate projects- update to version 1.0.10 - fix compilation failure in liblightdm-qt with GCC 4.7 - dropped obsolete lightdm-fix-missing-includes.patch- add lightdm-fix-missing-includes.patch which adds missing includes (lp#958097)- update to version 1.0.9 - stop file descriptors leaking into the session processes (bnc#745339, lp#927060, CVE-2012-1111) - fix compilation against gthread - change session directory once user permissions are set so it works on NFS filesystems that don't allow root to access files - fix object cleanup on exit - fix lightdm --debug not working on newer GLib - drop privileges when reading ~/.dmrc (CVE-2011-3153) - fix crash calling lightdm_get_layout - drop lightdm-CVE-2011-3153.patch which has been included upstream- added lightdm-call-g_thread_init-conditionally.patch in order to call g_thread_init() only on glib < 2.31.0 - no need to own %{_libexecdir}/X11/- regenerate moc files- fix .dmrc handling (CVE-2011-3153) [bnc#728627]- added lightdm-remove-xauthority-ownership-fix.patch which removes the code correcting the ownership of .Xauthority files, it is still not secure and the buggy LightDM version writing .Xauthority as root never was in a released openSUSE version anyway (bnc#730062)- Update to version 1.0.6 - use lchown for correcting ownership of ~/.Xauthority instead of chown, this fixes a security issue where using ~/.Xauthority as a symlink would cause LightDM to set the destination of the link to user ownership (CVE-2011-4105)- added dependency on gnome-themes-accessibility to lightdm-gtk-greeter in order to make it high contrast accessibility option work- update to version 1.0.5 - relax AppArmor guest profile to allow compiz to start - connect up VNC settings for width, height, depth - dropped lightdm-vnc-configuration.patch which has been integrated- update to version 1.0.4 - fix --enable-gtk-greeter=yes not working - fix X sessions with arguments in Exec not working - use previous session for automatic login or if greeter does not request one - correct ownership of ~/.Xauthority if upgrading from buggy version of LightDM that had it root owned - set default resolution of VNC to 1024x768, add settings for width, height, depth into lightdm.conf - AppArmor profile: Fix broken gnome-keyring and dbus/gwibber, and quiesce annoying kernel audit messages for privileges that we definitively do not want to grant - set LOGNAME environment variable- added lighdm-vnc-configuration.patch in order to set the default resolution of VNC to 1024x768, add settings for width, height, depth into lightdm.conf- update to version 1.0.3 - fix reference counting issue in ConsoleKit code - really add the lightdm-guest-session-wrapper - added lightdm-use-pkglibexecdir.patch in order to use pkglibexecdir instead of libexecdir for helper binaries/scripts- update to version 1.0.2 - fix daemon from blocking if Accounts Service does not exist - fix greeter log file not being written - don't set LANG environment variable if using Accounts Service - fix gdmflexiserver not working due to it not being in PATH - don't authenticate the greeter user - allow greeters to be disabled in configure flags - fix over allocation of read buffer in greeter protocol - make sure objects are cleaned up on exit - fix minor memory leaks - fix hugely oversized allocation in greeter buffer, can trigger crashes when entering very long passwords- update to version 1.0.1 - GTK greeter now remembers last user - GTK greeter now initializes i18n - start authentication for automatically selected user in GTK greeter - link liblightdm-qt against QtGui - fix liblightdm-qt crashing when face images are installed - set correct permissions on session log files - prefer a locale with a codeset over one without for setting LANG - introduce a lightdm-guest-session-wrapper session command which MAC systems like AppArmor and SELinux can use for attaching a restrictive policy to guest sessions - provide an AppArmor profile for guest session lockdown- add dependency on ConsoleKit-x11 - add optional dependency on accountsservice to liblightdm-gobject-1-0- update to version 1.0.0 - explicitly grab keyboard focus in GTK greeter - fix removed power and a11y menu items in GTK greeter - put system binary directory into path when running in test mode - call pam_getenvlist after pam_setcred- make greeters depend on main package- update to version 0.9.8 - allow lightdm --version to be run as non-root - automatically respond to PAM messages without prompts - create 'AddLocalXSeat' D-Bus method, and require root to use 'AddSeat' - fix multi-seat configuration picking the same display number - use correct D-Bus and power interface in liblightdm-qt - run pam_setcred inside the session process so pam_group works - make sure one session is always selected in the GTK greeter - install displaymanager configuration script into %{_libexecdir}/X11/displaymanagers/ (bnc#714003)- update to current pre-0.9.8 bzr snapshot - add ability to set the language of a user from the greeter - set LANG variable based on the user language - add language selector into GTK greeter (disabled by default) - allow TCP/IP connections if xserver-allow-tcp is true- added configuration script for /etc/init.d/xdm- update to current pre-0.9.8 bzr snapshot - Remove GetSeatForCookie and GetSessionForCookie now XDG_SEAT_PATH and XDG_SESSION_PATH exist - Change log filenames to be unique across different display types - Fix up script hooks, add regression tests for them - Complete removal of X code from the core of LightDM, so it can better support various display types - Set PAM_TTY to the display name, not the tty device - Only unlock displays if switched to from greeter - Make log file not system readable - Write ~/.Xauthority inside the session process so it cannot be hijacked - Set PAM_TTY and PAM_XDISPLAY when opening PAM session - Add VNC server support - Do not write ~/.dmrc and ~/.Xauthority as root, this addresses CVE-2011-3349- update to version 0.9.5 - use accounts service in the daemon if it is available - correctly load seat type in multi seat configuration - add display-setup, session-setup and session-cleanup scripting hooks - fix cancel button in GTK greeter - fix line through GTK greeter menu items - exit daemon if a seat fails which has exit-on-failure set to true - add HasGuestAccount property to seat D-Bus interface - fix XDMCP authorization - update man file - removed lightdm-fix-underlinking.patch and lightdm-add-scripting-hooks.patch which have been integrated upstream - depend on the new gdmflexiserver compatibility wrapper- add branding for lightdm-gtk-greeter- reworked lightdm-add-scripting-hooks.patch in order to match the version committed upstream - added lightdm-set-gdmflexiserver-envvar.patch which sets the GDMFLEXISERVER environment variable for the gdmflexiserver wrapper - added lightdm-lock-screen-before-switch.patch in order to try locking the screen before switching users - fixed usage of --libexecdir- use update-alternatives for selecting the default greeter- added lightdm-fix-underlinking.patch in order to fix an underlinking issue with test-qt-greeter- Added proper Supplements for the greeters - remove version require for the greeters, 3rd party greeters don't always follow the same version as lightdm- added lightdm-add-scripting-hooks.patch which implements scripting hooks compatible with xdm/gdm (lp#602505)- update to verion 0.9.4 - lightdm-set-defaults enables tweaking the default session and chosen greeter for lightdm - move xsessions-directory and xgreeters-directory from [SeatDefaults] to [LightDM]. - add AddSeat D-Bus method for adding dynamic seats - added a dm-tool program that allows user switching and adding seats - allow remote X servers, e.g. launched using dm-tool add-nested-seat - don't allow autologin-username to be set to empty - removed obsolete lightdm-handle-empty-autologin-user.patch - package gdmflexiserver under libexecdir- added dbus-glib-1 as build requires to fix pkgconfig dependencies- fixed typo - removed dependency of lightdm-gobject-devel on lightdm - removed stale dependency of lightdm-gtk-greeter on gtk2- update to version 0.9.3 - unlock ConsoleKit sessions when switching to them - add a gdmflexiserver binary that provides backwards compatibility with existing sessions - set XDG_SEAT_PATH and XDG_SESSION_PATH environment variables for sessions - always set XAUTHORITY environment variable so sudo keeps accessing the correct X authority - connect up lightdm_user_get_logged_in in liblightdm-gobject - ignore sessions that fail TryExec or are hidden - add missing home_directory User property missing in Vala bindings- changed lightdm-sysconfig-support.patch so that the sysconfig parser does not print debug information which would go to the console- fixed some typos in lightdm-sysconfig-support.patch and lightdm-handle-empty-autologin-user.patch and handle invalid autologin-user properly- update to version 0.9.2: - fix annotation and Vala bindings for getting the UserList singleton - fix GTK+ greeter error label not being shown - don't set SIGQUIT to ignore in child processes - reworked the PAM code as ecryptfs users weren't able to log in - added lightdm-handle-empty-autologin-user.patch in order to prevent auto-login as nobody when autologin-user or DISPLAYMANAGER_AUTOLOGIN are set to an empty string - added patch tags - split off -lang subpackage- initial packaging/sbin/ldconfig/sbin/ldconfigbuild27 13615550031.4.0-6.4.11.4.0-6.4.1liblightdm-gobject-1.so.0liblightdm-gobject-1.so.0.0.0/usr/lib64/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/876f2537cffa914fbdd7c401dd03fc69-lightdmcpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x9f1118f066f47fe4edda7999c76a3891f4bdd626, strippeddirectory PRRRRRRRR R R R sf|*3accountsservice?] cr$x#̙x *B+{R<ב$NxZG>p$lÌQ^n3 M ) g(kgH*!& vZ`j'_S0 N樀{B1( 򤐾C(į}t)ٌTPѓEm뼃yMC'm8jdj\ulfFq|mgmn=O{0%eN O#P}O%K5]6-drSoKlLM7u&&O][O9 ՓY+*=38j 1[C‚c/`t!&5oui(ppɳC]]^ەdrD}݊ώ@m;h _-/GdB5 4՟S 1Ie衛z̼Yeo E/5+ʄbs[ E}, 罩TrWK#~;MRj+L?BoHpԺ~T~}nҎ xCmw=?~Ny`(NM Fc)%?ڜtZ҃My͋5 %ւ8t^H@.~LWSCȝ_^`:I"jt4hdTBPJB]F^8ZFtȕy"m:^EN#n&`ngs~PZa./'Tx?vW =e!z?#"/@R+ P)n.@9)yA*9Cas)Z+~SEO6zlfΜ#mK|Qߦ7e$_0L^h:LS7I-Ƈ ) ptf`LZsSx^s?HĿ΃ȱIK?"2)0b5_ggYIu*~u\O3k! Bb] ÀA?tmok@ Ukj1ir#fH>{M̀Mz~+sUMVsyE{ e=+,!'p =ԪʄXH~P|M[QrH0'16z6sL ӡNE@lHggW2qn `tۜfvPyxas%' aU'3Yܲh7RV⪾ Pm[%6F%@h8ܬ%Q}kCuksfFM!uzoHyujV06A>)D-޼߷$eq1lg2I*Dܭ4G;-^V/)It&l;<8,҈-v1BmъScA0W;- WV~q<6`@%H{Lwjz:Yϰ._x>~lA{ q>R$ O9%u]l*Z:ϽЅOd@r)Mqs0L{Rd@y{<0 zk_1qoO4md^'oJ;]WKwM(?IdΙm%}0m|_^.ֲ`\d~jzبzJ ZG \fZ5n!g?CGl4e 3 |xpl h_v;38W(>:# ]+ ($BC 2)ԓllzS@%=k eY /=H)a09uuVhT~%R%Z5ff(%<͜4X]zA{g'n)ӫNj7hDEĠȻE{vj{0~S٣FJ]MdDlX>ȅ`Uc!èC,흨h@Ȟ-׊R&ﯥN 07`-+s 3&=Yw}yݼt=zU :s6bxiiy},mGf9UWmޝ;avqvl#Eξ'ie/1h+p<#A~>*Ie7EJ$3Hǂ }(טg5v,^O.`8IV_N ’5϶Wdt[%QZUKxC=e) muU&q4`~~[aSdF>Pm91h[w_0G[]u=Z0Gm(0Th ˸/Ć'3P7<%8PΓM"v.yŕ=0uHpSA9CQ,h,-/In:Ɲ"X:k{Xb@X)ׇ&78AKI1UNW&`A҃mH几k{LE:8"HM۴qAt[ wQ&^X~/W.xH ǭ"PVrl#-*lAHШh m&=7v^{;\3i9s xNH#:=fƴA$K]rvdٽ)>:+Q}'q[pp!LR/!oneYv}4L BJ|jmpK i7#6fΥLV[Z}g]SתisSs$ڂꙺx<#gܷEH.q3hzc-'өL. )H8.eP?/$r6|(Kj`X{δ$i; {ʭ^yG=˶uTr KE؂;WGcuT3sȻEtnQ{5טF&*(JQY1>Y)m됼qZ]BIZ]|m⻰?*X"񧅍@n?zj(x,,6yϠ?fb"9}e)O tR܎E(Lj(dsj6uȚ_"v |<'Dl?6Y9Ag^9QA3_d6F=,z~*nb{iꓭmŻ h =6 80^! ,uTFxVfi(lEC#`~gNwZlHh׍j\xPa'B8*=#m:jWAR]֕xw;%t0fYK\PM, '`~xGPdR/LgٗKMSQj^(ž=&Xܩx^WpZ8)U'D9%75xz8TFS: 8e9uD5k{P2z#]&<ȷ||#> h*d7N98V JUH;5Fj|=oE5+>[V)}Ά@{y.? ISЬ5PZfWFM!j47E~)Q'U=hI/gácdx~1~чU! ;jð6ȜcS^9D#$2+ǻ'B^er mqa XU̾T+ZGML1QS?il6'@ώݦkEHOvC5EX+'>Db\fѱ@ ڋy'" Q,8-vĵuR6fƐޚa.Y#FrTgT;°HW 7$+D_W$^|*;%f+~dzӡLx~9p4yd/H" Et舋!ΐcBUI~zfWy˭CM%i&u,qŒv{s"rehlDt<,E3 aݱMaOK^H[zF[S@ecPIQ7zڼvf2n@٤lH2fxR讖 mUyQ@u@I!UIN]{U(V`մ&Ưev5Q{И,eEz~,(@PĀ @9{j~lln".Is< Sf?v\oQLHw T%f=:IP'WpJ7B*6(hӓYE{ñX[$ ?P崆lFQzf؍ᱣ@\Xt?ʆtkC}DdD%jEkJ2ոOԵHhe9F%=,sRadr'lص G!f.4P z"=,z lv[0# R+u0VD\\Et# Y.GףuD=/{M><l B,\93ײf'1ȍ|UUoA|a)Y WateSP 7:ʔ@M`!lvxphPoֿC*%|S4LWbbEB)aְG{h(a9 *.tƏv!0JZ |]uav0EG Z^zɆ=qXKfZ%)53/NV1q"_ۘ$Є xw$vMeP9`a8$LHuK|kBGH%EdO#ܻKt6/ =Fo'V@`rq/ CRp bU oG;HW灶,+d}Mj!29@k>ܘ,~ExM'C~̯ AdP s:*?{xoGY@7Z?#K 9\ȼ&:.DP& ;KS C0e_ڕ;K.=vWI9M/R\ ;: DA-d*z"9>t;%)27=VuYn43"<+i -SW/~R,pp J[k;{Me]dc[2'P,&|CGlWΌ~הQ ]==J:Aowoԇx]SBUSS愠`p򟑤R%UhPx (Z8Vzt*:pAR0>+P gQw+TwVՄkr #CR8{jqn}vrQr!B(y(&nEg &qT/ 06o6~ R49>i$N|ⱸu73d9[Bie_Q[֦/T~7'E'Ժ=̖$lx+9%q{eF]z$=՟ςy֥LD^N4Qizo̦w[e?i+[TO{v5 $G8[%8F|J ?# |zjd[1<1&EڒJê$G_@:뿯%-r~Si GkW |5xB>q B\0natg^K{bjk0_ObwgS1ZuG%E3ez.KcD~ag"p(Y43Kr'vW3kĆIKr\Θo[- uDfO1PӖN ,_hW?Rr 1.$ tP8fAҵ+dG^¢Е|K|_)U&ng?߷fPar(_rUsPq^1>&\~o^G~>˒9z&D0 p=:AZg OP\%4ݵDynz5/wCCIhO?*X (}u "D)K't>_{B +ܞwGЁ/ώP&!Ղ8"86mYCOR] 9^P!?˔vRJkY-Q4J8g ['ю P , }o[h0l ø&|W,E. c Eq$"laS67əI]@MIp@|e^S,G ,,ߪu Bxpx:zi{fC2^Aw(.A1k p:3D 2 [xϱ'O2IAb9Lc"FZtJY -!_Uv\-j)|1b;yq Tr.CRlm7MlƳψqlAI&ӲFfJq6`{RrrC|0i:Znci\ ]o=4忐u.ɏ`(s*LI-~&?K¾U&pdvlwc8f\45Hwi8˝d:HjY]8Rtˆ$ϟM ӣ]%F޷$|a~~,횓]۞ ★ct8}[qȟNAA|ʅpwUoy"S@u۟C,k{Ewe4H9C@j ~T\p{ŎIiv27[B^ky{`ᝌ"jt7U;z+'Z%wura?$ 6#o4&nU+DQUF/@DrܯEMd ftrC~Ll;ϲ:U*%sLA^ ~˪Qf(#FHh,c,ON0V2%DF~aO'#VZ"B =̣Jn' }V\UM6۵xԏX1 P|]Q(#h6PO(?wVLO9LHq^xXl0fVޅC@X -~ߊFy!Z3/ SL˚#a>04.4Շ[Ǿ %!j8L(ڹD"G&.I?IFQwt=B_~bHf't[é{>YBj s6hv_W*qhut&yLga72Ehd.EqBl;ӭz;V/$GӀ4Y px}LKjow~}M5"ocb,@Z !p _4\ $co9,~B.R|\Y?T,,OOLHC) 1sOE8K,m-VV)[Mc zX}usdl7-upbNp1-KzPn|n o3\:^oq uLѣڹFG꩹UB0cY~D|i 05Ό5rٚ/¥Pi^It3 h“zl2F8v(Q ӊi6_F@sKCɝ@ \b}q)gFUz'tS%$dƈ/b^4&G _D5>i3$UZrUn-&7z@9og) `FwRIiU[&wVn~uKDNWq~gMVo<|. ?QK6kqwH3|θ.+A"U:rt#Q/;~% ʾ#ՠRG&d:F"<lq2E<87Ա2@5T>wz/&ԭfikf&GVyuؤzIIkneYo ;l1>ۢew$R( 9J>n.vįOlD9BUkJj遙roTU1[u|VKfјyuޫ"UR܌*~{1G)v96]-'FJT ph*?tjivXf@ݜûT tyqٝ#]bĽju }&!8tw yxnp֩,(&2b$ںS5aUf*׉KL@lr ;0rC0b# 1)O\ x}ΗրZϪz-0WF@/kJ17Wޯ^JN#]A t9 jB 4*B43x~H*a`>5}jΔsJ5*%@-_ę7мCQ<,@Z/j(JrR7cU 僐ÿ2_뗘N~xR\36jRbĂ.Uvݐ%!a@y(Q \d 'S* }G0 ~9NvO_FǻzS;j*K#j$9A3IΰO6Un[oT"W`Ѯ NCޑ ;7a ZRJ- x3]=i`en'4G!nBՙDϳrfN-_(Nc)X ]'ΰwݚ^ܧMbV ?oq2 `@)~yb8{҉K*uhYvc ,do{z^FȠ"K;4RWB/!2zqT^R4굞q <`ZY&p/# drW)[q5ʻT9. ɓ}SjA?۲™AsG[Y9l2$ͬQֱg DEH5Ż~ˌ^y;E`,Cn[;" V Arߩy3OȊ[@XsKD(0s*6XʐWR--SA<5+]-lL|[[d*ޘ}3fSi-*lC"ٕa/P{:h.'‚@$O#_ͥu̷KPPr&r̿?FQrav#p2#> &ĚGe8GQVQo=G} [hzYhQ-XѪDG?q[Z#/Zɱ%iUr,+59~Q#YsiOgJZIO<Qslȫ=U!w<#Ȕsպ6<ʮ*S\|%a4QD \j| [<(,!g8Byi[YH$E몎{4 ;4Ѳqĉ : 床cq&-!B5},h_™ƸZjSPnvWk^`;v7_NP#^yDUT%4E mᰩ[Zo6΁:_WDܻ̤4${-d>1Y?1d ~ ^ɳD&o0eNGFLP[{?g)v,Y&.)̌>e!a^䆀bU=3\N_V8knAT1FIUƂlǪBdTf,03ȼS5 T ȕegx=M69XYO ǥi;};{I(-آR.ol#&`dx2;Jn^d}VJ۴s98P^,"-Bp7``Έjl gKz~% *5l1 AIw;?0w򏍉cNqe/q '$ԏlKo=GOIRG$ J0<2/bc[}܊YoDR?duQao(N:⵪. ?Vʰ\b`v,Z2F6j$"O3ԆG4hMDe>!5{+8Gh Hݠf]+DgqPܜa]ؔf4yA>fH%Ϲ:\4]k %%D`V (j(3rSY{UX (.|AbrM4 ;0,3PTJhc3X %mTI. n2L>8`[6btDbe PE# 7Y"J-Nuپ0/&B]z&.KM~kJccg4vAws̤BdC׀)sϊJߪ@-ҵi連iPav ٗkE$Hmct\yfu.g ecs! )Ke$IiXB"(1cp#cosc=Bl=AAяfX>z V~1BDӎ[^ގPF6 ׈1;l\r0K smW]QS785NjZ:3;u,kraĆ!۵;I[c,`Z.ܺJ#|x ×& h":ZN{^-GxįH.^OtJ.P@E)/2kK+E,- *h[1y]׾Lr$#T20p 0n Je^& zfwL8znQE}|ooQ¨Δ&L g<8Bo8[O~Q+VM |y%L}:Wp`[`:م/+j⼸m}]ܹzģ<$6aCMqz?=PLeUJyt ?' qDӿ8 ;C4O~Z5v!%ĺvCr9h؆f ajZ(_J L g{X?_~EP}!f?b|fY%sM=OQ{a?&dRL USF4 %;0 @2.TD7\tĬgTGf"o.UܒnjvdZw{2"N/If9:_PzlۉE9&A)]W گF;M&d>fT͍@[PP%u#@e< tO2u{ɇQM8S2Dv~E]Ns` #]w`Qqm.s?q2.  آ0Fˍ vnNcE[!6^>Ii#+x^MZЌxN:gl=è;ّ(hX-GLz K+NlXM7uKǶ ;qB;O@{EPh6 -K??~XԷbY6_8& թaL+yfg,nu3]rVl%'/ KČT[C?IfU^HzgL 2Xs\5|oi(0A["A[+.MEy0QWٱ]}v|#v e6O6?s;r tDa[GcFUS#gڙаZ BYBoۊ̀ ǣSûq/gx{rpG$VLHI,Rtrq9{AY:}>]6FrУ mvyui (Kt WB 8%&gmC(R^t.r3rzBgR}`p- 8MkF`M bvD #W^@)D:v֢m-/;? s œ7='F%"lVD`fQJvtF\"[kPJ 0?I~#ujxSm ?$^JSKɅ@85U=/ZöfJ'0Jc%1$_yV<~R0A7eU8Xdl`T{L~ay(kuAgIGX>!8bԴsywpŸ:"lBVL3#_P'XőFJ(Fk N<+a8޷3rmBAhuq`i<Rz ]r;lWٺVc/eHNXx[JGAxo= F jFDد_pe1Vi,845I`LHGhvl#w~`;KPDH ôӪAgAQQ<d,) ︷oMR(QKN"Exdi֛Rp:mC9hWIb`D* :6{qBѣnƒL1$9OZw8C l!҆:e>'Z-w͉W1,9u=l:k¬mm+~fXT6mk|^peOם/ϏZEA#WA0u8| ]sq7xJvD$'k5ASb<}yj-e:g9B'j9ۜb8`=LnB1r<Ŭ.̥yqR3 5 .WW-I #hBAB'sϮS}*= )dq5lc ~;‘#EFetv N@0}o,5=9=t}Azn+~U۴xR|^"O߂d&>ֈ\`_Hb}g~/!P'}e6UzN\|ED5jҟ"I(9 v>x0B*V2kXcU IPUA\b)~ROfQ*6]8y8@rm1_XM:۹UxB`pi&n!N"Ph6&Ղߚ5;blOhLhKPr؈R$^,rT2)$x܁$AIYOTžmifF:󿊚& pk1_+rv59"wtEb`e;IBYTuB{ n|.?)o,6{"ݑ U/՗l,@"vFdDeH+)qNLۗS4nʤZ()|Iשּׂo/(aiQ'1 A!{x&a?N)^> S%&R# e{8!*7T$F?':qBڹ]Ο*_pn Mrمs鸕 U> &Ą[^TQ!u' 37myM^c?eϡVU@4Bn c2AE:n2w)]\P (]E2qkC SxY:Ͱ?wpeÞZU*A}DZ#^t&36ڠL ]CP?NH7߹OҞZ>C+S9/iFQ W5kA :SeRp&ߗvBN9jWJcg|=@^ s?$Nx/hGͥrݘ0ځ3[)~˦4ƎYjB3W W:Gl'ؐ7 i5S( aFv3F<φ Sl$1?Ag~pd H:}>c(@_r, v?q)NOX6@j1y=U{ itkyix #qۊ6RMeKy47_~^)pRmr}?߃6qAt#3 1J t8╷CJ=v~}I3؁9ǽ}i'ڳV#6CznNתqcgho)w(ùm*VF@08r@5=En 2:m1U(q(;ˁm]D2kL<&u'Yst ؖ吳}->Yi=i Y*_\Oqb6d+zAHN{(X %e}uLqED4Jf&U1ȳ؎}iɎx>ҜJ`לJA.uiwU >lD,3AU&3UŸ,1.BQ̾tˌ-nTd./wg^[1߈2(jrA ];u[o K>ճL61z#!d<3!4x*r;] jjzۈ#2 E&2GIS<X!։@5+To!n8AI_yw MV+y-L>JLm-體LKD=`wbF)& fDjԭQȯÖ#Qn ʼÆa[q9 + Xŧ[3*O(f{e)KNQꢲF R^'Gۈ> YA+.Y`[҂{k{ 'm6Z&q(U3 {%Zˠ@] f̓.kc[Bޔ슃g_% 'O pTX,}`#NO爞MwX75L\ХGʿȽ I7!Ԏ=M_Am֘"߮fKW*&ֱMu|<ȭP/e?o;]^af Du9>A7Ͳ}ˆ}#XdƦn_'] WܼZߑ$^^EI1%@oC~gPoCv{j"4]%-6MXsޚ]ѦB 2&K{l> fo;$Q&JծH %mU"XqMpO[?D( ˘?zx}yqFﻖi!@⬿@$6, GJ#awTttS7ǴTuf\/?ǀPWSH༯;Jms BL(S#Vi!#l3:Q$c!88.SEţK.IeTq]ԦL-3Xg @rWf&-TyU h.d0w> _s)m%q4îQ# X݉8Dd|eՃECfڨؼYQ>K[)6j̨+02:lX(/ngmY ҷ#0 ?=j ]dܸT6I,!OY{5*&p?96gBsfSZW/Zv< 6=]P-D`wz= [&\wL E|:yag<'W:k:K:y6]p:VC4ԧU49I?T9o( sCuH|;mfW2F"z8NCUTBN׼i>|K|[G oRsh(^B w'"oW5,/κs81F-!Ԫ1jM<^IQ')URsآsBf!҂yԷTOè.m HVxz2Ocm)瑳ͅҹ z4+T_ml̶pp)j‹#& $GSd&`RyY*E!W0X2f,Vғk>ammS~)$yқnrYvr;?ULwuj4u e}OM@âr<"L٫Dc5yhaSE|;(], HQ|$hY?e +͆yD<{-=D9|CcQ>W+eHPR (5Ƞ k"9, w|c*$7T$9覕,>|6D^qt*91#kW'Q8֛7[&'J%LT zzxhv*^$.o!F<+(ȏ*eEp)\z)6$aPJhqf?4⸛(@[h;40"3 m;묳