soapy-sdr-0.6.0-lp150.1.11 >  A Z /=„hKvo+2Xi,Mt}+=Y]"f{\ =f= ^ck/&&(uGU$%H"̻ήۆj1C hҢH#:RZ{;FwGMԪוiU}ȭߜ5&= _MeDv[W4aA6a"kcD|Lb2yUI>58UU[¶fOKDe|ͪIlf[#KqPHINVôYIbLf_o\>p>24?2$d   M )/8< > @ D  4(89D:FF/G/,H/0I/4X/8Y/@\/d]/h^/ub/c0(d0e0f0l0u0v0w1tx1xy1|z11112 Csoapy-sdr0.6.0lp150.1.11Vendor and platform neutral SDR support libraryA vendor neutral and platform independent SDR support library.Zcloud129XopenSUSE Leap 15.0openSUSEBSL-1.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/pothosware/SoapySDR.gitlinuxx86_64XZab1861133d797a37343e25b19f48d385cc7a6d09692c05798176e1c7189d752crootrootsoapy-sdr-0.6.0-lp150.1.11.src.rpmsoapy-sdrsoapy-sdr(x86-64)@@@@@@@@@@@@@@@@@@    libSoapySDR.so.0.6()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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.19)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z\YYS@YI@Y i@Xh@Xk@V@Vf@V3[VVO@UN@UȒ@U hUt@TTmardnh@gmx.demardnh@gmx.dejengelh@inai.dempluskal@suse.commardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.de- Add patch to avoid cmake bugs: * 0001-Remove-whitespace-padding-from-PYTHON3_LIBRARIES-var.patch- Build only against python3- Trim irrelevant filler wording from description. - RPM group corrections.- Small spec file cleanup - Enable tests- Update to version 0.6 Device C API changes: * Device readI2C - make numBytes an in/out argument * Device read/write registers switch to named variant * Status return for Device C API calls with void return General additions and changes: * Added frequency corrections API for fine adjustments * Added getSampleRateRange() API for continuous ranges * Device factory table keys based on enumeration results * Added optional step size to the range type * Added rate testing to SoapySDRUtil application * Added listSearchPaths() API and SoapySDRUtil print * Added Kwargs type to/from markup string API calls * Added read/writeRegisters() API for bulk register IO- Update to version 0.5.4 (tagged release) - renamed package from SoapySDR to soapy-sdr - specfile cleanup- Update to version 0.5.4.git1482113728.5e823fc: * python: CMake override for PYTHON_INSTALL_DIR * cmake: Fixes for SOAPY_SDR_MODULE_UTIL destination * python: use cache type STRING for PYTHON_INSTALL_DIR * soapy: changelog entry for 0.4.2 tag * fix soapy device decl for a C compiler * fixed missing memset for SoapySDRKwargs * cleaner fix for the SoapySDRDevice decl * soapy: updated lib version * soapy: added channel-specific settings API * soapy: fix SOAPY_SDR_SOVER variable cache * soapy: changelog entry for channel settings API * soapy: DLL path determines install root * debian: rename to match SO version * added getBandwidthRange() for continuous ranges * C bindings return status, stash error message * soapy: changelog entry for 0.4.3 tag * Fix FindPython3Libs.cmake use of python3-config * probe also prints channel settings * probe indent for multi-line argInfo.description * Added getChannelInfo(dir, channel) to Channel API * Added buildkite script * Added C functions for getChannelInfo * Modified channel information printing in probe * channel info api - docstrings and API define * Bastille Networks copyright on changes * added named register interface API * Add known python version 3.5 to FindPython3Libs.cmake * Moved time source calls to time API section * cmake rpath handling enabled * Added device factory lock to the python enumerate wrapper * wait trigger flag for triggered streaming * support NULL for empty SoapySDRKwargs list * c++11 flags for cmake config * make use of auto and ranged for loops * make factory thread-safe with mutex * remove factory lock from python bindings * recursive mutex for nested factory calls * use c++11 nullptr for null device/stream * Deprecated setCommandTime, use setHardwareTime * debian: updated packaging for soversion 0.5-2 * debian: override dh_auto_test * debian: fix CMAKE_INSTALL_RPATH detection * Fix "Ingore" typo in Device.cpp * Substitute full license text in CMake scripts * Give debian/rules execute permissions * changelog entry for 0.4.4 tag * changelog entry for 0.5.0 tag * Added the ABI version to the modules directory * Change logger to always use stderr by default * changelog entry for logger stderr * debian: allow any swig >= 2.0.0 * changelog entry for debian swig change * Added SoapySDR_getLibVersion() and SOAPY_SDR_API_VERSION * changelog entry for 0.5.1 tag * python config hints * build helpers for python development * docs: update to Doxyfile 1.8.11 * docs: Fixes for Doxygen warnings * debian: fixed lintian error for multiarch-support * changelog entry for 0.5.2 tag * added read write for block memory * removed deprecated calls * added def macro for memory block operation * bump version and changelog entry * fix regex for ABI version * memory io: tweaks, warnings, comments * moved macros to error helpers hdr * improved catch macro for specified return * try/catch for factory make * try/catches for several device calls * Added Kwargs type to/from markup string * added missing cctype include * try/catches for more device calls * remaining try/catches * changelog entry, API increment * added SoapySDRDevice_lastStatus() * appveyor: build maint branch as well * cleanup warnings for some returns * bump SOAPY_SDR_LIBVER to 0.5.3 * Status return for Device C API calls with void return * C API - readI2C numBytes readback * fix size_t python issue on arm 32-bit * try/catch for remaining factory calls * travis ci - maint/master whitelist * Device read/write registers switch to named variant * changelog entry for 0.5.3 tag * debian: tweaks, exand desc, soapysdr-modules-all * Windows: disable error pop-ups when DLLs not found * Dynamic root environment variable to support snappy packages * default SOAPY_SDR_ROOT supports empty prefix * Added listSearchPaths() API and SoapySDRUtil print * rate testing options * work on rate test executor * working rate test * also record+print underflows * changelog entry for rate testing app * Added manpage for SoapySDRUtil * man pages - installation rules and additional comments * man pages - use pothosware email * python: larger 1 second timeout in SimpleSiggen.py * changelog entry for 0.5.4 tag * fix merge cruft in changelog * Fix for cache overwrite of PYTHON_INSTALL_DIR variable- Update to version 0.4.1.git1455391782.aee78eb: + soapy: changelog entry for 0.4.0 tag + soapy: Added official modules to debian Recommends + debian: fix upstream changelog and license install + soapy: notes on stream timeout + soapy: added section divider comments + soapy: print version and sover in cmake summary + soapy: Added readStreamStatus() to python bindings + soapy: changelog entry for 0.4.1 tag + python: increase timeout for the MeasureDelay demo + set BW param for delay test + python: simple siggen app- Update to version 0.4.0.git1449600912.f724acc: + soapy: should be using find_package(SWIG) + S / U documentation (fixes #47) + soapy: fix error C linkage + soapy: Added defines for common stream formats + soapy: use std::string in c++ formatToSize + soapy: fix copypasta typo for compat defines + soapy: compat define for format work + soapy: individual feature enables for various build components + soapy: make use of PROJECT_NAME variable in summary + soapy: documentation about readStream() and active state + soapy: Workaround for multiple null module load + soapy: Added check for driver present to util + soapy: suppress warning 4251 in msvc + appveyor: disabled python bindings - link issue on VM + travis: update to trusty, and build python3 as well + travis: added unit testing for python3 bindings + travis: fully quality python paths + travis: fix prints for python3 style + python: help FindPythonLibs with version string + python: build with -threads to release GIL while blocking + soapy: minor changes for subproject support + soapy: same change for ConfigVersion file- Update to version 0.4.0.git1446186919.aee4870: + soapy: Set library SOVERSION using SOAPY_SDR_ABI_VERSION + soapy: Added API to query available clock rates + soapy: Added API to query AGC mode availability + soapy: work on the arg into structs + soapy: helper functions for arg info + soapy: Added API to query stream argument info + soapy: Added API to query setting argument info + soapy: added calls to clear a list of args and infos + soapy: Added API to query sensors meta info + soapy: Added API to query tune argument info + soapy: Added C++ typedef for list of Kwargs + soapy: Added API to query native stream format + soapy: CMAKE_BUILD_TYPE automatically defaults to Release + soapy: Added setLogLevel() and default log threshold + soapy: Missing virtual defs in Device.hpp + soapy: no tuning options with single components + soapy: New query information for SoapySDRUtil --probe + soapy: improved prints for arg info + soapy: rename settings print to other settings + soapy: registry destructor removes entry + soapy: new loader functions, and stash module path + soapy: error reporting for load/unload modules + soapy: get registration results from load + soapy: common header for type converters + soapy: loadModules() skips modules manually loaded + soapy: changelog entry for loader work + soapy: fix unsued result warning for vasprintf + soapy: windows format string error message + soapy: check that python versions match + soapy: conditional check versions when available + soapy: duplicate keys to fix (changed size during iteration) + soapy: support simultaneous python2 and 3 builds + soapy: tweaks for debian build + soapy: duplicate keys to fix (changed size during iteration) + soapy: readme for python3 directory + soapy: when all else fails, use the python3-config executable + soapy: added swig definition for arg info list + soapy: swig adjustments for python3 stream buffers- separate python package - specfile cleanup- Update to version 0.3.0.git1444587967.7583091: + soapy: removed git submodules from project (#24) + soapy: Added GPIO API data direction modification mask + soapy: direction register readback api + soapy: separate calls for masked implementations + soapy: channel sensors api + soapy: error code to string function + soapy: checks for frontend corrections support + soapy: additions to chanelog file + soapy: fix order of name param in readSensor + soapy: update project number to v0.3.0 + soapy: fix comment copypasta in util app + soapy: whitespace fix for setGainMode comments + soapy: Util --probe option for detailed info summary + soapy: skip probe print on empty bws + soapy: linker flags should be appended + soapy: changelog entry for 0.2.3 tag + soapy: changelog entry for 0.3.0 tag + soapy: Added -DSOAPY_SDR_ROOT= option to build + soapy: Fixed missing python bindings for Errors.hpp + soapy: support in-tree SOAPY_SDR_ROOT as well + soapy: changelog entry for 0.3.1 tag- add support for airspy- update to version 0.2.0.git20150810- update to version 0.2.0.git20150318- update to version 0.2.0.git20150315- update to version 0.2.0.git20150228- initial package, version 0.2.0.git20150222cloud129 15261749600.6.0-lp150.1.110.6.0-lp150.1.11SoapySDRUtil/usr/bin/-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/2659563fd06eda5af66aca15523072c6-soapy-sdrcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=aa7f3102264ea9f40a2bae47a5f0306d49574f60, strippedRR RR RR RRR RRRRRR RRRʒ{,Jݎutf-86793274baae7b6df492dddf6a33304b7cb9d06337b9eec3206b788d2320cc985? 7zXZ !t/[^.] crv9uc} }7I`9qA" C\oJ‹Z8&Hf՝K ĝOL yb̳!xh z/:&@ZO F\6-ϼTE{'egr"Z2knցLK ix4?lÜC.+Z1(-xX{/UmzU=!*H@koigv$$Ť0㿢%/G j3̦% L)0+;Ur*4)d ~vNc 7=žz`NJff;(=۴S`#ᕒԖU-~,ߴ.?qIFFYka04/>Yjt:* bQ x`J5POw};Ucd%+T36LQŊPUb'euizpo1fd_W{C<"+6&EP(G@ZD|L0WbCH?ċGCdz齖 `}$ sU_BcdK3AA>z[?ecC@ֱ ,ywjTnrU?g Nb(ĉPrT 7ӛG:5(ԏVB[u f40+1m]S)BJ -kUTMAi HCUM^8SŗՒJR+1MVHP уWʼ5e f-Z('@։q1yͭ\642˾0YkŲrxjx3wC:N  ek1cݖibCAV~fuڪxΡ4] 16> ұs6D0GI) 7j(Xb=, gk߶ba!\gJ>oco)%>~'};Q N/+!b?VprH SxT?$1³ -?=97z^e7H_0Tf1c\@+|#B9b?%RFbz"A <mC0>ڸ]Jz(I'븙+;灊frřaVb/{ F7MOV''>gq\gni>f4h`9d+ӫ޸g^:Lm%멛_1ǩrJ~^|-<̀J .pi6y$5 !Z׵H2o:J`Ma5LIOߔ @gβD# [KK-\YX3͵!rN(]"6j jI ۥW i OCL55_]Z6|)5J-+`g<}Be`؜ iiv*S^F蒆 p)y[AF(R} VzDdfz 7g=[=R{:$&TКta\A:]Ь/6pNY-˳fߛvi@o?TkqhW n>XgcɻS n/'Qg8yE+d5.qk[QQϨ4;ls3V)[SX~@RMyq*`=z9(40nB\gB`7v[6gڬ5]SȚi'ƝF- [tmX=Yndls\n^,fCET#3ܞFV}cjVuX< v} ^Q E |;,5<㗞dSswv9n7M'MO^=2X8b=;ys|UAy?=kGז@pD\20>D~qDM8TlwAĈBUGk(j5Oo giIRKM:Tx 8? YNJ!r#Q|<Ooz &_p6jʱJh1ܟ_JݴPdBVǀ&5Y S!3bD`k^1O顬 Kqh~ȫx>E08[)SL6a o΂Gt[J: Bv&@ ԏ֪#__%icMj㌗˕7bȋ 7VoH+= COOM=̡y6S` l$ ^z]8DqêL'ԥx u=OK #L)i12z)ϳl{8U6z:k,$\QUF+>#PՁD],LS2\@򘢶D:Im+Vmb_d^][N_l9\UME4#$uM*s1Ew kS$/?/Q``}Fnϔwlg!V) l#)sc)=I~Vz#8y)x"ͦ3 !īՋg5eaOcvB;Uup_ .'sWj7d.c>#'?~ajbZS/P0e"nB>]a7[]1o l_zӊ&y^)q"hgքL*< e`* 5t"p:Ls+Bvf 4KZ}4%=v:N &N[>7*jd҉ܭofzV7} @8 S賳 ( ``G*GW%ZB_= +XSA1״聛%b`ğwJ# h>t!3j4l믢t_cD6tkkO{vi  EI:q o@phy(Z6C#_i!av\0QLoVf13wgb,)C}MR*J)#4ܤ{r d؛S0N+uhсv:XFK(# 9f| 26Hk̨[_TxІ3|59kQ'v F:-Kk`>UM8U^596L7;NV@]r0^0i\\ň:UǴw@&r߻VSk'_YT^HZ?8*?,ced=oY&Spb!+*oE;!9>e^ba+*!?isԢfn;53E\a30[. =>ۻ.Pn2-}m5_pt+rKòK w>G/Y?*vL´âC\ K~ \Jpoc]O\쒞OvDBIn /Ջ/,i;݁/PؐeLJb;?N`uZ;7e\=4#y{ARYv5dA)g=mCW, #U "3^{$)h *q$ޏ$u\nGDMX}5foj j[DDIB.9Yq|5dܬH8 0'DƬZ RP\\Yȝ$vA@zX56ЂE5,0tv^2Xv6ƶ>W %6 o= *q+bPч4br}RGT-TpK+XoFgN6>53-gXn`x $l@rؕX]"GK+QY8-,HսCKל`,ԕ͎^@. cТ {\ |99A*?SN~ٳ]O[sfvF>f~/YS+"܄"َfD[mix):բK%Gf8Dfz\7Ρmn47n%{yJxqѳSp%]C.cޖ8bAO{up s =u!zp5f^a.6 ʲH>\/Ҵ6B$cAA2,"u/PP>c<G ) I81dG,g#>C,O/N(dyB:iZ|\^CG. PCkbkbieNd V8{hTp| o;! D *6_=q/Ina?%оrdk'W }Qn3wDHq~[._6].:'ޘCq^Z6:S1IQT}ƫߎHCF-&󞏊L kl"H)Z4o$,ѭ ~]IlqSi=ADX$ BծR׬ TG]4.кxzQ, P_&i]M~AQ)nsOF;sƌC=´T:܎;^4u:<SqPM>&NPj[ ~S yX.jSn;5RC{|:/0ߺ M]ZED:(Ustc8]^O 6 x,7cK2cwD&~e@%R/^/:wrڊhl:Fg?$2._qp<ÃWtQmk[5.bY`hBLK(X  guџ&],mcl0qC/=ܹ2f<=9 /,ӹLU?dyFn'`K@jAC ]ʬ3ɏNr@'c2e{z:ZAa8ҸPw^sQPffVFў0̋qTNF\z= i65!&”x_X\;u*rL$եբ`G6B|D:vYo1cZAf0Z⒂o/MeL_hⷫ(S#*D](BTZ Q jwρFSֻf%`!fV' @} Rǔ~& XTR8VSt_h&=s+:كxB5jfga}2 ,ݚ2]N~qIi}h̃TP,~o@Ӑ'=[]%P͕4 bՋ:E Va$h',-ahpJi/ơ킺%Zg^L@*O-gv\Z%-ð](?Y/E91m6Jpf?]{ QP63st]O nf;㺞 ٞ'^Z ',B/gC-ecZ[14GhD4곀|JK1Jsq[2-f7 6Xx0jwg#i }~*Ǵgt)1ҫ^͎~oIHAVocdC]֎鐱V}Խ$bKs}mSa%kު'EQO_GNƗX?ҷXpD:4E_]NJ:Ў%Z[2r{ 'B̾r2H%[~a5,N`R7uOG=R 2eQSE^?Mk#< Wg1Ym8NCHt`_̝$}1J&4QɫM>ITd,Wzū<5ieս N&7M+|+Ȧ&EKN;&1&LSuʞME$KX|ьu1(e! Nv+{Cj-)=|RԲ~H`Iby=H.q@G.DH?z$so?| xU+ T+#LcUQcdMsӷ3- tcoif]f2 Q.9r@@F;1âE?ŏ U)@ĺĝ?- Oj:KtZ)ɳ0?Ƶ%htOACB'دd+&BCb_r߳V^!vkv?Xd>g63 V9~_X9W%$a̝ b:t^[&&D=N;Ѡ1B~@ V㝦t Á쾵BxӅwit9J8V*UWUih=g%Won(.& Xb^_~ze@:a[MoU#1N+clTL Z y1 AZ[%^;]ڇ|ی\+m&>^ZɘruSߗgYv%gfdޒ䇹<rLD፩xHЛqT}X3"t PA:žY><ogYsOM 'ETrS?yb7HJ#͘h?].O%ʯfj_Xs 8,Ҥ:kգN}Dd ݐb^O%4]t3$ %_5t/oPTx!Г2h8R>į{;`~!/uQ. A%CJs›@y/A KJ1v`:Hgߑ] 9r6ee!J+@|xPYmpOQCAJ*6Bmo٬_,)n&5exCÚT;eۢ9"i<@_jh)k 7^L7b&퀋ĵU1DY_Y7Cl=ܧp^Y4S$4`]›xFdZ[:Oa~"XwgIhbh/+~ب 3qHD'-UWBs'_aݶN+v7vjL5]:1-6a% nZ蚠k2?]sޝËFHisY.@ޗGK2rĕi \صSok7Z ,A- T L!+jD҂+8VpG)nR)ګqD;hV\v81.p@1:ٍC-t: Mz (ȒSk)VW,мqh 6gMVEx 'JBtE3l%ik鵨58_dMD!Jc@$˨],lkWnv10E3>{/tgM]I!΁i͆Ce-) <0+f,FЏB 2 充|jU si èeМ)B Ҿ}3q6Bn|5##`"u9v(-c+pupiѻXOa7ߤ3`;|FhLHBzVҲ]deO XwS(y|Ș΢*O(ThqIa Vo('v)r,J`_e{ @SE JYT+Pڑi5=0BY*XVO 8A 5@ɈqVt4Z8wjyD)`{+"y \UOzہ&'iJ9n3Z>}S i# dM/fPċ-oca|&,8۵rqc<$6Q XE'x+9O<`ũP2O];H&GtCXMݒe X3ҿ4 n7?nsQ}x_WQE(,c>ƔIOtPXXUz?uX|EMy6C+3toHtЈ4C!<bbQJ.+Pk;{bp1Yd*UyO蝷ao&4妅hQ V7hV෍\8~(\a3#pTFݒَމ!|pWcFe 4%.9&B> W 4=_[}`4HSTC0i=ag-MlNdKRhdk6x g4@b6g`؀Ժ'~4N4ʫoIЭlV2vGI,1peos@ߪ\>k}-YhR6oK-K$(vq!ފH+:sGICُf"(*W0:.eCd"eqhS\<tZ2 Rm5* VC|X:لAn~jc@ gOgEt/`[M0s2c4&55)(O۞mH*!Ϝl8:F3hjYZHd?=̌wF 6mkJbB-+뉱PL)0PdVdT-;rcʝ̶^&\Yi+',G.xmq^akG mg98 owA7jtU(\E<6+liԙU_޴kekXr H\F%]T)BoJFÃjZjxQ#DR~E#'[t9wHpAt T<}?vT;Tn%#DX{ p"s2$c"ZLyf6[-@@nۈ31PV$hW䱬Yj&;?HQuكl&Tƛ_&baA*ătT?V$%yMA8HG y1W TvF݌vpzxH 9Siκ<`ɴOOp)=?|ݵ K͙Z:}%nLZ@5 5w(yiko&!d~eI >zbrs; CF~XPv_Ĩu<O#T;~9WH[>ݲ2Ip)U5 A0+CAў mx)/B$=1o/e_Шh~5W1L jhiRd9K. Xj ނnq84Bpe Fw}p2TIg1NQμݔlz"џ$}y ŒJzc6kg'iV"foarès1$T"|lݿrl!XT(H,UˣE@)XI9Au 2S $9Ђ4g "erJ^Re`fe!ԠtRV: dsfDiDwBwmX9 JS$B%sn0mi폑Cir( pTZCwrI+ aPK'2][t/w@T:EVw $KDq3L@ַVN,TIO*3Ԁiҝxzd%ꫜ1G 5#M/TJ=sg攞Aj~v2N/m|(Wc5j#6%dpJIo_6C҂6P4jc JJBNJ-Th&&kã9o[<$ s5)}\ ?hpC 5C$o?E[d|HH+~rIdyE]$l]i s7euʩD$MwK }꾮?5TYb7|!ǡ jr}&b1.a5 gD1lL2fLb%v[ymWop=ވфao)4MR~5*Ϗ˴'v(gyJt-ȅ:myݗk-=:]jB<Bo͟ txve:C\gFVu# T@lWB~boV PRQ7jr瘟QZc*~oNZ()QjQhL׭Cbp?W<4gP?6 D7.VcKzh %{N4Ҟ6Z?2,BH^暧fFS,& ]:ب|qFr]b>Hd3{s; `JSNPJQs ;6p@Cr6gy!#Pb'[#H2e 3@b}PmAǯٹh:sԃ 1mu<UX!EdZ"38+H>jb1' SъXV@m~Fx)=$]+>6JBX15X}%58f6֓!l۟][8_jʖ,:xb 4 cz <(,8^ՙLz7@YđƘJ\/flz1GzX XNVF05-U HجăqT}5K4*#}P6c8ݷTvVuvJU0DÉ謔 5&s`"p?8izud bsŚβ9Fg3YcDniྑߜϙw$P ƕJ HPi 0w]͟i8Us0"ӫ0 KܛJþ !xdp8Cڛ*pG]~f&Jm 7lۀ:@p0R׿HoMƺgM˕G(Ղ0) Ok8`O֯p> ;:6F+U:5*tkGqPOW#XOTX%ci]D>5]Bo?Jy0VRi>lI,RN' U&EM eӺqEʵ I|K.WL/߬c5J4xi%PڮKatQNMHSaW걄z1"=DUP3o!ABDžM kF+w!vqyZX2xX}鿑kC=EFӴ>zD&8@c7{]8>ZESWbi` ' l.8| - lhfo{6.6uY=OǔVlp,])kCEV:cR]t(Tz(wBڅdc%jF] YKݏ#󋚦wAYA" \1)ΎXZ76eyWSQP L|OF0pĆ_>趪[\?<G49sPJ#u^4K~I0 V19tnG;%x 0bY&#zts뺎o:ZcHZ P6Fs7ZR(躞EkI?T7v`ibvix8%}8!28^=[( *WuL((MQ(0]ny20)#ZriV5' v-A03β*inNDc4Ny1\)w$7Z7:ܘi7|e26F]M0 3D~x Mڴe|Sbo`gJ)tT]x3\}]pfXBa,xL!/FD> Dd<-;)XMR\_r滃0_74 CBPϒU%_qُ^ʗ57Ynm,ӹ^J͔s.Ω!KdHW.3lw$0廊M˶W k@llޤPrIrza6;YCOߥJڒΪfggwptGЈ*:8X!-U\8%@k@~аG/Oq;kpoi$JG΂A 5LQCԣ)9LxaHcF8ۀ$3WdI/֠Ml<ԟz&1ܾP.5Ŀg7ʅO ΩxK!VHo~lk Z񒶐tF(5kLG|ڝALW5֓3ĊyDF "Ȍ %X`z ԃ.K ܵz'py-V~jrԐh dЅ#TwgߠյjT^S/VumK%DQ4UW.ɫ#kdg?9`eۋdGmm^tISOĿDYT;xNJ24%TI%w&̠HH1{9bw^90N9Ef uH; rr&Lz(<290`_t@ \\[=6[%xF<|nP/1ɹ֛85bHV]QSH\0R|!#$j,`=ڃ*jL˿`B+ݤWR,ˆt{bM7wے[-8 'DnVySmAЯ/@}ﶜ9D@8L)bai~==Tp>dh\[Y'^ KAo % )E˪Ci:9P0`/6I| SClʿqN?I6&u<$Y)%@OrXnlE> fm)U!)hҘ' (*X[QG!+b&{ZpVk>@lAZ_c|! Dk$ k͛S@r5M`1\פ\1(њlajs@^(>_D` 𲤝ӺW2;&E MKg+;նo``:hmO036.DD\QW0/K .J4EWCtooyeE+K |';[tMbPiuf ϑycPF"0M_l<̑>()wtwbgFT_&*j' z"!,-'`7r'uXǡff=kjVc tW?'\fy;{K ,%t6hNADAuaaј=9/7*msNq*!bq]T!#/ȴymu;yhܗ#=8e jV'0Wҕax5hZu a_wvMo[1e"FbaTz ئj6 E髙2D4}{/cJp3ɬ3kt>gwpXd^B{c'+'#WDhNB|{(1iΣO F_m\?qnS_Eh%͜Ä߅*zȀ`ƻBI`Y Լ99`V P>rq}K-Uut$f>/JڊI8/fE /dj^/Eҟlm@,UFw}d*2:gR1(yRwP(_/DqxDxBFAlt#Y_[5oa&>j,m/hS9 JesQ5ԡbb?g[_MhqXfv'ogNU ҭ%NkGEn@'8*HGjhD}4LДʼnP'hX]ض.bcPB}&#|̒7{Q,<3^Wcr>Hk94a*5u'X2 a=N̡ (o &)H+ʘϸ'ɖUhR.x0~givB/\7$to]\g! o%;3BC )a@T$|3g@kjj0Us<.|72w(Ēa#PN0R1c"*/@h^lsiW1ҹD\_or`KWHI~>QP ??;բI³!qOު5݆ۡh/jqu 3H UG :*i6 ڦ{Ceňd#Hhsӊ!R4'mL{va!'O-CM23JadFi67RE~y& Oe]/dP&4@Q/@3$^, KE([C]Qt#I e,K3ͪ|}mc6#|iqq9oC4|OjJ^ qmڙZ&VS3: V$6kS2u]$6Yk7O\rΉix)A.G'W]⍊