lirc-devel-0.9.4c-150000.4.3.1 >  A bp9|vN##dPo,K I|jD?=FT4+7OnYo`E?ߜ0Rͦ`vBeI"wB˚}"]~R)Wy!"fdy5$0tp{'2Mcd[ ʥt'D}"':}|:wlcHisn3P^XxP”s5wMOU":˝ט" pc [/b;FXFZ:EI1 vϿj>238f682653b60d1eae3d2b32ad35e3f14d5b51d1fa70722993982c3ebcccbbf2fb82674bf4ce46b661d54362e2b6ef27b379f7ce\bp9|C/5Mm<.f3Eט!UlP67M) ,:C:R/+Ox nJ(uZu7[F'L3uD0k~V е;3@n2#݇E{VCrwq$KUXD-!SHPcFCt4K5* E.9yG2CGqT]_;?̔ ,n U Jd @ >NLZ3ȕspj>p>V?V d  ! 8x|  "(0&& & `& &  &  (& & ~&<`&@ d  (J8T9:%FMGM&HN<&IN&XNYO \OD&]O&^QbR(cRdSHeSMfSPlSRuSd&vSwTl&xU&yUzUUUUVClirc-devel0.9.4c150000.4.3.1LIRC development filesLIRC is a package that supports receiving and sending IR signals with the most common IR remote controls. It contains a daemon that decodes and sends IR signals, a mouse daemon that translates IR signals to mouse movements, and a couple of user programs that allow you to control your computer with a remote control.b?s390zp32ƷSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++http://www.lirc.org/linuxs390x$/pD<1y-$4  1 h<e*A큤AA큤b:b3b3b3b3b3b3b3b3b:b:b:b3b3b3b3b:b3b3b3b3b3b3b3b:b3b3b3b3b 42.2- Update to version 0.9.4a: * Fix syntax errors in systemd unit files (rhbz: 1350750). * irrecord: Enhance "Don't use devinput" message (#180). * plugins/uirt2_raw: Reset device to UIR mode on deinit. * plugins/girs.c: Enable reception after sending. * lirc.org: Updates and bugfixes * lircd, liblirc_client: Fix freeaddrinfo handling (#195). * Don't build commandir unless we have usb.h (#191). * lirc_options.conf: debug => loglevel (#199). * lib: use proper linking method to avoid parallel build issue * tools: make_rel_symlink.py can also use python2 * plugins/devinput: Make the list-devices support available. * configure.ac: Bugfix (BSD setting reported wrong).- Update to version 0.9.4 * The caraca driver has been retired (still available in attic/). * The iguanair driver has been moved out of tree and is now maintained by Iguanaworks, Inc. See drivers/iguanair/README. * The irman driver has been moved out of tree. From 0.5.1 the libirman package contains the driver. See drivers/irman/README * The yard2 driver has been moved out of tree and is now maintained by the yard2 project. See driver/yard2/README. * The lirc.4 manpage (/dev/lirc* interface) is upstreamed to the linux kernel manpages project (#164). Old page lirc.4l still lingers in attic/ but is not installed. * Upstream selinux updated to match current lircd requirements. See: https://github.com/fedora-selinux/selinux-policy/pull/41 * New upstream debian packaging with which Debian users can create .deb packages. Ubuntu packages are also available in PPAs. See README.md in the debian branch (#137). * New driver girs for the GIRS protocol, gives LIRC Arduino support. See new info in driver documentation. * New transmit-only FTDI driver with enhanced accuracy and hardware support. See ftdix driver documentation. * Support for non-modulated signals added (#132). * As shipped, lircd now uses the devinput driver and the new 'auto' device, should work for all remotes supported by kernel (#106). * Enhanced lirc-setup tool (#123, partly): - Add drvctl device enumeration support. - Integrated mode2 and irw tests of current configuration. - Documentation links. - More consistent data based on new database. - Multiple bugfixes. * Several patches to make mode2 work with all drivers(#123, partly) * Configuration database overhaul (#123, partly) - Database lives as yaml files in configs/. - Data is collected from drivers, remotes and static files. - Better ways for drivers to enumerate devices. - There is an unstable python database module used by all tools. * Several drivers including default and devinput has enhanced enumeration support, usable with mode2 -l and lirc-setup. * devinput.lircd.conf is generated at build time to match host kernel, new script lirc-make-devinput shipped to re-generate it (#153) * A new script lircd-setup runs as a one-shot service before lircd, performing setup commands as root (#121). * Several new examples in contrib/, notably lircrc templates for many popular LIRC applications and improved udev rules. * The default driver does not require root perms if the protocol is correct (#133). * Add an "auto" device to devinput driver for single-device usecase (#134). * irrecord has been taught to handle remotes without gap (#98). * The --uinput lircd option is deprecated, obsoleted by the lircd.uinput.service systemd service. See lircd-uinput(8). * CLI options for mode2, xmode2 and irrecord has been streamlined. All tools falls back to lircd defaults where it makes sense. * The driver API has been expanded with functions to enumerate devices. See configs/README and lib/driver.h. * New logging API with hooks for enhanced messages and filtering (also #129). * The out-of-tree build interface is enhanced with hooks for external drivers to rebuild documentation and add a config file. * lircd: Fix too-short gap when sending/blasting (#158). * lircd: Fix typo causing lost deinit_func() calls (#179). * irrecord fixes: - Fix broken namespace checks on recent kernels (#187). - Buggy handling of not decoded buttons in irrecord (#146). - Repeated buttons problems (#149) - Endless loop when key is not recognized (#146) - Endless loop on idendifying toggle mark (#139) * lirs-lsremotes: Don't use non-standard GLOB_BRACE (#174). * lib: Fix misleading logprintf comments (#179) * lib: Clean up loglevel handling (#178). * Fix --plugindir not being respected (#144). * Fix gid and supplementary groups in CLI apps dropping root. * Fix a crash in irrecord when invoked without options. * Fix bad parsing of --options-file unless given first (#165). * plugins/default: Don't require write access if not needed (#133). * plugins/atilibusb: Fix crash for non-existing device (#145). * plugins/audio_alsa : Fix blocking regression bug (#169). * plugins/file: Fix bad test for LIRCCODE cases (#171). * plugins/ftdi: Bugfixes: 4157fe1, 92e2d1d, #182. * plugins/girs: Bugfixes. * plugins/default: Remotes become too sensitive in 0.9.3 (#148) * plugins/default: Walk around kernel bug generating multiple spaces (#172). * doc: lircd.conf: Document suppress_repeat parameter. * Clean up docs, remove circular links (#136). Documentation is now only in lirc.org/html. * build: Add explicit default -L${libdir} linker flag. * build: Fix Debian FTBS compilation error. - Add some missing dependencies * doxygen * kmod-compat * pkgconfig(sm) - Replace pkgconfig(libusb-1.0) with pkgconfig(libusb); fow some reasons, lirc now relies on compat libusb - Remove obsolete configure switches - Update 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch- remove lirc.4 as this is part of man-pages from 4.05 on- Ensure lirc build against libusb-1.0; replace libusb-devel with pkgconfig(libusb-1.0)- Update to 0.9.3a * Broken fix for kernel bug reverted (#148, #119). This makes lirc incompatible with at least the 4.04 kernels. kernels < 4.0 and > 4.1.6 seemingly works. * Several irrecord fixes (#146, #139, d8826b, #141). * Some fixes for poll() usage, one of which blocked irrecord (02c2480, d9339b6). * lib: Fix parsing of multiple files (#141). * lib: Fix privilege dropping code and a compiler flag (e8be7ae, 8a08ab1) * lirc-lsplugins: Fix --plugindir not being respected (#144). * atilibusb: Fix crash for non-existing device (#145). * plugins: file.c: Fix off-by-one sscanf error (#138).- Add missing dependency on libirman (boo#941883) - Update way tmpfiles.d are created - Use correct symlinks for services- Update to version 0.9.3 * New build dependency: xsltproc (sometimes coming with libxml). * The irexec semantics have been changed so that the invoked programs run disconnected from the main irexec process. See irexec(1) (#92). * irrecord has got some love: * irrecord handles multiple definitions of same symbol OK (#78) * irrecord : Warns about single-key config files (#77) * irrecord : Checks for ambient light disturbances (#76) * irrecord : New option allows updating of existing template file. * irrecord : Template handling bug fixed * irrecord : -l --list-namespace option parsing bug fixed (#101). * irrecord : Minor fixes to irrecord-ui including -k option parsing fixed. * mode2 has been updated * mode2 : Handle also LIRCCODE devices (#94), * mode2 : Drop root privileges (#91) * mode2 : Add new scope-like display * mode2 : Handle the--driver-options switch * xmode2 has been updated to handle udp driver, the new --driver-options switch + some general overhaul. * irrecord has been split into a library and a cli interface (#36). The library interface is unstable. * irtoy: New support for debug LEDs. New documentation file, support in lirc-setup and driver table doc added. * The udp driver is patched to allow adjustable clockrates, see new udp_driver.html driver doc. * The mplay driver has been updated with patches which has been available "out there". * The select() calls in lircd, lircrcd and library routines have been replaced with poll() to avoid crashes when file descriptors becomes > 1024 (#109). * Set supplementary groups using effective-user (RH bz 1253907). * Work around kernel bug in /dev/lirc0 output (#119). * lircmd: Several option parsing bugs fixed, one of which blocked the systemd service (#104, RH bz 1234155). * lirc-lsremotes now displays logs after parsing files, making more parsing warnings visible. * lirc-config-tool is fixed to comply with guidelines (#105). * Bug in irexec when using modes fixed (#102). * Create log directory if required (#124). * lirc-setup: Fixed name clash on recent python versions. * The library routines for parsing lircd.conf now warns for duplicate keys and values (#107). * Enhanced pkg-config support for drivers compiled out-of-tree (see driver-api in the manual). * Unlinked and hard to find driver docs and manpages have been linked. * The documentation is heavily revised. Old obsolete text is removed, the manual is reorganized, some info is moved to manpages and a lot of minor updates and bugfixes. * The compiler has been switched to c++, and filenames are updated to *.cpp (#79) * The lircd.simsend and lircd.simreceive tools have been removed, superseeded by irsimsend and irsimreceive. * A new kernel driver irpipe has been added. This allows feeding data from userspace to lircd, which can use the /dev/irpipeX device as a clean substitute for /dev/lircX. A companion CLI tool irpipe(1) is also added. * Options parsing (notably -U) and just listing first remote bugs in irsimsend have been fixed. * Overall code formatting is improved with more consistent layout and updated git hook. See CONTRIBUTE.md' * Build: now uses parallel make by default. * Hardcoded CFLAGS in Makefiles fixed (#124). - Update patches * 0002-lircd-Fix-bad-default-for-lircdfile.patch * 0004-lircd-fix-compiler-error-format-security-error.patch - Remove imon2_conf.patch; fixed on upstream release - Add a dependency to libxslt-tools and gcc-c++ - Add libirrecord0 subpackage- Do not hard depend on systemd - all macro uses support soft- Ignore absence of systemd-tmpfiles, it won't be present in the build env.- Fix a typo in obsolete tag- lirc-core provides and obsoletes lirc - Fix lirc-disable-kernel-rc requirement- Update to version 0.9.2a * Maintenance release: bugfixes, no new features. * Notably fixes #85, multiple --connect regression. * Fixes bad bug for locating ~/.lircrc config file. * Documentation and lirc.org updates. * All in all 19 patches. - Split each lirc module in his own package * core : contains needed binaries to run basically lirc; it obsoletes previous lirc package * config: contains tools and data to ease the LIRC configuration process. it provides and obsoletes the previous "remotes" packages as remotes config files are not provided anymore and the config package provides a tool to config a remote * liblirc_driver0 : provides the driver library * liblirc0 : the main library * drv-ftdi: provides ftdi support * drv-portaudio : provides portaudio support * tools-gui : tools for debugging lirc - Add pkgconfig(libftdi1) require for Factory; ftdi is only availables on Factory - Add pkgconfig(portaudio-2.0) require; build with portaudio support - Add python3 build require instead of python; python3 is now the default - Add python3-PyYAML build require and requirement for lirc-config; needed for generating table.html and lirc.hwdb, and is a direct dependency of lirc-setup - Remove help2man require; dropped by upstream - Remove lirc-0.9.1a-fix-bashisms.patch; fixed on upstream release - Remove 0003-0.9.1a-Bugfix-segfault-when-parsing-connect-in-confi.patch fixed on upstream release - Update patches * 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch * 0002-lircd-Fix-bad-default-for-lircdfile.patch - Remove old and not needed lirc-64bit obsoletion - Add liblirc_driver0 and liblirc0 to baselibs.conf- fix bashism in lirc-codecs-regression-test.sh script - add patches: * lirc-0.9.1a-fix-bashisms.patch- Run spec-cleaner - Replace xorg-x11-devel with pkgconfig(x11) - Do not run autoreconf, configure.ac is broken and patches are not modifying autotools files.s390zp32 1653211711  !"#$%&0.9.4c-150000.4.3.10.9.4c-150000.4.3.10.9.4c0.9.4clircciniparser.hconfig_file.hconfig_flags.hcurl_poll.hdictionary.hdriver.hdrv_admin.hdump_config.hincludemedialirc.hinput_map.hinput_map.incir_remote.hir_remote_types.hirpipe.hirrecord.hline_buffer.hlirc-utils.hlirc_client.hlirc_config.hlirc_log.hlirc_options.hpaths.hreceive.hrelease.hserial.htransmit.hlirc_client.hlirc_driver.hlirc_private.hlibirrecord.soliblirc.soliblirc_client.soliblirc_driver.solirc-driver.pclirc.pc/usr/include//usr/include/lirc//usr/include/lirc/include//usr/include/lirc/include/media//usr/lib64//usr/lib64/pkgconfig/-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.suse.de/SUSE:Maintenance:24370/SUSE_SLE-15_Update/cd1116d915c811034a166aa07721dd1a-lirc.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxdirectoryC source, ASCII textASCII textC++ source, ASCII textC source, UTF-8 Unicode textpkgconfig filePRPRCO*㊕[d&utf-86014f5e663e989f2674915516161250e770670f547d6948e8780c56ff570a539? 7zXZ !t/n] crt:bLL my=yKo}oyt;ТɊ"- E b_L 8Ek-/62E 19BrF*t+vG;gN\as@9=qb_fT{_3? xh\E\p>Lm%o _V-$ߖE/DSePmCYtEts**E/YhGH/U R0\kT2(AbMzI3zjvrg GrL=|$ߨCa;9&l(< zakk+a|P^%haq,]Ϫ)s" zgZ02]1T ÏV`o}0'EiSr.*I_2[6Wv䫐K$QcӼTʐI\`KU HkVڅ+X>ws^:)hQQW, \]9nD𲁹 RO[dw=5Ft ᇺa#s#Soy<>`ҥ- [n~56*ӊh58ł>[Z#hq'-5E!\63"|+̕Nmxy<@8[J\o&+h?0d -uL|bTxrW1]V8wg%,5wbn: F\L]hZp]֠.&iR Vu91_e2D QI K4 n Qȣ@]#,``0>=qxЂjrFbQ5a|$HB0OUWe-o%B50=Zӌ|є2t;?wlb~3^ae39N?Y3e$}r\;;Z!\Cs˲Tf[vyKy@mH1]hv,#dH=D;{lu80Ň1Qlc^dC`{\ )W@[qpA(dOf8fS`!P `-Ek 3֜f_ ؄G@PWP\EFe{ w"CF[~ӗY!cIM0{ IVA.Ӗdp+϶d%spX-VU2ނ56C n;{YG^S4CI67ћ{5Q+Ē0O\{^-A˟(b1eܢFMtj؈րW׼23G4ҧna|{ xgAV,f eG&Lw(P 2譮 r&d ZWu9˓wW͙BPqJvO OHEMmjz;(k:Cƣ:.jΞ( O騉`mY$]nb.مyqS ӳx 1rR1$[bGy c^OHdGz{w\Z~ōp&|ZvR|!XZxHH'Ӭ h7#3o(6ȱ]cP2ljXf0'/{ꥢ>U`o"LKpHs3Bgȶ'AWFK=*̫@kKqH|qCt5rm@VZ;y. u`lh ; nF r!R4 yTfAD+U8'_\o<3S%$-CKc+,8sTrk\zP [࠵o5Exvr@'e%z"DZr|(~.$OK5Hs,&Ղ_ҫ8IM5Flp7!jQiˋP5ȣ|fzwޅPǧV1B>ѷѹܭT.ma\Iw!""ɨqwౣ*օAp-&hcJT&mwG(4F9_DdU`;pS%DAD#=qIot )&~KS~M N?sgν[.kc (I9K.o9Y`JPGp H#d(dxɖM'@Y:{JxoIqҏ.a8ϲ$PFR~Ԇ]ݘpQܺӀ\|ڪt́QMZF̮~gE J6h{ )]Wk詳@Bur. +ɶz_eNa(c5{WH`!Heʢ~d0#eG%Aź~ kvV\JH]2P vRt !)>^0x_nV͞Ar袀sQzbSY`LCa/=T3Ȇzȏ( ȥL9[jd*d˒Qk!G6Q{e Ԕˏ@yiǀ:o?9/jQfva@pz X- DX|[-6׮dF+8[YM 6iqRehb?rOWZv]U]4C9r}!w\^UhXy]PnQ Oq,WhizUAvIl1!uW(΅7V V`l2 x_Tm bXQ%l ǽQ" b˪ %bnߥ~Eׇ*G(88՞)ȳv˨D{܍7">6ނ0 ^4IþzV,8^l|clZ̺iTm7Tm yT1Lzf5N'Wشͺ,glDPvsz܉c-IP1sܪĵdv=~-K#^ȈMVl;q}]FF<)^d8xUm{ ƍY/Öʩ'ܬ 0\nkϽŗ9uΉ8[I$)[& tBP1!X&'1 d47ݸB cY\ ĕN\Ѐb| K@N1']uHS(Na!`XF:F<3Dwl~Z 2SJ@N Vz WNL5!z xɣ`}~B*9hho[ԑq26,5/1P1w㐇ՔZWO"[0(Z"mxQz6Y|eguCJ9aݴsjX4ÝF:Xb^oZeI{ .~.س"SAYѠǑ hn TV~ǘ1|'i.5hpv[ 4G;?A}sLO ͇E} vO[^W$n򁑘?`ĸ !9%JC]ŏ#`s!Igm!`UpO5gaz 1EYZǰHavk H0WҬo <6ojfɀ EAB`N\10ƜsﳲCzu!$Pd2xCŌiE} wb&w$nI/Hʡ [g*ŘO7ǬDvLK drHl\@[!O.$ĉ&nmE,FSMmwި &DXҊwuTQڹU?PPh1l]*S<#Dkh[{>~];9(bNBÞZJmlUA*\w5LeRZ\Oe)a,1ωr| ; RI ^1[@fn3c(@lï~T2˖ۭaWpx*}/3^ڵS'! -XXk1/w+7Sw9:"v7JV'Ò܃S fQI_<0ٕ-=rH6V̬"0\im:vO`ro[2 Z ByA9jD4@0 "uڣt o}LwCՒ݌& a;}XA*a}O}]# xVG%-e;[ D`-wGe[,ˤ?,R*m&=Hz^-I7uJK@u/E ?gh&&X qUc/?$ fA6fGQQFUQD8;da>Eخh=Rd\)n^0<j?76.aq8#B%X[Im2Ϥue%GI >ZTĨLͷCU{3nzV<'t]` RJ^O}껫ITM2#}D1w3=:Șϐu-$;wM pк7l^# q; &`c<(I_ZdVل}=l m̔hR?6*Fi|M>2(Z4}-lULg (vYl*Vkn(w+Ove_L98$0Ն$!ݖ-F4*sR҈mV1=Q[)ٓtn44"IʬT5)j龪;ܤ@i{ÄZ}#)^8C)$,ށ! :9XՇ'ըE~/K%Y~ukֶ1~VfJ6ضTMb1wL.\[wھ>ŒW`9;T}-x:DrK: ;C.9E.PD/ޙƐAṶ{R quL7Sf ZVxCgsgN+kd`zZWPLRO}3yٞ{;?gYH|&uɽhKw0:m5CWf7-Zɛ*( .|&>@?gn.]rE rru{\.cc^\]W?%S`_O*4 |Vfnnvܕs3:%$yν0!LBɅ: yյ=1ya@-+N;r+21UQW2e:J7q|s/zJ\6.3N ]C۩>jhrCgQ{Cq d~@ϐAIc %"m>Wia\ɖͲ5| 06ߴo~vtY"qj骢tح8ϱ'jP{ ~G|d7t?XZYcW|1S؝0J+eA1s)" j`(bWr ZkU[7DZGezi[pR^Q nD5:|)CS"pǰ)SWz(񸂉wKQvia%2 @Sk0bKlV[s h0率J(~f7a٘5wi]n+p O,nԥ]0(mk;0!_q])Fqq)r^yzicz&8K)lK~۝)ww=DԸsS!ywFJxLRt|J޾^T3bQ.?rLյ@-Λ6 W}~YZX%Wc>ZGm*x [e$eA.i^Ϸ(u WF6spKD#ujMT%h4"Jp~>Ra{t<->e;| \O<9JLtwtdxlh.D?`teSm犛u嘬ݲhc>=9&Y%[$͝F 5g  */~Bs#S1 F2Ǖ?ΎhͭB89HGEʟ0, `꿍XÅ|Eٺ$$\7H2ݑYu4k秣't"j#e.!WQ6& &ayޯ5´FS&U_ܯT)f\H2YV/E_)F}qE4. LmuÌbD1dslhhjW~+j G C&}8i-`/&aSVz8T{Q.䝏Bke]Qh rowovKv{r20"kl Qrǝ@d]%UQ\^."oAk(ZY)l*` GUͱf+_ꀭTL_x}ރ+7֪E. $J|,C˖1Zv!d{ 2G";=ZQ;%#35zdoW=uOAl؂ǎJ\*&plBL$ H늋ٻ _a΍egHӳAJSXF> fSpo@4+KSfi; QIb.,k-"mx'$IT :vHk]< 1tݤ󸜊ĺ 2_0:P|+{;zvy<3r6}J8>Ib9햀DXbm_"i:ȭEP&cG=c&BKbVYCHBRl^-˹tv0PxoLP.'Ѯ1zϛ -:BT.Jrʦ:1ҁGʚ&a[R 'fFL4o2&5ZRR+VU\iv+ yhtjDAec^V@LW==g3?ՌHxvfrpdJ3I ~A#+S.F|+_GL ?7tiA>\,ա;1P_ s7u0G"9ao5RyqM±uAx) kP r0|;͜:%T*x)k.*a;_HvBeR_ G #i7qaj\v鮂LݼpCDbh~Hax~0C8.Ӛ `Om\$5HMq+P{;M s-7Ωj(L-bB{{M!u,47!;Ę?9^?>1u=P+m0I;^?gë۷^gM20xrpx*s \a+ }+Ǟ&.f72C%r0^^u-a1 ~si0J7XQnͰԊ.(#<:l\iNƒ͌[LrG//[] dޞ~q;]ea, PI0 ֺ<W)Nm Z+)eyTE58u^">яnq\⼏rK 0QiEQH;Wpllw+Zυ!|҆$17(.Gס8rT .@Q1Qt"#fU:8OAB}jW<{xqBP$=ȆހpK> jwۃa| mYf^۲WSsRAR: Eu㔱]൲ A+Zzib: 8O<6fEU\{{B3X#-eeC7pL11't8IU9fy^[аtWzXYQ2}?~5>۩O'Z2!C=lcg>ߥ85W3_z_h j8z?8̤<KQ (& izo9H _9a&h|T ?y&R`9 Z֗(f@O@ШQ薪HFՃ&Ri6f{Á8bʅdlA ^zY6ƥӗx/i)z'8.E@| xr}jt?mˏ۵+j&Z D~wˬj6k5wku50h:/ IQ?bIKhZ]_uXb-`W<4%qZ5 :}o3^)2wOsV(K=BfR=c~M8^]·45q^N)ah|@|ᆫnHzOc r KMEXYMdϮKN@3iQa$Ƚh:/ `*. 5`2#ֆczByچ_'t`+T> 7o%5f2YlkN!eSk5lÏuK)ӊ"{r?8aDV2 C>R]|{|$[w@huKVk߃f)L;ӣf6 1],YruX[h7nߕX-SCI-D<iȭڙdYP껺IJ^2.r gx(!\*{*-}5{J4z ˦/c"=L% bM<'ixsA hx!O4 ,^~j‚c٫=ud2;.1\rː>P7Q>_CbvkH1+2*&{U;Ax6Mp|-l }0 T,6Q}1KQ2"¬]v)"GԡV e]JRﲏyQ79p'_Ɖq:AɔZ,>XZ-"T$/!83TnMɌ=Sj\M: LP=o (wX_<5y XP[jӝ[,"SĻI1&.l[`;LO̽<9fI)Z'exlCb`7E!K+8刅lf> F ѲYeB'YjsOCk a/Ji ԆɌMRtqJ{bP @mVn9Ik|gJ6pq콶gF)Eu3߰ Ol^TʟnV1Ya/ϗ1SV r&u"|`3^  gX5| .-\C#r(قpA8+zI:c_`Zմ=bG[zOQ8![*b~eqQo?܁{wpqVsSvM7|B%>@;Ϗgf+:eR:\Tbk|`J7IV^Q?#maړ*.& Bk)[E'Qǡ]K HsSAJY&3GXP}&9t Ur$ [.DS7o^0ʂ!6*sdT~o$/`1pqFg.,e]"u[T-,^/-N%]jxTj2|/MaOB@"ߦHv)g2:v$jq.$(X)FyNz'x@ k;Mh^no Z/c]z{ǨV)Oa"@%\w (qNGSn 0WwnPG;~FW\oKȣ+ij+sBK\rww_co5m6o p:5'9FAB.%P* )Iv?ģZ'2Q@O.|q[: B<5 / 10_rQM m# :CP;lO^Q@P4c%?S!?\9>I%7&k8&eS7ܽ'4&v_]pQ`*>Xhzy`7\N&Pw޼^ JZZL&=ʤEr]EJ8@# gSIR97iI@)o>UE[`ߠ !g-9 G,= I kKN۰= kCdO8qo ;ZN9y%g*ؑgiST{:@E"~W,J=Y 暴 B)f#Ƶ]WQ sكU CAaA6 tD9:_J:m_߾֢ unkگ. A+$&EZp9uIX$f>ʺRJ:ʑg:).ž1Lx*@FnJ\gcqʼV*nۯ^oW#P!lR.| NbLEu1iFR\3ЭDD鿦z f4V(or[nf'j"]Kwz6MksZjF.5*0G-I`48=T ڽ}^^V׀o HH|CMjðQd<)]{|†e@V)H+,IR gъq%^*XuC: ^Р~=8/R9w!xZr%0!;?WO37GXL$LdޤWY30"$Xq Aoӫ;ԱF3 sDK k+@=+YoEHZ~i@)Ӂ-SծhJY&fe:Kh;fzFFv6L45zB{`/9 Okn} :^g }25x; 7ϖfBU)'hVO38 #as8'^U6{O]8=f9v\ިΝ#?FƔzFّf+6w9unS#w3àU4ouchKOث'T|sKIrfhsU~)YJi;][@A߹i[\|Ţ%{4T>=NjauSY.l F@`8wǹMv[I2n|Akf풮#˷n)wY lZ vʖ?Qlo\ gᭌcw֟%7wܭ *yt 7K 'ybzN^^?,+ȟT@qqU}.%+Y+ KǢD'\HrIRb=$BUބ~t?# 8&΁si&Dl Zex6B4PA~bV^V=m5^q(+6{_7zUw#Pa"'gS@ƕH+_RPVd $瞁#Mι.:l`ǽQˬXsW%=]vN#rL/`j?yfotXli; ĺ*Ap:ʜOO}ֻI!Դ9pI!>9-_pA~tDĺrTi(飋ƭ-NVL ص9ԲOi}qAXntP1ԛ N .rf鳺 ū¥s52s,f?|=흾%]ƂqqcX9%# }(ɗ/w[07Fl?q:@H.Fb(\V&n1mu¤t6KDoV"M^$: h!+/;,3W^mX_]o!Lj h* 99wՀi,:CUR(Ս9P+!>7:q-)&mn WoNxE | J՝cf( }? V|"^di̕+A}FfBx*CK*>0IyҜjuwVo4,K"[ +<*8[+@t83AoTjGhGL'*r/J+F)_~8Կ3EW-D: WW:.@.ޭ~z!DNEaVj?hQm@'dpK&zlsp}FZo̯ECN*T(ca~mPK.4'RK|Jl諼x% 3za;"m_b{#[l;zM "7FLh_*Rלk#zdɐ%]xMUac@&NǺfr!%cbM^rgnS7p}f*"$1;Dl>š'H}6#iXl]]Nw #;᎙{QE?ӏWw Rg.JZ%| rat(*g:4\Wp՛=J$`[lA%6_D WEjcz)h1H Kօk!%;d@Er}-tnf,!>;>8x?|Nh]\;63RBv)*V'$>-iD9,{~޴ +Wh Ĭ;eɻndreQR bd'{`0iMZ5Q\۾61CN+҃s,. vo[x1߈ ˴|LRϞ2KKi23Y/e+EB87i?gT{-#eGTBhSÁG)%/=bC[NfHx F\^[_d>\ؠFcm/"ܥb֊0t+A[ +%/ 8pNL>Jj#d> O Z].N)& noAku̐0*ÐQDߊ'y:dx*+Lb_z*n|p/i9YeG)_e TraRN4ȍl|QA$/>S8f A)L'[?%GWjRpw[of?#B&=F|[HĢG3exTq޿.]'U;MۿSj:.&s5;-$9ղ/g蛥 v=3STs'"%'Gկ_0='>rÚ7f+--if rB"B1:>qʇ7ɬnli ]x2l51hayIoCM]x$/Pئpe[6sD+@k3[߭l9~.`|gd&%蹴-crՉ c24cCs;SzF$;42G*||8~zV\*4o6*O3o,b"þg>O/lg&DAֈY ]쩁n W뢾$idZЭ`f[zI͍{Fe5%9x)kh_ў,VZi?EQ[ZL8 i`Ī&أB=ݣC²b/XmB;(Oы&rja sEB2 <"U Vȼ&%m򋋋L*_nC{7j1!b.!U(6ȫrppph[忖Mlx/eY|G{I V'p7Xy>ֻ-$$g4KvP+fVkY*&&6|DKɬc/[}D|I|A!Loye ?b*pUVng:$$X[5/P'ig E@2^>n& (CdvW=hqja>[y[#}LK coS!jt6p d6v\&EAv_{J؞2_kRcX=Weo[GPGQFQ`Ö r[  *ɽ:Nn )5v/FI1t+Ո#Ĉ*H?ã> a$w 1:p v9sA8@ԫ3QtJ>ؠ 3◩*[dcAc/h6&CA1K\KuOU$h[ł|ƹv&Dk%,~._yǞsp*qXԂk\6q?.NqOJ/T_6Q?3Ph u^HW_oVahŖeDmL[/Qp~s](8H!~GSPN1\40'VzW씬16-rTLJ,>n ;9~6#H+4,WŊ$}^0O1效3)-i.[ 2IreGO8j)yT|sU?*S\>hNEnb/| _s}H!xI@u;cGD{1-ut$OIA@#ǫe dZE ;A[$KVR`~}A{҄8n/@ir~\#RR7&^kBO3r+J$ܞ U$|8h2 (eeYA#kGӐOCI!p$NAkEs-vooJzZ?s6yҚ]nKcol60N`znA$5mM.E KjPs#Fl, PƤ;&CH`x8$ein+/5" H@% H]gZPղx^ȹ['#Љ,kBIm"pr[1g1}Us6<=Bqd[qn[yቲU˅_i!sܳӋa >'B/9BϳkI 85N,ŋ E.D8`p?Üص:־h;x_R'=Ҁ65ΊD/ Fvy2b hYW.;mC`ƺ^{&vdWl`0b*6Kפ&Udn|Zch.a %pK<VШGrYtmd'v'Fr/Vqpѻ"/6a#sIA.-.bN*' j6.|4WcCx4 x+ OKy)Ϫ>*TD(b7f9ei> €XVdc 7ܥM `BFe%G<6]1TڸFĽGzw!axW ɵXG[biT _ ӝ#v`N91;fٶEO(1c?qsLKٴ0+ΓMQ̆&F7r 7|u:‚c>U!.vrHԆ. :GbnB_86JխcLL`u^l&wڟF(&ҹ$.=ɈȻ(#;L`THo&@pRzڡAfThbd,Ѐ4 wI}K$Be#E e|e"KyU x>l 4VtO'hL;RMI/e}ACKN}'v|8A8R-񺇘s?qP(-:\(f/bgbq=e} f qw[!i}L9N/!J&(։bUK} /0TA",蕃c=´f&$%#Ox'voyg1#\P$:%ro[i=VqfH*7D%V/Q)Le-$Zi*Ev\s1n5Nv,r8f`jZAO,D\Q䀒/̃<+s7P.Oz(xx#T W 56R:DҌ7 ձ{"YѾOP5iuѬqF"nuP*]rLlUXv"YVtF|"TK^g\j 7"bߛ)FKTi룼g c }9 Kr2pj9t.H͹|S3K O:StDr$D8.[ |>V+ɓNER+`zή`Z;dw"ef*X~J. ݂e߲-kAl]9a[i2kiCs51'Yc;l3I>! I`z8/I~:DdZso9tWI!g6w!e`* R2,[˸bHqхQg3WZmE;d^ pvwQxoG'89s+$[pWtcj3.]"s7JN/ {ْ=% |C,&My+1 G k+n!WYplzFuŚ$k$d[cEyѴ >M?wշکRUpLqV j$KPJjS7ԍvÊ@9v¨ ʪqCkk]׺PVڪ&-f ߆;8X'@ށc?:cX\Q%f;⃂|^MguFjS9~,\Jz>ƜF3쩾ї5I_rLRQ 6mt5w\[j" z_ѿ7rRh0/I"3=B2 q YlVǹBb\6ɓ6E]3v![+:YUTǐ;˞XGξmqݽ9Xi"v|>OEz:#m_G9P;$& Zc sׄr Ot6qT!@bq>pK<+f5,^7s-448tw[8R ׷a"׊.Lw:FQG:u\Τ5 E#>D";B߃Hb$b:6!EҰ. wC^[\ZC"kv#@NUjf}:HYP'ꈟG)K='q֎}NO-,ۙݫAꙬGjtwTV%2f" O"2O ]$(&J1<m-諜˜xtCpP`I7l#x,dOj$|,gfEKV.kq٫48!0-w?Р?-Iy|?M3N0cBC =#h۳v|BiTZQ' dyߴ~tKTi8U-zPq{2Yӽ} tj x}U*n7y4K=sFP3[dyl=|KVXqLzwPBvjd%2s\^I䵣Tb;! tC-- b? my2dJ@_ۧtDY:TֶZrz`bhbڌױָmb40aݪ<}w M-YJAf 8gy:jU-.`CfDKZl P=Ly#+F0X'ji3b4 (6 xS}|z?)5bS)@0%ʨך.55nz#=_!a5aO$# ^NβZݔ5zQ/pUK XnYwnf:Jpe._mR`y~_#BhaGadALZuOsۦ.:@ iw}Ȏ?.`fSǰf\J&&v*fndTLiRZ¡d>.q_Wq$GnH,'Ua۩ŴIPXlZCf2G[=<j++W΅ %nߘ+8Gj GLNN̈uU[av}kڲ( cc;aTuz(,y#(B{F:>x6 5>7_u7^1֚3Lv&WY.ӳ)B} ׆{ V]"@ uPǴTYu)9eӀI!Ί4:պh:jGVAi-Y=r*M8{?A,""ۛ;1ƖΚ_؇;IPo[LG_TČmm0w Wdm!Gh T .ŵ|\^T&^EP~fcC 41emφFyw!ĘG\c;IuK9y3o2CvĄʄ j/Kqq(i?"jԐWtj/@&F'x\4_= [xn;zUtCQOB<ځ F˙ߗ9㋡ko ~ o AId⑁ :*eV`ST+ksZSrѯ8&^A,-!C4z:)oLxO*GNDswG['e>47%>s?UlFřutlEyD #h@o1=klpi"uhEɿEd$,trRB|p9,R%Kݠ)ρ i,SG=Ogak$f l\f[~& HwNnY5>1iUU WPK7(AS㡸;Ƶz3s6 չ|0o#M$e"EBğ$84?RJ2d.ﮚ{?2nuQurA\&9TqMqyzi?q 0͞ڢ '|RE۰qhM}>j 4F062oSdZCx_^ǎ>+8,;S7ķQ䒢3^;WOR#.JUzF V8VG!oqOV>{JbR_1 Y-#):hD:"dBi/&ueIL}9 y1 < 8$\iq0ϙ d1TA/1C(6W:D*uX`#VRzwύ'lpy¿^EKi. $GY 1-̾G4͵LpJ&ga/UP6SihLޟ! |]$hp%;EGc&@F"eTN_KO|^ -%"@{xםdF^R;kDG "l'̾45Īq -ܜɕ7!?Qj/Awxn-zM} rM`Obtlw_$Ro|T!zG^[8O/Jwdv 5z[8C ֥,`GP+ںb;oU4xr1ZCeե