xf86-input-libinput-0.28.1-lp152.2.4 >  A ^,E/=„i_yI!$M[k^!S# &9"g?MeCˣNM+{i4gǞV wkG5ר"%u⬱݄I#uGc޲;7Fm^m<6iɄAyLwax*.{"{CIḏ²*-𾄽0q :]e{H$z[;_QTF5`qya)#?QhG ;җLI'Ohɾ_f91be6a9fd57fb343006565a6e8d314dd3f2797095f6c777bfcc50e6b9f191789c818468432f052c1c840f1c0ec7c9615d43143f^,E/=„UrfۣeѶ_TFΔ怐0iKaF^[S(ڡd`.s-4ϱc/&S Ӵ7VE(\K xdA'S,ĚX<"Gwf\G .d$sg14},kċUN(qˈoC¸㱻Nc&[yI<'Zlc)YC.:z/rt~8n2 auNx>?BgI54sppOZ7Q)EN)/@A>pD???|d ' M $,0CLP j      0Sv(2x|(8!9$!: !F:fG:xH:I:X:Y:\:];^;ub<(c<d=;e=@f=Cl=Eu=Xv=tw>x>y>z????(?,?0?6?xCxf86-input-libinput0.28.1lp152.2.4Libinput 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).^,@V{@VpV0V@UAU@Uz@Ut2@U`kU:0@U7@U-@U sndirsch@suse.comsndirsch@suse.comsndirsch@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.28.1 * Only two commits, only one that really matters: previously the driver used the per-device slot number to fetch the tracking IDs from a driver-internal array. Because devices re-use slots, this could cause a tracking ID mismatch when two touchscreens had the finger down at the same time. This is now fixed by switching to libinput's seat-wide slot number instead.- Update to version 0.28.0 * This version adds a feature to expose the touch count for touch devices through the X device. It makes it possible for clients to adjust their UI based on the number of supported touches by this device. * Also, the draglock code had a bug and would call memset with an invalid size, causing memory corruption. You're advised to update, especially if you expect someone to use the draglock options.- 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).lamb52 15896525400.28.1-lp152.2.40.28.1-lp152.2.40.28.1-lp152.2.4xorg.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.2/standard/09b26494ace058ae8b68fd6181a197c8-xf86-input-libinputcpioxz5x86_64-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=051338d1b9d996745b5464ed09c1b588ba8ae162, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRRRR RR R RR RRR RRRlAF*F"GTmxorg-x11-serverutf-899d3806c3449988483eb072bcedf67db3b6634fc252950d7970f3661a0cb8fb5?7zXZ !t/AxQ] crt:bLL gI'[A罤3+':.pH|W}/ ܉Sʙ]YH3rkb_n|l.HBRe&^KTLǬ 7?KRꝦ{kϗn u{ N2W?}ygM/˃kNr2/ѓ=1ZEqr$bF,@uCu}`+A^_XL9 wd킙 Sirjxݜ}x1>I󃪄73^ճ@NF3hZU, iJ¿d1*Rd^`J4BMmqPyAhlӃCufO!EkPKl(.: 2_y'-Ga7 رP)$m=8My@_$N M{mS@p LSN+97٫S_c#!*!xkz;}'M(rTe(uA*stn9p1n8wR vQc+ Cj}A~@zK>s!6A -B(;;T]f=&\ mHd눜=#'F!Kr$y3܀u ^p@6=+ij5gVm!#~8Uhjsmsn gNF8u~JșDͬkwfLM.F j ό虺F=ܿ>ҖR,F|׎n4O_X4r}R PagP,@ 20*f&0unc Sa:$ q 7oq"Th&Eo\/ʍ9opT)~ z6HѵØ9** T FTJj%aU)xĂ90D[n!& YL{NGrc䯂]2D0z󗆼> qnrVnk4kxzzwŕt<^yιExNk9 n_P xݤ"Ɩ y{mp0P+FYQe<[`ދuU:xhASCdIvk QAgn è^x8v"|9_D"Ef +5[$RernSR]:ݓEـDhT&%=C-[u -#8qkax؉WyiRw Hy-A N}[u[ޜQNIgS`5aO "Ӽg-#s R"2 pMzm[9YZd[cWKJ&K{v2F'LL5|m8ԉMˊ pbjjڮS\ w}MѺ"`Eˌ,屝n 2PN!Ňd>L#4 SAaD@ߩzzB?xZ/qe/%d?amdfqNa Dn'd]gС#h'H/xLN3u!v 쵶 `GO HzyjR`g kr/.݂ni-1-ǽ8bͪ$x@;|.c%?#o z_UscΝZ _[r[l3QL畠 0c`& 1Ab]h0Ը@P}j2'0Y<DwT_dpV"fw]9oǶ^4F b%IdΫUY($kaBխH8.!MbȵGJEFx#qZl ]5'fV\jؘ}NZ'=o|BO)aѯ ޛ5%Խ9v I3a=y4ђ!-4Ayäɘ >/)Of]^I9)a4܊1U=c]޾X25}*֑I j^R ~w?,'BCńSAE➣ `}zcuEyz(r+/gSI>C~"[U%Ɵ-Qz9=c+"?AGq2Ā>yɑkWx S\cQV2:<돐<7F&|Oo,Ҳ_>ޭ%?`Э^+r*R۝AGYKF㧗s͈y9N.Ai.{ HWI٥,$d6/.~>C( &'aHkuv[Y|`J3 ٲi)ͺ$UY40xvW0h4R E@?SXKp7ub=BR3U !y.ߵ³#Z>Q ^c6cho3oCJ\Z1 >VjQO5IBI&R~%皊TΰIUuw '#e av3Bv=<аK ]} 7drU<[VpT?|KMO7-/=4,Lv8;[)BY }wj!÷O Fҙm \+ouQ'~keEU5Swf&ư]L l2S@5Z&^8:iO*:v@p.=m.7TeWKftSn-Λ-~$Z8Sh[E F3ljzKQ ج/9P|qu,%*M8Tgƶ胣LsSSVR9qϷȉVT,V&\9Ҽ6.R\ nMK=2_%_ 9g3D1PJ9$iv" 8ͮi4/ƛTJ+atl= c(v~$`{EgeH;h6B  `]f8ZFdª.nƪ6lN|Pй&E rlXB1ns(Of5bqӮa6&*\c99J,,Q[ fm<*7ÙQyucݑطk ް0!j3 qޯTN&8uQk;Qd K8T|<9Se-RZ&ĉԆR:gv;O;cQ 7?>*b{\l;Q85i*Lvuܿģ@Kiر{K&9]A/.fiqΛN )4cHx6B?&|,@hܽAlsBq'!"v}V]K+=ke4-2`𫐠顉[Ml~ Y׷_KC5p1u Ocő̧QY?%*v؇g4LEAhU#5C^pL1 [n$Kq9*l2۽UUChorv;,D$ۈ836g53`ّ E&y}j"$LG̳,qٟ) ^v%0~Z!I]2kNeHD\G> $u̓|o㯻mq0I1̿'M! {wIK_`r-G\zLK5lT1vbߖ)_h~0W`w%-&PS܄dKzWT8cո\ꜗ"% Zn0*H"_a>_m0 ^)ZM)ܫ~\:~L++M.1bUچşSib [U?DR/x{ۡpPI')9ʏvonR懲$b/9.( \r(&.WEMuj}1 .@ Iy`c-1dUv{] t agT(}5,;פ9M@(ƿ@(/{0ԏ@zSpi[K&(Yy!`Wsq귉Z)\X}tÁGϕp yrٌQGH{$$]?fNv mӄkb, :@p[jMVb\CW[R m Y+$u&HІ\*_\pGadqtdߵocv_6;,d>&S` }FVB;ƦFEo7*]Rr[^Ӧ>紲a2ʌiTht#|PɳIUoBT0DaRc q#d|?O Y\!zYSk8$CȐp O:ȤSs`Ӓ%ǎU}Bx0=p;B1a%85X 5E.G㷱]9fB,\/%^| ÖőE5*W9yw~׵*eB|~`h]AQq5,=̍d,c) F+PE4GbbS~1:iMuP(cJAdVe":0A. 5`3EB^.akNtB7zv36)+DzlQbT^Y'jޅ* qxiͿOŤ4c?Qm%mxǞ{{u4(f៼.As:TsxMkaExL.`\Y]*?ܴNmݺ3+Bҩ!+x3BNPUnly&y~EpD0Kd3*z**G9[p>?U3xoBM$W[S"bMzQpǯ2ח1D;ܘEK7 &{ aPEn ?U^cìG2 R|7犓 IA\,=cƮsD.81$6$M0\*\M@\eH42 Y;fCM]j~yբ*}7,@{gP"?([vU t8F”f&Ty- 5 Qk@,LBB(CJ3CVv^KGW 2u6p iN%*< ^cSeߪTؐ>9}]\'UT;5pDg㏊M&O o\Wrj~rFS D= -cL\$kA(ʱ`QLvZW)bo%NʢBc8^Puh5ơ-Qej^Q夓* {ӣ|OqFo56vG$^$J*/X o`8 5ۊvq -Aٗ 먪ˤcpf1X÷N AUw&Ph9 ,! щg?F?FsLvj7%9"03xs&zQź=ͩ mBd4MvXʥ ̏r-uwSB7k?\ֵਂEo+#rzn-)4\Mb^@}1 ?I5u|#QqiG2nv%I>b[9V3dHO_Y܂}叠8kygC%!)6?7i5C}@WHCK FB˧:4ΟgH@&΂L~({h4E~D9_H=5fG/v5@ol9P$"Abl'}X?t!a<҇%mkE7Dh+_- C 0)K[هf00A< bmKy%40&$6rE8_?/u{ߙƝ敧E ѸUX3[P~$![ڝö.~9)V~jB7gH.\SUCHňx.Gcrl.vߏLJwC.bATilHƟdCI6c">p`HZwn= ST֜X-+ޗ_!-V@>Cgϵ/h@t7o@(a^2 z !Av5 jg+ۗ$ ѝaT4YYnI=gcӞcu]|t& ZyLb. *煅iIJ2o%ύaX%nhH"Svx?53=< 8S2PC ],` ޡTQ+Q|ZXRG6u ʌT")n6O8160X%f\S~xK@aP!rShʋZ^Tc0O+ا)pNl1W3NInvץaWrͭBvڃ2dO.8"~>ԅu 8n@36ng1^i‰D_58e~jwcŚ6s ~7'g-np1챂 m TjLlw !g-,1[0S(9nQ׺ & *g8 ޝ#_\$0huR7 ~F5U|co}:-e2eq.f\}e|Nmy*һ DOG 0oih"ޒԶouӛ~CUJ_^qygT/۰̌ϋM6y)-zofT#Co&(X;ٚ9'=uխGeoIwkpkZ3 bh ղ ,3`S֢/r|6ߚ{遐}k(~`X:w?:RmmD}xBg0DY4w>4ecD7O 1c FBN݆䊤 -m Zd'TfD('rZ$ti;2(,2gs܄Vp3!:n)INkgHVOfҋWCqy 啒/+!9LL126,:2 ?7~@~N߱.GNhWU~I@QGڽ7hT~eB kvyd`K"D;UwA(^:{yfFh{pe(NӓasWuxkƪFEK~ ŀm0^hEЩG频eN)y+{i#jYCyiU"Yu|Gzuwfr q'/2VZ R*~?j\H#/r' Yr#Ո|rv]bU)Ӳ_+I!C= >Ѽ !qײs"ZÈBOާ%\GM>b̟Vތ@,Jp흊G4`ɍ_ ٣4Qo)X,|%f"r?86;?n֯j3Qn\bT(@=XZVU(Q#bࣺSJ ʈEmK:#^o]5RF`J彆ѫFxq76r3mXj~|$ qb$OKlsy3cJ؊)>W9lT*j:6=(wLM*6\/μf"Gn0P lI+w)֗/hI#YqÚq;('H{pHLYi_\`8{xsَЗC6z8| O٦!"k'Uc* BvZ |lBbNMexxu.r#cǟRs=3x(F́@|f ŭqP Odܟ"<7G}#^~nU؋#ث[|mD;'"kx=fۖ#Sx荌mʏ:wj:w f.7 xVlQf䢵Gu|ţdy`LTѮΠO}W&Zd+&m>Nǂ4 AQJтZ͂lc"B#)˻^-s46 x՞O[zEE!6e 9fU̱(Q>:eƩ:V&؝K8~%?~\){ Gn˲ۓu$o$YPfU{ѝ_$U ;f-{'FG6(z?IP4߼A }+gOժojG&@պd jZxe_k-Aݑ͍&"m(DA\#HB.8~LNvyPG.<"F`ge4oò2*)X{=mAQf/I_H T.=0{yY,H_ŭA)5e|VSMKE*ވ1@C>o&NM0EXUTN•Hi߷J6 Neg;IaVh\3({HsAE1FE^+?b 2,*4BC?u dO$M-N'\#7XXB='|ΥVfDVؘ89/:&`֡9kf|քPP>W'^T<6IE>,gVaΔ?Պ"Ph=[svh y ^n׷$ ;JkM,xO- o獺4"=[{__pe.i_[kOg! *BpЄB wlW~˥ME8C.\%s\R,O7sq=Dk N˼3fQg+CwlnZk&p܆Ou)e&n+qYaW?C6.}dTѽ(Vbznܧ?ʳ G j1$MA\OpGn=1uYz}G~٘nV|͜b,a %lCS[4*_\9@7()x FV(|xj( uqcna+{K>;Mkl_U r`Hm5Á n\.Tȼ(oS<Ѕ'UreSSݭslT/!A#J"p9z^8')&4d~i+>kK?"8!g* ]D7$*/}<\h::+Aiq(nOgֳDw Yx,2Y7pb-9XY kD  Owpj`in!(g:?@u2teda4+ 9xuQ}i 6Y K99&H:@ OI}D-̛,KeuیoԅcuPe.T\nfO$.k7dzl%وSVM6_Y9AeF-l,#\$TmHBIu[ +ffknUo;3ɽm?ޥi"i^骍1PjD={SSS7e7!/:.7>BM=Oz=k>Cu2EBDb17ę]昡y"QL$4@in{ v9BX'Ѝ#d7CV'X>M+ЫI|MX2.ܼE:MGD>6r]H!UHѿJ\ޱڎQ`#R38~ l^AҊ7{5BU l1TT/wY<ny(edKneWruz|1B8tQgELh8Հ| Q\x|zXת_ʑ0 `$4tQ|M=1k֒Y&~0[%Xa  Soh]f̌w=[h@i[oqm}a":YIV:qI v h΍ux5˿Љ_w#N̒QsBJ} e桅jn[`YjU+i*֓慴(ctu7q8ϼ]t5L.x4:Hd6N/gUnk8G6A<@q}9 5zEeQ~c8Μ oCd,/^9]M>QFR+fZɄWvO-"/ffxC? aR_4S6"H׎)|Sr7gy u_*$LX, UDYq{>z5\"9P6BP3WWIͱゼx3,weFIrSzak_Ӣht;#WBFyq95- yE-֌?uVб)O/7{\V*ECɴ[w2k*)Q]"V*ĕj4ov }"fSD v NtZgsUk[]-}U}L hv wNϛjMtUcl]q!.r^W-SnE6Z^|.a+? md=^=bOi-LcȁgLL40r[cْ?m~lhR6Y;?e}xfDZ]IڞWrńӞ[`<;ݶh+ŲsSt:$b/vgؔE4 j3Nl]nguFnҜI4$/A^m(0b}=VAxY~f3dmZs7gu:й }uC2#bÐW®3ۯ]F{3U~B;-![]ZZ\:MaZ 'j.#pn0g3j b4IZVaSL|5XӏD5}fIXaOaoB-?hP(s'󳀴/3d~{hedۿh-3cE,hKx*΄:'*l*na U+(]޺9_<h%S8s!2jiI fD>S5M oz@dӌ(%$̏; faJ蔮U}fݪ=7d@AB.yAح JnH=+ӦfANs:,ԃx[Q"!\-MJҪ]g2wڋK+:|\*<|L~hy<jOt;hOmmѸ)Kᨅ[@6| JWωxR&iqtAest(MK.t ./v.+bx Cq;fSU" u]j?[Qlz9a!:iERxG9wq<1 g}3ݦCPf6M@1oQS&@a.K(0LQc>ѤsW6ki)_u%phz}D;)b9&*zQSi 2BvG:?OWLS3Њ ]5g! n).?/8 ^x2G߀c̾pųd|g `/ȶ!KCM#08ޫy3* B: [ pOE+iMfPD,e':~KbDPL@˘MrD=O/d\]C3!\{3i?9}b=V% Sa.>ldE4v%}4 ZMF %L,n)eU]9f13,&m~.JLedH;sAWtW;gams(2smT5ype'׵7Y3 OYKTcү ޒ?Y^\8lZQr:2C?TNd6o6؁=VPo\nGBFb (:@PIX4EV?OLZZ_e8Sn^q{k8-:rOs:p> O)p%%蠙* UT7On;? =QW|-پ(R`Ds$k3 zj> LREjrv/6AKzS=fx!Ĉ2 p$kEh$RPſBCa5YgV Hs:Q@-E%OPDƯw;hT/Ah:o+wF06V*5_:To^p5%FBqLQPC%|Țy}g&ܟO@m]R]eG(evPJԢ:5$XD.g{u؁./%-VEօ^ozg_vA#ELjQi^ggA\h*=|5Yi0+ ˣVIb-("VC<A;hU%IzVnIj5[]Lod\K-A8+Ԗo/A2L c<2z&ߝغxG%#6Kfڔ]]p73^`[2lu[RR}O C;6Nқ/(n/mQEǎ+"- Ŭ~6_lv}N*PJ!!k|~~5Un5>wS\"C6PdW \ +w`6wL=1:ʽ@莉lM"Ʀq}m/8]Љ"H[O^-TCQD:vP>L)ȮҒqgJ(m'*c;r,_AMc ;BrjfF0ӨwrT! 0)4 !GM $87\_ӷ; ݾ0b:z@G:6q ̪2PJ4P#dV^ ޝ`F> j\vka=b!=1NW~7EFt6&F]'\m鄧%n E:6EX1:Rc?>Z9pOY[A , ^AJsH[qyEg@M,j>ު=.Y͟g]bZ# lu=R u=@Z"*, g_ ZZdIAW1{5Yn:ŽoZFL]Ne"3ƾ@-~'&fCF?l|/vdqL txPAҤ''3e#@y孒A _ #@Hy-{swt覤I~*wDi/N5 ҙS>iHc7B>pLM:aဝ8~!ij-ǕHgi! Wd!d|7;sw86\!WpQg[dU;c2A>i omPο']` mp`2~tLUB&Fz\FGſ]7iuL W`)H>ͽK3@N,UkMm[=*g=B6QxTYE/E^hwZk=8u!/d Qu"*Ƕ=m6aC]:ڍBDcgaPs*b =M/ܵzCL:I^*]w?gzh*Q7fuƕTnp r 3߄2>`=x3^ƼSY8|TX ABFei( ģ*=-/)T]P!(Vq T+Q.]*}$_)܃~#m@t[('e MSi{tjo X HGZP8E<yrW>[dN%$)w b>ƵV'5!<5h :s|C42u*J+0cu)lLy^ΠwhcTK=M4f[`'fʄ&Oq|TJ9;phժ GiXOݘzADk B=gm^34j&;d4eg5uXxs0!pe9Ur6?ȴQ\b6 gor$y(izˆ{(b8[;:;pz2,< پvOuzG qYmj~HHV凙} Ht{4K?su8񍰷|у%4o0^ȻQ$-7a0DxTT::B>D_!!4Z @:w\a~0ѺEPuM}J ͙OՊ{Q\L6אt;Qqux 29ĭ5Ŋ?X_q0ɀuޜ'ʋ-nQnwv&]^WppbO`CerQ{/{M=(]>bPb&,0G\o,/Iq"ai05?HW:B>b*uʊ:(za^ {{8O(#,laJgr+ ,|M9w=n+c4OMڅnYr7({$#z|};pʞjQffm9ABb(>97 mpOA! ssG()Ruϕ=CsDRYF\‡vUfR3(} G)ŏ~YT}EFj_X}ܑ;ٟe":iRm%ȣxpޟwf]5+ S^lO4[N gZκKB[ub`Ny,׈ΤhmؒUF;m嶊\{ ?\-ҋV,!=qV2 r){ H:WaxRPConFpŌJs$w[Qzd? ٨p'Zbint44/:CB9BۛbHx@=^eԛPZKÏk_ \A֥uju[e# 0 ߷v)څUSA H{DyX]Y&l+"5FW4HSP>zuO6fSD"4-)-;p4w32'f&4 fk aҊ!r#akHKk( {;Si)8(8HfIK}4AD87 Zt<<ͳLLjDD?.s}|q;w'wD&31~Y>Nbu #Rz#V m5j"d; bFJZ>hB)MfSCtLrƗc^>}P | -ȊV. GuEs'fĸ-1Nl Rl񲒌7\WXy.LhNlVW^MMЌ7ں/H"à,%ǹ>y\D!VY@Z {AY:e;j1R덹T X|/A4^<$eGywJHv8).I56"֐dm<6`=jNyz#H =G;}&(~ĠPBDI R?3˲hK2t𚾧%tJTcM7蘜tkRV> ZeӫB%[[֬,bOǠ 08z>c҂$ !DA'e$TgcrTAbЉv3b+-g>O6KCs-~`θQ6dzTގ89D_Z|tXF#flp- rrlbZ_"ScV>)']( wĮW>x4{406(@ND&WBVAΔ>53joIh4E3yC1xGo/dB>ƙ+%=P$$>+u=v|K39L ^VU]#qB%,L:`AYZݥK;OՃ0_f*#.8[vc$rH?tTT긐Xs{_;ƚR#^զ)55cNkDwKOTaۏW#r,0`&†{  C`-&XdbI." V$t_ٵ q({GW«$,wf݁YoRXQ}?U=m]x[ =7wKV?%Ӽ__6.C+{+QC[wp̸m<3ޗflp㌍jxcjbՀ!D'&kdX"[PgƂ M#|d"[) }L&#-O@[TBi:D+lԔrLVQ3Jj$,pt8taXDBgdc=MSdhF(bR穔(,D/Dy}7~My?Fڮ0#'_\7zH?eVװ4L){0CSQ1_M͝bN`fޜLBe.r T- 2k干@]sS}gƕ1(aD'"Tƶ§wP]u"|3E;^myPqa KA^xԝav@EHI6X( Z1ʥg^}޻|Vd3ճk4^׌V|!q_v݀K3Lgj8"3``UY{zY5ޔ+Q*LG hNɼjN)H!_D 3n2N'(m*af[Qo;C.=76 k@pm7Lڿ.6GՂ&r}vzy Ý <k_ aI.Q[>$2YIwW7F ^m~~ {q"r{qYcCr6KKE(rN&q'Qp.cES֛nd߱d l)D?a CrI-"yЇt-H*_}R|'RcH`hA1ݬd OLMΚSH >Y#}ɺ$<|oU =3R#AL)Yw(j߶4RƬУ'+A~"&Exzߠ<^jIџM H=G[\IsI3PQ4Xu[iy,Kϛ 7VS%oHdmmXCh:1vKV][Y- з-ƳHe"k|#"|jJԜkWNvbS'`Iw#O #2=$:)tvԓɋ 5X/\h 1 6hԚ;HwIƈe;@—9H0OX( }9rDJ.P{Ս ll_AGܼ¢W0A7!r_ zD2Xm` '<w|kqpn!rimۚeQ sRm87njPqC]ꟑA҈Jh OasfHV/hcgьX1W$i\#^KAӼO\|OJZ/Y<vC2R4`f݂{quDLPD\+_ 5*PF̷ "}d^+n.H lH KR:)-RhcmUem,mٌ$^OPK] r5=d¸;e3`VyWKTJq]Wߟգ}?)c P!WR6#8p} 11-:FgZ'rҿ.-!PzOW޸SF`QGsk .ғk5ŖR<ۇ=a%(olZTf!'E| sWOQS(O"PIy>ߘA?G '9MK67%5T[ӂ9 4F7xyuWŹrj7jOۃۣVӹ÷g|A҃).9Wa$*a$SS:.PQWfe<ċ%kc},G3VaFBz=IT,Gv U8z_~Kjh34,J L>#ގ6n r.8\Lp-yۂ.D{ &jh~}lMɴɮw+ii¨™syC_4C|ܨǯ1uIb'LgFNk[Q f U6_}*@贂 H2I̶d$e+׷}o!ѩ -}T\r}A Şc#^+erTiAfA7M9T6(<7R>ߋHWdmbzBu嫎@B@pHF$ {Mů7蠨T%b1l9`*P#>-L-ȭcWghA֧Y @~bt-f,)<~O6 _ȒKٗ:š d$tҍkbo1%y^rָPAkS^y)/Y÷XS˹5Əm#Q)[QB3`l{pT%Th]M؆rĥIn;[[mf/p)ȍ*Z:6wד!V15ac^Slu?bIMxX:"h-ޕw\~d