libgpiodcxx1-1.4.3-1.5 >  A ^p9|u .eBT1*.i 1Ě'mn6kCD^/=dA?7bj-\9 DpQQ-ȓ|kvvu=9bKgE.s֞߳YY#N d0z}WoЋ}9*JgQc"@R##;q }3e96m/Eu\L6zȷ&kοO.Vf\`gˡf58ac51a32b988eabe27a458f38b294cadd2fa913cbb756199d78b71d17a050d35823a45336abc976b7cce1928015c66ed00e78epd^p9|'&^XZ"ܫaR_Xs㼑#4~;n{H@ u[%jA]ZbbΨ΄υ[T\)oR_Bxg.{L{!nk ǁc䙛oT?LL60'罟Ew|s `[n%N:*DtDv Ѳv7k8!$ٕב$^YeԴ| \>pC?d  Y,0Ij|     F \dnx,f(89:>l@{FGHIXY\]^ bcdef!l#u8v@wxyz 04:|Clibgpiodcxx11.4.31.5C++library for interacting with the linux GPIO character deviceThe libgpiod library encapsulates the ioctl calls and data structures of the GPIO character devices, the latter of which superseded the GPIO sysfs interface in Linux 4.8. C++ library part.^ibs-centriq-5 SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/linuxaarch64 ^^f2b42ed983efacf2f52baf97901ee58a93840e40003370e1be7b7bc4e7c0433flibgpiodcxx.so.1.0.4rootrootrootrootlibgpiod-1.4.3-1.5.src.rpmlibgpiodcxx.so.1()(64bit)libgpiodcxx1libgpiodcxx1(aarch-64)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgpiod.so.2()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1libgpiod14.14.1^˳@^s^^g@^8 @]]{@]:]:]:\}\C@\C@\@\[@[@[]@["X["Xptesarik@suse.comptesarik@suse.comguillaume.gardet@opensuse.orgdimstar@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.orgjengelh@inai.deguillaume.gardet@opensuse.orgguillaume.gardet@opensuse.org- Update to version 1.4.3 (Bug fixes release): * relax gpiod_chip_open() for symbolic links- Rename the libgpiod package (which contains the command-line tools) to libgpiod-utils.- Update to version 1.4.2 (Bug fixes release): * fix the major:minor number comparison between the device and sysfs * drop noexcept from direction() and active_state() in C++ bindings * fix a segfault when calling Line.request() in Python bindings- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow OBS to shortcut through the -mini flavors.- Rename python-libgpiod to python3-gpiod- Update to v1.4.1 (Bug fixes release): * fix GCC8 warnings when building python bindings * fix a bug in gpioinfo where lines used by the kernel without any consumer string were reported as unused * fix a bug in line::event_get_fd() in C++ bindings where the exception wouldn't be throws in error cases due to a missing 'throw' keyword * fix a couple bugs in the test-suite * disable a failing assertion in the test-suite that stopped working after linux v5.2.7- Replace *_number with *_soversion- Enable build of tests (package gpiod-test and libgpiomockup) for Tumbleweed- Update to 1.4: * New features: - updated the testing framework to work with linux v5.1 in which the debugfs interface of the GPIO testing module changed in a backward incompatible way - factored out the code controlling the GPIO testing module into a separate shared library that may be reused by future testing executables for different language bindings - removed the --enable-install-tests build option and the make check target as they were redundant, subsequently tests are now installed as a normal program whenever they're enabled with --enable-tests * Improvements: - removed unnecessary std::move calls from C++ bindings - added the explicit keyword to bool() operators in C++ bindings * Bug fixes: - fix out of source build of man pages- Add conflicts with libgpiod1 to help upgrade- devel package now requires libgpiod and libgpiodcxx- Move libgpiodcxx to its own package- Update to 1.3: * New features: - the gpio-tools now have automatically generated (using help2man) man pages that are bundled with the release tarball - support a singular 'default_val' argument in Line.request() in python bindings - the test executable can now be installed to the bindir along with the gpio-tools and the testing framework will look for the binaries in standard locations if it's not run from the top source directory - gpiomon now supports line buffered output * Improvements: - tweaks to the C API documentation - treewide unification of the naming of local variables - extended helptest in gpioset (explanation of the way the character device works aimed at reducing user confusion when a GPIO line reverts to its default value after gpioset exits) - the source directories have been rearranged and the src/ directory was dropped, lib/ and tools/ now live in the top source directory - minor coding style fixes in python bindings, ctxless functions and tools - automatically generated documentation is now removed by 'make clean' - all Makefiles now use top_builddir instead of relative paths - code shrink in configure.ac - add a brief section about API documentation to README * Bug fixes: - fix a segfault causing bug in C++ bindings - make bitset_cmp::operator() const as this is required by C++17 - ignore 'remove' events from udev in the testing framework - don't segfault on num_lines = 0 in ctxless functions- Update to 1.2: * New features: - new contextless event monitor that should replace the previous event loop which caused problems on hardware that doesn't allow to watch both rising and falling edge events - port gpiomon to the new event monitor - deprecate event loop routines * Improvements: - many minor improvements and tweaks in the python module - new test cases for python bindings - add much more detailed documentation for python bindings - coding style improvements in gpio-tools - remove unicode characters from build scripts - improve the help text messages in gpio-tools - make gpiod_chip_open() and its variants verify that we're really trying to open a character device associated with a GPIO chip * Bug fixes: - fix memory leaks in python bindings - fix a memory corruption bug in python bindings - fix the default_vals argument in line request implementation in python bindings - fix a compilation warning in python bindings - fix gpiod_Chip_find_lines() for nonexistent lines (python bindings) - add a missing include in C++ bindings examples - correctly display the version string in gpio-tools- Add python binding- Update to 1.1.1: * Bug fixes: - fix memory leaks in python bindings - fix a memory corruption bug in python bindings - fix the default_vals argument in line request implementation in python bindings - fix a compilation warning in python bindings- Update RPM groups. Reorder sentences to put the library first, and the old sysfs interface last.- Add C++ bindings- Initial package version 1.1/sbin/ldconfig/sbin/ldconfigibs-centriq-5 15914116871.4.3-1.51.4.3-1.5libgpiodcxx.so.1libgpiodcxx.so.1.0.4/usr/lib64/-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:SLE-15-SP2:GA/standard/05957ec8eb23ffa65dc511405c020dbe-libgpiodcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1637f1e6310db9e410d434ac9fd5e6aec9c6ca3e, strippedPRRRR R R R RRRR RRR@N[2IV=*ܘutf-839d1da84f7bd81fbda73fbb4ec580a375c5ab679aaea0fc090394f5851ba8fb0?7zXZ !t/ [L:] cr$x#+OC` R*;…dCAXOew] MHu Uԕt (sH҃N#?P{:`V i!* Ngj9Z,u:-ԃ=t>DEuu~> m=!b(de{D%jo '#6ďa Er)l\DLK]Og#yt(DefE|d"~`KPJC;қyI[ajK.!) `22t|CiO6i K=R` t8xYӛ O[>A?ԭ|-ch?Z~Fy~5bUsVm[ D_r5~~-aZǿ1^<" )-ä})%lmNjK 4";d| ^.'Rl@6<5`ۦjZۣ%0t?b`ӻ3۷A4niXPp(a.a@YB94; װE:_ݑ#Qs1&i`[)8q! VsFߴa M1%}㆐P&WzE%o U'wW`:aῃMj8kF Fwv!+D {׀#礓oC1@-J7/HZIl=) ΛojE[T\bNCg?CjwNC }I˯ oj~/1l8gl;;cRLy٫Dl=04׏{542?8.Kزt3{h#l|hCUbo*F |-N;D~( B#CƆzȧޟĵm@$5)ZzKg$k1UH Mi{u*#-,b6絝8Fdѥ$K<^j842˞2!+eP #SP*ij s%8# W'2Wp:VjMvUۤEo}:UǚSslKv2)> ~\Y^#V`,[=Н]J0"Jo?8/,iq&y[J\aAeLtp/аnlT'CpsR^:B_VE!!4 P/ԥ×DBu ЦTA,f`EdJȸk81 k%^Q 7\!,˵e)Gt5N]Ƞ&F7G-_o!$+j˾!F뛻@v\gd$X TJ,?@6rΓ kdt1::ab/ׄu͸$!yx{[xSy .dw_"݁[kBZCr>bs~* }`m{ǺLՐy= sg}*d'2{nb*__0ZBh l6|J:u; @A6yr$C**NjQNA=;2{q>Jj@-np0DYt F[hf,Rʁ])+ 5o'Kxr;HktEu"c(F.NƝ]Q7T= sDSz LMG@K'c0\}-`P @Rv"d}^q̃ 2o6Px.Tc#p;m=5pg@OAK~g! Cսըsدj#nMk{O ߁jX7sr4sLʌK٩ߣ{s-hh)`t/kߨ1; {5dMneXgO7_(w@TwW6xfScՋѸSP[#^\ݍ9@܎zMߌqd Ž:THhwԂF'BX=3 BqP?XP_$fsaeh!,V^F4ϗϽ3:G+Cd{oΈ^\>U/78Y:M<b]oFRd#ƥ/8ɞe'۞ T=l 0sɢi{'vrzT-g!1"C{TQU%߇B+B'ҾOe~`)3$gكiAM0Hb Y( [Tfqy̧D/IDbCh1M=tT2~\QRz\ڙAc0g.>s>*pc2,s}]n¾Ȼ%y+nKeA=F|.w53Vx?m@t'C3F[}#NXc;|e uUlQin4'It_}R%[huddqʅ O: 2ހs\:˰ꋜ[nkhC/P*kN"CԴ_t㵪)xAGI10_Z˒@r˭.b S Įi4hPG_8J 9Tb!E؋O'R'Ij|,[ G4uR'9Oq<T'hqy*9׀"¨-۬6j{2B]ߑЊ'Sh*Ex2d%]8qR{y:DHimP]<'6@k K6xJK.UQP1z{辳gZzH)UEKف%nmtm"=<>Z _'j1Mq%!5*HȢrX8W>ǂ"Ce3 /`B{y{!B  ڑP͔t?M^ݴ̵Ewc.Gg r+,}#L&i͊"b:A|Hܔ|0nvSm$/gmr2xU,;߽jIk9)8:q&dw9'qLlMFĖ@\9 ~h7T9?_oPs{2Lŀ]L*l 8ⷀ }>P` tCiR >=ֵ_]#"!0A=/<4HY~椄#ѴG`4:ەDh#ucT|Q)&EI)ݾ(8esVP^k M(Voh oLFr""X,`5s7bֳā k}#>Ţd^O{ Ci%c}8zpi9H,JQT0ZvD6gA! ֈ+rmI:".3{y7(2|93 u?z;e?"{tX)ѣ^om{dJ(YO3鰶dk)t0D2)y.:L]"HrnrPoPdW^Hx^bOkH(tW NJίVeh}kO:H3z "w7_e9d1WǶ_"l*oHxf^γ}U1V>XK#~Y”躱ۀEfL60RUn"A⨺HRsuku?M LχW"~pNq#VQ´Wzc50^qǧj &'|A(!6hL6UEjuAϑR#y;7,P)Ѵ3H}k[~om}6(?%r# 6"Q8gU7bm7UjM.zB B29 to`UE`^㬡(HNP !y{ R6"R6U/ml3ɛ3Z5NJMYK;N-2y/߇705!r哷 {:vV-v*y7V|:Ξ-Q$ix #2j\>'etߐB+3oכTy$ 8AȞm)6L̒ 4nZ/7vehll "dAu J>*UΔWY-{GP؍8~/bK}iI Iƭg q\// ɾD\GZYnoHWlբ,ێ=XM:`>fƇ^2͐6Gww H *cok[q[5d :(xjR{D8_iJձ[n>!=ct$HBRga&`>g{#p=)䜗/Y~J8n󁵋YyWP`P e)Q2dgit)6~r5hQsd˜inӭ W0*[g5Oe,/KƓfuĔ#g]50 'Q *"̜d:,s E9F=m>MnZE4W` 5:" 5.ZnŚ^Fn>mep;Ӓ0Lg2]c1ЅI2j+rzYDDdjMV?]0v$aP]S?97%SRta=yY{l˜o,O#'M5cIб5$-oxGu4z|-ǐ'^#rT˝B& Л}4Syin}nW C32(DU{/^6xbA@CTjD< M0:h_alB,7T\3Uqd߫~u?;96Gy_!.A${^9ܙJv0i oTE" ¤o@֮ <gboZIb[-G(-Za$l6n0V1ɰ#pɕBPsOg E{B,:Pw8ŵʲ$bcT^@SzL^A:I_.qeWzbޘ=.,#E>! i{*dyc-+2UZF ]2-)a(q;oW6]%Η^FF0[ "M~zHygZPB}{Nz۟x|@ a8o:`6s*)K4j&ȑjy^X/& WW 4tԄqY7#mܭsN!LGɄDYRSU,Ģ_v1(o ?٨M- O T '^rBgʑRU WH `6yE<['3h=sc?6RW580Nz5wBs!xz~N0?_,Hݯ[&!)D$D( $%3ˈw򹵵y5_2e5Ξ(ؠ#Y׏ ?ט T7,M4&`u.u  BN^쎓@ѥoĸh4W#nD'S$C ȖSюKKs{^Я(Mc$'< BP饤Kwc!:1!Le~Z+RgQ\A@e5vw4a-ftX7&"C迎h9xٵ{8b J/W8F0 j1V-?VMEiPe*+_.j;9atb,-3@&B{8(@e{۾**hNPjW%^1pDO"2yt~i2z9li;pP2\𜋞w%@`ΥY/RN-[űr0F5xR0 >0K˷-|?I++zK=57UP64:w]U՛lEs=+V}Ѵo* ܃4r_ 1DaE]U.-&ӒY$h!,J$5Cnn:IeԘ=o*LLZ.ϭLDCϳBۚ WkRX¿6ZY3= OR"YYa~84/J^1bh4E+Ds8lu6p*+yFyxH,A~;B/$Nj"Wm7)_s.)D( G=AG醹sZ=VQ%049 $V|9f ebDn>Zuq#mCTصUK[fԱ L=_r$sifۯJC!-ǯp *YBVO-?+tnK#9 bndGNa֫@6\X\*JƬg&҇㿌-m URؽ Yb#cV! :nkڭ}IЀ`Z[۞7 66 NOeƸ!ֶ@3FS.a88aE:[!^d<6#mG{Iq#Q7sRFDS7cy'@Uҕ2鮶Wj"iM[zJSɟ&0n/i"`U-/i.r%A4X]D*[hMޮσ-&T\ߗIs_˄%TV3K,䝁8CupRɨ{ ^&(Լ=bm*&̡'vٍT8<ѥ>$U:߫Y?j#T{R$C %T R' 0:Q=&l`J|Eξ6½0(`dڮ'[.2Tv#*:O֑Z}X 겛f"i-[;:seb/=4ʼnhȥ%vJsHH<>ㄹhO?^[ħ2aܝ0+W:wmN5"<4o\x51< ݻ@}X7J@iVQ/C[!w2>feMs##8HmTЈ ݓ3`FOˀk:? $k ЦҨ$Ӷs>3&rCb\fϯP!6Hqܥ;oXQbh)1kPVA@Ԃ;aĽW: Y5ݖj!Zf -c~o3a]V_%AyKpfE 4w k>s`xcƤN)ڿ>Z C=aNG̱5MLbsG_X6>d,b#XSHρPS)r6# |S[Gˆ0P~ʤ{~!c|py_lH/A kٰ c\Q*6ndORh5D77m E&}DP vLjn$^J9FO _0k4) ^fI)?&L5 X4G*a|q@}|o!h\m̮&=KSbP4?ݳ w)ԓ=r Z:GAAlf꫘㬧4ɉPgX!.ar%_Һ̱`۰|0oR$vO2򈀮pf*4vMA?ʨfl =7QAu [{B1t G~6tm;YqRjڗhAmeR)j@eSt9,v" A>l|>PK54x}2W/)t l0~8zQ;\TemmWn;SPdr]Ex2]&sg%} :1¬~$]ף$Gݭ?-A~  h9訊۳pDu_" pEF"B|&񟣼mj3RAXLLrɸO32bB~uy ލ0٘85A_<-F)gy]]*'cX0.QmA܁5^. P\w9P`FuCP"R]8#rΓx]tuT|\i-}3SViJƚ|TR6U4bCRbA|ehxW>_e.b"<*^uQ 3)%I:8V@~yiml;d{NVm!V IjhN% N9Q="i+JۃTU$DL'Ȣ74=ۅI% qV! ,Z2'Dݩ5ğ[Uӭ<DP2/=>sL lf0qE?o(wNX1U[xyozD̢|KfT69ƜS8*obe: UoDX 6byS;?oXy;b9ohb}: Յ 夐5%,4!ojs&}Yl!Vj_*/]xr$B/Hmb(T.(S 7r-=xE9ӆ፫* /CfXʱhƥYޖ2vװ>ɉky .}QZQ!2:b7>b'B\Vq%c5*h`Vഅ_v!!Ґ{I,>mVqg\}FAKVhՑnHh[L"DBAOG3xB* d~QۖmWFe,Ձqgk &\+Drk}1YP%yw(I';& ط2(cC9#`A82.w] 4):c{oǰU=&U)&t4bNڬ<ꦸV@w3FMt2MM!(^SctIw?*ab OŴS߯l (jo$!{j n콴J/'h8՘!4 nl:ɞ`G<#@2Ղϙ@(`LȊoZgJ?^fgHa1&RY֞!0L4ӄfoSn,%pV]iE,aB5tC-{$}b|ivHo\ذs -ӋYj%zm P@L8 [o@A㺾8+r`?^<8ϼ D9:L>#uMqR(dxt H*` 2gI5TنsB`U%`y$ Zf/;8ˍ/tqg^.~7*d X\ %B™ܾm5sTt.Uew=WpKP9 V.?֧_@`CpjI;BdfWO/ 92Dv[1̶aͦ |6S"f Kߜ6FHlTCtv|PFY|Cѱ?rvp]p Y#{&z~iG ~[kAa(Ӄ:ydhJ~jZ;mQ֚%F6ꃠ^/.Yd&)-L`7:R%Ǥ"qy/1?Hov}tl£9̊{u6Cvcg%@6'8=yK2L2JEAH+ |zvNlETeg֕<$ȼ1`Hu '+V)*H%X JwCP١XF$ F֋[#˕A~ߓ?U kL$hW 1B:w1V;t٫b̉"?nyCCzx8X էŸ tܲE^$| fMC(/g([ dq'M¢mf-?P{?|2.3%Aׯ!- ōy*(V570*Qp7b 7_ >IX&X&s8{,`gب`l3'G|0u[S+qٹ"l,]'M^'[Lx'nc~H0 dC%ݮ% 9/b]楯G޿~࿈-)nUH&Id7v7+K(J<.id{MH/'2keN+4dki 9wwaL#A]]Wq-p'WDP㢥1@w"=oM,M g8oYjSW#1 nQahm̎eXf%qW& . В*;T̀UN<L!F+Gʯ5tƂjbd8_v{/Bt:=-~>,T_u˸~6 1K'$A. =+/r@],qU,MH&8:([tr3CoF~ygc<ߋ *?{}1?Nj#zr'"Rڇz|g˝Xӵg^{4:e5[zh8MH1A:=Xm%K|D9$Ka`tƶ$RRZpyw }Am& u?_J+ x.ኊbq%13ki7n83CI.YavA7GM#0aKd^vb0U\E{0ֿq4j>~Σ+LQVѡde8WtvH p9lZz2EfxW4 FۜS$" 7~~ 97)2 {)oPZ[[ '|cm cC*eor0KwVuWW;]Ap=,G:3޽m8S2:9 [QiPh5@KDM<  -&I6AӵTjnޯZCSkMcP hft#y$Iv8>ԌNb^Tf%~ ҁVy׮b[)J{TnOph%αŭ| )VϲU% q#;7E *7 n F6"HyG,AjQlۊcF)hNePklg3K@MlG>ƌ"lxS" ~l SgbCj^rrne`uSrոpY|ޗՄ܎ E\Or73w;"G>h&m-li#'\¢g;#ARܱrARQc .{тc'I 8;e]݁s. @0+>YS84 ~'v(O$ ȍ$fo91%+u}pt!Tu|7ȷ1:Swil%Cnx ൅b.ܽyհ1r 7+_)=$ U-2K^t6]Brlpw =YPNp\Mg":m#c6M2}OeΗ,=i"e`l(FJ3{/EMsj4@9%aAﱜZZ8 ˾(ɹaXuiOԉrd5C-rhjd9CXq>tffφӲ(Pj)o2MҙNycӤJ$NysH/k|>1=:w˪ndlƤ=U,gW7#lH~? %Q9M͌K^fG2.rY859ʠCot,J@ϭ]u v+#5㖈5 PfjÆ=*W*aM@v.vrG-39 >³҃x5 ǎ2Z4E+`⾱U ;@3"YJ^թ59<v0#xL1{ʩtμqȩO̞[Ђ:[iZ$!bqo9c;`Wޣ-B쿿 ͈== g g%UԵ-\mzl&(`()_C1Ҹ0t3u==/#^zڡ; Iql,E/8 ' R'I5IޱK?RHk_λ;D&NGuK빲R248󃤋6_;  )^QD|vwnE-Mss2_WJSjl~h1c}xUcÚT~`Y!2ZHb qp J=b g s.퇺n& s)l^8r]Y m*+ tW3NB]8y~0 +cTwZJ\XD8?w'wUF49ZjCi;5c3OԺ=&U\+p؇)@W4S:&^m+ޒZ0-Grn-ܙF׺RAk gbctp?ҟX92wIt3N+ފ#fw~Kft 96Bg!'Ab-t8ur^Qa31Qd1۪G)ʫtM1ݠH~߼j.ѧil86EiZŸh[b8Nq S\ˡ ~(=!vy~dNDf%yE!V<{h˓*)P&wuY&;qOTMa8G,2=0OEe}r[bf|'  qgITY C*IrxKhn3R:*#U5q찆e^7et\`GxK8!Q#OUOHՃwGuLhXZ,u=Ѫ1鬊2"X(̅;LRqu_i@0jO䷆Ë #-ÇX4Dar|AtQ&#M[1zS:v G$H[Tl5ɼ0y_G1\M+ݗה=1R;Nd~v9<6.ǻ!o uB' &P?u\l3_2/@^QځauBeN੩zعcΜx hhV5: #PHɿR?wh(jש^4Psezx}4Pj_[ͧ0ћ *!ۤd+YM!9"K#9rUTbZu6v !7yo)==^p]{; R9\ŀ3iW\lyB]n0ܸ3BYs$:oUrLY;KŒU~6pu@ct<"B sS:ި}o/̌2heaƫll34m <à3 :x&mDȆ()vWBoOxj/(jHڞc%kpʻMDE]ngGaI0 L#,;rJTIf^_W3y1RM_H}qߨXM ž>i?*t>~T`POtQKo%au `2&դϕˣk;6#R:,ôsơh8X%#ܯF E֟( WK{;Y`Cp> TR {c0rЈ~~BdKf+soW曕nf;Ã~Joy}pۿֶ#ƎH`=^Oã*&[ޔ>ۃnz0t6%V1}AZalY1І8 |㡮6SM~}"|\^++ R)`#%Ҁs A!3ԺS%IS@UR;R%JQc . S]f%мUȅs%XZ[C$.ms4N{j|\1Ts(>! B'}C=} +5:M0:/la_5uלF4.-5gG gu+iyq[B (|Cޒ k ߏŞS)eo *1m=ĉq?72+BIzJB@$7ⴆ >ݘDj/$@{}g?d8ȘrКHΙSdM~ ˕Eg\[SZ<&ՁZ,[ hB3\WKټtM ֱS$6j(NWz*̩*55)'_^s ,nGqܚFρ YZ