soapy-sdr-0.8.1-bp155.2.46 >  A dkA'I%z KpEΘP6/q<,?pZǭl s^[y)t&05:=<_״ ^ y)-ʆt(SP'lDY7iJ&f8IXD$Rk[@B#Ɵ:D0RX̐yAΈ#$t8TmcыA:_'`llNCz9n}pce5k)U`q MWi2$F4%,3pr/2\WLp` d.DJ&^[I3CIdi;+%0[ڭўk? 1^*Ep9с屈ϯªW@d3Mؚ9;0%9ղ"GLa L4T0?*.d l2Y/, <@ ' [چh@ lnV''[?+Ao(AH@ &k ̴doMې#n4%lk019c309f7b3a5bcfb09210bee2c8753228ae7ff52a162cdee880a0faed671cd194a4ec3e73cc384a6d93690fdd3ea91c244bae0bdkA'I%z O @Mhk,v+_n1)%.W͗Mh @Is9Zw[!2]ĆgF_vb%8 N?sZtgM('}|YT+Co%Y c)t.İYjb69.L@؇c5_U- ?^Ű5$rXiz[` >|hl*I*ۯ/ Gn^B1(9J"&eό0 5$ /S%I4!_WW$Cx 8#CR{ Ȩ U9_MH8ѷ,OvePM٦JeBvL@DB3ՅèM%0H^/ۍkv7.ԡ,U0>EZzABg \~*$Kinɵ+@iX ?j@xu9lc vL[FnbJezp,>p>=?=xd   M 39@D F H L  8(89 :F:pG:H:I:X:Y:\:]:^:b:c;d;e;f;l;u<v< w<x<y<z==(=,=2=tCsoapy-sdr0.8.1bp155.2.46Vendor and platform neutral SDR support libraryA vendor neutral and platform independent SDR support library.dkA s390zl28SUSE Linux Enterprise 15 SP5openSUSEBSL-1.0https://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/pothosware/SoapySDR.gitlinuxs390xdkAdd6d505ebb0c64d068b420696d10baa6e3b8aa1319bd6ce3fd6fb33cfd267ff5rootrootsoapy-sdr-0.8.1-bp155.2.46.src.rpmsoapy-sdrsoapy-sdr(s390-64)@@@@@@@@@@@@@@@@    libSoapySDR.so.0.8()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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)(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.3aS@`ġ^ @\M@[@[oZ\YYS@YI@Y i@Xh@Xk@V@Vf@V3[VVO@UN@UȒ@U hUt@TTWojciech Kazubski Wojciech Kazubski Wojciech 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.8.1 * cmake: + fix use of CMAKE_INSTALL_LIB_DIR when absolute + version policies for subproject compatibility * docs: + fixed spelling mistakes in doxygen comments * python3: + change OUTPUT_NAME in newer versions of cmake * Types: + consistency changes converting strings to bool * Type.hpp: + fixed templated StringToSetting return true * Range: + fixed default constructor not initializing step- Update to version 0.8.0 * Build: + Update to CMake 3.0 style and project config generation + Increase the CMake build requirement to version 3.1.0 * API: + Added API calls for configuring an external reference clock rate + Constants for boolean setting strings SOAPY_SDR_TRUE/FALSE + Templated read/writeSetting()/readSensor() for SoapySDR::Device + Added Templated StringToSetting() and SettingToString() helpers + Python bindings duck typing for read/writeSetting()/readSensor() + Changed SoapySDRDevice_setupStream() to return the stream pointer + Added unloadModules() API call to manually cleanup modules on exit + Device: added parallel make() function with string arguments + Added ABI check to Python module- 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.git20150222s390zl28 16847506020.8.1-bp155.2.460.8.1-bp155.2.46SoapySDRUtil/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:Backports:SLE-15-SP5/standard/71039b9e5c305dc590875849a2bda763-soapy-sdrcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c226abe90e70593c0653edaa6250d6a7e343bfed, for GNU/Linux 3.2.0, strippedRRRRR R RR RR R RRRRR\PFhn0}5Ȧutf-8afc0108302aeddfdf57bbadce7ecd126ba80d6cde088cf03783b99214ff87982? 7zXZ !t/vG] crv9w*o&ϊvFBTB³T5 XLGqY0TYd1i)M=&Y4m8'tM0首|@hHx6Dz38qvT1 rdY8m $uͯ(m)Ucy}B |._䐖Xc[}amTÚPqOnJ)tgy;HAY/*\/a_<{]*QnE`H'4^zzbJk֬lP%X/Gs LսwAo`/2u5'Ǘ̐aHh{( i~y|j<5 -N֣VvOG?[e0;_"Cl!嚃@rR}ĸO- D 1i^:+l7BNz#H)ZZm8GӜdp,tt!+51! ]VHE#־fo&X8Ew0Tq[%IM-C!c@G!Ncw|W%efw['.MiΎ5)(ʽNfB2<u:="ސg4)/ktsln-,=ў)[-}Z7i&Hx3G0'gW=ЯՒdݳǤҚDD K<ʢ߀1"%LkltAY&y$+NbNJnBK*#憸 7|_kQ8pRVT_磊 웨VB5C!X8PXTCbAWBG4lΪŹ;,ă )g7+-{RsqT]7՗7K)tjw=\ FdN/~ğ((g0굴{ wVV͌0xVdW(f;T;3&{ Ti%!4;^t\TG;(Fd-q2~䉱m٦fGiv[YrH{!dT+][yr^Ѷ&L(4r/j|eg6p2! j3e(EGf4$%Kj sBZ_/Aɘ߸ҥQDM`+`>r_UʴFC} 4.܄ǖӪ$%SŖQ}??ο^1z%F'.\&,t^t)&v'(b]ZⰐ Up6ɰ#I{)M>s b ")uw$䀆]|PPlG_D8ѻc0yGQA,>1q/>0+A!̨ҧAMrt$ETnAӉǤwC< !B*KFf#]j:\fXޯvYF= mBWY1!LX'5)aldn(> {(GvC2K/ d H|ƌ3?|'k^jhn`8a'$ 6]LԿ (s*ܨ-Ւ@FѴqqVd4IOD?pr)]| լ[ |J]U{Wc= w M?=-X kY~Lj'W0FE(x%'{\S|OmYT\" 2Kpӧ#/ND!7ݛ a!2e HmW8fksOdNS2R?A~³DUTqQ-Zeg|!U\EkatLDw?O `2dxvF%ZUR>/ mnـzٓfaczQ"/#p,l8s IнHu4KJ$daPCϴ0QkyrˮDR@RoС؇n.;VI,qNn\{-]-׫xڍ^ChJZC(ZKI=aJYdoLiĵIfvHQl;*)%;ݦiBi- !hfgLW HL*ݝq%A 7 '1RoJ(-L?:QݫK,A\慎cfzz+p)KxjbW}K:mCЍ8aKݛ drr5Gb!A힅O{M*&)k`+K B'W(02~*T Mp>0O@APs9 0Α̩V iD?bI %FX]A8[Уye ꖣ@`J_&<7&L'7WJz#pm m=P?I -rP[EڝnPVGƪmt) vNRf嗮 Cl^(`dUT`5s7r gӪ&DWh4ȝd{,e*bn| jAU@xjsv6]<9z7HDk3wh{wr@("nߛnyB֙@50{~L)ye ;6I湎WwzaSiwݶ lvNN-#xrS_5:1؜(aaJtFO3q|>ru\h6Djǚ)M:f+}\g*>dn. + )y6C#:w=7?uS0uj\*Oh_-_or 8iEn !ĖBԟ=CEiZļyCE"S}#(IYZgfMj]Je= hN&ʻpAĀ&qቸ.$ӍKQ5פeA2t3&e6Y0**"d͆^?2$NQ#geO6׆ Խ=mc6Jzљ(}RސػS[FU(3X-{lcP{DPM$HEss1|w$ߛwOgR.Zˎ/zܓf%t ںҴ֡VeͦgY\K4˺7hu49k  "sy ;3mP˛cv4"6>l$]iۼMHG1L;fUEbG3H|b y-}T:$7:9΍݆9GitGyc*NrgwW4`wc FDHșr@ճt0cՖ㶥2==g}5x3xɘ( g+-(~jeȯ5~bʠ,6ߔ7sf(˘u9/ҁI:XżLVnFA3¿`J;?"K_?et5-a2Cá."${& Ks Dd)}$ $i:2@`"{9ՆJKD|kj ݈2Z9Zz5PcWnr(8sr5{A$TIHx<kbg+UGtrڴ"m.ĨĪ/gU( +jv.70XK;bJk .ĦPK=F]4BcOH ܎L\avf֎ X8o@"BM gt& =z dIr~b9yߞ|xnQN"t(eGQ!o`I݀ d Lbճ`Q=Cٷ1ĝ |<."Σ!ł_ys%P"K,>bAhK7@BtWzXLo:=`ZHݬiY6)I%:ߓ(9nBi>%JuVCVv:m$.\wr,~6pEo켱PM>h˚GG_ Iߞ \wʞ'N'mؙ5׵p>BlV ^Q ӭSg5vmDӟM"]\EmYG# V, !?Fy̓ 8WڸV˅.aӊsHARqՄLi =xV=1"k7Պޘj9<%b}?U+BPtV_M Gh{ꙮ17>r(XT?zdf$.a7qXfz&1*]0ױxw*y,URraZfS1eNqtxRנVYH P)yXS,H:a߈|A(/^PEx[XCwu41zRA"jF k ~Q wHQdh]VpV[͟Ut"hE5p.3{'M!ʲoX$+/qVGX:5ɛH:>1/BVN:)AFO&OjMrNUCq;5k+zx]'!hә4yڏڿ>'Eޫu8vz>k9?<QC3N|Z3ѐM6 qNߞ`L_`s1: #\ Z<4,>L{TBWBf?4ռx-"!Ӻku1#iC?sһezQ}_N ?~atLP+wLL6O{fJQl2>J,B>Vmf>f ub? H.QVsC/[w:g֎ڵ tqyk?=$ح䟋އSCըB3޶c@N+:z 3|NN2z5h9?6ұ8?+"u/ljL0lXlH8 +??e$eq/!W/HV%}\?SeWqW/&xpRtg OT(ǿo wXIJHEwEjq5h3MH˭J7ys0r@)lݠ^6 3qJ6C$Z'SYU qgRy{p.i֎R#Fl!އ{"e-2FGdyGOKC9y΅d0h/n"C٣XNcosp͟i#o[oܦio8ei{3o%}q'=v-A ʯW>$eK]_t9c`?/#q/N%~h^uv`ivY,v켔_Q-T˝K ']r C<;ދ˞THaa w`東Jht,I>WQjq4_+,Zq4f&xe?E܀ n.<70~_&M?*Amp8I"puU2FqBfnYې׬ؐMi8 u7~G2Wq~xS9tߋ8SY<=ey7,W/^<1y_!yD AGQ%䁀E2)vq/6D+ev.E jH .ͺ}c͆d5<ˑX_+SL@{|H@anF?G^P׬MVah!ٳ[3۫/ώjI],Lt"Yy$a=wK3RV>vqʩy2seݎ>S䮳- Ҷ)?OliWHeGL^޵ gnV/Bycx(nmd^>3~%OėM`ۮm6qVYS;T⚽Bh6?@eRE^>U1)@zD[1OYǽB(튲eT3bJ~9 Zƽ+ucxغ8/@ny# V'E._**s <28vQ1j,6숵m] Xu.8`CSA HUeLCp588nl&g HNytJZ0~M 0]1ٝ! ^^'-aU )|ffwA-n}h:Iw:_s/DgO9L|X݂NBst "sPD進8>RCWgIvjc6H2h29YyhNgg>L=j 誕5g\uZes ]|CnJ:fW 3Jݖ5b8 ŇSHY {= 4|O>l' 1o]m,0w\eOE,}{D^ݚkب3ݝB<;n8\}G$ E|Hق{#ZAJ<[o#'E~[^Z#vW"iGQ3]|Xh1)R)b;M@j8A6bZ,ϊbJCru@Ҙح<],e>t1b c uYsc-~ɩltA='f`% X]$|,-Zid0-q&ѷ69!Ax"nX?P#KS9惲2xMRЫ"6spk+jϑnjCCrc`_CWs_Xk:nv%ic92V3zҐP,-<5AͰӦ6muGQTJʋU $ nZ+8q$2MtرK&~X8\`_nW T;x+[pF"̎$r?df" k~')#¼,Kr%XU tAoa9QaC|r'Ʃ{Ѩ [iOץݘ9*h*<;N[+#[ ėBVƤ>rҥhyk%} cR Oگink &jjL,6(T{)D;@@3 m!g+M DH\Dv|v\,ɫֆ.3Ci܉&"?["ecMZ;8 \.-j:e,+!kq4Lu;ӹh)g#LPN pBޔ-bp <%g~ 0{/BNFd_':ثZ[!2vmz8e}e  읝H)L>O-PoZ v@VOB]%ؗ˶HF ">@ў'8>{icLm$Ju o,SoVh'e-.u,3xvy?lV ^ul?0__G$Bp_=O%@/4 BuAf{[j<!8*+nc*C+y{BOXTXYŬݙ hx,&p,Y7鉧|쇘rEr6;jay}a; nlwrgdv^b=6fv {|~?2p7@ b|x6d@r6+ya+W4"jI &<=;ꉅ!!6YIH윷N'33XӞ}%yA/E]!Nc=Z\4K-ɑqm3z3Hj(ճhLi{Ӳq^MKt!‘>4(/_AMʩ|"M 021v9\ݯYQT:BꗣM%f~kN1UrH^ YT|N&9tS5O]5낕ݼn53`>Rb{).Rm1~Xcxx4 ,`w0bv #e(5̊:; Ɗr_)J $ٶZqNmv[$@ [$Ki$$\*Qf MW-: M2( f9~9 k+df &Mn$s-TLvA'L4ҢvR\i-`$Kn|(À-+#qP=AfJjV+R' R.\p5$ěH ޑZ<Ч6=rAbj^ AQJ~I[HT ^#9X3f>-Irۓ)6I ɖl)b*V=#P 5Vaqa?ɚ ?ݿeo R2 w#f$#$٫5TU0E p*0Bށ @8atE;^}4J EBAEo(p25 €XPmq_4xi4QF+t)":A,17ւ%}@38ԂA~ay#jvMfQk48JD_2LzU;TKLp|N?T׏F={N2ľf m:H 5ā>vd/gzUjqF" $o fMQG^vAEh zAɣ#;)74~a( S{)ISL79gʬ 1,!~ 2 a5B|=Q{ch:=yCa?[|~5}T@P;BܯϾs+'"b nv+۹怳Z ι.^jf3ѼO"HyklB:t1^\7{q5RbȸO騥H}5JBVVN+Fy- EÈ3߁]ecyzB 'HeUT|a݇W^{뻭d M? 3pkhI pe@N+!e9Y\Uri7GAa$O2[{S:j՘5.|o!aLge#~cks˥6Nuj&-VIYpIWucU7ekhОTe}mtOXw8ʱ!`w$ jaN]u$zJ|z:\rIewimeZcq쁗.E}hO{xWџlIܟ7JEq.ˤF'cH0Xw GAGx2si˰ub2K ;4*BvvҴs$KYxp-MdҴ +kӊΉ$&PU$ :g:(@w'KȖ-P0c'N:eh0J}~'/YJhҨW9ha3I. "lZҴg5+ "{PDBBAl 'A Q)=0:4MO)lJ -¬ɎiL R7YDuE˥|P71ptCUx #1O'[EdQp*D&C¶yy iU#\OĤ-e/m'8#SL1 =;l8eTEjƀՓR8I$*l )”ZEsQ4C;JԥYk5NS"xxoMoٜ{%eRB@ά@lSɻ}x x$x, rk KkhPi |qz~kycxP6jZB2]ޅ79p*T/U.FqrĄ-oޜ0'XSx;L 'i+FBv! ci8WUߛP~p6 phk{EoZ6$۝V7ŋvw!q2HO7T Ϡ찂z4>< f)XZ_'U1A\a?â"pz>PT4!*w#áB8!VqM o$MF&46Fjf WR!lUJBJ>-hy@ߠ $\[G>8!;ٶRɻ݋&wÏv}}bho)uPeGy D6UDVW@L8r7Xn D8dKLU6y`` i -q iqF7Ema- wئUS,hYh.|-)zN|9">xz9R ,ilx@:w*,-~Wr#qQY \W+'op~)[MBq^J!I\m3/nU 'ɯ 9 05p- U|A``C:~K`= Yx*eJt`De,=0,^Q}HeT *=[I4oO-A$ZF!8E\ֻ)tk&Ú*2\_ﲲq`BjH!Ԩ{9m;o=)䝺>ӎj Ӛ5K5#Q&PK%`O%0,&] b}l1bG󛿟NSdR'*‚,3Eηpw'}6^-lM{FjHF0Ztlcƒ]N$U^]0!_nCTɷ"Fu4P2ooS,/ e@b*{ZTV{d'7Q-.Cֹ7 WIB) '^/m^B]Yn޺H~7vvy5Hj+ -nBaY]hXol*԰gJZ2ە\p‰ǧX̵jQEOY4߂CffUwuo*SiW)Q( ](o<'*'GY3Zq—ə'Ept:nZϨ5ԣ jb)7S×/@ SЌ> ש29s%sC&;hw3owMA-}ڟKL91Vn=B gꗗ|SP?Ʃ?8c5CB,g5kviC4dHEZeH4N`h+yY<" M-5O.cAUU TpuI+LkԩS7dnIE Lu hVEKdJl&\;A5?F" dcv:R8!,4I+jtչ(Kgw \7qbyA4.ߜp"h MGa<m mݨAʴK=}XWv=.4"laP~ij3-R\ҋyoPk*W }X!8&'%L\5nwIAO-ry": B(ZCuH)j0n^8F|aE\ ʴ޽ƈGen2W [Em-D*x7T?N;[j=d΢7<uPȩ̪^~UVFgx:n56]aQYRŠy7S ']Fp?ALHPݜ ʻEqMҘ[rfyݴDb M`wV"uqoeA⣼Exʀ@;~бj_WL @,AnN܃[/Y)j'V7Rq/> xdG43h\3Dz)F9ADh37zAIUْWNDj#u:lm몛}Irjkx}aN`H!N(㏧j tgMH:B ERDg-%rK?v_4&=hݺ·ᒷj MlU3O O_6'(FZTהlBe}8irÊ8r7 + h1\_'v HbʧYYt坼"3ZgNHvu*3@En֚7b>nmԾB0>=F@@æp_غ-ܔ FyxIkP9=W]{BIn}iwNLLm}% jB.A(y#&畧C'ƭ9LiJ{xsRS7Uq4* u%:epޱ{GOkMk(N0te4OJ~97E Tj^ye KSybo\iAdE; 9lY3mp<ʃJZu Vh{Ϣx"9o4 d;}hj[ɶrֲO*!3WI=cʁ!n޲(9JmovnkJ ߑ3s@nн a}SaI%{c B48EaIJItTX~‡Xbyp F;Ε$c߅KNfؠn<[p0l*aܞ"` 38L)a' B*YDӰ6A>wA/)sAy ̚.SZYnLl@OPWț(}AQrQA7i$*ĮrH+gȢApCF>k'̈JȘ^yHI:\Ȥۃ@M'za9 0M!s̱@%zh!>Rp1/hQ:T$qAķ&]JGRfՐ8)4>AS/+nb@`~y aM+ Akv9uNc` ZgokcEXڢVVl.,606"9mA?Z;q`##k]VFZ=iğ 7ZmI3%[Db-;Z<@w%՞Ғ8n*c0f;%IVvrݏ% =v:nȟaWzeWֳ uBE$1i1hdzS'].uK$!x^XAScJ o8B9Z f۬0"qmխg>gi6qTPS|ҰjFߎ_Pg<,)_/#ŀ! ?\KwdomF۳8*V5⤃?M5Y4ߛ;aΰT/jI{@ZEZ$V_Z5ڦ ;XjNrzc1{T! &xQP@:Cy. ڥ_+o!B:e4 smҞZcu$AuGZS 3ҁJ#A ' ?d%=/͋: nIcڄx2j"s<0)_]CqQKn7@r9̩\m_ABs+F2N 66t Xɛ8^lȅ(IդB1N< w@[yQqc'T- *uQĴWvLAwk2ٜC @Y;i=B`Ҫ (x w;$$SDg>D(nMs36XbZ+gh;Kgr^}Է V1K(t]qF"=sB3s{Vq> n/gRC4\*XͭaS%M8ǔ;c5طZ"!Q=v9R[Ti˱3ϳ /=u 0pmYYZܦn+Er~DK'Iyv;Ȣ9~<=Y&|'L:EyZ"Ze#04* % $d#A)#1Rl ͑~!쫘n'o 5孢ͳ8/2mI#_YH1Z\!g"7kDeHG|rR@`#zFSrIhnD-͊$m{ bo~CL+B(R \y)8h :;|Qr6@|+f@=H8j7s/eoo: ^Ht3Ž{HQ|vi0)48A5 et*^ei Ryח̶KghaT~]R 6!{B8]FJbgw*\4UXaKEX_E!4+⟁^F._f;1Ii.X6D*A~sg\k' XA@(|̲?\F,&~ Iň1rP6j PZj:E8o;)4P<ǚ[E(b$PTn/ 4I[u >Q 'KP!0 rpO ),nN|@!vJ|bi#fJJa.&[ֱEgd_y-'e7''GIz|bm*0*똉x3?.a;p;NR/,XYemǽd33!!YBv܁16GPf^{Zp&XJ1Ҋc_x`0BnjHexDWQU JՌYV0ibŕWTp+ mѧ3"qf$}5ރ`7'>AWۮڲw9cpd5*G%iPͧ<_WG\Y㮻Ha#u,I=x.8COtLX?3^Ap!Lv||ť Ti:Qmx+K mBeTQlk[nfq,kgi\=f(/Ӱ6M5$ϐV |ūbZ&R(׿a. >`d\YgX]zLVi)neZGT*2.&$aӕ>=qd6+ SכRԆ_+ƕm+]jl"k0r4d`M+,hr1߶hkYVB {:SW۔;y@tފ猫lǞU܃j7US:?G>H GVQ_xҭo> Kb#aMtEPw"wL&ט (BH`3q}L.0eRf4͊@Af]zͯS'0YZ۬/|N(e6 C$-o%}9:Y}S7iQ}AkxP q$xx*;t4څLMD"y2K:eb Oz'zӛ'[ƳRM>T Xwc+ȾHU?8@&W]ȓHFAd@ wɹs~Kϯϒ8\ݞf 9?k.6 ^*g ,g\M't`Vfѽ;~';Ȅ,UnϴN3T:hUK_vt$pQx6Dn5l6Q >!(Ȭl9{44r渲`aЦ;tG3+RS]a jΠ%g?v7"0]]۱S~4l/ݚ/88֤lr41o^6ֲjo[sM*Ts浾esUK3y:fғ4 I(.6衣r}70ZaIUsJʸyW0qєHz2"CW=u9xۓD#GɭF4 ,?RDӼ;f8Ϋb0|]~ @_L6buW! RMr.0Vov^w[rvCvd ou)['[ђ(@s+u&;f|0gw*gTŐg2Ơ"?>+NDWAв,D' Y+CҽQ:vܫak9hIM0$w$'wDVX~=]7b5=zZ-9FnHC{,am#iؖY a`0ٚw[Aխr)p5\Wdʀ0z?(9Id4r?0FA?rb5v2CEKʔd[u~EqǵiaQ)?d X5d V__ +36'P9߈ xvwo6y8mN!| w~5k[ÁTNPYcތ޴qLDY$tRR'7S.lYި K jQ[*r#س Exwp/_=ap '3b$gqhxLv*m1ћm!ru$㤝4% +vJ g.us-ܽFuxm*0rG't%1${ɤ*m3[ l<'B"?Au#{$?p(YS\BhkOSF|x3Ͱޥ/ywY!8IDvzHw\#q)8!qH[ֹ_ZGw=QZM"xWu@ͯMhΥBo,EL]V_f(9A۝CIu߁ܼ91 1N`JׁeM&SiSoTfB@fue)d 8Mκ>h~~]HUId6YBXZF9IJ$ӡFAEf Ҭ؇^7'L7ZmVUSJþFg=з 8rcM'%Ť`wYzdfJ|M3*3Lߜsn},zdo82~!@w!-a#UUm˅b 4;Dv-{nXDb5~MdOla6OW=(b-@.Hg2{e[DCO<4fic1OSx'3ȆMXuQ?{9>5]N_DI6dMNſgNiO1=ۂ*-q l֖A^h;: B]'1#t N sHX aL9a?157R7FZu_A!'ٷ :>発MAaG䜨pXAƍq^^gԊٱ|p:ٿ"xduL t$㹙o wCiA2! ^g:Mh$θi@0@CG֍xw4PeQR$؜]S' C:ؚ>̈xZ W;xJlQ>).M|nOOȦMcwHr^hyҏ:0t1>~C#8?UfFi|kqKO Ǧ, )(:MyDƖl+nZV(ch' ,6MYoŰѮ2{6uc(vY A_q1VeKhw坑,g8 mt1Tg_iA$J&lZQ]LJ/ݨå~hJMGH?K4NkjV Ȋ`pf֢/vP/ʹAmkB /6ߕH 3'l5KXyų\ӠVrk;j6zJeEfRE|\q!RqeV^hS5E2)r}QcߧۈG|6Kx~ʳ?R6L>ڳhs nkd<CVT^%Zym>ifL N>B_jC.gMZ$퓡Wؓ]#m(Do8CY:ܛ9zy:]"nrmXl2*WiJi6)tL&cEEU{XKW~E#88+Hw=;i8B9z  qށ9V_k$U3g]жݷJbȦ=x({^h6 y4#J}<`0`߼Y7~$_ /rY2F9i֦?`f.(a9erU{ﺉTs_瑽+$K}lZsOB[v X !{& ͹d~cWCDҪ-_V 5C$gEˢɚ cd1)͍=յۼC2J;j2Ԋ=Jwlb9,Ƚ(5/TR@mw ZVfɬcKHXqj 7VjE}Y*R|t.k+CW K{AK)%FE +nkp2>ԧ9R"j(Rc۰컡7k~ԧb=a3 A(\W tc4ۅDmH3U43Qy {ZV/s(mbW0c^oZ_MĄt)T!`Z5B!4庆˽3cݓ #~g0gL)AKh=?Tq) >]YBfE) ֛<-sŖmRNAѸC7_f9'R!fS[?vYu (˱`T#vZ`w"ʹRQ91ӂqf?Bc;`Lr+|('˗ csSdR\=/[igEx>դI,yC)F.$}AD-Q_$2iσo֕$c["ʫv6;cq;2L=#3M *"K#g/W ]l|޸}wS(KU04T1)Ql^4wl6F>Rй4C#̗Ѐ\;"/'@!6&Q+k'}f &iӁT Ɯ1O2`Giޯͨ%6;"3^4ǟ,#c;0ZXp88}2aXEȓK8".Nq4wke-UB^Xd+w?(T ʗ̞ȿ9a[.Fmn?f.*պ(Efؘ&#/c$kβ1.UmS S PRA1nUX85c8m'5gs3BЫ|vi6% mNgF~1Z )r5>rbU._µ_*׀(PXĺi%hL(mv2aSrЩiHiNޏG!Ŭ94Y緂"^6$Pn`c7`YaV+"!sSt4Sg 7\\YB7/cA{d iI[-eB5Js·Uf8U2 ϋttuDע5@aR+Mm-xW a~ ̇#Eg;͑6N +Ovjym{!z8껧w rr ?hۦ4vkͦ4ۯJs/'[K&țQh"T8 (zT?OӏKAPq9?*єD=C{0POhq͔mbry 40,[Fp p\bƍ Y"/)IȔ+Aǻe"%"gt%b >UA+Qshl 01muymh`U],-r&s顽/ʽyADA\'vo&~yAeT度*ɞK9LdtNJ%Qm6{3&#Iq ª>[=6h̜+x 6?Qz` O(}2) K *D,1%] s`W#wE&DOs/q-p7Nc0}}iѮpU3|5ݣ/2;`7XkQi} 7U˗:U椋18f5(X|R;RiΧ6e0,3  ys/zeFN' \vɎolU5Ptb|U}HSvFZoNCg &lMkFTcM͋%)HM2Q 0VqӶ YZ