soapy-sdr-0.7.2-bp153.1.24 >  A `B!M@eee ^D1D﷞:LY8)v6 l=F~~W0Fhk5=51B3X 0^hseo 8R>.FϤ,k&stDE N닥77s(\k2JO[G<2AQHqCM̏g)gwǙl7K|VgJh-iE#E ; ')q53 0;&!*< dζ_o݅L@g`+_Ae90bf1e21b822b575d000bc4afc6f151b39fbe24babd972e616595deccf225d2d99e0f61de09f017a5d09d9078a71554f345b6ca`B!M@eeemQo&y;r!2h٢^渚O[SR?q[ޫ6G; ^o,΂e#~ْr- GE/Pܳz>%vhFvV\/m/Kv,ľikR`'?}kX ܬ-;20|u#.(Wm!h w& {NrVV2 YNw!h\bhSW y`{ՊP[k>=NuҀ73:N>p>8l?8\d   M  7=HL N P T  8r(89:gF58G5TH5XI5\X5`Y5h\5]5^5b5c6Md6e6f6l6u6v6w7x7y7z78 888XCsoapy-sdr0.7.2bp153.1.24Vendor and platform neutral SDR support libraryA vendor neutral and platform independent SDR support library.`Bobs-power8-05MSUSE Linux Enterprise 15 SP3openSUSEBSL-1.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/pothosware/SoapySDR.gitlinuxppc64leM`B620a740e38407c9d3aff50058f0cf121fc33cc3b951209e68d67b1c8104ca667rootrootsoapy-sdr-0.7.2-bp153.1.24.src.rpmsoapy-sdrsoapy-sdr(ppc-64)@@@@@@@@@@@@@@@    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-power8-05 16149844270.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-sdrcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e49d7b08d9f0e72d9c33aef41923a4595c38ccaa, for GNU/Linux 3.10.0, not strippedRRRR R RRR R R RRRRR'Pf=Nutf-833aa2ea7bb9105668d46faad7bdef94a8af8a7f768589ec95c721b264417e703? 7zXZ !t/N}] crv9wH˦ʊĭyCJ?*'ْ!1 { 2ƐsۑX=*Fi^an6a^X/]*%zZJSyNaj<bf+zKUq<[M#⯥D3]K:\FK3ںQ5oKxs!<ð2\($$3j+$|&#ܓ4g@?pXO0"N(%${Sw}fҐ30on{aA B ־~zzSIn.@:>Lc-Om] ;^-n5.Rl4wLk {6{4QvKӏ`GaFV}7U*]?)_ImU _Y"|s ćZdSDz |6"Iӑ osr{u(kG:ݛ$AjVH+38*#BKi4M~r9KcP9:<3TiGc>3n21;퇲dy<xTt"8),3;E]#vto'{:ډV 0qA#I `+?zs7daDA_g!<.Cm~&81W]ppbaYLDTߦoGDgi|Uq=PM1WTs(M+MzȀBIUU~w5wi%bDŦ؂}oi:5j_oG9ⴝ4< ևW$i3f:]mEr ^iIiBq4iWP d>KMd^6`tȮ xsԕYdGi3<71NL|0b}~:a '!{Ӏc}'":l`†܇ 6nO1>S(@*AP<7k8hFǘ%wmɵ30 ݤ20?aLKI qՠ, id,p1ak NxDF/QޖLVꨙ_[hULB:cKDxQ(ߟt,8݇Z8nZӳƪ`Ƚ}dҧe66ahʨn3C 2UOFsL#Q @?cI5ADm>0p!0"d$VK  a4f /T7%?\VM4_"s\晖^idg6N}`QJcé5# PV&6VjW` 7m39awu#.(J檢I!6X1$z MStjRdLR?.'fz ?BVEQ!!r*Ygևzs oX8쾩o?nff' ьk}So@=?SUO+n{M sbSaE#aFOpq2h)@\ JV ތ<@I鬻VpNG'ӿ V޾82>t0LT0h_ ʖMIlZr"|k~z9TǗ8МD&Nм|4Ւ~oG]e֝ߢXJ˪/]k{ƨ޻4-wMFO=ƴ/`uaֶ:1LT񍭑`~m9T"cKo>53 ԠLl;-?.c*³?@cZ^“޽{: 0"ISꎁ%a5fzcQeitV حl% \I='he+vAAA0+WwTҳY|K_ hK&!jB-\F֓*Π~âDP(<>z箒Ze)}DQdrZGyB..G \>md˛ Q<ٳ}D7 'AWR ly\oGpiq#w&o`6#I.!N'߳f.hV2ώb|ʝL(4B폻7xŎBY,Y4-(.*!*tn2 G[ Vs Lzd, b`?YϞbo)Yꗤ~3r`WXxNoP[e$26n0p&b?W%П5x`LbV#"\.1H'>qZ7Prߋ3 p]UXٻ"u|GhJ."Ԇhۼ65c#S_O 8F}n1܌۝.<3ⱧqMϹ ?`y˝U+ҸLrSރ\ekbBK_C#%h*Cr1y $,!fƟ]ؖFzPVAP>a;C;(ѪW$.z/i]n*GtP 6\r@@D.61罌Oořg[2ƚ̼(<Tϣb&M:ꚒR~O cVU(ws+5jb,YL;K/+=ۼ0hӅ^s!Ty\` `KEO!HP"y1Iquli*[G|GISBi G !$?p+λ_;j*byx*O[ c@}{7&lca״bR6bT<_enU,&ZrZx06Ӓ]7'&u?ʥKɑ=]4B/r^vf}ϑ,?A4#=E9,V|Jo"sA DpDon[{X`p#>;eZt ۊf+tKYj81ў@rrZ?"mJK^Mg' ;/WuuV\lYD/5߁&J^p(5 qA+BI+  , _s2Qoνہ 9#Z[Yd ,صf sTYITٛϝ@"" Y">jyl@5偽]`~O3MDTyEKvg~JMI 7&z1[M\T>*pɛW̏Nx b1d=v?{̐WCH m"1Xaz'YOv՛ӣʥ=GZ~`.:+TӶؔkߏ9xO8ll]V>elC^e7JcSTxݓs IIe-ICԣ!< L(9IbvskCt(~8x̸> RthB*+UTYJlCRD`qLAcmu_յb X=w֥#Ɋ0H`6'"UrǮԼWa(%UāV$yѰIxё#tNWڴJr>UtmP_"zS–îK +TF9M-`rHxg/I<k3IJ^f3DC~\j\N bBp3msC?`--C^Q>^jvA:fh|<+X>-u>UYWT.n|TZ:Q3@b T#q/$L'a(RֽcϞ93'A(0VVC0÷F9)/I|ii=jhj3Xo]ԜnC=%[?-`El'R~^3xI2J='ZfqTPݘFL&Ad@aOƎ;*-PЄYˉ9rz9K/;9F +WHPx4˄E7<Q)=r~?UmvU< 儹l"偡UW>g`PM H2P{ط4B2y˕#?ቴEyؾwb<8cךi"B}b.(J jKCi :c%b;jsO3whGa֎qyWS.rLAA'qֳdS\Qm:M ; p5NmjD3ZV_.Zc!:xj: 9,=#< @tDzHrF .E4jL[!12XτFY:Q'-)!h 5v3rqi3M]ށ,wpgrigs8&J}ԸiLZܘ{#p[F\y:ϖ&wLix0cVc7ȐN@i?̠h;Ĵ@>P4ˉgf`xr?703Se(^0jM"\^FkXPWog42` o;j,Cohw\d0սcVU9w<2b̤,z"Af?}X`_ ^aDy2TEML)P3d*?Rgq|9ǯf8Zf>˾(e<V#W Ud'1r%K[\ ִnƕ<%QX1fE B 6FDMWN`;UV ݰsL%Pn8aH5̥6^8r`L ,xCa{Ƌiit^rBo ݀pZL'& Q@{+t;X|dg=I;~&B'ySa8X׍߁\B Dn IJƮjIXA9V+ی2b&M]_g~ bD$>ERo#t1fdhOx}#tyD]r vP:zcZm>z5£x0\Ԩ' [7Wai\DS'9717mP M5JaגNY9f:XC ivǦeAl,kٿW~F ;ÎQܐxXR3H܌G\a=ZVOdW )Ve+|VY (ѥ?$Mm6^FC9[l3yeXC*N'DZ]2S2;,Coǀo/71; YzJ#+?5)>c2Bv) xH&][Dx`fQl5cіrJ9 5{@Sx$,6NOLm0D0L"ׅ:$ntclRU\#v+Di62j7|K)91*3v1F$[ jF^TuE7:-I.W˳Ax ~0H`N{X֚[z2|FN^!HqvfR9\1n$N*V/_!Oi xd<*h5ཁeϒU> i;`_RmQL2p'j{c~KhJrKZ]{wo(:j|<R?-Zyi9mTO|ռ/!/۴A"'tHJM*@y7NNI P X.%ueռ[hI V@Lt=](#1ALѽ]s).8s(_Ŕi?q,&RɪyUR\< POhPo I,EGyZ{v.Ԁ`qMS zt.֍s :nE-M5 ױS13=q6@C+d3&GO6@2R0W>ėR>o.R 64SQq+%- ī"RJ\%!=RSgPxl9z73W%EUH G<Z <ヵ@ j)JJQfz48JxA:?p[沉ONllKVet:Ȝu0@IE^Tϧ% 峊a {%cxFXŋYwp\aY]Kj5q.G?=cDT@rGeD!,DZwWVW J*EO X{ +j<ٮO6%/iuW9Rn~ZS|H_B&u(:m^\`mqJ[?"{^qyrYa| bX3[qg< ^ L'sxqt=9 $sӾFx=sX9e<s] l!rNb1T^Fi]L<\ۇF$9l7>Ŧܻ{G? S0nf[=Lnƽ׼SѵQt㊲/a@sk?*c3b_kwL/G޳E!C*Վ/9OUDa9ұd_{ zCPoȨmgعdM^ouxfw5D a4 U Rf";(NR C {*/pm R2!}4fD"\"sc0UhMDm@I I]U.#sG6 {ey/I{.&Pi<SU.k Q"::&Κhqր2v %l{*Yj%);2{WPa7;4Kr>6rf>eogvodCH?WmשAP9J@kXF+ >&8Հ]fX jNRfIgKiՌ2GH/ s;m`,$Ti)f0/YFCS{$ ZDmez/ LI7(@TK]BFl{ٴ doVIM ٸ j߳i$PulQ_pzF)TJڄ =|GG3vfD&:Eno;BazǮG¤Qldjt܄:{aIɬ\{qg>2u0u>L3Ug?yLf/|zı{,RB,B=nFA ͠|JnJ6*%M Ja_sc$~|=?&-Ӟd(ˏ0IhFd)!NdKBp{8CQ4;(cQ_,\6#Dƾԙҹ n %]X+q?h8p8' @x4E=w=(O 뼓ņ_g{*_2|wy9YAObz?M!8Wn)FrY֦EBvPePB By=U9A{*Kw <\ά>yu]E J>tt}NW[qFe7x;gDm1ͣza ^;.@i!!tWPS ] %6.V<(GV 鵭B\L/mr!@ql.@/89;8~++LE1FbL{Ћ){_SrGXO$ɪk'Aڄ/lK,] $_p:=_(KV7jJFKLHX{ |9`eY3B^y=uI+LwTh5iN(m.3egYAR\vH+&Zr[ Lm|IGK[%W OPE2`n9^ ?;*G;#t[rU -!f<_?ӳU`8ahZuj /E r^)&}K.n]{Hai#!vU{|xn^ 1aߑ^.Qߖ24=\"= *cWVYd灮{PK#EqG+.[;r%!Жw Q|0e$[{1,p{YXا%rR= c4wꘐ a$D(^=۞HTE|*ΗlѢ1,U.㑾+wU(lbit77⠈9/ ~" _k6rB`ӥ~e;\;9s@#t(F7x8ڨdRz|o@si0|0Xc3ya'),}ӮӔ~%jKD_"-ԣwqAvt!`AG**k{]4j_<,5n(-PIz(=VXڗ53n(W^1ѱS5S;n[ZwUX3|>}3?)D^ Ć>X@{TuYFQWnn&F2*xZ,-I_[#lt9뎎+l̦X Rbk8I:1O%L9RIvtI|TWHz#^ Qph$,R^C30@q/egmr1 =.p&Im yMiOviAܐ^yRgqb$C\Q8B1^k0p1(Jon+k]Sp`)~C|$$:F#U>-6<2n~l`i0d7FA{ AZTr멈=?-MFax<[ѳQ׿5֭jDP3׉gZkv{gFL9k %a$a\?΁0dűrsk:|x_W+L'î;PK gBQ <&Rpaq8B+ӺFccĶ:vm-AXfTgsm?=ͭ+1/Y΃8[ ,"-7Vqpԩ:˞q y-wLz;?)(d6$p0O`Z!ͪ-eH-%Z±~?pjye+~n46Owq`{\\n>g YڻKQ3.еmQiMm5&IS ~@É5=Hzu.aQ}NkDIe j^90+~y1UVG8ECJ5^H"!~QݧIH0MS͝[rkںczCvxnZ9={$z$zǬ{M*J}&&~6>YkM^Ffc!|+H,PS8Sgqf!{;VFBgimw ׉QD[*I t`n'N&vVf8A-{}lf^BAL aP%f(LB.ΊM05P*;dVI -Q%o>,4B['4֌dUVN2Y;bouP9K1y~ͳ[x:d*#mF70E,, m߯ӄ} y-rWnbN]e`I+=w5`4pGzEHK\snU3Cx@.栨ގ"%B&X ˀyLG6Sx A2CЏ2nG=e^qsZPQ^DEK޻@Bdov U1Z"WScqvش* &tNMD #׏Ò~04 Y~wsΊ,4kAx! mw:xldc?e,I"w q1l. .zF6,-K: :McR!hH*c.$=NIf=U˰Asql[ p:'TGt/HD\!@l)|aәDl*$~brko$&Inc%e)|=(?Z>à@^fdO(G3Q´@\Ӆ$skqqu\Wcigq3F$* ok_&C(&Wi&W/5H'݁.eI-#}jA? Ǒ;ژb/͆A##X%lG9 y8_N3({Ʃ{xY/#0V}4#jy@P nir6Ȭbg}^RjCj%s~IA]aw 3."t~KMDN+jf+(,s@||:sQ["{ozjX'tN څcZ6ݑG6o_K}S1) ]W@m+=#J6BŖީ= 8Vizbw(LJr/1UG`?Fɐb`썼JCC]eTȺm%EdwQ*{o6$Kj7k=O{jyt!l%QdU5 ="n F6 ee%xJ\1 nw V7mW)LOJНFf ^4 ѥߋWTs X%<90`r㮄+paՎczϫG=@R53[yGݳņ}^ʺ`4~pI:{Rs ) s@YZYn7(YÐ&*;1,XMd IM8YdbMn˘>L,7oprW"O\0U&Ͽ#J]?usܿ{j-6_ʠVǜPF.*`^zQ _Z4~'0Q=읰y+n3XlD۽߁hi6e@v/lY7o7Ӿ49BE}z]=:LF]1:;C r`:5|c.۸) $$ WPe˦H~szuO5m8?W`P5G_P:ǛD]\%Eu>;( !hrAM!mn"sǥg+]W݈+a-gtwꙶM'Ҽu!_YtS_ѕ~$P k$ŚJY_mÁADIY x߹3g|TJPt]YP=4)^GX]XBk Rjt::Zl85sB+zOw\DQɼWtt(wa۩lrĽ{{68RT[~~mZy :{̽P1)/Cj] 'B9uSrʴ奓SFCB*a<nHT!}WiNG smPG*w -ZvHaI4ak4~@/#Cg 㪃L?;yy&u񃫻z*J^ ,d=@?ʱƫ~#n[D9OK uG@D\Yx jMrw.˼r*+0=?zTI$'ctQd*pF4 XC1lB88ZƋv\qll|u[X5>]0 Sτ9zfo9ށ_B v/_l)^>ZE+%U{LIDFL-{H0xF0 acL@}Ginr]!uStCD2(К++zKY[ek߃1蠛ך~) b,f.t:54fxD 3#DaW+{V @*Gat[$A>W",BQfV<0ӂ9f!ͥ"jx0ݻdt7@. n=EU<&;W 25fh?QEY~J~eqZI&$>ǘ]X(/J<$ sqr\==X/ uh}4x"V&6de 4! 1=;?L'g\[fUʟpY")HP *~4%.SY,2Hx#T!V ZXntbc]L98wczr4,'ux- yp=yCrDqZZVc3[6Vӌ&!\e^e~pEЛlMnJ|hL1s85EvLٹ\;}_]p3P XZJT*Uo$)'R=iyk+Fio&“ U2.E$ϞMIy ✱ΩŪoUIG.ɮ6ZARA?˖C҅ ߸nbAЦ_%g'lax&::~C=G_A1޻@|Bv WsC}, >X:| "`]0B'=VGF'DƧ1kFY+W#R  }tgDzV%U|tl~V 9w0E3{RKAc$P򬵮vn`it/,!+v0E R@-ENhJIa0B̠ ޖQoB9Xlj<19Kkn.iGtd$vf4!vp [_)5;1 pZl-Y7Iq}gT7pBΏ?ڸ@=nמȊ)z&t[DӛIF80I9di!#ݼ#Ɣag i_hh{~W8b0XvJTj 9k?%y{# yޮ Tg KVh{, >0o* rA@/`z'JO1`DBV7/Uc1pŁ\#kx{&]VryN{"c, WnhԐ{¸$˵s < 3CR=-쉒@a^!k%A:IO|hlU3 /͏F̓# `aDj;g4guk{.\Ht@>W{ài6e2N*$9ioAk ) /_ezXpv?L~kt mpEFRa?v:5 xMF{ &+E =bDy&Z覆h=4sr4;ehNl KJN@j=䂫 E/ eYOqB8pPݘ*^?q623!Ie>Ցn>sR Hs(\$!=`|XhޖqtTto˴fĆae.BP<B,͞R(CWjȹوN+I!mQOs9U_Q*>/'i#""jLɻ*lUt M𿺐-dfb]`H-+*RӪ6,Sl{rc۟g ECQ\] Dԑ$x'x\$<򺿯B Un?*srԝ90ı5aYqX(qՍ7c;,ikM1mFc×؁}º!On͋A?ѥ! w06.&G#-L\9T 8QUcn|J`@K vyweF6)SX|/V/nt*:uz."V@ *fxA }  k9&4/wTWv(! +ef9!PМ%C)/Tek`+ސs4Zhv;D,zѐ)]ڵMZ?i&LjGKJ}^&|UIIpM{:Of_N4s&^xȼ-) a-PkEAUB;0ں3f \XA۞+/e}?3?ZU$: LԪ.?gKf44Bi@1CrS)<_ g_yjZ"R t~. TF\MUwvf*k1Q`?ϜH8f`stN5hT!K^^%)!mчY˚Bw,{Ӯn Kbo˲xvD!?rI%&O\?F;=J s 3o3x'44! ڮ>\6v~-+D[*_Ö5IrJ$Ī¸aɎ.6A~sl'o&u6QivbYNtR%pV%Ԍ^?m4Җp>iIq.hKH<_U(SO>#ʼn[ٍl%@qNZYU{U=7-yEUBb-RN!-C@rrMsb|Ⴄ3Go/z9M]Cn+BKUTx$k|Jh5ȾA 1o7(3OzڝۀD5hXj*~{Ȳ=;@e6I;n3V4UvtsMqx!qy򣛃>U|1~ ly:A~4Ӆ^SCڶ-`&s8TV3RSXtwO%o%́MU\ (pCwgC-n=O*SebffY߄+$e-5OZ3G5~AshCaʩl+!g!1آa])l&Ӽ^^B59ymF!-{n΁WI%>̘kZu\yvǑ1Z=h1]YDGgI0$Jx%xIp&6ցmZpU,y2}j[$ GufC<,<dѹ S{wA,< %@T8exe^3-QԆuDNS?꣟bĈVlQ60E$)~sxXpuUl& ؅pYn7tqѣu?V3C`NƴFP'2Tҵt n舜VUhA_! m${ nl-OO.JB!\S[*yqZ3Uh(&aE,ZSEIKIUWy :fgϡ킵yӡYN*9Zgt< Rq5N gw #v F{o2x2`O ]z> gqzO|4Bp&r+tν#xwg.]c(S(W^H#2Y%uơ I4Sޥd2H8 _D#,߲IwQTK7~zt׏XjasC! }!hy+ E4Z?bS$Jlh0ieXzlL5} c3 Js*GC*sXf"o@J~L=Wb8=xm PIȜ1 Fcɽ'rw Zᠭi[dS, :;!? -Cɶ \jwSO_O~$Іs͘M+O2ia8EfB\ݘ?vP|qFv6GETȷnbd!mʟzx,4O.($$yy㳀?b ͮ'$!0gV1_I] * 7Z] K}"R)2Ldڸ@Q^<)LI_5#d,|pĴfي)[D9'ҧ-Kr"@g/wEDTD MYfS'4-pc.=Ӽ; gǖ5݆,ceev^V׆È<1X$hDaP*Fƴt{;-g.3c.^׭d<Y豧(՞m"5}db}F^}>H@rk8lEyjVF>}Ïldf)E11Oٔ 2߱3!zA1}¼XFnXsϟ:sqˀe+SBvα 3x pe_& E0;!q=iWЈl%"ls"'B!C9/}ǾzFaF//AJ Qvz$I]L6+wXDEGɿUKK-plH5&nHH.AwU;U*B펏f啀pŹ hM8(-`|)2]&Uh "%MKfw|cvܤS]wb]-O8wR#$:ザ@ ΀HN2T߶z!'VF:}XB>E~z?2-kҍVlH+i?YR INK|,Y%MGSeBE-YXwihqߌ&s^/YuX,N)Fw]aBjkDDsRahx0=[ S5MRjڎ\sYpnTsVYl i)XHqgpR:mBdYK Ǩ=-&mlnhu)#ڇڻbiȦZ=uoLLJ拧,^a䊉F{-~bL)|b 0"T+B ̏A YN?%Ë]b"@#ltB'a=T"qZzW3;Ò'F4{b 뼅WyI0baB5gȖ妰Mɲz:ӒgR1x%cIM7.N a8l6օ6Ё! Ly5rm4c"<@ĞMlȲ0b|166P4wWngKf XSY0\)S A1Rß >i^ۢV ܏fdMk(YcOU|!k :d/8}36EOf>Ywu;3 !)gw)r[O{ v'ms͕܇"0R WnG,,RR+9=fH.m*a85W`:8cO&Tb8Zi:iK$^ߜ8z=zh, zy fN1z400[I胪 !ꖗ iOeL9],5]!I1܆Flf옟+ I0ͪ6od^3 SiKh^̱31_hq]_WjzrYxhQ!e*:s' :PG|]'8H05GX@2_V>fSa#O^d}Uvqj\O{o9v2AN +/]ͮś?|tލr` V6Nkh9*F0f5W-'C}7Zژ=GU+*j(z킡@9"d$.[(=ƓR'[Ѫk;")mcV_6퇍URPy.ŗ> RN'2T=vnH LwY Ƙd8qC)E2A{@ʕ^T`I{Aɸ0\G]ap؊eӞ !icj۔M`6+#P ӪLEu@ɵ]6])ݍhY9(lto)H V0jlnI{dCU5x#e߂7(Љ ۢLj0Թ/L){}@!ЪmL6s=&hڥ6s3<8TЇ˿aiyӁURQD 7w<5Jp2>\L2R&|_B9@G~`9j>ɞu]N&eIHkZa v2y leܐTXZ%r#$~g-Q.'ž=:}*G0ɭv[!a3].΄`AJ%هJh /`@5Gɻ'31ݵPDŽ}KGB*RƗGܒQ%D &>k3Fj(E);e/Jﲕ`$UyXjE_W4Y3'c[sv|gut XWjtQqe# !v#RT}i SpJw ΡPr: !:=o P([W"j, ,+p0~gD $(Ko(,a(3mO= JX50=}QN0i&oΕ)mؠNy3'Γ_P ]yļ)>jWn}%uE P{ٹFMvBM_m9il̺.W=XyTOa9S837^䤟ZoVkq4mH Yջ4nыJj〪rN,QadtQr6nfp w%ku) W.Γ9!6xGKATn2dGe;p΁G3ƺrm 힗2?Kov]OT(I[8;8 oQ/]YՃ߄~<@{ǂ[>y>/k"K5ݎfI1I,3-ra7$0{7' :dchyeæA9Gw&?U\,R7Og!a~2;_y6Id܀{@C( +pL$ZєtM&Tm3 T Xs =]380IDlo/lq(a:?Yd,HDH&55犍`y,B(Υ|sh5mB+GuChLGֺLٝnxO\٫vLv [zMq&hg|-r4nYGe^e,TJ/;DnA_剣wX&E<0-{;?^O S[EvօkaW Ȃ0#'^W"O|A\ȟ-Į*%ZUr1f &ˆeVD5/Z;x۰C~#hM=0a 3Δ;xʶYɒ]tWl*ϓaqVBjwb1.#]94xMfh^\3V$Ӫ٬O?4M Mr Q٬RN͚WFY%RP@oTGQ#Ga]x{^^/0ʉx!WTqiK=*x_\nh:ԢfT}^Hx_ao>T4X *}$1/x2Wdy {-(=hLPXG(u?Y\$$}n;H(kEd7s(m62)Fk( Cp0?%9Mvse\q6xk\pwk^Z)GbK ݰ=o(9EЈXbY$X.,!qƛJlޛa$=ȑƻ~{ 6ߣ~jUa\;1v>kIG9Dn6mQ\&AHߢ PmFF3^2: A!Y ~!/n9qE!_p*#*PG_bbYN 5lcPf}.F_ctbc=G~5o֙ xQ{l?xOQX>!_'ҷmbmɝ2, C0ф;+wo*ݢ^~[! l%Ƃ E(UždJ2[Q.qH1UՁNL1)u+cj^D+MJU2e"+Mo D3P31aCey70GQ]r3*Z羰4kN6W1mYx}R`̕Ў{!Ngx.1wKcny߂ck0m 9%;B9SCU1| !ͺYDdU/1_gE@|yź^s$1Q{5zE!!F^6!ɜ)Mh 3^a qjT*Jgv%=`]IL*gHm㇁.zqd {ʪvǻ2 THNC`zTS%KKQz Q:ˠ.s@/X7s݁䅵 ^/Mrۿ _W4T(j) N5fuW/+д'sJNP4 ^{_S>1BYetВ%!7lRI7LAGgQPQ+p`d:Q_ty2^%$)N. ݐ%stFJεh.$d Gd DF-;bǫ0pOBApXA9?pC.b5[br7lMj`O`>SU/jEILs˘dȎzK3BF)_t},lBͨɛXV}%/NX]@V*m_^lMWFkJPf#mv=cUtѻr. |j%_佨 wi>V$ՇlCVn}OL11N;0zOB bt/j{Xv]0jpo1_rxZeF24,!{3:a). '`Ler̵w 4 rq*x1 ȂR|W`C|q\6r\AE) lyl?hGLiV`1!kVT]`Lh%M2*tR1TDVt3h k#(v^T/zAՇHhuH d7JjۢwWfɈꇭ Y~2ڊa|0M@V@\)̯[d*ubU7(/64墵m*J.<#4@aY\w+4_{Bi(P.=~۹>s^hqEq"Z Iy"K&J(O}KiHB9ï^->/V / gnnU{~z' e݇FH@,9Ibڶs,ât1Djׁ-xlB8R꣩&\ 8>hkޕQ[{'eɊS"وb$YA8*tUlHy>]Ū~(`HRdUD+[ `mSK,& Yx&xU ᅩH&1z=6dNgtbx$TP]H;h]`H֝/Qo.=OhB 8'Umu!|[=?+C t4DO:.'::ďRI#)Sң2 /Y8 WzJ` lIvT[5AK1> ^6>OK>Oy@=X@v+Ϗ^c %䗚.ܰE+|'ξ;WRQԪAfav'-]~p$n[>rX+񖪾's.Y % YZ