xf86-input-libinput-0.27.1-lp150.1.1 >  A Z/=„dYӔ_ y _妈'̗RY@56ӸAftmr(A} Ƀu.֌kDڤ#A eSMr7}7+*knu{&$4&$/)6չ@Gy4b%1NcYfS|FrC̋T="<ԶьF n1ޓvDKRBvE[C\ |Fo=E>Q[ I`fc28cbedc3442de0f1cf529ba757d17cdd681bb45f52d78de6c448a2ee3447c9cfe319e7c3e517322de08b84ba4f50f0b5bf78e7Z/=„-IC0-z6c4ycnIbTHk(-J֢l$e>x ;Kr }7ATA K5I֓7k!K|\bӔ3m{3F:1;LZSoؼh jdA "E?x&V$C|t _0OCYejOjswpUaR~ɥZ[a(&nĐL3`=] WWb!tĶ#wa@G(q6XXnz~A>pD;?;d ' M $,0CLP j      0Sv(2x|(89: F6G6H7I7 X7(Y78\7l]7^7b8c9Ad9e9f9l9u9v9w:x;y;,z;t;;;;;;;Cxf86-input-libinput0.27.1lp150.1.1Libinput driver for the Xorg X serverxf86-input-libinput is a libinput-based X.Org driver. The actual driver bit is quite limited, most of the work is done by libinput, the driver itself passes on the events (and wrangles them a bit where needed).Zlamb01@V{@VpV0V@UAU@Uz@Ut2@U`kU:0@U7@U-@U sndirsch@suse.combjorn.lie@gmail.comsndirsch@suse.comsndirsch@suse.comzaitor@opensuse.orgsndirsch@suse.comsndirsch@suse.comsndirsch@suse.comzaitor@opensuse.orgtobias.johannes.klausmann@mni.thm.dezaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgsndirsch@suse.comzaitor@opensuse.orgsndirsch@suse.comsndirsch@suse.comzaitor@opensuse.orgtobias.johannes.klausmann@mni.thm.dezaitor@opensuse.orgsndirsch@suse.commpluskal@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgsndirsch@suse.comsndirsch@suse.comhrvoje.senjan@gmail.comtobias.johannes.klausmann@mni.thm.de- Update to version 0.27.1 * Just one bugfix, a regression introduced by the new property handling in 0.27.0 caused the property to toggle left-handed to not be initialized on all devices that required it. - supersedes U_Fix-left-handed-property.patch- Add U_Fix-left-handed-property.patch: Fix "left handed" property not set on all pointers (fdo#105667).- Update to version 0.27 * The libinput driver splits libinput devices into multiple X devices (e.g. a mouse and a keyboard device) and then routes the events accordingly. In the case where there is a user- specific on one device, a VT switch or suspend/resume cycle sometimes overwrote the configuration with the devices in-order, resulting in the loss of that configuration. e.g. if the keyboard device resumes after the mouse device, the natural scroll setting may get overwritten with the default. This is fixed now. And a note to the man page, we don't support specifying devices as /dev/input/by-id or /dev/input/by-path. It's not worth the effort, so at least point this out in the man page.- Update to version 0.26 * A few patches that have been sitting on master for a while, of which two are documentation patches. The most interesting patch is for tablets: previously we didn't send a separate motion event before the button event which caused some clients to trigger the button event on the previous stylus position. - obsoletes U_Only-initialize-properties.patch- Add U_Only-initialize-properties.patch: Only initialize properties that match capabilities on a subdevice (fdo#100900).- Leap 42.3 merge * boo#1039812- Update to version 0.25.1 * Just one patch that's been sitting on master for a while now - after a proximity event we immediately post a motion event. This avoids the lines between the last known point before proximity out and the new point.- Update to version 0.25.0 * fixing two bugs with tablet pad modes on kernel 4.9 and later. First, we never successfully opened the sysfs files representing the LEDs, so they didn't update as the kernel would change them. Second, had we opened them correctly we would've likely crashed as the property update would have been sent from within the input thread. Both issues are fixed now, together with a fix for a test case failure for ppc64/aarch64.- Update to version 0.24.0: + Tablets now support a configurable pressure curve. + Tablets now have a 'area ratio' setting to be able to match the tablet aspect ratio with that of the screen. + The mouse wheel's click angle now (correctly) affects how fast the scroll wheel triggers. In particular, if you have a wheel with a very small click angle, it won't trigger for every click anymore.- Update to version 0.23.0: A couple of cleanups, no big features added. Most of this was in the property handling code. The most visible fix is that we now handle addition of initially disabled devices correctly, i.e. when a device is plugged in while the server is VT-switched away. In the non-logind case this previously caused a segfault. Our tablet support is good enough that we now match against tablets too. The xorg.conf.d sort order means that if you have the wacom driver installed, that driver will take over. Otherwise, libinput will handle tablets.- Update to version 0.22.0: + Fix the new tap button map option handling. + When the first device was removed (and subsequently freed by the server) the input thread would continue to call that device's read_input() func, eventually causing a crash. - Drop U_xf86-input-libinput-Fix_tap_button_map_option_handling.patch: Fixed upstream.- Add upstream patch to fix touchpad when lmr option is used: U_xf86-input-libinput-Fix_tap_button_map_option_handling.patch. Fixes fdo#97989.- Update to version 0.20.0: + Most important fix is the use of input_lock() instead of the old SIGIO stuff to handle the input thread in server 1.19. + This version now supports tablet pads and exposes properties for changing the tap button mapping and the rotation. - Rebase n_enable-tapping.patch. - Pass --with-xorg-conf-dir to configure and modify spec following upstream changes.- install the driver by default; added "Supplements: xorg-x11-server" for this (bnc#999098)- Update to version 0.19.1: + One of the property names had a clear typo in it, "Horizonal" instead of "Horizontal". This update corrects this property name. + A second patch was snuck in to avoid bug messages when submitting button numbers beyond what we can handle in the protocol.- Update to version 0.19.0 One significant change that affects packagers: the config snippet has been renamed from 90-libinput.conf to 60-libinput.conf. This should not show any immediate effects on most user's machines but there is a slight potential of user configurations to change if their custom snippets now sort after libinput instead of before. This change is part of the two-step solution to fix the handling of wacom tablets when the libinput driver is present. Previously, the libinput driver would overwrite any driver assigned to any supported devices. While it does not yet bind to tablet devices by default, some tablets also look like a keyboard, causing those devices to stop working. For those devices, the wacom driver is the better option. Since the X server is lacking an option to conditionally bind InputClass snippets based on current values (git master has a NoMatch* option), the safe alternative is to bump the libinput priority down and, at the same time, bump the wacom driver's priority up. For the cases where the wacom driver should not handle any device, simply uninstalling it is sufficient. - refreshed n_enable-tapping.patch- Update to version 0.18.0: This release adds support for tablet tool devices. Now, this support should be taken with a grain of salt, it works differently to the xf86-input-wacom driver and thus some capability differences can be observed: First, pad support is still missing, i.e. you cannot use the buttons on the tablet bit itself. There are no specific configuration options just yet, and the way we are aiming for libinput support, many of the options you are used to may not exist ever. The most important part: tool support is handled dynamically. As a tool is first brought into proximity, a new X device is created for that tool only (no multiplexing of tools through the same X device). Clients may expect a static list of tools, so for those you will need to bring the tool into proximity before starting the client. In short, do not use this driver for tablets on production workstations yet.- Update to version 0.17.0: + Fix compiler warnings about missing tablet event cases. + Add property/option for enabling/disabling tap-n-drag. + Fix default tapping drag lock property value. + Allow hotplugging a device immediately. + Change creating subdevices to something more generic.- Update to version 0.16.0: This release fixes a long-standing issue with mixed devices that expose a pointer and a keyboard interface at the same time. X requires a strict separation between pointers and keyboards, these devices were usually initialized as pointers and exhibited some keyboard functionality issues (e.g. XKB layouts didn't get applied correctly). With this release, the xorg libinput driver splits such devices into multiple X devices, one for the keyboard and one for the pointer, routing the events as necessary and thus fixing those issues. - Changes to package: + Remove patch U_xf86_input_libinput_mem_leak_fix.patch: included in this release.- Add U_xf86_input_libinput_mem_leak_fix.patch: Plug two memory leaks, patch from upstream git. - Correct minimum version of BuildRequires pkgconfig(libinput).- Update to version 0.15.0: This release adds new properties to select the pointer acceleration profile. See the libinput documentation for more details http://wayland.freedesktop.org/libinput/doc/latest/pointer-acceleration.html Note that this driver now installs a xorg.conf.d snippet in the usual locations. This snippet will assign libinput to mouse, touchpad, keyboard and touch devices but will skip tablets and joysticks (we don't support thoss in libinput yet). The filename of the snippet means it will sort after evdev and synaptics and thus override either driver. - n_enable-tapping.patch * enables tapping for touchpads in upstream xorg.conf.d snippet - removed superseded xorg.conf.d snippet- Add gpg signature- Update to version 0.14.0: + Rename a local variable to not shadow the BSD strmode(3) function. + Remove unneeded header, epoll(7) interface is not directly used. + Rename main source file to x86libinput.c. + gitignore: add patterns for automake test suite and misc other bits. + Add drag lock support. + Add an option to disable horizontal scrolling. + Revamp server fd opening. + Use xf86OpenSerial instead of a direct open() call. + Fix typo in libinput.man.- Update to version 0.13.0: + Fix compiler warnings about touchpad gestures. + man: minor man page improvements. + Add a property for Disable While Typing.- Update to version 0.12.0: + Support buttons > BTN_BACK on mice. + Add a property for tap drag lock. - Drop autoconf, automake and libtool BuildRequires, also stop running autoreconf before configure. They were needed in the past but we do not carry any patches anymore. - Remove emtpy post/postun sections.- Update to version 0.11.0: + Only init abs axes if we don't have acceleration. + Use the new unaccelerated valuator ValuatorMask features. + Fix missing scroll methods default/scroll button property.- Update to version 0.10.0: + Group scroll distances into a struct. + Add option "ButtonMapping" (fdo#90206). + man: add two linebreaks to make things easier to visually parse. + Move the option parsing into helper functions. + Add a property for middle button emulation.- xf86-input-libinput 0.9.0 * A couple of cosmetic changes but one addition of a new set of properties: properties named "libinput something Default" show the libinput default for a device. For example: libinput Click Methods Available (284): 1, 1 libinput Click Method Enabled (285): 0, 1 libinput Click Method Enabled Default (286): 1, 0 This device has software buttons and clickfingers available, clickfingers is currently enabled, software buttons is the default for this device.- no longer install driver package by default, i.e. commented out "Supplements: xorg-x11-server" in specfile - 90-libinput.conf: enable tapping on touchpads by default (http://lists.opensuse.org/opensuse-factory/2015-04/msg00233.html)- Install license in main package - Install 90-libinput.conf config file (boo#926942)- New package xf86-input-libinput with initial version 0.8.0: xf86-input-libinput is a libinput-based X.Org driver. The actual driver bit is quite limited, most of the work is done by libinput, the driver itself passes on the events (and wrangles them a bit where needed).lamb01 15244366320.27.1-lp150.1.10.27.1-lp150.1.10.27.1-lp150.1.1xorg.conf.d40-libinput.confinputlibinput_drv.soxf86-input-libinputCOPYINGlibinput.4.gz/etc/X11//etc/X11/xorg.conf.d//usr/lib64/xorg/modules//usr/lib64/xorg/modules/input//usr/share/doc/packages//usr/share/doc/packages/xf86-input-libinput//usr/share/man/man4/-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.opensuse.org/openSUSE:Leap:15.0/standard/c013eb16f1c4777abea06b3baccc6662-xf86-input-libinputcpioxz5x86_64-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d224ab059370b2a0a9091bdb479862032b745c6, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRRRR RR R RR RRR RRRKcZg89S!xorg-x11-serverutf-8b7a08ead692732b80a2c064da4d56b57950ab80ce36ec757a2509938621cfd76?7zXZ !t/Axi] crt:bLL ~Oo4 ݶv Ʀk&AzUz2e/ 7Cw9SXT9a2gICZX <sSy=AMTt|71Ah }g1ޢw&T-Qƈu( >5ajV'7'oٱ/hXz#ϙ]tcXY7SdY{B++i yfsۄQ$|BG5J8EZZ$磱؊Fi7j!̛tzr8i:̌ iH~ѽ$Q?IlUFszo7?q5oA*# ;Uk*f!%')K<ނ7:m_TbuߘADpc_PQ`ptv&ojW{[EKCvgf(&#*2`Bp;eh3BG)WU#FScbJ0e@9Ɛ.]JгkdԹj>1hY!vKK* a{4Zy{mq}Ӗfg[!o@[{(VN2& ͗HȮ]yY$W9k$/$_uid5- 8LqDzzGHO՝*2[Luk-OTX0OlHS9Ƀ@$2銑.hUKʁIEltW2e?jZkQ}H*I)`Jm2JK֬:Sh( λxOy >8įA+MLNN9i.jfrs np"Z-_ Ȇ<[ZkߵbkBh±leS91$ ۯ1{bEvGD),Ӊhtje`$<, ^3ܰp_Cnz&Z2WWXlOwe+ڏTzF9Lv^Dfspnخ'|>Nʁܭ&{ƔӃ+H"(Bwh0/\Mw 9;n0FB*ˑoY9yQnnA7)[4~y0By rǤn2Y%c4([ QtV(YG?#V*2 wn\faBxmwKLۼ+Rκ5_A,'q:4. NB^v|X 1ѵǎц=ٙ64F7iQbiS&dİ;ƿl(mV&ZEDԅᓨ(.6$I=^&XowZ7bn@ȡ,#)xl4kXE1{CuF]$.NBTY`/CJjWu.({Mj2 +ep#9ƵQנ 4Q |MBޗ:(PORDboG>*r)_#(hVCwRJzܮ/XnA Zy` q= RKHgkϵkioC3m&3r&Y-tX#h ۱x׹VYK8KxF&%P& SU9n8YѢ#C-]}xP<=p`z5+M[ۖ^,378#[O&Lg_^ƬI JGɓHkr_Z%D '1Z1>)kQ"GZC$yhoذ~Ǧ+OX/םFZsa5H>mNe؛\4ai<|r}/+xU?{-ټNLmý(]2eG=\Ї)ȅOٟ1201VSxOJTC_e)émtg8+V(+g4 =CyvNE+6^w BS=X?NK95ZT@iF$cKTG&֗6L +!{1gdb_yBpqXgY̓,Xq($F`c?ی 63O%UQθe`+i@GdM;ߚƋ3s/WOBt\]Lf%,q&m->b4/7h/Y"AA8Jjtsu$[;D~~ϚU{Z GlDR^#)^ȟ ZmšiΘbXx^RG駍(}DZdPxM|W: #ura1Me1cPMyojqzU\-?(8T\[}SND<:8qȀ&S<|)xhƸZ|OȧJgxȉe)2d &h`ǝ􈂷l ڮ gF c,'+W?A .OMNNI?Y9Pi9˴@RaO/X YTC}<  =XX_B,8w|U=x6=r΀}HBb8@U΂[ލRTL Θzf8r6-զ7=Qdq[tkp*!8=}V41eQ=\{ թoʶYySϩH\jƈ/B]@|wc1 d؁w=gXOr[ L9:ڏ[@w,t,MwK.EFbt<:S:ݱ֗Kh7# ]h A';SeVhgZO_4kyLk*`KH-=tg:w7V<*)6&"NEţŗ]ENor Sq>_oQHuS#,c^^h8漏vw{A򓔨,/X.ӼN#:$it~\Q 9yvSqjY I"yd{۫$="ol}Y۰ NJ6ۍ@fkB4#xٖM4v,-AӧF&2Vy :}(;n\aOّ5UĽ:Ow86Nx4Q7'k߃*ff-\#{~G]Īu~c%~IM%XǶG׮q><8/ XPc!?ɶ:*892 $?p0D%ڦGC.5Kh6=9B3sfa$j3ݑgp/8);:1,IeGq 7 j')Z/( {HZ%Q1}/C?:6+R8G'Bݙ(d5GTA [AHަ^]"9^9\U2hi7Db_`P 92$E3 ON]Sܐ~3d-`Qo+6H@?։&`ֺ1>XV |`_HGlesTc)V oRkgzܞ{%8lC&Ę}\lcxx+eA DxS*_;=ɂK7zn*z~lvDžrV;LZYZvUTw{RBtr^[TkH>\HʶsI~C<Βn#\\>K@ҍ3P%=WD)e`4f_a9^DM=j$kj#dgٞ" *%4JL]6)7= U~X׋#;!eܢx:VgcxJ!;vn%~J(<8rf%""Ā{6a ynn 8Yӏ"~uW%I8`!H5^40S[ %* 5SO%9NL1̬0f xֆ\Aʣ,[DbME(%Ε~Z.IP_O]"9BREIb N}A=`p5iI[7]8k!1XֆЕL1 ˚#wI4o5]V(1sڴGIMp+ /Lޖ07" }u*"u8پ>(*`rxsa6E}vq >샣8gѻY{f&"NCL=0m&×|xH*A(|Sx?x!n^'#Z뿮Xg%êy&^DWQ$;r؄/p?|NY[>4$]pru FQg4 YWd76̇L" \F1-qGF;`tȼߋ0˥F_ ]El]f]C^=! pb30'f#?io)lwB6${#~;5SpQɽe mqSf+3[n U9Mab#AaΙwSy̺Xw=i`G|eUi˵Юogchgpq>Y.۰ӴrT7dy*۫t,.FU[|I#BxomvKeIW)R ^hSe>'`M m3-0q`,ć pن+{9aN2(~Vdy'S\͡rjl5OWs{'pVĆ8-< n>n ](!郺g)J GT y@_[t Ǧ2|0C?WpF@|96?]}`5~z'멆o9mͽ8F8 k"V }|XAuZ/„&MEh_z?YT)ŴkG!Tt]|ulř4*Rs[퀮ϽYӊ %zkq^Y+7l U `ybᯍ_Y/*lSq8nA@ WR` <,} s彮R:YŌ.z.{KX{׸C{_{bc#EGM72F!N%z4Fz*H:mL}]oLE)?e ]' ! 92/BJY3 bgqĵEc!_o< sN]߂lzIĬ*qz8&f)=sX* /0S3\NnSdRY /bK@[J Za+=iKU)tR>0he"D6v(hߘ*{"hT:{t\0b b1m_}A&# $M8'`ħb3Y8ܜ'fֽ6*bbܗV7+E7pS€D^|F^m=<+ Y)~KZْ7 ! E\Ik;a1;J^L/ܾ&|HvQO/yʛq'kS;je >kbCYդCgqm`=Y QNk'"PT}-Whl:/GP8u4=@7Y38L0~s;03[5{})ExlBϹ#2;'&6f#5MY N_ pAdBݺU*.|:Cด} #cم.8\nKvE٠ .ڥ-P7TTj}d%q.Ҝd@F fiI?/B5qA;Nn7Qs]_.Z%NT1 ]hF73tpظ'M1/"dżި R˅KVC+̀ib?oS q$d02fnd-*տn)`jƛ=a5\i\ϜXN"=oGFnٕ$Nzzd>x jddJtHGp* [IY'{ð& A½Qm$ ޳%fFkSdPzD/d-,{ G4rR㦌+Baɞ=:;$dk IRH{3V뭶1';W:* j[Ǣ(v]]&:)Sfd *WQdBe`x|%Du࿴ٖRø62)imj~&_у'z;8LA)Uއl h;S80zKKj޾$^ Z]-_&D(Y/PKf๑( 􃼮Ή"i Gآ35~$sGM"%!kW*Hlx~ȟ)B^;z *%f Vf_b\fwT;捩OO͓7ԕ8!S@ )24GϺK-N*0 O*hejtAYN5A AoS_mKk9<*W^BNN"N`G)՜u`=&G*JCB9a$)HիFLMQvJ<\4/@|L\3lWzءJ}2^vYWi7&Hwq(r"#{kKZ?b3Fx ʘ+w3֨r]ya(=AZX94B{%i>P܃`$ ɖ'PK`̷rW#*/13D K͹AЋRױ/xڙZP[-OO'w90Rc1oX | lLd ?)DS /=a8@bYy''CgvYE\pVO7/CXi98|ὴW'__=M5:Hڧt"; |: rUPWpy"_^HT`~'<6M}J:!S Km{k2$B*E']8dHkgj_qQksvCiKO {ҕEeG..+[da`<>L.*O> P'3ټ&~LoqӼ4ia3ofl X, 6X,H4Žmv?DތΌ4iS3S H2+֝"1iy"#ybاWNM:ưڥn,kr0﹝{`0sw̠&bu@^T0!Y=V ҊK:4&r6yTZjeɻ.?AC5۪ͪZ6OcJR` AY,DG^L1]_WWxg(ʴvo_2V9[Vȕ(EzJ0X݆Hfիjt&Ov$GN9T-IDsFWɾjHSAŏ>\Hǥ?J8;E#6jZEۑjlf\0F #x#U(c׾Jh8B;m N=v{Hfϋsy^~o0M,x :Kemc_90/"m6-U(쨰4׆w,GR*HuYWw, W,=Sθ sjaž[EQG=f\_](R^hj!qG b8WK3=G7j#wh hl+GSZc{=eME[8n$a# Uͭ7\TD7c 3kzpJ(cݾ{pUڒ"N*hɔ~/^6V} !mo$3~Ce9+Lzk( z/f7I;.<* L%iôb6#M 9sR&9Tj\ /YN<7}̫=I:} P R6Ks>edҫ}dXƽBs3z{fݢ"~P}.>$cBr8,dkp'"p{ n"sW!?x*$Y:,S 1nQ3r I?_!qZ.;B g Zm8GH8fK#_0w{@'msv-4Q?5lptxzd%^2>f7* TDvא~XIcMN;x|1SRfsS,.D|.:H|ʜI3&Q` d`( ė]$X|G[8KihZ4C14vAU'Re"RTcZw@/.޻G)zjMs4M:D~ ah(Vg:4*',ՙ=wµ*aHy? nW2FxSꊋSE\aX^ܰ~|d*,,Ǵs. %?~j_72 ֝| 4A6OGHPǨOHLc+. @P(TcaqQ;t/ziSEWe?30vnOkEfn>)\L5r1sF]To9>YbAvMbPWԭåI/ е!9"CJߴf`AC\hIثsQn**gBLlf62Ѳݸܣ޸a]o$Eo?>xg*Yy2|iKU|9W=w2 ]ЁTF/͌O~Cє*/W"}Vyʻq FԲmC5^ @?2g(N5}3qiLkd^+1p@a¡g8W4|Be|%qx +Bĭ}J q[b.9BgkW֤Zޮ9E!w>^%T~TkI2n | R$hi:եu5\M @RhY3L-k+unEsa{/yX05 ۷=ȄyF&^^^ȳ>9iE3д?pYa+Nt(7s:wHw2VRx*hݾRsV{.YC ^[s@8q o9n\-cB9$r椖Z$NJo\6Z"^\[{>v+]Zimy׻A-0WA89:]vO7s{6yÖAIRE8`Ll:GdǍ7wԖ䫤F[q5w4 ܽٳ oX;RV|jèP,6ZGڙ);B5Y(> GU@TZ=2|"?1dZU },Eb9_ kXCuȵiʍ<Lc-fPn!5Xt|O+Nj ]f8#6)+1ͰL{W_G8sGx ?)phB fʞ= nmil+?]q-N L1Ip1H@Í 8 Q:AnR޺Sڹgr7IP>W"?F:i<~gZjntrfs;TJ[ yEi_Ȑ&,Eq=M3=M^9PN ;XhV8]bUOEsYfC#6c] 2fLx?EFT7-/ doyez;U^ bJ޵o*!C TPZ Ș$qsuE!}s+'>vJuleFx2N0@/Za>\l{'kd>L80ׯ+%vB'.ڶ0eiգQNPaElxRP񚺣2JByǃEvi/DXzMg KImt'T L㪕T&F zps%+Nh+6]J{LtUlڒ g'-ҡg ͵.P-쇁%.nl%y:nf+߭T1JFӟ,U3wd2O(RX8O5.ݺTo=PRM&c!d Ȍc6Ѳwfr{wVFթK0sؘIE@, ϣY2G jYO9tMGHd1(o6_l'y(SKRc0xkq^]꩖=+EiMH'7X .@%{B>C}5&GLuhqU.w.AZ9Dmn,Dы,VEYqԑ:ekH<`BQ,Gt0̐ Л0rWӵSȬnMch,4)C)Pנئ^g7`={ϣ>B"J0,bQ>r`5b?iO>q)sZ2aeLO}k}T>;?Q!NBo13ǪO"(I͚FVak]S vd\r5}*_΄]*9dyPPs+iQlBu i[d+ % E͆i uEACPI\bkD틯2=IbH4mWD&Ñ!(?F~;=H-ф/+ ǝgxhq3YSRHfK 8Jc-D]zY85#|^>{[?K2uk:1w,3a'' EYqV3 ש eG{hDP>@t&d _:}jW^E(BygYbӒWx>*lm*j\K؏ 65cJO3QzȔaTP&^c|1]5yYS RifDxb3azR]5o\ŏ1goǫ5?'vވHEk(Vte|1mLS֯MCB #,]](-1>&ATs;+, uz'1oS 'HKx*\@ֵʼ}yŠP=ko^offǚT @w m.>ʗWlNZ`Z"㜅[*}޳IӚS@>*uYl@0p`BVBlaWpɰ.-?P <7L\Q2.WLXR,TJ}/`z&١?)uK.S1+;.E=D>-Xĕޑ4K$gm>N}ĸ{~gH2ؘx`9գ'3(uǻ3+zRifZoM  6?֖\\ҦHw9bdt}0oanws~;!B1EK vG3Ґ(;%?DsiV*Y ߳kKO`buZ5px-*T81Y[ġ@G+I:xgqjLHt[H5sfu'pG,ޑԈjmV13Z$-"Ԋ[ifv I#{  $g2&68&$PREj6mAH,[v:~%=nWy4%NWc>76p."*t YٶS^\nنZB'߹aY;N=D*pUO6E@h{-{juk7 !Ma7{Ƶ=~~P(a_JO=zȭ9ߓwRgDFIT55Џ9[% c-!ym ]Mbo 5gkůS Pe>;\H:Ku`3;[ 9C҄7rPF C{k{M~i>tLX:98ov[PaqwVsRt ܸxh7[z:o{ ԻmVϘe-Tfxj_Uu4f ,"߇g直8#tlؼtN"sQ1nJʫJ&5.]sSpc>vMGηr_V9`#aṝf,ːCC!aK܌0r7wn9ޫHϱ)N_?גӮ7N6Dʈeh޷J€@6`{.)Z)oR3w2&6o/@S1O#Z*l9 cd~5Die2Z(W=R&^v!2z fx략$=^!pJ5Um.W4®XZ K^vV@po|%NK՗  O`p+Tԥ>7xҬ+^oϴ2Qsh }Qb/(XJ' |"T&;5HJ-#c4IJ!76ϧxwP5q: VaCD?mdx$q#k)q)z#+imX眎QQzu$_@G8Σ H#Thq𱖗1F߸ Vly@Uj)S%Oȯ7ҶcͶccqn2ތc$&4%W_fuI}[rQg&Ck5eNA /8-(yS*yhpzݟ(rFtR|9S Orr緣e[#{בa=RHF[@MWQT 72eBNCދhNbcdK oeǮ/:@6n*k9ɒoCy^To*8[cpYn9KćLց [ÏQ=G  (jPhZPTپ)n#ҚԌ~a~F(y`å{])VpmE$ײ/7jX ,t fԵ_IgZ_n` N*m}[\qTu,R|i~&wFxAco$իqL~][6 \xCoJp b fH,fgv]mR*˄,๵[.{W?=`` g:Jlh/A/4AMa*D,^MIt7'H*{AZH&ZnX"S`ηq%)&,Rl"%/<ְfL~0ӋN,)C6/u:{H KL5b &Q;c]G. mvܕd3fZ1UsD$8 qhR}Ҿ%~y}<8&I:}^9 b:IPjGc|˘'y3kʨ.;Ii6Z‡YJ$Ṋ?S8Bq<-`)Vf[IK8V8/>>t|"wT3P7 ?fCѸ2/xc;va2$LSL;U) 49񮪵[r iEio #nҝܗ|aΎ(OEm{8CMe^ N-_VnuD{1"2''[8a!\VyVYy||§xP#F+G̯b[["͇ۛ"tD2Un76j1ֶ( 5aUy-:cv1nz%<k% (J;ۉO 1eʃ͘=w:&ew'ÍMjd~?K~{98ٌ"[n#ՈN^ E|#[7b!*S, # udn vWrD|m46Yekn-^dGYpIa#}BҦQlOOD78׎UtZtc+t7}u*豹[(޶ c;(_>e^a6(Dͯ:$-h$#~M̷W>~؍k P L9 (k&E?wREZU60F޿=P>."5pH6T=y0CyG9'Bz)\]YX S$ fHzDu^N颰7QtF`ތE\cėd֎7h-t,C2gאz+{}f aT,:H 0d@0s~@R.kUJ ^u~aC_Pq]y2%ˉĔx,m=߽NK5J麵ܰ&lF>E,hsk&j%-Y(SӶ!$PEDb 3G1#sKFpqsH Q 4M#O?;&b日?Y>߱2܎-!G!\la@$E+U飨5G}Usֿ؅~", Kd$(X="M2$@ zHɮюˉ3ztC)>Sj8A1a>N;i@@WF_IIJl&I|hV2 uc|Wz^m˞>tɎq*17F׸ _-%,#t`6{8Ɩ󖽙J=۟&Wwy2H ?m3?%u'bA#hODDI?>p1C{%%% gn _]aMo+rlÍ_:< 31@4V<z?,o\'U } ^BuZ? D=n_v ~Тڄ{n)A?`]U02L4`AQ/ ӄ8LkmW/j/FH'SGb!i?K?D p_A=tU% UT q(zY5撊}6,^OK=l~`fl"=okLYĬZ\ \ MM.lٿ$Nlࠎ3sfs+"fQٲluNj?msq>i L$'Q'ΙSX@F"@4Z:9N[ot8etbf[7`c5[22wt.! eɸtazge EA@6+b4MgՊvG4RߒN͚x!9 avB_C2XT#_e5],-0B `qj'F돼RmۑwrJNۍkU+o_}|őXҮDiwr\l: ۫$v^B)UMuBIw,^0NJE"DC**ƚRRD֩w0f#9sKRO} Tb}Y>cNO{1мt 04<7gmW=ĬG/ [>w^QR`#!d JXY\)UϻXw '-LyĪA&VPpQ0z;\o`}OLSy* zi|;!}{i:#^Ht=%RqCak\]frzqFsp̟[dPSmdj2:`ylx1+%ٜ3lr')CF FU3$6i@^ݨ;P{Q6YRc!MtjoqQ2hhV3Ue T ,o|GhooHn^[^6󛻽>;ؙuv/Ptwj󗄯+\w3CGFdM7nA`ׄsK?7\qidUƿwfqJ|_'ojڔu@No_5;Vu5VHpE^$X\jT. ^ldWʽE+VznL%y/-'詔:΢>6ݭm-yfƄ˭T,Żgdu-OW>; np@xƞKw_?G>IDIɢhB4_[ V,(V(kL2U:X:@-6>庨yS>E8dxZc o"c,d TG BX1P' cg& xk8}.%1 >XvPV9 6v-Ni_.+uqAArA+ ճ7Å]H3cƹ0^P:42tЪZ\#B 0lJo- +{(GBWj+1| |t ]&~[ձNʺ?RUAQw?Iʴ8.>}XBQf(h<-eЕcVE ݳBj"kkDYv 3zһ7Ug"R52C)Lo͌x'۳V zL}yHkA"+0T(:Vwn:C|'##)"|W1!谠^&I=NlD~Xu{R3[9f=o]g%7`Oa}([,lؐw0(dx sx-v :=UTVdsN. >jn Aj︲]`S+^;ڢmXN3>[f+"4vԲ\pm2Zj迵|BUy.")Q:iqҸ@066cHADP7<^qO;`bf p hjowL9mM}qpLNlVJ.3Ѥo_({oze|"܋Pr.]`|k2NE'ipVq/'ˎT*XW}ҸG$xg g5{eJr/0D0*93aP`vhX:5Y;^Rt?,bex7<)q3ZDxIoT|xcK0ZfZqXfE6^gL2f=?z/7JQF4+Hr&R02M?OYхi~6(%" DȤpu$2i-z' Sʐك-&h c>>gK(;~Q1~8eh9vɱ `:fv< Ntg(e9b";پWL>ڏnڽ I함 ncmԘ#$+^1dY_6F9K@`qS?s隕2÷~߳>6Lqs~9!?֝/VRS%7~O 2fyO JYEփ`,jC K&{UxQB@$ra -Dt`bj OHBqѻ֡Mxǧs7>%k$q%5XiM|.ydHށ(UC9` ^(\\?gү,Sp_ SCݻ㐫;^&Z--zkka2~$e |:F A j{VUy\AG$"a:BA?]$C69.PGUR>bf #k{^wZ]}u*9&Z>ODZ\\-%{}&g_?D_ CI-Ň : YG}1ڋRXB,ӽ{+Ȯ]!.r9©E#2&/#w5Yz9,*xܫ`QmTL X#$<ɡ"[*SȮ8çBAʌӯu"5א _%d\D۝RݍXxG)&e~LL0i>M@|8bj+Vä:ޗ)ɾZP[m;}Qu%ܻjudYw͈V͍SuQ,(~E*3岈ji6'!c^\u>1׷g8{:Q[64JQ'V8\9A*Ɂ۶L@\!~Uv3q>MA'ޖl4@W]vKA/ڱ]7V1u"}Jm#zH]a&e˜Y~/ʰ0(fsF=[)rnk#*>tiDs mM?"+UV ~_2"uʘ@k盫^{i@pv֐ϲÉxZ0&8f-7E ]v-ǤJtaX_r7_T߯KmZs Ejw\܎8˜ҽ: 'Jb'1ׅ'=!=јP C`r_c'+Y$Zy pK} : ěejxa'e+ŰhZB,}81pBM҆Ѹ3jg+ɐ0)L d}.!CtFSQ (.g5{LM/ygU ,\UjZ ^t2¶d1 ]waou5`FsJ ,M٦H^ ȎݞwsM; D鵴_*5kd[:{Qhܰtx:*H'R }VsAB<%Ij% l^-V(o#Ee(hڨy#QWkہ@%1'g5)(WF2|;Zc#?pݪYM5"6?fT}z#ڄjKwd$iWG1zW+`XO㗰2c PCYaOSװS Xwy uҺlhr)ry=c9;C T{+Zu ? ̸F-/oPlnfY9Z֦d#J%z%%?s#?j~{*9'5J/$/Sull9W N\?$PVt<<1_)CNP fYjH[ЂtPM?.):nO'HiDl摬ԥEBMĜ8OGa]6{$3[~ 7ykFyQNs]yBc+iĻyT2>MTp݅!r>Az.aX/> 7\hmʇ^PL{:WA:OIM"s8:"혛Eq1#vޒO3 9:A7eCrk{ í ZyAgk>d o/Gl^jO/H c-?4!_($L׳.#B cYãj9\`VUITRjs-i;JD '?Yss? ?[7vjkuqh,tRz5gRh=ËXyRF^]L11A TR,=cl@9^&šj)`h`!WF{(re ՄcrcFpDf!.PIyaٻ\l!Bg Я# Ad/I JYRIߝS&z6dI_s vj8tCSCH #`E'hB[uCC_}^N]BZ@ư0o)冀c-C@XH*/VzlՏ_ <_y噙v]7*sP߱,5Ga |ZD\p(ZٖPZ^VKmG;~ #֯#ãTW(ִ.j62 c!~ _ )(Բm!7Ʒ>À.+"TD ]Y'mPk$VjPJW>rO?.?H2 YZ