playerctl-2.4.1-bp155.2.13 >  A dkيI%z xK偎5KP?HYh+]_3 BtDZP$wf۳䠪Te60c ޝTLb>@8,wifݑNtfYŒ6=7a&M=b` :Kx`ZkKL>t@d%o  /jYz6MPÖ;ׅDVQG. !]~}Xe&W\"jXemNn]ExP0^֦myb_eSwŨRm] ^g0;Ե4ȏ3ѕ?k<֓p#+jyI{uBE9gwdE.p1gg0Ͻ &NwBו9\Xi,?FL] 駷>p>&<?&,d   YDHTXu~    , D   @ l  (8 9 : F G H I X Y \! ]!$^!b!c"d#e#f#l#u#,v#Dw%hx%y% z%%%%&(Cplayerctl2.4.1bp155.2.13MPRIS command-line controller and library for media playersPlayerctl is a command-line utility and library for controlling media players that implement the MPRIS D-Bus Interface Specification. Playerctl makes it easy to bind player actions, such as play and pause, to media keys. For more advanced users, Playerctl provides an introspectable library available in your favorite scripting language that allows more detailed control like the ability to subscribe to media player events or get metadata, such as artist and title for the playing track.dks390zp24SUSE Linux Enterprise 15 SP5openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Multimedia/Otherhttps://github.com/acrisci/playerctllinuxs390xP<} $큤A큤dkzdkzdkSdk{aIdkSb58d045815dd5e65e992281ea2b8e237df8bd1e50de02a4ce81bac2d3114200e3986e30515ba46e4d3a1e776d32e262fd443a9bcdfa1197eb89a39f514d7508928e17fdfcfe0dbb119f421fbcfd1969400d7a981154a2e7931f484712f3b253985b6318e4effe78654034875c218261ae5175c6746739e1e08432e5b75457e019a8a14376f6d964a1980a022f5e5f773b50d9c0357eb89e9465ea3766ec4a08arootrootrootrootrootrootrootrootrootrootrootrootplayerctl-2.4.1-bp155.2.13.src.rpmplayerctlplayerctl(s390-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libplayerctl.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aO@_0@_0@__9\J@Y4YKY@YYLuigi Baldoni Dominique Leuenberger tiwai@suse.deAvindra Goolcharan aloisio@gmx.comLuigi Baldoni mpluskal@suse.comraineforest@raineforest.meraineforest@raineforest.meraineforest@raineforest.meraineforest@raineforest.me- Update to version 2.4.1 * Fix a crash in playerctld when players use TrackList and Playlists interfaces * Add the trunc() template function * Allow to use playerctl as a subproject and cpp linking * bugfix: subscribe to all signals when multiple template functions are used * bugfix: workaround for players that use uint64 values in the formatter- Obsolete typelib-1_0-Playerctl-2_0_1: the package was wrongly named. With the correct name now provided, we have to ensure the users can cleanly upgrade.- Fix dependencies of bash and zsh completion subpackages- Update to version 2.3.1 * Add option to toggle shuffle * Add -s, quiet flag to supress some messages from stderr * Add math operations to the formatter * Change instance delimiter to "." * Use playerctld to get players in order of activation when it is running * Remove warning message when the system bus isn't found * playerctld: add daemon activation command * playerctld: add unshift command * bugfix: improve property setter reliability - add zsh shell completion package- Update to version 2.2.1 * Fix a crash when the `emoji()` template function is used * Add a `shift` command to `playerctld` to shift the active player * Fix a crash when system players are present version 2.1.1 * Playerctl now has a test suite that covers most features of the CLI. playerctld: * Add `playerctld`: an activatable DBus service for selecting the most recently active player CLI: * Add the `markup_escape()` formatter function * Mark the `emoji()` formatter function as no longer experimental * Add the `default()` formatter function * Add the special `%any` player token for prioritizing player selection * Add bash completions * Add debug logging * Rewrite and expand manpage with `mdoc(7)` * Attempt to autostart `playerctld` if it is present in players * bugfix: incorrect error message for shuffle command * bugfix: don't crash if no system bus is present * bugfix: don't crash if given a nonexistent format function Build: * Required meson version is now `0.50.0`. version 2.0.2 CLI: * Regression: exit 1 when no players are found * Regression: fix sort order for `--player` command * Handle nonfile uris in the `open` command Build: * Fix documentation of the `--follow` flag * Update manpage release date at build time * fix gir build on cross compilation - Added bash-completion subpackage- Update to version 2.0.1 CLI: * Add `--ignore-player` flag to ignore specific players (#2) * Add `--follow` flag to block and print updated values when they change (#37, #98, #101) * The `--player` command acts on the first player without `--all-players` (breaking) (#54) * Accept multiple keys for `metadata [key]` command (#68) * `metadata` command has tabular output. (breaking) (#72) * Add `--format [fmt]` for metadata formatting (#73) * Add `duration()` template formatter for formatting durations (#75) * Print player name and instance with format strings (#90) * Add command to get and set `shuffle` status (#92) * Add a command to get and set `loop` status (#99) * Add the `open` command to open a URI with the player (#79) * Fix some errors with utf8 printing (#80) * Skip players from selection when they don't support a command (determined by the `can-*` properties) * Select all player instances with the `--player` and `--ignore-player` command * Print help information to stdout (not stderr) when no arguments are passed Library: * add `playerctl_list_players()` to public api for listing players (#47) * Implement the "seeked" signal on the player (#94) * Add the "volume" signal on the player (#95) * Deprecate the "play", "pause", and "stopped" signal for a single "status" signal (#96) * Add the `PlayerctlPlayerManager()` class (#100) * Cache and compute the position property (#102) * Remove chaining abilities from the library (breaking) * Library query functions return `NULL` instead of empty string when properties aren't found (breaking) * Deprecate `status` property in favor of the `playback-status` property as an enum * Add library functions for `shuffle` and `loop` status (#92, [#99]) * Deprecate setting volume via the object properties interface * Fix the "exit" signal * Add properties "can-control", "can-play", "can-pause", "can-seek", "can-go-next", "can-go-previous" * Add the "source" property to determine the source of the player (session or system bus) * Change first keyword arg for `playerctl_player_new()` from `name` to `player_name` (breaking) * Add `playerctl_player_new_for_source()` to select players based on the source (session or system bus) * Add `playerctl_player_new_from_name()` to create a player from a PlayerManager name * `playerctl_player_new()` selects an instance of the `player_name` if found * Add documentation for the entire public library API Build: * Remove autotools and switch to the meson build system (breaking) (#57) * Fix various compiler warnings (#97) * Remove library version from pkg-config name and add it to the so in the standard way (new pkg-config name is just `playerctl`). version 0.6.1 * Bugfix: unref of a null player when no players are present * Playerctl now searches the system bus for players * Parse trackid as a string as a workaround for noncompliant players * Various meson fixes version 0.6.0 * control multiple players at once by putting commas between the names * add the --all-players option to control all players at once * lib: better cache invalidation strategy for getting properties * bugfix: Set position in fractional seconds * Fix various memory leaks and errors - Dropped playerctl-0.5.0-fix-parallel-build.patch (no longer compatible) - Switched build to meson - Added -doc subpackage- Cleanup spec file with spec-cleaner - Drop static-devel package- Added comment to indicate lib subpackage requirement by main package- Added library subpackages- Backport patch from upstream to fix parallel build * Added patch: - playerctl-0.5.0-fix-parallel-build.patch- Initial releases390zp24 16847686402.4.1-bp155.2.132.4.1-bp155.2.13playerctlplayerctldorg.mpris.MediaPlayer2.playerctld.serviceplayerctlREADME.mdplayerctl.1.gz/usr/bin//usr/share/dbus-1/services//usr/share/doc/packages//usr/share/doc/packages/playerctl//usr/share/man/man1/-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/3e710e2d548b60351fbcea70ad5b3250-playerctlcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=9ab7096602329a03e7d5469b530a8d1e55a37791, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=acee483ce48e1301a848a873ea47068d220673b2, for GNU/Linux 3.2.0, strippedASCII textdirectoryUTF-8 Unicode text, with very long linestroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRRRHWﯦVutf-85ea1119c29051fc9d673f1156d1e45bbba720050848f0d666f927632604d6c88? 7zXZ !t/៟m] crv9wСz%@0 0+;ZZUᇟ_/{w F2]@ !!ٺWr BcbD*9!b\H%pc4iЭ`w[3A.?m!a5VQ:VBe;P&A#)ɺ"0@PYG۪;04hv [՞CFۏFm9yh`L5qb㚺:7. 2yDysNGcL462gRpdNKĢM)W rU,JwWy8u;4[&k^ PsD" Ή"g/òy#H;uoX?¼d;&OJ4g9Ɣz۷Fd=Z7:ݑy5aL#+&!3rl~8׈ghq`Պ53٠8@TQA[unA^He;?r7cS4E{vK0W9l(u[Uq0oYPG)eYV#YE菃4<:3eiUp,1f߂^á`t?G aІMY flG?։ip*I@[$Oʣ=]0` \]ȉ]aOg ,LB!#$BŠ&L_^#GKDAfQ C467o\m_,Ѵ%+5Mo4Y ~z5.ȟ8wYA-̉`Qvh_JiQ/e KcR5zbsZS@"noȇG29*lj8Ko+lbUnz61}_y,f#(-@;7'=BEhN0+ܭDxDEi1#/„ge`Fݝc{7)q9 d$$ĄSXLcB⼂-@ޚaBڷǰQqĝCXkDvXc`DS7Uլ |WK`*9!۸ȜQ l sUi;eE>.f#quM֟_],z6=S(Fi:+s@HXSЌ8Qș $4࿟QзFy'9=[8 X"(Ɠ|tl!\'8P-F=L'PJuhNkjmaY ފҲ-Ҳ/Bz}e+h\J}H١JuB`FT](jܶî|..Wx٘ W1 He9^3r@z*>I69n̨gW<͉q6`a$ȼU2ӱN1zMaB}>4Yoƻr|M7#Λ;! HECld- tEklQ% W8}] ` )jU!CD Iy\KqqqkVU0 oΌGV՞siFsZFW=|˃-l2 w$J0A|1@5HV3LVűV* _q֏(W'Ԧ;$ZVۇ6*<אvAz7bOgqWzYU(y&A5_ 6Z=[]/qw ~.C W?>Y$Ֆ;]d$Drl ?vSUWW{guӿM~pێA^WUW fvBaQP 4#i˲eQ!iq.n*Z@GzqĐj]b{CCDfl7ƾ !4׹in3c=oWK]l~)k_ŚLwe41 į;q޸!]N{|G;W [{KbI푟:b{|UՃm3ġK±G{u&7 Ak ^#M&;LJc3h]ijx6fu?N, ]YY쳃߉{#Ў𙜹cw0vB4WjoegϪX`X-B ~ bf8irm+,_:asrKن0/{ehg"I%^!/߇h-^@SGAiXW2_CHԿXc| _D7?oz5=_\Ӿu$KEM0UKd*Ջ!Na: Bo'~~UQqF}^RB R4jp6AqwƯZp*nsqMxEuVH%Ȯyǂ!᐀j1h/e <3q,w\ѦҏW'u (>~DHt ·AAAŠb[ Q¼hV<?Ҁevbl5Kg+/UhN Nlj 'BUs˼KH޳FA̩)GAӨmJzUY13ᜒՃlD+O:5A?-}ځ.`D u蝻V{w_[˝6 /pM[IDyJԫl+ -jvk]F &`+RC!7{?[B[ErrƔ…=f+3~/ⴒLa*YH];DXr+LS k y'<-m/\Oa O{Clh&ލ7>`;F5>DسEt6:Q'$SHyBW {-qAA6S&V}pϫ/ls=qF7¬f)\4v{߅;6:Tu}ӮEI Q͸XWMGl(?&f TD"0Gmg|9 qsC^y''{!Cd!1cyw@^GB6vyl }<ɪ<=ͼqq" `'}I?FP_Ehf) x]Y^ԯygĶ3*tW<- a!J-<"u%LF8]TpV_8 8S^i HiWx~iGXs4{Ws;)]0_en 2V+83b P{%6+̦½~ufHq6rư-Y;_:߰x95I\}GaYwGrVnbʽBZLFuP:? [,?X\_K)M9sN=!Tp9>tl^jѤ^5m 140r]D”V%v/(FbR:fk `| nX_bKG] &KCGt^f'kjx@`OFET;p !L_x s 1WELd"=NEO&TA @K+P!9<~Ѭ275g[Qdyّ ? N_m$JYX]4e xti%0Q'lϠ5`D?XީL a'1IDfOP*AO~ŋ)uZ.{y-Iܰ`+*ݞS-|l=h$)cM(YNE<8܈д5*ӥ+Y%y?ѽ&=u=gPEx%7udTs݌8Z(SIu(75hoo1 Y`| _߳7* e"@]U)n>݋\rII݅R}ӹOсJ9?,҅ }'9<Օ=Wd‘P\99xxm|Hj #LERZ"nz+q%"kq 1jx=% R9{(T{?xH׍[F Jsm'ϗ"U(eB9i Sb^OHI4x0pp~-ߤc+:3 i@.k3 چ5ݎl0dmїwɲJSΧ4WLӰg Wbe]J Ʀ($B GyEJAWV߼^_{MQnwߧt±_슆ta/@&Vcq NSJΓbi "w(VhP*.[+w"48dMJa<6Ko2(G .ߘ~&5D͗T%F.mZpQqSQ) {繮PP||9?ݮ5(PGPf *\NT0l86uws<Vtt\bN.BABN,K (߽'^mmwզt => S(Z> gc|46C8M!J}g"Tgh#7TUܧC)(73!hH;<Et)xMxd@~|``H,ښBV5-e I>cfBć靱4dኅ#[A/̭R'ҟz%λ*hR_58١C !zA*N_?N ~Zpՙ^VQ;?^xtb(Ou[%;BѼ6SIpddKuձ?uz~zL'*,+1&bӚC#PQ͸6 AUB7ZŐ]EK,^[$` '[4B)vV!yG 9~]S\Z#/"9hO9Bq>y#Uy<^;=nӈV;:$*bwH.h5?W9kee~-ԯ~#0f]1ɂ_s+U$5UK#~=^甄Ħ?TiOjm2nF}>~ $deŔ'wDU$iiqv뜠7,chVa1wvcEJ6:hu>^fˢa֐.cyTr*1{kTͳ\_?!zCH%&).1Hxˠҕ֬3> œsBZ&+Gqh4dM8VҾ.^q)QvQYŜ}ef$K^̅{~N,Ԯ8GPL5ɳfqKޥN*6,eM_`mvQeuLNXȸpS7wzQa?tg8jtFl_eMtw𼫒{ə uO˻&+³+#*~bXR#,pU }: ?B&@xsUVĚ2ImWCG_mSx[87CNu @Ƣc><~-4˴b @Y]Ojmta;\xHWF1fœ$UFQld;j_1y0xK&p~"/R(7 :1cZKnT[HA$[ڍ5tWMK}^V͓@?!PN+")HĐl[9IIe Rihy-!-OegmqvQJuw;o\J?=HV82ݲUw-|ү꣣v4K_}9dE6C% z𾐵lr͗9&ِtsI,==l}aǡ0wzzanh5ˍi @YDN>#3<8‡'y;C b什D8TgkJG.soC'i%*-xoՇծ.mr [{DBѿaܕ QT'636;QgRM8R10Y\r:q_s AeKU9.сhk T'i @ ]wG G8N[u1?}9td^'Ev2K&̬ᗄ )қ!NPV-N\#vKݝۺsC;mه"v)wq r ya0G 7r>(L3TG;YO<6JGnӛ R6#Nj _;d[$m)1R/["^[[|`l()uQ`C1–(}ΩG-hn&ЃDFUR Bf/Higm4m!x@hEs4,fU)|㢮F@( `-A;P`,d&uva,&:5Y12hθވaL]LtY'MNdpʚ`gw1Qp?T26^ :3v8lW¼֪R?f^Y-[lCyM%F|YtO\uzp҂bp\ssK@bH5U)+pߒzt7o\Ǚ%I?W~сHF[wKVo֒:(huK2wG%}ETCS7nN\v:P`٦ ~ D8y6- Ǐ\801"+yL5}z{1_ Ap33=Na:j aCPzҌ{R=𰰱͟y[#uBnrkvjBU]J8u,. $}/'" TV@"WUY.:z 5\ëMHІ᪨Ӌm+ϊw,*4:b֜u#q4gLbjNb]L?&eQϰ86ӶS9\nM.U涘zqJv4ҙnr&@ARI#2e^f3yb- %T҉>(Pjgg't!\ϛZOxrF(pH7"0lN)K-D*~DN2-/^3[ahv.΁&-^ -+ ]* \f+cR@\uo2|+֗5$@kʑ̕!zGpy2g#騑О:bO5'ؑ!~MĎ|a8bi({5$-tz\& r#-PoyGN9]v.|be~0Ai02~9Ma\Jt3@2dz <ε1/yS ʘZn!#-\ \9{M:j䗍 EfW獟C|Νa%:h[ehf'S ޷Y:HŵB џ //LGc0\g>Vx$,In ޲< 1@O\"?;F5KsDIXYkj^ʧ ͍ʖd NSi3M,C=0h:D,JR.FX(r0F1 ,;$zL6쿔)^^ O<7hEp6cdUpOSᴸKRn{caF`j.)GS@Z`ݶEW =۷66d-ޡ`)fB=[)UJhġWb2dh4Zg[\<Zb}_eJn-T`O` @*gz9N⦾~aVQ Was#))A$<[[ )W$0s YƴFA͈mc2I@-t!LYEyQUW\ 95R=fB>`Q=&j#u c":fAI!sY+'H&Xj`)KrAЍ"3f-t[2Ad5]sAQS6@9 ༭=Da5@Ow9SWq_ Ԋ3Yj7MPM EhoN2vѵHX0.Hn NYItK//$⦄|-];l^J?ʇ-_;$uMn>3RpGs53GfleGB=1I^_Q62@|a}wi2 =-/?SbĿɠг uvY)=/Â}0Fa\Z b*t0WC$J5OF?A!7tGIIpY}szCox.3)\0y[了dKe]GL훫}" iw+҉UjHr c %wI5+ x8ƆI#(|E[xL|W#:;75-i~nMR%+Pئ+,gͥͰ3:^M|a W&5y5 Dt* S -?[hPyshJoֿ!(8`ߟt4dH q^<\Ϳ#V tIQF.׽7aI[2{Gkb4jQﵼ$]RsgK+ZI?ƛ+}twA =Ud9O \T n,z_4(͏iֱRONZ?7 =P}K:ANɸFGyc3)pwPF7vLsdnֿh8`eS=-*sTi YNJRVV0e$> +mXkȯ!CnVqk% K.3ƯwU1E~٠='>[>Fmz{kˠ.yh;`k%|?sr 9"fjpp79Q_OLLҥ)[C[nlV+8.# YtՓJV>Eu\%UMjllL>Bָ,i =#C;p90_zUUAzPV5T[4N B\*7H^#Wc͘d:ti nz(з]J='-a̙7,^1EZ6ZRO{8;oR=[曉~v$~Ͷ|l{۹Zgؽ|*KR2BK6y/ m{\ R{iF X >92ҥ'jY[m>DF͈&ejxZ@Q.%ֲ|su{;4QA_@~E^i@DIr6[x'N{h#JuNJO%,z-=BơC'Xlt@~y`S$n4!x轹dPcÅa21,1ga||6D[OuUP/&8SջDV-6f=L)JEbM.<  5] `g<u JĆVТ]vXՆlAMX>QzVa m&VV-̮\.yrX O#8"Hv&/}#wÈ]o69vp7>p3CC} ̡c#Dz[lo,n ɮ "c3ޛRת#m Q|"<[av>Ӑ퇒}V Ũi#(QТQ -^IJ1fgw)r"џ-( 67)q{RdEX|֝{~A/Qhؖ|bLk$gBBDϙ6Esr3 ]P7kqY?B"߱Wʨo5[#j(!M'o򇧨"Ť;W|%˞mAq rTbA9H/lmv$Ư(c7oUr} ׺~ǹ;Sqs\ A1O Xӆ"jgHCMioA%i2/1 :\(~璘 ^űzGzw AϷw]e+. Q@;0#[S t8UPɭ}WoZץyM ^1DɹbYirYݿWKr}o@s[u/v.ʭTI]Ţ(p3'u. 5$ST5ɛ3΍D*p8 G7 y|wʹu ŞŸ!77DwekӨ6&s7ffobYVOT@cծ\"Hcstw: p|j 'rQ,!;#]e"Jq9SMx$ǟR$z/ .Ob2I,>;6Z-l1;$#T6Vȣ^a}j|^`86u)9  b)q7mq}L6{QB븪WݯiY^;Bhn ,լ[jV8stQ0~ %_HXus [jro02(IrN޹* 6iVtߘד-E $= RN M{?cTZJ+ۮ/=]p /珩dD%s"]zSLu{PM{Qa0E+ ":9   \kAT<љ]4#:rz x -룑Z@"`+MȌJKYdP^bĸy?:UJl%YV&Y{AsV2nZ܄RQ=g{n]CyuXF9s,ufA ɑ)W XQ$ 'fcAIU!W\n1PiZX)z NҏG.B|Ǫ8kOԄ #mY* ;.ZۜzX4 v! E*(׋@I,7T#Χ_TsE/̸Ѿ tYd/(0rŝɶ l*c?<9)nYHnHl.tȬ\ tLXD_TwtB;\0V"56DzdV2X ʩ#miƩt2. N;n/=^"ĺ> kUFxa\nQ9%ː7'5JU77,R̷?I KOBƳ~by0cBT?Z#z:tbQK]hT>.(6 >sDa~̓lK C A4]ۏ KiAwqnRՙSjRV=:oSq=lչ ӐĨON;iGt\8*N36RJ*̪YcV2nu՜z8NG(r"U<+RŁJC:j4|iC\5|U%pؑlKFR !3@ oٷfu|q̎-Gž 9_ ڹxn)=.\X7J?’yi z$&nY"raPƊB)~{}ؼh@bi1w(LQFj~$V0nV}LR8 CʵX4f-nh j:>{Q8ػ 2}\~w[VqUaV!} aLu=-8Q(űp41A] 82p)z"vs4 DH.xөXow[ȉi~gѼՈ@|orn ,F*[;x>Q.ˮ0٣4ղFq, w"OѰ^³e^ 2a ʖ6yy ,is1D5n X'Fi~ex-uZFU}5|l VISPuE~V{{c)% Zgzp,k{F F׆$n֛"NbPEthYL)]"܇፦eUe-ŃO8Kn$.R 6(GVȺ,c`BŲo3HV'_wvd7=xMp0fE`~,z8 Q'Оb‰1 #dh#OQ:'Ͻm`ջEL#4Ǥf`yՅMt1@)3%; :A Hzo. Ѿn3hb}M@Ay~v >vCqnlngQ#+pejB+gׅuv1X|w HQ_nBX]TPMʗ#/3NZXv6t* s[wl|ףr8 ę-|go1yR,[  sVC=j:碖xh nCFu#j, Be[MT6N(~>4CQnƨmɹ +r5#y!\6 (@? yLc!7ՌWk%B+2 x${Z߻sxXoV@UsXX5  С6D%RmTJLlyV7Z{Xi>'<mm kMPH?]_*\G "cn]GvzGI mħj)M1O".d)<{m I胍B{`32z`}3jz+)<1;X֟OԪ\nKl˞¦6VxãX[K"r\;(f= NA|kY+yjZe˧줣3dNsb8UJAMѴ0,vc,qY]62s2pussq+7A2w>+P@X['UCR?Nָ!jbl7hu9x9Mק z-us9:@y8mL618[ E~v$FjwxZN\Z~8%}xO| fAP-r:O JI,k7ad%rӇ=>BQ`C×H{50H3^IIÐ1yJAP^r[b9gi=#@%`,̠(;tӘLc p"V%6}uJ)8֫mrFuk42=f3m;2QTAa7*= t0~uEΨsB3w˾ƭxEPnT=&r[BrU=!!~\ƒK>?E&`eCƃ>fs~!K%}#k^<޷LLlXcKYR[ۘU5.%Ltҝlud5  dsZ_p}'%:!-$F7P` ^l}n@De6 Ɍc1x0YrӫAg˗x *s]ͺ#Kmo>dH@ ؇|LG/K?oYvW怍- j^dGfHl!(s%#K$k- ؛UiL+ o `rk]Ra@*Ha%9H#h'#$3T!֡cҖq7eJ+xz\NLütNj DcFsXJ=`#8:c&^N,v-lϴ?1JMrCIvJCXlڐ5UzwuoZ;,+ t",2vZ=u:L(7cޣx_TV-J~ŜHj/b8 'roiVKQ/f(=? 5rcF]K/:b+{V;)\꽇>uƋH ӻ|k!Ceuٝ"'sh)%YuK3Jt^hz/ :9XP9*nW<[68Sj͔6͡'#y ֏r|πA%+5ksrhˤ+0aLWE4Z2 NwE7z Nacr2"gZ ㍶Lp)NƆݙ>~}/%m#H׶aϖ2tVPtˈ =\U%HtzKH+0N=m(7&E%F2'p?Cts;eYbz:*xr;D_En,)~g>!|sTϮؤ+ KIsCNH*xsUg|GW,~B*`$ܐ/u^Λ /cm?s" - O&B;G:T !%֋Y.pʗ5[hnB.}r]#8ʑ|) I͝t!t5;.y}?n[;f YubnT4PjG2BcFvNTn0'|4m"۫*-G"@a ZxwϼxHԅUxc{[U]X#m؁nK(u׼=3(LYt)ZuͿ-+Yn4 ,'F\޼΋y`oOEč*ԓBmꢟuW[ pՃ}M[!FY`TSR5oaK'F/g s36#igf֢)/妚]sQtu5þzvv6BrejH~HlH$J8&:DCg'&Sd`] FACW(J7>њj:uoUQܼ$+]R4Z> }K[zb:7^*(]Xn[9zTH] EX<%2l\yrxK|kM0L|fJll ?O&n[颼S ?x%. u3n>=g !:s\spxР/y'o{m'˼߬zPEͅXI DwŻ?4 v<+0L3['HW<;Xl5,>y~GHЧnibN.eJ+4 :F\ޠET4XDK)G/US00.K=K,Vs|ctj-qoRgZg8w2Y,.hH=zB[A{^jz/ݵEp\ C@!]n jA(r ෺DuV͚Tۂ j3fbSD2TM-Qewrm$Qu\9sx+ g1-?tGfiĖdy׫{E@)||&ǛO!IbDxBU;fZ!ǚ8G5zjg6YnoIa68|^+ZSѹ#REt<תKgś6,MrR}_, Oȹ+?ZOPQP ]3MLۦ#h'jSz{E)3ZoG˰GD$ nyPNS6ć+ \[a+&5G\cjJ=F؆y]|ՇWP (|l02%aM&"W_CH)=VNARGCcgIXM:"cU^ f4&Nڜev-QWSqׯJfaN*fgOL\ |oKax{\wA.@H#IouO1ր_x;I7N-o-?34*~0vw~H^,p;93FO,T塻N(}$- 9,yG0xWHfWx`1T?(9SLYgBU1Sy V:[؞()Cۦx_?^ 9 Cfn߫jhZ&=E~Y6S{ |NSH#PNL:iq'-aR  ?&ݝq}P/om ?ˈ1>[LmPu9Y 5&%_F8ΫI^in/:ᆈqΌ'7;D z:MjW_Nq!= eK=Bsdygd hh,FT.߫5!ShjAp@&2L(J1a:vY&F\x45Ι^]w#Yc[3X#NOWf'rLy'h횻=.B ۻHőۓݫu/ʋ PRwT=z7aC=0ϼ=c G1')N. b"_/J((}_.lX(Yq^gV6GZo?UL2ubg ! xe<۶*{0+jٜp2L: )o72)pvxvEfg DžAs` iTa:EJ?>tHɌn I pT,}0t^r2)/-Q࣭ruF 8FcG6 e7S>P7uMLYg =(K'55^ۉ#XlF*|~01WB5E8y mS=cJIh]m49PT· iG3LdsZeK~+tjR)Lv_Hk 9S# "**0Re1E@U Y&³ݥn+ՆbMz(a;3UK W{ 8=tuDh.g0"5}e.v+dߪ #@쵇.jj:|tj C!ўQE(^-Ԏن>qIS;uuz~C,΃BP CRki-,&\T#[v.vʑNl W u{XQ g*=n ~n׮w D"^tYH9gBxSƷZpتW2Cr]$m9&)*l?@a"6xE4 Z!2$Ijtȯ{1jb/˵addR)঻, %(`=Ƽfc 7TX_>>4zKnsu$&Jttܮ|ݻϝF>}ZGJ[ᘝ)[;~kS2#cM=Id0xca݄&M!O0BOĔVF 5E2+ST$υ:~娱{W!"E@V1Q#Ic/f)~މvFG_#ځM-a Q˦0fU+V÷ H׊ܲ~KXwKwMkwwm 4@B9I8ܶ"xtk1&8%*uiU:M"s)a%/~hFrPTwi`JY}QAi$^K߸ݖPh+Ԋn!Ğ%~xll\OśFυ ^s Vs-$=^<0_J  |X?#*x YZ