liburing2-debuginfo-2.1-150400.2.4 >  A bvp9|+@WrsbMBdh`IaY7y^Ԅ[` <[sgҺX 4:~cF(eW]ߝeu9W3X_T#bX΋Dc)HN2p0шu 89A\8gࣄA]Z7{#B`p9݆ܝj[].^r`t%AGWÈ!/cy@ rˇW`z3&Dm8S6`Cvfe5c6bdb74a7622d92af5b047da943595edfb2b14caab231aee1495aa208b42880377299e72d2950bae528687ef82e03b760aec5d|܉bvp9|cP׾*TTğ:Xit+8| ]>j7=&^k\Px' JA_9:@:Lj1r A.e/0XIPuMCXs_;0ӄ.ǯẁ⸲,\Si{Ggr>!9H2]Mr/'cIe4~Pg"m=^kWR=@"xLȩuXCxĶs9"FT0+_G<{zǩP:14XImyΪ(>pA9t?9dd % M %Fr     , t Dlg(8 9 :S F4G4H4I5X5Y5\5\]5|^6b6c7Cd7e7f7l7u7v7w8x8y8z88899999`Cliburing2-debuginfo2.1150400.2.4Debug information for package liburing2This package provides debug information for package liburing2. Debug information is useful when developing applications that use this package or when debugging this package.bvgoat12hSUSE Linux Enterprise 15SUSE LLC (GPL-2.0-only AND LGPL-2.1-or-later) OR MIThttps://www.suse.com/Development/Debughttps://git.kernel.dk/cgit/liburinglinuxx86_64*ThAAAAA큤bvbvbvbvbvbvbvbvde81ee67acc4ee89224863cc0205a370a17e30cb61d98ef45c6036e704a6a0a7../../../../../usr/lib64/liburing.so.2.1.0../../../../../usr/lib/debug/usr/lib64/liburing.so.2.1.0-2.1-150400.2.4.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootliburing2-2.1-150400.2.4.src.rpmdebuginfo(build-id)liburing2-debuginfoliburing2-debuginfo(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3bk@ar@af@`L@`L@`L@_@]+]e@dmueller@suse.comddiss@suse.comddiss@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.commilsav92@outlook.comjthumshirn@suse.comjthumshirn@suse.com- avoid requiring kernel-default (bsc#1193522)- Rename liburing2 to avoid collision with inherited source for prior liburing-devel-0.X API (bsc#1193522)- update to 2.1 (bsc#1193522): * Ignore spurious fadvise/madvise failures * build: add -D_GNU_SOURCE to all CPPFLAGS/CFLAGS. * man: clean up spelling * man/io_uring_enter.2: add notes about direct open/accept * io_uring.h: sync with 5.15 kernel * Fix IORING_REGISTER_IOWQ_MAX_WORKERS name * man: document new register/update API * liburing: add helpers for direct open/accept * liburing.h: correct max_worker name * Change IORING_REGISTER_IOWQ_MAX_UNBOUND_WORKERS * src/syscall.h: get rid of useless externs * man/io_uring_enter.2: document IORING_ENTER_EXT_ARG * Add io_uring_register_iowq_max_unbound() helper * Get rid of useless 'extern' on function declarations in liburing.h * Add (UN)REGISTER_IOWQ_AFF helpers * man/io_uring_register.2: note when MAX_UNBOUND became available * man/io_uring_register.2: add missing punctuation * man/io_uring_register.2: document IORING_REGISTER_IOWQ_MAX_UNBOUND * man/io_uring_enter.2: add IORING_OP_TIMEOUT clock sources * man/io_uring_enter.2: improve timeout entry * man/io_uring_enter.2: update SQE * man/io_uring_enter.2: note that not all requests support fixed files * man/io_uring_enter.2: add new 5.15 opcodes * man/io_uring_enter.2: note that cqe->flags is indeed used * man/io_uring_enter.2: add poll update and multishot mode * man/io_uring_register.2: add IORING_(UN)REGISTER_IOWQ * man: update notes on register quiesce * man: fix io_uring_sqe alignment * register: add tagging and buf update helpers * liburing.h: make header clean for implicit sign and size conversions * configure: document --cc and --cxx options * io_uring: update buffer update feature testing * liburing.h: dedup poll mask conversion * liburing.h: add a multipoll helper * Update io_uring.h * examples: disable ucontext-cp for elbrus (e2k) architecture * Update io_uring_setup.2 * man/io_uring_setup.2: document the two most recent FEAT flags * man/io_uring_setup.2: make sure FEAT flags are kernel versioned * correct syscall NR in mips * Fix 32-bit compile warnings * liburing.h: make all file/IO offset __u64 * src/queue: don't flush SQ ring for new wait interface * man/io_uring_enter.2: further clarify what cqe->res holds * Clarify information about error results * Refer to the accept_flags in io_uring_enter manual * Fix a bug due to the unreleased lock before function returns * debian/rules: add missing slash for relativelibdir * man/io_uring_enter.2: clarify io_uring_enter(2) SQPOLL return value * liburing.h: add linkat prep helper * io_uring.h: add linkat opcode * liburing.h: add symlinkat prep helper * io_uring.h: add symlinkat opcode * liburing.h: add mkdirat prep helper * update rsrc register/update ABI and tests * queue: clean up SQ flushing * io_uring_enter(2): Clarify how to read from and write to non-seekable files * clarify an edge case of IORING_SETUP_SQ_AFF * io_uring_enter(2): clarify OP_READ and OP_WRITE * sync io_uring.h API file with Linux 5.13 * man: Fix typo in man io_uring_queue_exit * examples/link-cp: fix a couple of strerror negations * src/setup: don't treat dummy ring init as failure * src/setup: add some documentation to the memlock helpers * examples/ucontext-cp.c: cope with variable SIGSTKSZ * setup: provide helpers to inquire about necessary mlock sizes * examples/io_uring-cp: wait for pending writes before exit copy loop * spec: add explicit build dependency on make * spec: bump version to 2.0 * man/io_uring_enter.2: note that -EBUSY can also happen for getevents- skip building the tests that are neither installed nor run as they fail to build on 32bit platforms (like e.g. armv7l) (bsc#1181571)- update to 2.0: * Sync io_uring.h API file with Linux 5.12 * helpers: prefix any helper with t_ instead of io_uring_ * helpers: add io_uring_create_buffers() helper * helpers: add io_uring_create_file() helper * helpers: add io_uring_calloc helper * helpers: add io_uring_posix_memalign helper * setup: cleanup probe code * setup: check whether malloc succ before using it * io_uring_prep_sync_file_range: cleanups * .gitignore: add sendmsg_fs_cve * Added prep function for sync_file_range op * Install man7 pages * src/queue: never clear data->wait_nr * src/queue: control kernel enter with a var * src/queue: don't re-wait for CQEs * src/queue: don't loop when don't enter * src/queue: clean _io_uring_get_cqe() err handling * src/queue: don't wait for less than expected * Add inline doc in the comments for io_uring_prep_splice * Fix sigset_t not found in liburing.h * src/queue: update comment on io_uring_wait_cqes() with timeouts * io_uring.h: 5.12 pending kernel sync * man/io_uring_register.2: fix spelling error * man/io_uring_register.2: Add documentation on IORING_REGISTER_FILES_SKIP * Add two ring deadlock case * Fix IORING_OP_FALLOCATE args in io_uring_enter(2) man page * src/queue: Fix a typo in `__io_uring_flush_sq()` * src/queue: fix `sq_ring_needs_enter()` indentation * src/queue: refactor io_uring_get_sqe() * man/io_uring_setup.2: correct 5.10 -> 5.11 for non-fixed files and SQPOLL * man/io_uring_enter.2: document new opcodes * man/io_uring_enter.2: ensure all IORING_ENTER_* flags are documented * src/queue: add comment on why reading SQ->head for flush isn't atomic * liburing.h: fix 32-bit compile warning * man/io_uring.7: Fix typo * man/io_uring_enter.2: describe timeout updates * Don't enter the kernel to wait on cqes if they are already available. * Add timeout update * remove zero-size array in io_uring.h * Rename SIG_IS_DATA -> EXT_ARG * Update SIG_IS_DATA to modified kernel API * Use IORING_ENTER_GETEVENTS_TIMEOUT if available * Add wrapper for __io_uring_get_cqe() * Add __sys_io_uring_enter2() * Include 'features' in struct io_uring * io_uring.h: update with 5.11-pending copy * Fix compilation with iso C standard (c89, c99 and c11) * examples: disable ucontext-cp if ucontext.h is not available * Moves function calls out of assert(). * liburing.h: add renameat/unlinkat prep helpers * io_uring.h: add renameat and unlinkat opcodes * configure: Fix unsafe temporary file creation * Add const modifier to functions that do not change the state of the ring * man/io_uring_enter.2: clarify POLL_ADD return value * Add get_sqe manpage to debian package * Add man page for io_uring_get_sqe * man/io_uring_enter.2: add EACCES and EBADFD errors * man/io_uring_register.2: add description of restrictions * man/io_uring_setup.2: add IORING_SETUP_R_DISABLED description * Makefile: add .PHONY dependency * man/io_uring_enter.2: split ERRORS section in two sections * liburing.h: add `io_uring_prep_tee` * Fix build flag settings * .gitignore: Add sq-poll-dup * man/io_uring_enter.2: clarify PROVIDE_BUFFERS requirements * Update packaging/installation for new man pages * man/io_uring.7: clarify submission/completion ordering * man/io_uring.7: style and barrier updates * Add man page for io_uring_queue_exit * Add man page for io_uring_queue_init * Adding section 7 man page for io_uring * probes: provide our own free function * .gitignore: add pipe-reuse * Fold versioned symbols into LIBURING_2.0 version node * Remove versioned symbols not provided by the shared library anymore * man/io_uring_setup.2: improve SQPOLL wakeup example * Fix io_uring_sq_ready() to use load acquire to read khead. * io_uring.h: fix missing tab * Bump major version to 2 * Add IORING_OP_SHUTDOWN and prep helper * Add a few function comments in liburing.h * Add io_uring_sqring_wait() * io_uring.h: add new definitions from 5.10 * man/io_uring_setup.2: document missing IORING_FEAT_* feature flags * man/io_uring_enter.2: add description of buffer selections * build: Output CXX on quiet output when using a C++ compiler * Fix missing 'c' in sigfd-deadlock addition * Add helper to enable rings * Add helper to register restrictions * io_uring.h: add register restrictions and enable ring defines * io_uring.h: use an enumeration for io_uring_register(2) opcodes * io_uring_prep_splice(): fix type (again) * Use the right type for io_uring_prep_splice() * syscall: make syscall.h independently includeable * sq_ring_needs_enter: revert change to only enter if submit != 0 * man/io_uring_setup.2: document IORING_SETUP_ATTACH_WQ * update debian/changelog * update debian/liburing1.symbols * debian/rules: pass down relativelibdir in order to get an absolute path * man/io_uring_setup.2: document IORING_SETUP_CLAMP * man/io_uring_enter: fix openat sqe doc- update to 0.7: * io_uring.h: sync with kernel * io_uring_peek_batch_cqe should also check cq ring overflow * Check cq ring overflow status * configure: fix typos in help/error messages * src/setup: clarify that we always return -errno on error * man/io_uring_enter.2: updated io_uring_sqe and fixed incorrect flag references. * Removed misplaced periods from io_uring_enter(2). * Merge branch 'readme' of https://github.com/jobs-git/liburing * Make readme sensible * man/io_uring_enter: update connect to note use of const * Merge branch 'master' of https://github.com/KayEss/liburing * Take `sockaddr` immutably in io_uring_prep_connect * Merge branch 'dev' of https://github.com/CarterLi/liburing * Merge branch 'fix-splice-docs' of https://github.com/gerow/liburing * man: fix description of splice offsets * .travis.yml: Change the language from C to C++ * configure: Use $CC and $CXX as default compilers if set * Make the liburing header files again compatible with C++ * src/include/liburing/barrier.h: Restore clang compatibility * src/Makefile: Only specify -shared at link time * Merge branch 'openat_o_path' of https://github.com/MaxKellermann/liburing * Convert __io_uring_get_sqe() from a macro into an inline function * src/include/liburing/barrier.h: Use C11 atomics * Makefiles: Enable -Wextra * Bump version to 1.0.7 * change poll_events to 32 bits to cover EPOLLEXCLUSIVE * examples/ucontext-cp.c: use IORING_OP_TIMEOUT * man/io_uring_enter: correct the description of * man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED description * Add helpers to set and get eventfd notification status * man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsets * Add CQ ring 'flags' field * remove duplicate call to __io_uring_peek_cqe() * update wait_nr to account for completed event * preseve wait_nr if SETUP_IOPOLL is set * man/io_uring_enter.2: add IORING_OP_TEE entry * update io_uring.h with tee() * Merge branch 'master' of https://github.com/shuveb/liburing * Adding section to describe IORING_OP_EPOLL_CTL * fix missing '#include ' in 'src/include/liburing.h * fix build on musl libc * Use uint64_t for splice offsets * Use __off64_t for offsets * Merge branch 'master' of https://github.com/shuveb/liburing * Adding description for the IORING_OP_SPLICE operation * Merge branch 'master' of https://github.com/shuveb/liburing * Adding section describing IORING_OP_OPENAT2 * Fix 32-bit warnings on compile * __io_uring_get_cqe: silence signed vs unsigned comparison warning * io_uring_get_sqe: always use khead!!IMPORTANT!! Version 0.7 BREAKS ABI COMPATIBILITY WITHOUT CHANGING THE SONAME!!! https://github.com/axboe/liburing/issues/228 SONAME is bumped to 2 in commit 25bbcbef3e0a8bfba8044be55d08d5116c51dccd im master branch. !!!IMPORTANT!!! - Update to version 0.6 - removed barrier.h-add-generic-smp_mb-implementation.patch since it was merged in commit ba97eaf8f9ef2030d581be10df9d875dbfadc91d - License changed to match upstream- Fix builds on ppc64le and s390x (bsc#1159055) + barrier.h-add-generic-smp_mb-implementation.patch- Initial packaging for openSUSE (jsc#SLE-7494)goat12 1651958521080772fb3bc182823ee3c4e40077d96ba3ef76572.1-150400.2.42.1-150400.2.4debug.build-id080772fb3bc182823ee3c4e40077d96ba3ef76570772fb3bc182823ee3c4e40077d96ba3ef7657.debugusrlib64liburing.so.2.1.0-2.1-150400.2.4.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/08//usr/lib/debug/usr//usr/lib/debug/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-SP4:GA/standard/21606f909c5ba004c04d6fc21f241803-liburing2cpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=080772fb3bc182823ee3c4e40077d96ba3ef7657, with debug_info, not strippedPiD1^)li8liburing2-debugsource(x86-64)2.1-150400.2.4utf-8a166450c33b1d098491b531447a8aaf119ddb12c45aca13ad07f4b8a2ef6de01?7zXZ !t/'>] crt:bLL h5_MM uL/G tD=1==FRkȓe;G_q:SI%ҷt|.Rf_jUz$ȉ0q(f{>Css((F֖[W[RvTx=쯕OZ(> S"{5:LAV6-{&ެ%aiCb5غ|gsmqi0`n\qX$/9CH L[Z jnCާVq 7Ih~;QSaD|k;?y{>"hpWWsp -{:6ٞ aid.#ܷuFllRv1u"Y>wKa/fr\_uMcdCx} JqxF=xT3KmJjP<\T ˎk5 օuzWa)ᜏm 6Nw A aҰ({ˊm`0Xq.G:Ղps[|1AQNAڜ+\#nsh'||P(j lh.,C=eCFL" "nhxc"ݳI7x!L%[||<|\GхZ23Pr7.݋n[ZlWѝ.j_$c>rS;gT?pCo 8Kue>oŵ]L;q) Kݞu~jhVJDvP~i)9Ez|4i"t,R_p@`7 .OfoΐW1E Ke1'P}M~0/jK6oUikE5!$1e"F#M =AI$ݠw-D0p~$Te>m_c HY~{kƮP || MM'B!zGoȹ>W.?[ К 1lP:Vp+=~Ma&EDɫ'w+/״VyY 4rp{ջ!}&2fYUS2oS-jr_BVU o-Dw7/!qncvI:18/ +4Nj^ݜzCQy.aIۢS&lD&9pl6ʹLskDN1|w#[uJ ahHn SHQOfbe #m"M@c`\A`@n7^4{Q7 !Da^ i9V4uZ3}E֛x}ָe>X,,-r0c7k7<ﱕ":m,>14ʵd l)ܑ50[m"M[xc"$ FťӜH@JwHU3s]@2!s8Q;t#nVZ1qqX\i|zGLE]*u2nfN~]e^i%旸1_#MuyzK/ ʝ|{Vw?V!oRlUvN ?xxY'<9*Sb!vGd986`kIUVFX1K_Q6vک>11rV/GeC=T6T $imCEZPf h!rSf"nxNm" ͮUA 0SE.feHh =|Xml =C,<6Q|t |jVX^.P:u> :\s"~iLbT373pQNERjg@=#6'Rr=w70@/Xg̬ڛ>2bz&=i*m.ÔgfV[?xHU$Hm! .ʮ GcA[T\g.vLF\iFJ%j/l`"Ms؉LXz(I#P{ˋ؈X{6 lb`Bp3t8')m'K к3*(Y {0&zb8i8퉞[z2I&?E^^P23'7wx'3Nê98tP}ۉOLcLptuShMr ϘQWߥtgo-zW2~i>OrYb:=xWڽ;*7`'j_HcÂ\En\7~y^ӟNJ[qm3vBAdnۗSk=<<tG}HbkzJbm^q!2b/ SwK+h_wbL-{swVSdMݹ-`32yҟ4.'mmv[X:ϲ}5Mh`mHeɫW8jg Q@^KsE񆹩1n%5Y\n1׉@ -A@7Eb Or H EljeՍ:|Tajo3tY-TR;GT;.al40C!_Bes$\m."aj.EAZ#wlDb a[rk̊ae(r^7X.aSi$@[/Sٚ0m|@Ӷ1%_h\mOV } 5E# |Um1i[%Ýv(7LAx]]ʾThmȲr+˙ۻ!5crSH*ӆ#ޔ#@}oK 2B \L-3yY2)lG9K MI1/ }HmKEǵᇈŤE{ţJTDB^5M+Y]H޶/Mȟ%tR꼄V]GQ$K@>Kx3Z Wm,3^~ B) L*=VAVi@BΪ-58X^{_E39\$IPW,o#JsR8 Cb~lKiMМ 7PTG=YLJeI4׉V@uIx0nT1rKX:V$ꭑaYz=$3 [oaW|ѲeWPoܟom Z$+^q!<{S*WOH(I~JtgItBӵF>xuTi2膊,~e+@7$Pyx>[ (pVEyc5CU5iȬ9뒎]7*V׻9¥~1:l aBs+#|/m~ؠ,nSf~^] It˄#ՒAь۲s [}4FS{΁b=xLhr<JB}>̔ǟP &ʼnf ET`sB$dB 3Ms8,IuK9zw)kkx;tК*rMu×[UmrXz]ƶ YbQ_KZ #~G; \.2f2Lq 8475!i;i_iJ0`Ih/%r ٞZ t @vئREe{JР7a7!E|a[Nm5'ĒwaBIK˾90+EUX@* 2󾌠iMo.u$+yF*tHIw-g=V8p@ e\|zCu_ٰ{UZ-n*A^oz7anr-6o1m2N[E|Q&>7^]ՠ)itaq.12`*mHqy&k fJ0z"o8Vp Oڥ>52Pmsl<}ʗ%1J.{ pcS> UYaH_&D#}X@ҿ7 l΍#{WD'!7C&^u+u@\v֦yXZ:3Ⱥ)0@D[1586er% JgBIjRɮpmӜQ=Zd,IMwPĺ\3u)C}ʙe S5^pZjD! #ˋ,^rAUha6ۺӂ.BGW|S99Wu\VUCuّ \_qZ*YTQf|bwEidA=c>,䘲n-:R.͵Rx h ewfF\B$e{/~/%oi9W{~at³cDp[0wrs$ݸʋ'0,+=r?_ǎ^̹a S 5̞ftKF#CT_bL2*7n5s1GbU]l5!2Fm̯ͣU5TZ = ͰP %tOJ)j" ¿KO`dc͈ [4]oTniN.4BuLs㡱Ϡ:vd΅GzQbb2'j ҶCL,0c$B UI *÷ll^lh8I?,Pevq@Q⇭{T+3)^QQbl>Kr5~DW#)~HʀqҞgNM̭I Va\e&p*/ Xetm;C*CsX1 LˁwpQWh逈wfKA>=q%HBLͨqtI FBy0m+1 &:~-sNC‘;rU A? у6>'_i¦j4#S4oCyց 0$aBx~?: Q$HI"~2PK^D|BJYt@2єld'ݔfgD:Y)0.O۹F[E4i+(=EtE%n>畆ï0^49ݦ"шÀON> ,/t'W&L'yr|EqZݵ=6l[f$슌 _(CMVDUϵ3=DV N =js)OE=dR'* "Zx Fq]Z?M? 2tL"N2bӫݼ ~.%nxsUvge:JƥE"~G7AyTc7]F4F$qsWFgmo/P1N3}(3>??{* jJBv5ι5R۷cHV<9mjA!3 &~HBS]퓂Fy+ E=%afKoPSZu\T Rs̕']D+u8]@/~*^S,Df3GFX!b|+/殕k wmka(7"G$fH^;|аwIE~$hWFDiF cXOe5$|ʿEggfJ)+GTVZk=3pum(>.3-{M|#{O~uHeYb~(>{I+IƸ)Ă6"G7r@po}$P,oODfc]FY!U3nlq' p~ɡW5bѮFvl|89`_&pur@yh=0hX~^;H3&QK=BWBhY1B2}z'NH%}`0ÖV(}x毿Oȯ2hA\z OzEi揤jlͮ=&%HzALmfj[hm<Ɣ7Chh5qefPz 6h6d[i#5bUȆ4@66!+ʦtɸttiy9|1hPaewgA%7iGBNv*>o\aT//TwcQ5™Ұ3 N]l-Iݵ݁G DOQ8͵- ['S "BГ1$ 7ॲ\'u)d7"4DV{zA"(3*p2o{bSTvO1H5 (0)DGi=yaڼlaa*v+ !a˱wlviÝI-0uN- jF-q6n˱\YjYȿ@)߬KFƦ0`&۩CE6{ↀ&Y]&[g ^S+"c|.Sw*쾊K3ܬ/F d?H GGRB;5a6fOTs/v~-([t}zgs?݁ϩ}' ou_5٨eQ?pLYX ok#2n~!H;D[ 7U)M$Zȳ_ٍ?;<_ǻ#ߩtJݮ=ہ/fW:ݜt?XBnAq$jc,ϓW0Bpa*SAzev>P>o^nr.i.h)nK^M$t@ğ/e#d\Ke`P1i[ek;J.΍a%hr'!XCQGmp\@:9ryBnpȽRysq¯ʼnDZ$QfSqx9a7C1]e4Z׊WSdD\aQ֧Ҳ-ͼ򒥐36SZf"2Gv':6T RT?nJp׶r2zm0MyڧG=RL>[h م'wy O1 ) Zk9r&߮ (jD.kvފ|—m|=Nk ?H;cϒf:ڒ0?i ARhPW3@ےN%Q>~+\2?0;P~oU~\J;(`nV1^+??[ Oη݊IY.VǘAi}uJdU/|v[|MR:?(@pkQkID9 P ^ĸ^K_$448JkJj6'yMLg3yJiBz8sS,. p}E@1iUYBQ6޿};hWQ}ٰ1ӥȪkzv'xfˀY1ux]őwYsin!eH#͘d}Ur:ŀ%iŇ?xjn9roC9$qr%T!lKS%55wƫ[4z>Cd 0tJ 4iX&Uv0͠# 1fPW794<;r%#Ef/]|ƟxYkkQ AZIFQja[%{О݋rKŅٕZk>Nn_$g4TH|zO%.(-'$eX:lIVE&kyb=v Pn`uLz`pDU;F"s}!{e1}_r>ӟǂ3Dk˾4ędwݽ#3xr{f2= >.ș|)[1]7O?7ѿ,sIpԝԭ5TͼѲSgH_r#vTY&쌏m^}9V[~:=2%Pr,M_L*x{^jEIa,W_vgiUcPg?w O NU=R?P1+Ȁx:3jq1j"Խ✑^wu4O$+6j|Ա:( n/o4^ei`^O)`YcuRV~-)|;phKwIL,2~hbdM kpCg_0UJe+kXA5M@l,0NxLhr8~tA<]fZ5GX( mn&D͡ns(9ׁYl3R8=&D>IC$bud;a\A<#LCps~H+R2-d$XE/]gO/GHvRGCt`Jxl 6T BUmo4Hi_ 4m!9zT"_oBJ@UG/ZCd=!w`쯯 R>9Z(gފ3z֡QEOoPbP7Fr"+)q-7^TcC\8^f[Eɫv?98 jKڶ+X6\xڔ?TRi 0N#L<5M)JU8Q[-6D>ԟ+1JC a=⁨u@rQv!t518/=kZ !"l\fI2! XC,Ly}ק*9eVREWd`)֜6|7#+or)e9|`Ve,;~!D+61C5Z>Ý|KTt#2G/c86LWnAmlܐ"MJ2wT<>;Uxb,t)<. `"E,RrY.%GN ڈMu Z V|i׭CMcAU9#co]ߡ=iku>Lj C Pnnhh : `:]B!zҘVilٕ҈~!+$2RqF.px{M$d~VtMHޒ jsKЃˁDQo~<.9^Zf>Mh-~M o|}c)K*4ުwRΖ6kU}TʉAfSk{q6eÓ pSct_P {1m{~Di0VA 3Ul+3;9{^.1G[Ng'e"JC)>G*=P2P-UҎ8J1rUC`!RfށJyG.5٩-^ Oӝq_?V`pHdR"yk3OΣϱN";a (H "gmKqfԁǎZfJLFE[?9-(VpV4E-r4w-1bnC:ӠМ4Cb#VԺ4SpiYޡWj|.:IJy7ӝKM_|14P Xk慅BOVlBHR]f, :)BkZ=PlHw0ôA2AByqz}2Y5IumnX)}JtޖЏT=6C+V.;"fxDFH5bw>>? }浂H'o ;vnؘB5{p#J9  <7\m H@zQEP#8>'/݀ av|ע# ~c'p YZ