soapy-sdr-0.7.2-bp153.1.24 >  A `B$!M@eeenҩ iD++JI=6vxap ?4$~, )kx;7+He `:Q%}nە_3e R Czisy=mR@JoE&sҍ|tF#B=0JfX I#eޠ#wW,8Ԁ&^F>p>8?8d   M 39DH J L P  @(89P:F5G5H5I5X5Y5\5]5^5b5c6d7e7 f7l7u7(v7,w8x8y8z8L8\8`8f8Csoapy-sdr0.7.2bp153.1.24Vendor and platform neutral SDR support libraryA vendor neutral and platform independent SDR support library.`Bobs-arm-8ESUSE Linux Enterprise 15 SP3openSUSEBSL-1.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/pothosware/SoapySDR.gitlinuxaarch64E`Befb2530a7369186e4d15fb1a3f12f9a0ba28cea255e0ff420b4831b73a85bef1rootrootsoapy-sdr-0.7.2-bp153.1.24.src.rpmsoapy-sdrsoapy-sdr(aarch-64)@@@@@@@@@@@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libSoapySDR.so.0.7()(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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.1^ @\M@[@[oZ\YYS@YI@Y i@Xh@Xk@V@Vf@V3[VVO@UN@UȒ@U hUt@TTWojciech Kazubski mardnh@gmx.deWojciech Kazubski wk@ire.pw.edu.plmardnh@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- Update to version 0.7.2 * Remove --no-undefined linker flag for python 3.8 * Fixed C bindings for parallel make and unmake + pointer for argument inputs should be const + wrong name for functions in FactoryC.cpp- Update to version 0.7.1 * Fix for C API call SoapySDRDevice_setIQBalance() * Default logger can be restored by setting NULL handler + Bumped API version to 0.7.1 for the NULL log handler option * Add missing registerLogHandler() to python bindings * Move visibility flags from project config to library scope- Update to version 0.7.0 * Support parallel device factory construction/destruction * Added error handling and return code to SoapySDRKwargs_set() * Support list of module files in the search path * Disable automatic module load when loadModule is used first * Added --sparse print option to command line SoapySDRUtil * Version reporting API and build support for loadable modules * Added converter registry API for converting between sample types- Update to version 0.6.1 * Handle null pointer in SoapySDRDevice_makeStrArgs() * Added read stream status to rate testing application * Fixed units for average byte rate in stream rate testing utility * Separate ENABLE_PYTHON and ENABLE_PYTHON3 options for python support * Moved cmake modules into subdirectory to hide them from cmake's default project search path when cloned in user's home directory - Remove patch: - 0001-Remove-whitespace-padding-from-PYTHON3_LIBRARIES-var.patch (applied upstream)- 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.git20150222obs-arm-8 16149977680.7.2-bp153.1.240.7.2-bp153.1.24SoapySDRUtil/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/77f7c880a178909ea10927bf4b4dca04-soapy-sdrcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=62f3d54cc1087fb66dcf49e9cb0a8e2a5fc09760, for GNU/Linux 3.7.0, not strippedRRRRRR RR RR R RR RRRRE̩[J Autf-8d63387cf724e101062f3ff5841826cdd40b644e07ea236d68cd1f0dd78a000be? 7zXZ !t/Fq] crv9wHz9؀ M JsSFRT\(`fqCMbOu| M#uQ*sѢw4ǾL uZVR r}>)CJa#E0j=G؋~olkVMWIoTtEԱV)2;QY%ƋSbϢPERxn.`=F2mm9T? MR *{xҭ캸{J$ XG cA^!*;' |:MB"Ÿ#qj0r@oPzTK&tمI1_sn&mlqe7qR 4G HֶRibwu&b$da>:zts0CLy@☠\%ՒvwܗkF)dƖ5YE6Gw#]1ϧ@yH9=7d#,v.@4^0 XKi'>\KhR ʋ#h 7teS<4>ɍ$[iXr@w1bBuJ˲z 2Hc󎉔P&}0;W֘^~pLʑM6P â?|Wt=@!UIH,]̇jv\e|29Tgrh+66t$ˮ($0W76Y7Q5сФuBxM  !]F0B`d P4/BXبWK.(Mޏ6<;$HVHz!84x 6&B$ ~[M؈ӵ^.rv8ɦ'449,0U`~º\UFXSýo)XmxxzĦe^+e--AOq*(]'/Xgޒ1+e3C.dЌ:ʬyЁT\]n8^.ZHأܤP:ʡ#FC0SnMZITjTsY>7㇦3(h#}ÙhtEncO Zeָ{H=/|7 #{pʣpT (CtG+8X2#f$Jw7Ot4r| H5f/NA_0C|JIGkدVV/FF0IBmG4#ۧB\1+\h9ߒQXf 1b&OըQ߽H3M_ϵn*|QBHҌHn8A  K TW#`J=/9;UAy>"c]2'WkH+mեkat9;aT{e'7Pf}z@)D^{\`↋M~n0=,֜/DsK<\KCyj|Ar#qlzZ0(!>__ٹx3뭁Mm4m\7no?,SEݰq"G5:yPpX>15K[,[kn7VE얲[N r\h:{'\q%_y`LVZh #326z #*ʩ $b0y`hziqGO Wg; $mPDNd /A>J S ?:X0A'<3 I^duRShߊRK 5#BjUF@̈so/2ڋa U_sn0;WLQ+0V/ɱbIIJS̞IZQP9@xyHJ 8^݄HSF3g|DÉ2/$|{CMY?',~un]8>bXntLh/T[ID_-ɿ00YlV{nN& n \bRYn:dWfJ[.„6cxO+g#J]qɝ&[4VȎg}ݤf\bEv'ylYif\HGGX*9\ )mkZj풗}:ǝD4Ŀ;@qG?mkhK9U .#{Ż!0Mm#Fj$ޟcfq&؜1,!W@kp η RTL+9AYCSԝ2OWXэۅ[3Y* rR%!Сg5O9|8ߗڳ]W3>- J1"voJz8LJ>$a"a.I4FgŎ&&D: 9浐uL@MX]xHΖ)`_*b[.0,@Tp? ' ^w9r![4dYL*8:b‰ߗgǎuVb#,0)7z+1 `X &zLXzXv|_d>n^Q o~޺t !tճ==)i+ż\@M VAZܵp\i@+y#nvqB52?#iZ}-wdW_5i"M8 v@P3[+ANPiߺnf 0\1\TofHE?OkGE.EuA d~NLb 'uU^$`򦣻lNC> oZlSW!J:>^ɻґf~(]<Ƒ<ɋDɻ>;<&8""cuwWm\Aw͟+T0K03|bd5 {n\'F_pyCd(4.gѝ8-8C#^GȮC;.DFٓ+@)hj_.'Z I. I RvvmF Ǩ)Y* ܟ@x`k_n?JB O|p ` Dx4V}?m^&p6"Ql{ơEbAjITpu`϶*}E+D.8UF2%q]M4裿{ A\f]ߦa>`ˉk @,%y^D3aӌuC`5?TOc| jCNtU>5#؇TFFsk|<AC.wNij?I15pteȋ"ғTM# ui즠PUcTK}ܥ8vX4oH"fkN߲4L)|{>0 yK_zPu޽Y@1C;NnQdE?k #TC3Gc0D3v:Vb77WEaK O<%90"z"2~9aTNZrnrD61M|LŞѝ =p q{C>|..Flٞ*sxf,M]Z3F;q -{1 aʖb ]yF8@ L/=1%tՃ9kKb'&͝L ?dؿh2MmNW:S5re -.ItwmrY߫$?ϓG lzCn=FIJ&dz&+~=OU e<:p/̈́abEۜȤ;MfOeyeLjz%K0:3Z|\z5_JvBEM< 'rbV3eSD4QZkq,%'pdC%R5q jaOXr.L4 fRx}-SqUSξd>hN0:Hzna\Gd݈?խ&Al)shF:b@=#"&Q)QW%eXINkQ<Č9f7G^P'KR^et&so\5U~]Cퟔ5޲ `J*iƞS=&PjU3n14:ch8 ^2Ivf[Jˤ]Gc0 4l F"!ݲ;  uH{uu,\}_B<:paRLv%Bcn6CpA&(PMݝ+vPsnp ́h6,M[E4/Hm8bPL`_;=|M俪8vSU9 sGbO7>/?4WVbf9-M.(\z%IzNfj"ClTq%P5+DN9i0:sX3ڀWXEc($o╇bX1T+ '4z.0sێNBVSɉ `:wQXF&md⨧`qcm) ϓ}ieź#:{RG7#n)n}:z@op#?sUYgXBSu5܅xٚ'{ֻDokFwyzPM{{H#k)k'ru*(}a0s أf0`Uͽ2zZ[(Ehnש5oX!CPLVkխ(t<i[β ¦hE> ,hnkQaMԛ*Bl{!^h=CJ2^I)6w¼M~h&4":-m]˸~o$} /.o:ud*M@pWc",s>goh MbVz@ AHf!^8SX Dx8D {tY5lug.h A0Ѝں:rWؾiJэ=iÁyݷ8 f*p׏}~SNeWqt|kZ CfiAxsxrFQNu,Į|lޛޑ܊bٜ?O|[H1g趠>~6lt떑u:&pj-:>5Lٚ6ВhzmEetg˾P-g]]A1Q?Nzive NBE}܃yj۩rwqx ՗ZIF>[znuZ[A\ ^_< ^z~FϷ@/&r'"ɷ`7ݒAnщ]I/?einɴ*؉-4*mS 6ױBp.F-&ӡ`^Xd|5sϷ4K) ^=Hcx}V8?v/z>.!a]v%l\i2VՇ =gA%>9]ׁRܠ/R[Us}@ȡa^'zLWM?xm 533Gg r\!t*NŘC{S4cJ%rթ_uzTFn_~| OW5z_#[9n9rSx+Hv.IfkجFo`?LcMKo}Kw#Ԙy-cm*3׮1)O ֬, nfȓwun%bFfӉX:ecPFśڨ@#&>xxPctAbi>`'u`GĤZ] pKZIѦҷ)wx.3dDP)bqJi|\/q??4>6[ !F+JM:D#=3`6ǬLzeM`cz7?Bn+1Ы; R')onպ nؔB~\bim;?qanZ&Z˳Kz"`NPtQY~9?!kߜTeb)Bu-%)JvO󖠀@w`DWb{z"Qw"5RRiߖm./()\M6&-HotuYK@\ޙ,qAHq!< k'妣˘l*t(A>adЭ*h+]%X[ȋn׆1lG[5ڑkMFmXm~ԀZNu+gNzVJjN 5k@G%'WDSCvz.x/vPBrS4a.)p5SRo !a IglG\:0zU(p =MFx3Dbh4}e *0}>}հE=է>#e.E$K\hzk}dGh5abi,K=&ch|&J<1pW;6g "slh?F:+  *ksHyaY2!T}ש$3!o0;F1ef /:c)M8Ɯuީʷ[eVI^XXJVK;Mvp݀s eկ~-dh.cog98&PX#U-.uݞ''Eh -@: i3"kN2Qk>q X&<:+9ET^}u vRU0#%FW#SR=fz&>W;XmDQS=Hd9`^NZJp=QBoްq>fӘǧ)l=' 8|> n01k@C1"N4+%s,j&jyl-26 i8'_ ?Y=@kdL{~fmR0/ 7n6h#klx6663,YRn]% @#pb*,WPAc la(V/&ڏ |/JREΫ.oMn/[M֕lfl~1IOT_Q @A::z-~+) ug$ٍMI SC"xQj-@CE-} ozA5{oܬ-wJ$,1 n=럚o$C9'';-vMbwci&U(kEcBfǡ3t,|>Aӈ[34lL/bqFIu2ЇԮ'4Т8t􍿤す qvh- &uf<{iXjbrl|1L\QGw尟r! (D`n#̓(*$3 BhW@rm}]}?9k0OZDKM}&$$p/~5fަ%ǷP\~I czD0씶rPYpq͍  m#vK?f!QznPRDb-=)s;olYz6T<,^+wie߰5]M;7';,p-5@| MX$,c+a}WϴmȥNTҋRl*ܭر wAb&$>qI~CN|xAL~%L;C3"_ާ12E a 9*[2v3U7]A0>EcWy 貴^bvfVgQR`dݰȊJg{A3܀Ő@%~a12ٯk &7&.eVrc+6#) YܵZ}~puGaj"^j?v%l~ pdꏊXS!& `@oRЅѻ(S*4'o[T }Cڊ6#+YPq\yq4(/;>IkwC"#;C *@k`'N bîeԼ?T;K n]3=Ublhob)?°B˅ 5M2a-#[YJ[^<=Fx^R b$5|ȱ$~+(b#K:TI4sMp+ZΠ?]L!$'R>kzFH{$AnāXp (ʛ`{-;ePsO?gxԝe- y5t=MsAآE,H}K 1cvQ+=mg,W;20HxI(xHfw./ROceC 6׽PO.Uv^n%<`r$ȯ,M~c(NuP<t@8|V\xB`y;Qs(3޾s2̉{7\׫~(aSu`fC 9떶$o*FHLrϥԀ=[S@yw7Yk<khsYix2sa-#~*ylb.Eg){]JsSh$'-o 46V/ [fnKFf Sb۰MV-?]jAj9`HWxgl"pOSXM1rUh>!S "ˢ;m NNo[byCl?p ѕ3K¥sϤokJŮ ښ m~A&,yʺk]Τ4Pr+G@wS4{8 $dN$%_jQpIW(-rN񟖺/lU-Q0$C4@Qp}@lDChV]?oT5[ozwQa.53ˀˆwߡ*d?eI fbvsUWm߶ŸF0;q rQ Y`CEoC@<0ݧId h1DF%N5G2l |C:o"zVL'X@2"r$ӂ7Nb=$uR[p/`99VA֓’S8"eHJѨ3"("A /fie(6.q0w_%7QJ65qLj0:%`>V ƝLͪn?6Qܿ'|;6aeX^yV 惦]<q=Z:%[L]usWj : bYC2v\r},s&`G5H 02ҖȥM{Z35RY;uη9"H"p nMW$ H5LqsgnW5R iC=7Wti- _x;%p(?$J  ldWxemry;* m#8 /p!7齝f4= tg eaC1<m܄*6YTivOP|&Q_2Q|ǣEMN|Ew \18G*<0z?"6zS.9g$)p؆pA_;y&wǍ_weO-_S:tӲs!Jy Y-"mEj("ҼeK( pa(y܄ ڀY貶pϚp VʨNqEZO%i(PFFN7m!k!>I=%~sbS-A+=31T H͓+1/A!P~Ul}!7g /3pzF֢+nO{-TMy-X47ѧp+$Y6Aok^o锨jZgrRbVmIP'O`YG!ٶ4M vגZ^8%^TPe۲}v9%+Pr@]v=Ki *Ľ#X4&11)(Sd|@LH'&B3|q >;MM-԰ӹvc05(Ό0aEyVH_4J5 ^3םTRk*s{,1aȌS7("q;3qMcW3H"8a8t-0*?.hb\r EkaoeҘMOǎ]y툢9 \btQ' A#lpUk<l$uJh%\Taճ{kX×w=خ-ݙĻ_\FQ>oJu3Y&R7- &qظ5Ԗeֶ%B L^)eڙqW_L@6lQƀ2@nPEC%QxYQ&eZ! 7P]cθ3ih(_g|5Sc/[D;Ci~(D+^$1?byϛMISc((~rx*ݾ;]ax/2]n%aN 0eZ7 'Ehy$ 65T$e1J8f ֩3x> v Ct>t{B"k@[ ].a X#H!jU[>R'~%`ҷkTj Bu ꧽ5vDBF\ inIOI-b}_Ul9s*DEm41,C' ?Ρskj?N։( #FGH$i9/f1lZtǶB\;E㵪kǖm akg%7*Vc#؊K9=) ?aV8xsH&)>X"xo RƴWk`&] / 29`./9ӫ~ I[$n .,I]Kj5v*!tN{iN$yD:7,þPlRk,%3xcHr8ZR  d4L { OXYEϩҢ7㐊 7s8#˸ œqOS?!̏#ɞ$O:KڙHl5?o陽Ͱ %[+a -AZf@ԗm$HeVI,L*O>g^Bhp8,߬J0)Qǰjd?BbnխW\/Ȗ0'T+58Tw&8'7A+@C]/G/ft !!rDGNosu6$ ւf}5)6'V=d%P.0~^yKuY8B{T,f *`4Z c#ZLVb^NJ$pF_U ҩ8zY-^,i0+~Fb廛c%Ppcuk<꣟n!^JY-a>^1f/ q[F@QХl]EZ;Γ9A¯!>mM GÊ X]bC\,!j,`.ɉו0J<)Q;)Gm.Rc֕=:׋nRudV8T=xܞJr)vDZ^K$b\EG;x<:rJ]}&Ú=FBv 8A ~RSk!A"J}f_`u#'>ݮWG_aqer%DF2p/n_ p~^$BuN6ԂKۻ7߰3XO)}kfid{0v nKy{ɷZUt‰*~5s ]U']k)elv N0ҀvbH jCnGZfBR=7V:cKhH>$"ۃ p]Ru~,Fr]8F/u3bC_)F|w> odJ2}sIHE3Fh݊S0aCL)pM]wI\X77O bNl w} %iK%u2GHJGUu01iχ%zu%=r9`hӸuꡒ-@xtVn)ocnJ5%,}4Xdh_v '2LM5df4˃AkO5?G501U=E[^ܩ]T u B3͗BQT8L#"Q4$3pV|(w~!nXC"02c.eu@HDkVF<?L闝> ale攼3UPz:P^oӂFW= x8 !2qg;.hkG rG;cL dD[&O|~=pӕ6ɸQ'y8hc׀N:Z7tڹ/K ^<.i/n|v-MεW I!N&)gnR6^Pbykzq%pӼ2'G^4KZ(#L\SIK_?1gMtdyeGv`{"nV89!u{v:BMb` &IunRDn &?$mZ[qkH*căBu jR렖I7, LJbO Znճ]6pu 7`XzeXw@F%OǧeRUɈ&ߎ YƊP[<Z-. ·G:v;vVpԜ)p oA+5A4F4yXtʽؑȇ%p̙w̚gSJ:!kܶ! 9ݣ?%F$ٛ ]$`Ra_Мݵ= 1 Bbݞ@z&0fsː^݉; ?؄gf=zN_V6:%MBK+,23G-hzl_M\~gƋ ˸ۇC MK7k\M@Fjb^4yAt0ӌ9eLjel$dJVm_|ZFx( .v21|#Q7N6Du,ȐB`ȹ40o&9{!:~3Oz)Z}wJj#ß;=etLV"Tr0PL#9:Q1HσTG%~TDIomfX투а mFNZ5. UTMՊSa$<xH/~O3eA}`;#yMޏFkYq ͥ:M$@<jp% hFSP3wF]xDM5%xQjty@τ>1yV{_zxrM* dzFLJ-Ü+3kt:ΩtVw'`}WQ̮;ΚQRbQEj(n[U21R g)—j_Y=a- 0u\myGw| Dܚ{o ^h{0*XFڗBw@XyVF^,!NXk&t{ >>0ߍe f_(uW(Q90 2آ)*CD5 1lߴG DBBfHB?{27dM2 xoփ`=j)ni{IeHmfpp9D.q<;p(;jf>V`,։pFn!P:ܭC eFc])$V=BlgVܫ}Zm~ =cX5M׃ f:!']ȫW;v+>Y=^tC;I;&3zHUu^ƀ J\ U˓.w|`6;/^R6f^6w 0g~r3:<d4k<%IL[H[Ϡo(^! G \[>1AJhF ~S,#,@RܢW|(R N-+f]8JRyS.Թ 5b@eY2z#Ȫ ,kP`Hozlj럏FeQi#8zn ArUǜ^bb|~ZҐCy?, M$i5'ʆ]BoxD7#L%mF0lwNe8+%2\YfEk[iÇ cAd2I$I ˴W)%^]aS81N?"O:2̬#5O6G #ߨe_}_𐪦=^y"M1o'υ,r\@w;1}P> frх Έ8,5Vq2$'Wyz7!$R Z(2{ޤ) 2Ae_IvONx[ȡ59h[FQ"B1gcZ@Y=6{3;2fSNs5Ѽ< Ǹc XgA 筒_2y+#YrVvA#t i˖G\']߶ԧ\)t-yhB\dڝ _fN~AkK6.u遆"ΛsJ'{%2WZ7Akz/ щ|$T%4S&ϣDGb+3CYPBB5:9ZGKߚ%Vt gPȸ=Kn+Gkbؐ\hպ-,YXT%[rgH?Lp̝sCEАΟ#7υohR//QnLm7bv퉀U1h`ߝ-[ ?WQ49w_ 1 w2x~EhEC7uV_líþu{-~JI7ry6eLg$rU1|U~hA >q;z GGkJڵѰ|Y=}~`bz]jĻyf>^,Lj dtr4˸|L7tNj³H쓓}MkT  Hw-מFY;b:fːn.i@`YUHyq|0ׅHP<8UsS0,Se~%1pbygcj1a.iy~R 5H,o㩇/p mjΜOpȞ~$S0 /6 @lƄZȆ( 5I I:y$ p |Xj f(-7۲$mCPJ$o4d8E\K`T`m+[ {7V/ a5JP_kaa.Gf~Dumglc) hO*ڏ{ D o2&rR_/)>*\L5r]%}"h"v7+qw=O)Nk{e2dfTDŒ:_Hr3$"rj;]I]Kd,50e*`^pZ]=x X4yЕg#hJ#)AVL?ׁ4e2N26΀4^OO7QNJn,GwHAdwl2`xpK=tlO~SeaJ5TELk-;YPїh@I1[I `Ï~TiJau!,HZ&PaԫIRچm1Y[o~%7;< ea+ybbL4Gܞ.,nJiqb2[uՒ|R_h Bcd_ E&L;]se|_tFe{)$.r`D *{B2X5 e3'3&gu zhP"b R< ZFi|_bYQDZMpB%z6?H!v;?!vy sp7 3"myE*%( kY#iX|#b` RgBu(Q+x=%zDYI}32JKCJǍ{Boi[QIG?Msj|'qږq7"~x?1@7<ɔ^ڊjovo|~ֽJs7㥏qCa!f=t ٧ v݀>FsF$ޥ^D`k1!}.?dj8(-2Yְ6/}t^ 3A*&=06*D]$߬j/-CfP+W H8պ9NXO=|TJy  CMUv Q7b=D-ˁx{)tžcn1A i54d\ F HQF1mݾq1g<m ӕ2h WH ag>lQlZk&U=>fg~ KAS!_95QfЃ.֍ U|,0Bt1Gv܂HV$߿lʓ,[pojWstɲ}ܢ\3OMOьB}*3|os0F#d4t0n/>܍$|J:줯>o,~hügBh{Xbj-BO#U*dhDHZ8fi0FN ꣼BC9@7/tK59Q/ؔ)Vmonq0%0ǹt+Cw1 ~I J8Y5P0meq. sv6 `@\*"c+ם@{Jp]pfj=Â7?\7MnQ:^޿}6a_Ĉ>'g9~<,j:zF椩=]ѫCzKL` Nl*ͺ:3\AH p[D\N{3)EЬc[щQ;ZQ\z"q9萆!,16Kl_:L7<8UDժAIW}vwH}uJ){zĕ9PuqjˀW0A9{l jA\Nh}TNO&u0b=wD&iR8%UC"{.mձN߼Z5+P|U"/X^jcߨ.uۮ۟ SOb[86]pr V.(\w h`j9Zf e<{D ,ށ9"MEEZшU8<΁%^Rl"XB:Y)|C'-0jZg[Gn`y7|Zs=!ԏ/߁(ňmpLEm<.;a Ӗ92ӔtB|gߙv~+t`x]bj&XcysFU\gjTT<q{cя#6ˇHn]ϻ / }-O8w\?`b){8'RQc̲~2hrTDVq;تk>8'ȀwF"k[5` a .r~ L叏~lha*aAiBK,ABnhG!MN@1 Ӯ?YVڄ )Rc7?NMjv9jN1;݈tiC)#?6Wtњk b &qX&.3 #ʅ>Y;f N.S{^Te#R^ԊYD|*mR YF[@0CbCճnKBdFReYbS@< /5f5durObnZv7wX_&4y˙^Wc_ڭR8F>ZH==8]:aO1Y*3^q,؆#w"wuz'7x AY:Г6(IzxHph$Ein K ;)^NQt{(L"(Wf opG(b|0P@+Ic}Jח눤5ퟓ:"nOg#S\2?WM":,k=@ʂ?.x&Z5nGdM=iŃ+J\ UsX;ʀ,KW1yGP(Kk@s))3"DX'Yvke`-!wJ͸^``L%q?-;)nz֤?b^3 ?Rr%AO;8+rH[*RkqVޭr݂[r(8D=R@ XjR1F_BCJZAQMe6eq-\7PJemB钥 (&jR(ƻxwD+c)[PQ+'Gm㶔Nq-ÂiL#%+@k 8{YF"Qw.-J Lm7D'8DjXgW*.!+LrP <:#|;Fz"=WhL9]Hv7bǪ˜ &A gןpLZs9ΌK}S: ExQ[r[Ȝ#jtASV[0rm4lcix8N"-R%U4ؾwzE9(GN'A0CZ^>K fɯcKؾЀdC.XjcFyrLAZ86 $_MbW3Ҧx)P> bsw^s|^SE@w"nbIjڌ)=>mb݆ep`C+py`˟z. Ln*M0-#ߟ%_tŰLzx0ӱudi|s nU+ƚ UPi|Kt,ΣeKʞI)fb@5* i{2sڱDNdU@4tl$l71?Avcܝi&;iMjL0 >ߖ2DL?mQ|B<\KbNNE}F;;)\D4G&Jq(l Z}Mc#h?H D*^ ÞkphOʷ$Y8@5kt ͨMWHALK{F} 0MN vё="@^0$vĘr}i:f :="Ou '9/;y'KJu-0ɀEc80!]DiMi=sH]iUђ6چ3 Ǟ'4&רZ>&au{ΐV ٚ l+y )2'H]ԓ$a4.ƇuˆGM\N32$C {'TIhZE!Nt3raGU!ח IޡyX3J}'סaF>SI:e#3.D}G:2f0Mz)H6fظcC_w X"%&jx2w {l @TI GCxש{O i~ny6UBNEAȱZ".J6^9cg۲`Es—`j30z 4 4Yv"o_0DzS;ajhP 'DU}VE:r_RKXpjxfW?IPa)5~F?ڨWlaA2aRawEq7/%xO'@jɨkٞET mRiSLE M[Qwkx*yO"B73DՌ Er#kyXvnxRU(Tm0q%t`$7RQt04.O=Rд#OT o0BnkZk&IɊetW²LY(0$ɩhUgsRg|yiOw9KJEɼg)`;T`$Ehy7Ǜ+&f),.LKV|0|A tZ!h^~fV|ǾQwd7@+ؗ{c+̱]ówx\ipAW;;(ռ6,$&|('ThY&.B`(?EuqtY{7.t6AkDh@l%pRd~//׈*lpګ og:<SmWum\zAR9IրhLbjc`ôg;#sGUA0SN#Mh}ǰk2,;y<# O<|lyfE^ko c Y{f0N?=7L=FnEơ"3i fZ"Lv}0I@$؁AzS.t0CpU>ެ~3e /()4 l"@_ԧ8 yUѹJ2k)Ƌo3 uͰ> +"Ȉڹ ڋ:b<JKC.U;^acvFGBh ~jh46v90k!M&;D0è#Gdk4i7'!٪Y%׉F>HL^u8qN YzYLŃ@B.`' ZT0 X#Xp̚܏F_Si8!%;O,66, N{j3)F&t۠ʫqЙܵvFѩV3El,J!Ixwe8ʼn~P5{ŌyWPϾߴKp^UHCζ›kN$ Pf_py+x )5gӹWwU \ɋ^7ҙKF[0rvPٚ{W{}Mřq*͹vh! rw<(a<20DyzqZ ~E#2PH 4~?t+h˻xV4MC3""Nk2%j :j#Veܘ11aҁ7UϢvUrB+~w"[@AW/NHzgUD0L)h1Ʋ,I^m&@FmXb#f(3J 6)R{maMMvf' j۝.ڦ㮒pܙeN3L9@  [2 YZ