xf86-input-libinput-0.28.1-lp151.1.3 >  A \/=„ Dr.n+I!ߗG={^JӅ$C9YV4 4 ږ ٹ.U@Nop]~y&W v,) ECWJ̿Q֘ =m.e,N\FN9S'Gi{Cw~-B\ NԒ̞a9_`󽻻 ֯_AcZo'#"tnD| R]Q &>> ̼7\>{ZdVy*aXe;WWrk!D CSPqkU%Y \t&3f)<aYBuQ%wOCV%T w֢q:80~A>pD???d ' M $,0CLP j      0Sv(2x|(8!9$!: !F:fG:|H:I:X:Y:\;];^;yb<,c<d=?e=Df=Gl=Iu=\v=xw>x>y>z????,?0?4?:?|Cxf86-input-libinput0.28.1lp151.1.3Libinput 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).\build75@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).build75 15450822730.28.1-lp151.1.30.28.1-lp151.1.30.28.1-lp151.1.3xorg.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.1/standard/09b26494ace058ae8b68fd6181a197c8-xf86-input-libinputcpioxz5x86_64-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1dc8c9e0061089b528166cfc44925fed9678d8c, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRRRR RR R RR RRR RRR->b>غ3"xorg-x11-serverutf-81d4e997b37e313f9a45a40f48c1fa0945afe824f7e4957bd78e8c53b93185e97?7zXZ !t/Axr] crt:bLL % KމſMJٌ߹3YF+}Lt@ 䲼Ť3?f'Gئ!Bw\3{+,))SwFv_/r>u)7' {wlj\wt |(Jdj^-*8JQ'?۱z_Pלxbb+5n$onޡbN0 (S]h %XQ,T"!8+ɉQ_<3ob:GIjr^uQ sNG }v!tMG˧@|Vu@")+z%f:g J##zL+\sFX)Mj搗]aκB wW^Z*4t>S}e@7_ Cr¼z`Ϩw \O]Q װPs=%}}yFzTbv2A-DܡM r)9OCDZ$!TKG1Δ1o\VMHy+ DN],rsz%QQ?mY_߁77}ph9GtZaƖmNwHcŜK@ߓӋ[Cʡ4?4ӛum'%CMT{j|Ѓܘ7~ "ov0" CVVBQ}'nMM0ZK__YW_#D熲J:!Cp;4Y>)9u!"yV&D 7~{)K U}h '6qW4) N'T/8_u\-ToKƣ\=_A pSr8{jXvq p)f󄑥/j irxCHUBurS'JL$Key4nSYW{FG,ί}C'6B 6,Ԫ ˔HYlhGR нP -a_XV"ܢՀM ^$UF6f\~:y*h|rq\)J&/@c͕:a.{m7o=DVD`#-݂-zly/9D^ dQX8 r#Dg6{lMT 6Q<G8e3cS o}r :ɳS 婫ÙSch@vҁ"-gK$nI1}IĔjJY60uKyijщ ǬLt*\ dJ/i"]iۺ=nB;wߪ؇WZo\9Q U|oA[s}dL ʇ Fp{L.e]YZ=21f΄ÏKm"!)m-S~<"MZK0e!k{*:&ڂ`LDHuy+F[]e;rqQ2Qj$N{RGD aFC4L#f!Ju3 JqXN4p:<6wp$W{Litb UԈ+\oq-<֣] ئ2ةꆈЀ :xǓ0-\*Q.{ws6&ӌjŗ{h |70X`JvYɪR ft[JDȈQvۀ(P|>4K.<힏hrjcIEDՈ&JBŸ7Me(-x7֖B!ľ+)}l#}%jzݣeзbC8Tu;e>1 Zq>Kz 92]H΄6BT䃲 ;U ߦҟ%r5znF׻ aœ׫\BҶR+N9YLݴ85k7 ǡ@>l&w6(*c:r3iր5Hh qePi7.o[.`=IpwzTq/lJhe{ :̃>%!Ua*.!@iALD2Z]pEk*TT OQ'dΙ!6 nT6mBaYW'ח4)0J#{hZ<~HY] k㦰 >KPc%襑hk}3ٴfP43hEXe*M{'Xkh%횰k˙͍fB`ߟ16; Av߇i2]:1ibIpLT0g*FLх XZĝ$?f ?'ee%oRb6; ۯVV[ɨњJսxڠ]ޟm)[^少rfY${c< "[z]cs?3Y uu[D \&QdoQCfKzJwbo iRCOA+0Ll-,`4"4`0SҒw`^gz @ѰkZypDɁPY3+Rl 6R\}5TP'22/ֵJ&!. qg+ИIm.ڤ̑^1$5^}˒b\d|Eܘ҂NJD#zjE-8ِ4Ar>44pƜAՌJ[&YO("7襸uoۏDo'RՉ2ѼgӶD;q"C8% {!kqN-0џT-4`\$}kaOpR)P(C^Jz@ Rꑺ3p "b:t8gPbgMT0YA11";H2PeKp}ÆNN%Mi!5Q=q $ PY*}QhI[힋)#5#1ΰZf7zXÙ0Mv{'pǾwO>ٷ-D!''wli7)@jxF*izo.*nstKɎ) \(G〵K73eiQ>h7 hP _tvRO,Nj }Iu+"o$*$#]mŖh”$Tޛ)B &MAP$]G {5>UKs&!h~[B2khobqT;qBX#8p fPFҒ1EH䋺kͻ$؞х2kiC8lPGz^ט (Zcb9ȣĦS #$.\՟ap>S$5 V-]k]X-1eRy|Si>I߫bx 3pq<(ٍݐ14CaB$sfvŌs$Iⴧ!"弇a\.F@!\q{w7RyNr#V5`YxdԸBb@.ބ#=TX!{ x3K  @ d"TiLҾAIFW)]tMӦ’G}|"x-X.K%FZ0ṇц:nx*pEY1X1ЮBթn m (.[=WPcs{Rre%AfaCs,v]V9qh\HAMG" c@WKdBdnUBc*glϤNO *nT5?s"'dErTէv1208rg|H*Ϛ%IGS{cΘ!eS:$JLb!@zSfmd]^S_ZszYɢj'=rm%nVh!ћic6i1G"bTL[( ǙRrDBIqi)KBާ4b]VK xީwzD*.(Y9gSB(DHŐ4 1qWΫ%mlŻ(@om L8Lky{06@lE_A2h*D'^5~c\=wJ*u7;k{|2 zzqFbB79_4T{q-ʔs#wqQ O~!~X}ٔho\)a~F[8u pܻ*֖#Uq+HW̵8#KN c^c;Im+x-3ć"'U[ISP\3-S.M|LaZWd*neqI־Qhk,5a8v 0*ࣾ`0HrMIH[mQ6:ⴐ5ڧ2߫H IѴ<_O%R633H2لR“g=:0:yYeJVkw=s3uAhKL=ryAL3Ȉ{$G3`ڃD|xPO'I,PD4N b5q(:GX*q;l원󞔜b~7gZǓC%>+GzDJ:3֞i#k[C48;?-T󒬟{qښ%e=BP>@ki4fy3p80^\X2b!}k<}Rh+v]cHHG|V[wADߧ!7d6o些cR+rq.T)^_~风oWS< Djm3xCO\[:rHi.Lk[B rds=Eix צYu  O,F`(Ya hIJ4MSNzö,&V"ؾ|{jLK8(Exz􉽅.Fڱy` Osi >5;G~bDƶ*T`Ԕ"2ӥ2+59~FfpO5dj E3| 摚4R| 2 ـp3*c"p d:k!Wk,K{? 1IF|Io@Ysyȯv҆y|Rp<=6 M`̖¼-/"4{cD?Fe <~r5ߐIo /FΉDž o =(po0ApOTA4\A:d &002ݞV^w&PeIξ;bX(!_:T$UA1;/`+btΩo_0%|J) R:S?!S<?:0<*n=5A ;3!yG~gLkc> ն=߯3fhM.ߎ%#^ fiFmvS6\"A$Pmg9NüW(/}*q7U*``91D[k߱G/30}E6$m3 IjhjFT.ΜF}>Fk7yP $ު}e}UeqïKCΣ \Pԭϋa y:bآֽ)K4@tI:Z0< ~Vc8hYrmZ>ECyod>3L !lȯn bu.h=}hj\љ ދ'ܭpP7l􀎓q 8ן4@R y.:;=eEW^l MzR~4ؘT؉0iUF},x0\SSM~? ~ .XD fv4[SPfgdȭU;9v$H~_4u(Y߭Vu]eF#,.qkAmP AȺW0+ٚ#fz W7dN Yn: .Xf9: .,!TzPw#a( V`Gk*#)w9k$4D=8V UN7:g9Dl]? vGf H y1Tkmnh]UiW_NVs.TTF zQRtVS5hz$ْ04J3 pb]lXZehPM|,EG*qwv@y)zqߩ٥sTH& IZ1NL}<5^K7-V~uIXTXG@OQxEwR> &ԧ≯8O,av)SF F׷q3yj9ebAפW qp[&їTj >E; >ݚ32}V(WvEY<ܪRTY7D"m^`F~\|K@ ɇ;g5/nEzŰ~{#.e3bfNyS(h8-JBnε^T_=֕$"JMueuh(Q*KH",HsH@YOK'{fi E(܂ CuNõ/v_ \ N(?#GrP`qMz 5 o9 hx''Kr5&tDB?OKT͹H,PҀ3rdSeIaaM R]Ki~TjiW7[:TCFXHZlz| SM]<*/Y&֖gu\Y ˊ Ni/gt{Գцjalԛ84Q|δd0"&AvJJWwdEܐ={ LQ{Ňt7ŐpOEc?lbtG7Nڊy$."dP FՇ;˚CVZK}{?LPΘK1Uw+n:Џf"y1˫|m r7qEaĔkA;T:A,12OIlLpU;rCoaj5Dd5daFEg`#hơ/JWSә`1FQ:9) VYsw1NSK& |cE Rj=DT$+{ =Ø*}X2{G)|Ҵ("+]8th7M0xuV :S"D̐ +-$-&k/(ՎtAZ+Y zFGͩL=ۅ+C@b#ZN˽KQQ :dɡ|6~: ~Rd\SCh>t,G ͥ;- 7.׺/ڦ-`N56GfG~QJD?{M [[xWTOBT~,Z&jU*6\a\TS͖9=YFJ[6[!'XO1]Q։Eg|J\6eioe?|Qj jT Py Zuz:DT r馢 M9R 07"" J$Kf.qCEj<]iȐr97G0W|Qϸ:l{/%IE=q+ݥ}Lٱl4Lv3X l&Ȉ`? pFJ2O{7xPz/[Jܿ8*(qI!TT|@f7g;[oR[$,M`^/"L(u()'p40b!d`Y/z?.(K0yc8!oU/?xZ7ZWڥhQ+UYq(XւhMt'3)W Q5Mxپ?nwmq ǕM^yKB)O%"YNuTw [.z(K:U eĚ$S4˖fN2vun`'PR56}7" GX4I/DYK^UJݭ(jx[eV-YWr*@d 8pU_a~'FJuچwR#] BCk `-yrDִyWvzr Bj\oZ:ukJix;QZ両%B;#{ -Qݯ]c]RD5ˀj:y|/rЏLS@Am Y¹+lkWPy &xKk3:p ^󋞪cQ],[;nf>eQBoÒ<WwkGuݲ *:z؂_/Jv,Б-zM5^BEy+"(@El{G@oD%L@\X"s_)ϟסGmgj0fW) giΉ7|HK.c7a·%s|ei +S"n % oLls5eRwF}`g]Ǒ%|hT,.soZ>F\ѐk[ecN I{25"@ڨWۗVRϪGA=E_b?\YN ,N1{cKQVVmUN,J;3^qrT/&r5' 7qA&sp]*ͺ裺eF.}>lB5EƒKj0P1Ln,_d;A8?:7R[דMzQͭWS1E-7f? /o_H'&s!0Jݲ槝{zO-#za5)2!*7 &; w]D _R3XDVtwcf쟝{D$º nM kifƔq;.h{xC%Ju.Yqf3}^}ff {Y!YbsjuؔToN7F߭w ǻOB9.f ONl9b+STa/`RC[vLK2/xԬhTҹz7߄"k1Åp1]^VpOco>P tWd'xTىfOȜs_4~~= unBa0_eGNd~=t;CPC8Ix kı07H>NDz $N-pXY `D{5ޮӑ)e@y 8#2 Dkvf7e0;ŎXΗzË,gni5s/y rzzR/j^1q$y'o]0 Pur7UP~xXiK5;?K&~<ˍ6hT62!GaYV]NIO?GGoћj$ (/nػ?+w?@^6-=*(jX bxL`L \&;Do =DP~Hjd1!oAaOx( 6,l έl/9dҌqft7˴Y۩@㴔C7lj?po4"hEqjL1AlLeֱV`1q_K:Lz 0N0φaڱM26sciJvL1P?h J&`i3AƏ=9\:w|3?2٠Ts"Js5vC١RkywE~ks#>B"wUO)M/B1M5*!ؾ؋IuBɂ38M𞶴N T;2>9Y+}ƚ*`5I"ЮQfKnM!%F27^O'r;]ܥwO v2t&!!10hؓpc{uɘ z>I.E)߉qOl~Ձ2#h0f{y{n{-Ld9Dg}vi'HSƣMܚXGʩG˧Z /7A E 6)nԋΪv~7}ۦL#e&ہNRn1SH;yS]+IXSi@B"-tƯyKܹ+HPp~;MjU\Ӏ-f.$%JÁ}T`]ߛidEɖ9m = Tֹ9&'Cw\sͪ-F`4ѪfFEU;С) ab˨;5+6$Z5(2R+Lhڔ_6| EmrsLL0I 5'KYh~ X2'wh2D[me& a!7ct( 0'ky0T7$# ^?8\\-5f\j25`7zWe^-^`jv%Ҩ}=)>US Q&=ETu\xӐb!h*Il56Ǫؕ]2İo (6&G&~a;aS" zy%= x5"}B9M؏ڸu]&5wETPZYMuKMQET( &(w)BAGH6w`;B[;esDX͊AኯtSP>0xfѬ+u<~bd-S8Z1c5~CxRQēQ&t3g]K305ђҞRDAz 7EB7mm=K_kU<-RbM¤סI<5U#ɧY Cv, := )rN oy:YeF+n'3BS~z;dxE Q$"sx%,/ceD"mWc_0C,u1"69 p(`>ǬpQ\b[`9[)iKNJWT7i*}h~XURӆ=g]i:ߵ+W{̰}Td¬^ fϡkEKtga@͚]RY l/fجʄ7;kAQO6Y"N%T<猆|5|o=J8nd"93  cLʓ^w1vج ^? ӝC|1 Ju.UReCi 8 )1{NJmC ίeBhE<s{&2"9pbi9a4܇c d@dX;p03cبEDADŽ() :-ye`$!'5r<:-47ًʬ!dd? o{ 'u!pE~aKhFvɢ95Um S\.ݼo"8deU5`_N7頩ЈSQ.$}q%EUE𗥄A]Q q4ew?MjS̾=7:l!ϫK~@]@Y^C#Bw񫐑 [b:p7HΩn(ocn Z9)^'5Ɇ5F*]o98$G P>E+pg5KLt ee ,lz}oLǖN;Ş*~On-ߘicfپnl꣌!;yi955q=$ҪD -./OۛO~m}*Bb,|!GV '#/ 0-CgnأeBvfcI>ϑk[H Ő2{nnj54{ $aWŹbZfh_(X`!Id ]muu ,N:b1{IơW_ڕ#ro k)&͒V7cwRGBu^2 b_&]&}S{ȩT@+=0p70e%eɏ;:Kx}"89f6th|It/kJv5_ʴvS,ОFd; Wv%nES|Si=:#cqjhr >8e`CHm%/iVT;LOU[<f-X]="$d6f̣~D\TUS 7#w(B9)=^]&;ָpOzJ24ù'qHT2 2qĎz])C,S?\3q,-X 3TZJ}'#CYQIp 1/D^ hJA,'ެۗ՜ WIɳH5P|\.!r:XmzO"l  iE䟮QH}#=ENWi0 'f]Zϲ~q}h8Ia:m_a•0 ֗~q ب" |e[u=x \ITwiXJjez~5nD&_ zRL䐯³u66cB1g\+:K8[`,Q qyd8Ya0$AR-*VL\`Vd_:_<"P+ >P AdlE$l4kd`#fIgI0@G"',EsMe&=[eInScmv\AQ#\NdG.~M"?Dhf L3j/d#=cwhџQ{Q+pD q+Q'ymPt=B\tԯkB 1B.XXhCO>P~hl 'yJ %x*Xr, S"MfKiNE}ANe5̈́$c KMiMs矈LT d }X&B |Օ`PE18(Sg0{_rxᗾ:֢4̫]:9걈-:TgLQc'Z?o]䬧 ɡ$akWr36DIϩr{\2|XRx Xb\CMw!u'fTS1 )SQ.c)iRiumӲ_edv{f Lnl3OM|{+4J>Ok~'8RsXIb`TS@}<;i7aّ̮\R##[nz%67(ucj|g;K.wf[l JO,{F!aa44u-wys-fs~iNɨ<.Lh},I^R0x΁C4`.?RvpM }qLefu\PS/\>#~u}5hkKWd|PHOk{.)q0\o_<~[r%\9ZYYgTFX#߾fA5͹%N\&d]F?ULl XY|K]&8#=c7΄%CG)\aJ>?=oȥOA3wP#ičer- %~톂.ȋQuutҊϥ0PW}& 7?#FĬɢHˡp!U^Xױ]JS'4&BJNၢ&mf)M>@&4vOǜ(C k5 U..OL5glP=< >BoDm.72UƖ3n?,FH}d;bO+H_)@vCƄ 7L>:0j)v}@tݑ@, flWZ&tM>ueFShqi_F5Aیd\'ej]ٛA};.$1OeF`XL)w0ɬ$ހ^q^ڜDq"Ǝt-EM [e/>qvz4ř7B@Aݻm$nYhuMPxLEEJj^b:%2yUje&?U>0 =L8ntĦ`u\$t Uv$Ntz|'IZ\!B-  q)04aҭ*;ˆIM\QtYb:&cN{OoS9#ʐڠZDBKI/G/7~C8ρGi^vU~xa#CVߡgS,z*5 OԒ(V|P_@_ڼ6UN8ZJ{KiuL +PMt'ohqg9ULo6iݣZFMBD 3M ga^]gYZ_+>AF= |_%PT~f7TaŷPKTjҬo cFJ_P f'/m]00ytg%/IU7&E8sG!Wո?%^BE4o\M):iLڹ۬B6c}zN,NB]Ob{ {Ւ g=͊qf[6VV;lb{iv] w81a?b&X:Glqyk(J F4EA7G%b4Gɫb^fl& "m8UD2Vc,l[Nʙc+}Jmf T&ʎY{;G~sxn55w]?mw|#CT0PN.w?:bLόb{*׵#bܦN i2dɥ@n@5R9(iӀ'J S$8P2h#?ʌ((AÓeD;H`˭* MʒB?WP*}ruI^E7ӝ `j¢OB-Jv`a?X,]U vډ$%~*-uYr[^#ikJA_URa),Gȝ*7B1(sT2sM/tvp4=E`mV+3|3z֦E2! cWl`箘g2u#L^5HAh"u7:yuON}_D{`u<&^bpGlMu_i*!u4 㢨J09$xPw*`zByGWsƠᏃ>N,?5W\jw;IKp#@{rQF_ǻ_إ)c$~`sz` x~ࡄYuIb>-A'oBR+Eu`. OWLepE>Pp$NuXii Y{o#`GdLp =mpffwӠ}^x;n5T,DJ#}!;@K [Al+rCӹD q>A<1RR QU{_~>CK^БAuKvL)(ْ .Oѱ܆+M% 0}f?5/(.|M jZ;-XxpJQ*\3p {mX 7 @Y@C>ۦ)x1b06q^ ݼ|3h@"hOUŢ_!+*Б5Z*U0_2tƇz[uat5Q\ecq-Ч]p\ʽuxٗ_D8j*uXݯ7v@ #vKry勎]/p3,lo0{ ClXRjV2eB'Mqbech[%R hbi V z oʷ*لa-gbkg`ڮIEw&-6ݙc\<9KE)@BoG@E}y水 ]an%9nzBwD5v<Ë*1#F)L+tk'i#1ؘ找+82ϳ/,D #Ck5Z 酻r}G \4@`=/-C 1^xXNB?w^\檙u^ev|+ u$ToC>:IVq%ɚ&rC,$ y85Y*rE4"JYZF&{%<464lD`v0C>'3[geR8æt%:%7[Njb pID}Q,(iWŭhG, Ey%L4P !~J sߴ$BTt Dj^Eh^ŀ =;JN}j%輦U^9z~E8 m2f`sP>E<~758<]w\ZbVA[7>dLC'xTzH: g R/Hex8FF'q)ތ@ȼGR|'SW8b5vQ$}LsVp;9ƾa}<]?gQhS[UMj6!#,@\^0zD{#{&VY-,)H(?YE8_+6U&Tk+qm,`^$B(.8,92wqdS #\kGjhLEVoFptX[7vg)3ճk:m]CHurᮜNO]օ~he$Y!s8g|q>9*GLDtI QG1 U/| .CDJĦ=Oư.@H5/VCWXꘜ[J)'ޝO@M|A~@EEݎ*t:)O('I-Yfna6<<*2YQi3訤V²;""ZN+%Vl7uk3qީ%!~PTSنφzMkOΌ"(}.?!qS-Ypׂma2)c"Z#WtW{ &QavA @WD"\ݥ"(%j-\{#A;P;r{3b4 p=fEIKM2M87=1.'kz/o=hA{Tcw1Z׷ "΢÷ڻ/qDV]ӞTնcPr}u0^.!UyN]j8+ jQ}z23V=ٛJ)E~홂=b,\6J ڝnQ涡7N׼ӱ{wT->,8::U96x*9b#{eng,sIvZ|繚8?rLvM1f7s iE]q$8ᥘf=[C=5Fh=Ų8|vxtGv~!O牔: àrUva% t,Nghofwk؜Lyu#v*ٰ;xcZ p_lG k ͳG}ћIt'؁C s;%דKuF+ul+r6geeF}G2RZ㞴ja~i/'g4_ '5d>U Zd B?NA"d=z %y&ϟ^s{$3AXǖY1a߈b龌H<2I*w*]\1!%R^P+ŁAoff\TR @x9Ϯ~-t$-5Ckz 9jd)zR VuF)'D4 Ta&V|%.^jj߀vXX(J|WI' 5,E @qFqf)lU6P1ujE&/!;RQ rc JL#9B JNe~GrNKX6aS"ܛ䳚w'W Z%rު CLIE:ENx5-nc TSb佩gm5cKv9ap<HhkKr:u:̶xC 3ɢD[<1o;#mRP!\m[ rڅfU"#$7s`냗9Y |Kj/$T}Jt}1t4neD8Q (GRm0^MҌL6x3kCoPM+zNTZQr3ei[|Fo̺,`WH|󕃼{ܤ(n n@Sqf(tfXL(z]Qu l@5]7I~^p8vj"t遍t]GRّc7{ JFLQlk2|Ӱ#YTRYVXikGRl}>6g"JGNV״6͑D*T@C,'cdA8bEܰ^?Kpmg(ΚА8luMu4NHV{5 f=7BJE@n~$/:H1LOθ#O :,R_jAuqd^cT@H4-Yg>ƫa:JyW^=o)3zU)3-ml ӻ qA~|$Yˊ^ЎVQE ![Of 2mNXgÂ۶0盩|2 0(Cdd#֊@zݚ?*%=T̞##yeA#;7Fny:Y{C‘B^#kws՗P&o9vAbtVI[)Ւ?kMd jLԣP6F^~L,n6fȋ""ݶ6YgsWtς}neIj7+oy?Vb]0e+5_2iieq ֖l T#ٴG083DS! K~UZLs dFjDڄo5}fw@-ܪ˩V'C@5\B;m^C%\|b&@-UO3 ԗ!eGѱE窯H54ruCz@oyCKuקʲ&~L3Ϧ)c2rp᲏%~8x `h⟘b)XMJJ݈jb,"<";",2iv6׵N0njYb#gyLgsW+!N"wI bn'{dL$d[VC ;^[dm }8H_rB3x;j-M3v:7Is:iabboVֈX+ ZӺo|f{6/MѤtx~^\3]z \L̲A; ̨CCKꠏ!^9GFm˂>"Bn!dU<Ý1YA): (yBB'mU|5U=k.?R?˦ -' N8^]Ra*LW/);64@Ȯ@ViP/Z$أ:RqG4]8lr'cD9 S64G /!;=-BR,S%OFr^9 RtY]t9@@}sFe|],j񫋃?a+I7ij~nf꙽a0A벍2 IOr#&HK5nU 9cʟ!Z545O­~Y/0>$\GTY!AmkļөpTmfD&$5a27S&Vɛķ*N+EýEjCg!c)-M gJmSʴUWQ絿+?M=Fq| ƿ(|b6چ X{40%55A}Kw->&зemN|'49& 3ב> =mRGn_V<MF==4+n5 Ujz}baԴ SpCK U0?'WRFBq:orl2͎ߨ ߹%z7IioAf!3@ 婣rk+rmYیy0 oՋ#*:>洈=Ya=LK}~~3HN~MfBD^+"N&do /W9Y$c;7ntkkC4/19BP3& Z%,l|KaMԬIץ.4?-a1W P^UV⁨|&fNljsF8eC1Um(⟈X]Pau;R B^)rP:<Ik61IeCot0m06C(PE/4x3ۆ56.lע$ye]QtC#_Tn,R ]ZEL`jٞF4cV7vo !7uSd?0.sz7v\-")sP 7GOv9f!/vqԘN8;xM윛g. â?[g[Wxr`_OHIO^R}u9/PtN(zN6 K#M)o_T*wHRz [ȸz$0ڸ/u6 ~ꁊdH7}Fn|Ȃl !ܪ%1s@1%K[ sP.AE?H`9ӝT?nLvZ~O/#`TkVu!wבb82b'_䂨 Wj p51h`:`2LX!o{8pw>zz hhЭHJE+gyYnl6Ȇd)* d{W7m!a|Hz<G*|vP6 (cKަ6Ɔl(Rm$wxSUf;O&9HSm-= WBoFhU>uW6݄E e`QL=[ ;)*r+JXge9'ԏn:'X$ad!\:hd?Yfco/W~uO#z!|w8{gsbr`.TBu, Uϖ :TsEI YZ