gsettings-backend-dconf-0.34.0-2.27 >  A ^kp9|Nf<]32q*B@{9 {&/;fÒVXL-BsIrhQf{LN\:,zc:ef1J>*oUOkPu?q悷R SA)3Y)ﰔRdAvemq'Aul͛ 2E]iAVKo~@#[3މ _(y9dZаO+`owSW|ʓ: 80fa63211a10a28b370cd38fa9552bebcdc3237580bca242677d31eb51d668fdcd64512731678255c314f9157de4d182cb57c913|^kp9|gU-^Jo7L;Oa^|( AՖ'D3ޡɔɢYߵ` )j#D!^Yfwj߳D"-zDTNhGmA7wm9@ޔߏ1p\SՐ7-+Id7-Rw(7|A>@k4Kr5B呠Ũല0{L0|%Sw[Ĩ3[*1YĢCld/bCiKsX>pE,L?,<d! & h`dx|  X\ ^ ` d  ,l(89`:J>)X@)`F)hG)H)I)X)Y)\)])^)b)c*d*e*f*l*u+v+ w+x+y+z+++++++,8Cgsettings-backend-dconf0.34.02.27GSettings integration of the dconf key-based configuration systemdconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems. This package provides a GSettings backend that uses dconf to store the settings.^ibs-lx2160ardb-1 @SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://live.gnome.org/dconflinuxaarch64 GIO_MODULES_DIR="/usr/lib64/gio/modules" /usr/bin/gio-querymodules-64 "${GIO_MODULES_DIR}" if [ $1 -eq 0 ]; then GIO_MODULES_DIR="/usr/lib64/gio/modules" /usr/bin/gio-querymodules-64 "${GIO_MODULES_DIR}" fi @^b635fb9d994a64af8a588d636da976e50ea74a4fd5447e363fd5835345c63dcarootrootdconf-0.34.0-2.27.src.rpmgsettings-backend-dconfgsettings-backend-dconf(aarch-64)libdconfsettings.so()(64bit) @@@@@@@    /bin/sh/bin/shdconfglib2-toolsglib2-toolsld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.34.03.0.4-14.6.0-14.0-15.2-14.14.1^@]z3@]i\M\\d\4[ @[h@[9@[ug@Z@Zw@ZYB@Y{X @WW4V@VzU@U@T@Tfbjorn.lie@gmail.comqkzhu@suse.commgorse@suse.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgjengelh@inai.dedimstar@opensuse.orgbadshah400@gmail.comluc14n0@linuxmail.orgfezhang@suse.comfezhang@suse.comfezhang@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.org- Add dconf-fix-meson.patch: Update use of link_whole for meson-0.52 and newer.- Update to version 0.34.0: + Increment version number following 0.34 release.- Update to version 0.33.2: + Drop references to GDBusConnection objects when D-Bus connections are closed. - Changes from version 0.33.1: + Factor out a common method to route completion of D-Bus methods through. + build: Use weak bindings in gvdb to fix linking with LLD.- Update to version 3.32.0: + No changes since 0.31.92.- Update to version 0.31.92: + bin: Add an option to ignore changes to locked keys during load. + tests: - Use more concise key and value. - shm: fix pwrite wrapper with -D_FILE_OFFSET_BITS=64. - Replace usage of dlsym with separate modules containing functions that need to be mocked out. - Avoid using real system bus during tests.- Update to version 0.31.2: + Bin: - Rewrite dconf utility in C. Updates are no longer conditional on the mtime of the database directory and files. Help information is shown on erroneous usage, but not otherwise. - Add a new database directory argument for the update command. + Build: Make dconf client vapi file installation optional, and thus the Vala dependency optional (still built by default).- Update to version 0.31.1: + Engine: Fix memory leak when subscribing to a path. + CI: Always store test artifacts so we always get code coverage results. + Sort output of list and dump commands. + Tests: Add integration tests for dconf and dconf-service running within a separate D-Bus session and clean XDG_RUNTIME_DIR and XDG_CONFIG_HOME. + Engine: Coalesce pending writes into a single changeset. + Consistently validate the number of arguments. Add optional directory argument for update command. + Tests: Add further integration tests. + Check mtimes of files when updating databases. + Indicate update failure with non-zero exit code. Consistently handle invalid configuration in update. + Replace Bugzilla by Gitlab URL in DOAP file. + Tests: Add test for key paths locked in system databases.- Update to version 0.30.1: + Engine: Fix memory leak when subscribing to a path.- Update to version 0.30.0: + No changes, stable bump only.- Update to version 0.29.2: + Service: When corrupt GVDB files are found, they are now transparently backed up and replaced with an empty database. + Replace all hard-coded /etc path with sysconfdir. This is useful for JHBuild environments and systems that don't want to use /etc/dconf. + Engine: Change overflow thresholds in subscription counts from GMAXUINT32 to GMAXUINT. + Change meson flag used to build Gtk-Doc from enable-gtk-doc to gtk_doc. + Declare libdconf_service as a dependency to fix the build in massively parallelised environments. - Change options passed to meson following upstreams changes, now passing bash_completion=true, man=true and gtk_doc=true.- Update to version 0.29.1: + Engine: track in progress watch handles to avoid spurious changed signals for the root path. Subscription requests are no longer sent if the engine is already subscribed to the given path. In the case that some value changes while a subscription request is in progress, a changed signal is only sent for the path being subscribed to instead of the root path. + Engine: fix deadlock which occured when using the engine from libsoup within flatpak by extending the existing workaround for Glib issue. GSocket and various other GObject types are now also initialised in the main thread. + Add transfer annotations to the GTK-Doc strings for functions in the dconf_changeset_* and dconf_client_* namespaces. + Update GVDB subtree from GVDB master, containing mostly documentation improvements. + dconf-update.vala: correct error message grammar. + Various meson related improvements. + Add GitLab CI. + Service: Port from the deprecated g_type_class_add_private() to G_ADD_PRIVATE(). - Add pkgconfig(dbus-1) and pkgconfig(bash-completion) BuildRequires: New dependencies. - Drop dbus-1 BuildRequires, full devel package is now needed.- Update to version 0.28.0: + No visible changes. - Drop: + intltool BuildRequires: there are no translations to be handled. + update-desktop-files BuildRequires: there is no desktop file to be handled.- Update summaries.- Modernize spec-file by calling spec-cleaner- Update to version 0.27.1: + Port to meson build system. - Add meson BuildRequires and switch autotools macros configure, make and makeinstall to meson, meson_build and meson_install following upstream switch to Meson build system. - Drop the BUILD_FROM_VCS checks, and build gtk-doc unconditionally: this is needed since the port to meson. - Pass enable-man=true option to meson: man files are no longer built unless this is explicitly specified. - Drop the find command for finding and deleting libtool archives: these are no longer built since the port to meson build system.- Update to version 0.26.1: + Work around a deadlock in GObject type initialization (bgo#674885).- Update 0001-gvdb-Restore-permissions-on-changed-files.patch: 'dconf update' should set permissions to 0644 on restored missing db files, despite of the umask setting (bsc#1025721, bsc#971074, bgo#758066).- Add 0001-gvdb-Restore-permissions-on-changed-files.patch: 'dconf update' writes new contents into temporary file and renames it to the original one, resulting permission inconsistencies if umask has been changed before that. The patch restores the changed permissions (bsc#971074, bgo#758066).- Update to GNOME 3.20 Fate#318572 - Drop dconf-use-g_settings_get_default_value.patch (bnc#873225): patch applied to dconf-editor.- Update to version 0.26.0: + No changes.- Update to version 0.25.1: + The libdbus-1 backend has been removed. Dconf now always uses GDBus. + Support has been added for system administration frameworks to set up the dconf profile via a file placed in the XDG_RUNTIME_DIR or in /run/dconf/. In the case of the file in /run/dconf/, it is not possible to modify the proile, even via the DCONF_PROFILE environment variable, which makes it slightly more difficult to evade lockdown. + Directory resets are now implemented properly in DConfChangeset which means that reading a subkey through a changeset that contains a reset for a parent directory of that key will return TRUE with a NULL value. + A new API dconf_client_read_full() has been added which allows reading the user value, the default value, or querying what the effective value would be if a changeset were to be applied. + A new API has been added for listing the locks that are in effect: dconf_client_list_locks(). + DConfClient has a new "writability-changed" signal. + Support for reading default values and listing locks have been added to the dconf commandline tool. + Support for g_autoptr() has been added for DConfClient and DConfChangeset. + The handling of reading of default values via GSettings has been made more efficient. More major changes to the GSettings backend are expected in the near future. - Drop pkgconfig(dbus-1) BuildRequires: this backend has been dropped. - Drop libdconf-dbus-1-0 subpackage and obsolete it by libdconf1 package to ensure proper upgrade mechanism. - Drop libdconf-dbus-devel subpackage and obsolete it by the main devel package.- Update to version 0.24.0: + Stable release, no changes since 0.23.2.- Update to version 0.23.2: + Remove dconf-editor manpage (accidentally missed during the split). + Fix whitespace issues in 'dconf --help'.- Update to version 0.23.1: + dconf-editor is now in a separate package. + portability improvements. - Drop dconf-editor subpackages and references to it: it's now maintained in its own package (version 3.15.91). - Drop pkgconfig(gtk+-3.0) and pkgconfig(libxml-2.0) BuildRequires: dconf-editor dependencies. - Drop dconf-use-g_settings_get_default_value.patch: patch applied to dconf-editor. - Drop lang-package: it provided languages for dconf-editor (despite the gettext domain being 'dconf').- Move ca.desrt.dconf-editor.appdata.xml to dconf-editor subpackage: the appdata.xml file is supposed to be in the same package as the .desktop file (boo#915692)./bin/sh/bin/shibs-lx2160ardb-1 15914126320.34.0-2.270.34.0-2.27libdconfsettings.so/usr/lib64/gio/modules/-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-SP2:GA/standard/7714485ebc249b07ff4b266703642976-dconfcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=60d7ca62a9f9d816b7580689ec99a25bcc1f202e, strippedPRRR R R RR 1umg(椾libgio-2_0-0utf-857d1e0c47e2d012803fee8ffc0d6c3f48be1474fe5a0eaa059c8b205b97d1531?7zXZ !t/WNu] crv9vW9YƚpmU媀$Y!-tz;W)a%P,},:ErM|[~=lu?UyȄo0luQU5 `ˡKK(Ɍ;BQ?dc#~|?ckL_,RMt"Q/rvc^CŇ_`ROhRsd!e7dK.uB cw\a CpylP: XPIY9MhS h4;~3vΈO>`w 圃mB>M(C>H}"V"α4Iw*4{7lP 9[oLd8~'h9]i\y3U^:6g%$^Xe>j??Mى v售Փ$ .e tQ:Ov c?/׺RҝeǪ&66lؾ3ϭn:\/$82:0U<,-: H&IS!C`|%^[cce~x`2 @I&"2Uw ,yj@$ǎp }b0mj65Y\v50!!KW u`+C`Qc/ dA6Zi­4PV)!7vr#߶EdF1KQ ,E(r$dJw6r͊/M+p,K;c^wsw1tgJ(IG0e!ړr y/̃-,"&;adž [CExNx,Ϡ'l@;Av`7<Ȕ!I҈K4F*¹>,H9jz1 8owR.c4HlKu (~8h vJU-ocJ?r?n7tfWIޫ.4Ј@[fkJihӔ+ch:ֹم ?/#?FZ0bWtAB{ѢSڸ8]^|-0lЋ{=wȻ,&n޹N;|nXat\s֍FlK?@QaE SF3ַyYJXjJ6P_y,~qIgC4quQ/o)2:On)/oџʪwEe]n~Lx=ٯ:&Exr\)bFluEtw?3>ÖM'վlN*ViKe6¾[%=1=!b1dCi^'jb+!?Y$2)L9u:J17Ό-̛S(q#܃\ib Y4 ֝;(* Ҙ0Zt=j0/UiA kœmah8+џJHe g:vd!U7gEۙ .BK zzʰgW|@(7SAreW#oȗbH5> AN5<"m \GܞiP[o& <F؟tZLBbVÞ,p.>@]|ņiP(Pq).j`rN[H<-9N 4?ўH_M5;e7HC\] Q#˖wI*fLe hߣLM N!4K4h"J,kpeo,¢@g=C0hhJϯ8f7‰HHH Kz/[ fb⁨@^+(}!FMn0J!WrK]!*睚zsK} !byCES(:>Vجr S-ud$~^ hXpcޤ:aHmU;>i  c"pҫ˝7z }l"L_"vMLT)5[9j偸Y q'zPkr}|;1* T~Oէ"]6_sy^a]HXԮz[4XdZDrfguͬZ#߻F!o\|Sy5Cwv݊p }7o9:KꂳEEl+Sƣ#gׯbTs~ 6*tN=T_lR&T{/1 s+KB$TjsPNQ11:b`PQuᐂ(V;K߹bC>$:Yc\tJ˹?ԥ*T'^K\)^e|ug_D~(Iu4b }Z$)BA=f1|9stu]^h"Iul;fhH3 o4,uzawArM߿\"-k늦J#E҂W59'5Z-<ϋ'ZӉ(Dp+!d 3ac q734B 󟏌댜T z3kz6@}ԘĽ l$V[rlr=mbd}U^2AZ6h=*N|珥VQ]&F-4Vu pXa*_CH2ys{Wp+MOB{F>=`h^<^J FV/6A!XS'9z; 8ᔾ/P]P4MvHӅdI?WM[wA)ZkI̡ES+'\c''cZm/?12~t9N CyNf#Gr$n"tEx%t9K8JrWEjuZ>{nZmLLطP= O廩)=vLܷ:LU&}cܡZ Ne/e&"? 0p Js@գ^ jE0S-ErU!BҡhȖn8Xw}b50$jwp@<^C8ecIn]Dݪu)!IҬygT;;my{%l_[:#RйaՙSgÄ2x*F"Ĵ3鼛 % 1x9evXq]əw6}H&8pz̆jO;JZ"vnV?e C+Lj:-dP˾klm0mE4ҩ8&':D6]q36KXq ԥdJ:կFe{e%͒ۖ6,3Q h}ݲvzҙMQL|e|fS>> \.dML~#|"!ӣURO{2gs봒||vT\P[ ОYT:wŗŸ>k~;[pv^^"9#)t ݆B@EFMT-tx ~I-=CQm< P M2JS&ߦ$D0 3 /2\|2Hl)gU\h3 ]&wg)w1iX߭(H?c!IR4b=hzsկdb HSDmop5RݮP@#PdhL Mp:5D꽍*Da,6iҦtӾ"|M[o.>hAP:3ĀjELv mk Fa6Z)UsNuuy ~X0}vce 28P!HJ8|\ʍt'¥.]]XQ͛DwY!b Ic'㡽I#KqKZI#@Eo.-px!2~ltr>$;>HpBpyh)"ݐx8n +AYEl/Q{(*_`tܭX[GHP'iS7lf`U|紽)'yXµnK-`:yɋ2F|dh+ 0L@{6˄''A/X 0emdaj,K>bX!"8s}H9ل&uWtSaP\O)> 9{u: CN>0g) )^a)V(~pQڒskC8:L>g/J Mf/*5 \D:uJ7+#dͤ &0?d4AjꌵU 㳆yRC2'Crd&'p- TQ'YM {EdS%,rԑB="/⍥vȆo3H/%rx?:6Bg,QѪU©oѨt0o܂>,a_hyc3EUM~sTR69  :`:VsԸ»hI [FHa"G}i"z߸F7_?Ae 6zeHGXtwEN=Y! " O5fXjœt*H,*oDwc|" [wRk"ǯV~=h[7M+Q|%0˜|䒄rgϸE.DM4oWҹěKaZ }۠\~_߰1@>Kor[+l63!S?iv#sH ^r[)3p|,AC)´,6|SV=՟@ߓ36Wڗf}j<#LɷC bTV`g&d$2CLUg6GK)lѵ\\ВS8-lXOLBVdN:1oO(۬g 2* W=N\d)-r=/тu%Ǖm1?@f%:~~E]mґ3ï^*.ExqHR*$e+-%oգ ] qOGk-2nk pH0tFxl 8v4yWhs= u-ڹEp8iA%?NsxiZ7(jF#i6q tВ#4f|PM9Իe^(mDWs@(߾=мvmKK")4VfZ H],30hmE,P;3eN  Z+Z\:??k>~ՌL&rOdb!ڈ,9޺ -fx;y݆x_\oU{}/+e/g `Gz ?Vk|bGJF .$@_G/ V$T=cV!5ﺚm(V`Le(ޡwh9ML<䩾x, k`.@3j<c17Jkk(GsWu((*8*aWW" (Yhqm&}a˱jG@[جG1ޡ: ү ~U~t)0NV243Z bi+wyZj6ΛCD2D6S$p% Kh G5%Rk/c b|W,}j!۰>6*MKKx)x]T}%I%/ֳqxȰ]iٸw|֢lf]q5D\S>J̶8ڴ(gU0fd>nB Y*:+djE;Er^+j =3F {K$nRjjX=л5lo ;[hmN,8;M QԔ~L>yx%%V2 'VRw{1VUtT/ كQ^߽($AiG{PrQD^B*]6F4~[fxm'NO3G'D8(uQYȦi#o_W3Ǩ*O6HnT$3_ : 2R*LxW̋^m콈NgU/@hpj WXbT5 ;Άi5D(\$2yx Ϗ0k·!Ws } #KjM+Qaq#W=l(pI? B]QU,,gACl=o|)/gh+HŸV& =1g3N?gaQ%5NWP-3*v~ J :2K eH| lY2zK?KG) ?}Qx3F%ׂM*T,ZKGF/f`7{E͜? prm[2Nb.$L@5/GҲwv7uny>7jmUe̜]֦_h 1XQПȏj_Ajk-<,^I[_dpsi\[䞧 C-<"U[EpfoM b-hH jz]mL0o3 {}0GB@7ޚo.NNHmʕ *Zb\L.m,+@z%zPz]&C~n6Ho;%F$C#}kSf-bɥ2rirD`Uѿ1>qh/HUn4́#y2Ѧn6iHØߍԨR}]Uw(ԝq~8B9F˿/ `!l;9\Og^5Tg.n+ҁĞ> tڀ%gxݡD\N1eh][³uVKQl/p$0K] =:MK,[o?0VΞ]|^4Ga]"ԌF'KƥG |JYhjߕʣXR8&ӳy2P+RTo`QXx0"ܡUBkF>PI#Q7>"ǕM?ۙ(ѹC6 5_vY۝" m}֙JϿ$~ٙYk0Ѭe|FeMԃD-Lxř9 ]/ate#A8=dn#G5u7=$niK'k&1($л)ې[Kz.B~ي (z !UMN:*=E#뢋h:bi\}IrP,:3S? O`)7>94ds, d)fg5!$I?fqlXʐFd*m&YP zE$16Ilh~l+X:@L|k=[VŌ˲n5U"-id7N|E:<[~sνhƌ?H]d8(;۠6SD@l3gڝvU$h~ż0WE[xulIQyalvFyF :N@}ɾ+R:d0|6 9 ,]'8@ 0oj@àf0nֽ]DNDH~YRG렗FD;u r'_{LM4q6[ݯjp(xG/.G%Y#aS'{}~ֈb]ľ0y?Q)RꁯФև}1'􂋫hl\-]vEt.fVGph)7bJwRqcf7੿oGuqznaٖQyXi1ͪzMW*\](>BG@5^8љ}>8/izɷ,HnEB^kHM'&'S2k!ghRԴ-R`nǠw `d.;?&ټ\y.#jX`Qu^1 UpDFj&wު +BIV(ܻ]UG` ^+tB=g:yk=Qi:}W*_SlR:{.)?iJdGpZV&6hN}HQ 8N&-BsrzHp N|́Hv!)5pCY+L:vQɤ<ŧRJ`hPͭ0auS+ݾ/$ x<)ߣoiFۮ1m)9w h'=ta2QZ$ЅK'2)JFM sk\P4'R3JQ>`~z1nb΂1]=X5c#~`0+R7bF,ڜqd>7}S6Kw#ѫ\՗?6x6Нezկa޶O|Sd15Z?oɔ{a\a~d{P'9dDH(q^>Ǟϝbki[dq[SJ`|TJ4x h;tk /*Q ڣ|Q,. ].{ΊgfTYoR4h(+%[W SyA>̺)ӀB6_G&~yl1Hp$$:'56vK&/&ۉNŎ`}YV[g.VpFU^s@3RR5d̉{Y?E ٥< `u V-3qjH|5D?1 Dn] l\I~=Pu " R Xg ;#4lm3Vęܟ%{C?Z.aJڬ'%0.|9ShyXɘX24iu=!xC#wp8vII~]ݳ]͒N k}Uq.o7pE۝$tXOs.0TyƩj8nnZ~ufJ.9fmcb#@c bDW7W CDa6A.PH[@ 8I8bjeR8D1pEo 3`t-_FE$Ӓ{\p)kfD^-=*46v~off%Syf'qH7+Z(gԆ/=Zӷ 6X~=n6&_]SHkΗ)XS WU4 HEŔk{Į:&xuꅤi'>gCȸmь@O3Urzieq8^ 9uogX q|-1Bw|s5"y>8c+tB98pk ¿z֜}0E].q:W#a *9ԫZF_[Y8TF埸Oj-KNX!ٛh]`^;Lj"󀽅(ػ)ɐvt_[u*t_vDӍIr#arDS&flbElׅepr 4+R$'$TVzn b>U$z7 >%GRVpwu~_>O8,7_."@h!<"WXOc \*xBE i=AtN r'/W,QEf01%eG7]T4B˲vAZ QF@cce-?WG(=0Tj%T#eo\U l,m/Ibu8}*a !bOBʈ ,ԵL() \ʺ6wdȌ: }CF]*Q.l4$+^ߍ฾D[wST}Bo >*B^W5Oԛ s.{&èSf>IdRmUyi$Vb{ڲY&t9 0%9S 򁱔Ɣ[fT C@ 'N-0) gmcnŀtcѧ6mߢ!Bz4*oF IF^8oNWHiW=?*RZyzQvEv ס05<KU='ސ8n=jx:BQ#PxSĞ]mȥV o.2H?%5a;}+jq$W<( A\ApVdȬC CxS7x3]/y_]9/0 `EƟ*sBe;c/(W(@C94=ʰ .hBCV i yGREӞ)|b %w|$1$ڈ!4KQq(|lZ輸Vkw5D7.mq:Ƴb| >~ŋY{ 7h8^'0 Tks?-I Y"hVc*On]A7rYQ 9qk|18g=Fβz֜/4f&a>]y!ƬN9Q\qiyuCz+Qq[]w߹Utr dn~OC6^٣V~o6$Uōl< -_m@Q~MF3d~Y:Y"zqvNqXP##ppf?O a'A2]ۉ.ܑuv|055RWǨ|'i1n"k@ZN^N)}ɭWAeI=hVfܮbs-*&W+^ 'Q `H) (΄b`WCK,c@gn*o7hm1x'kxDF@>Fq/'ۼh>;U`1d,Z>&O (xBHlh/-$ 58вע sG,/t1SX5ȟLh ~7+x7ծhN^~_ł\ɣ+;Rs`BQmYiN4lB-؅_>ntt-Iޏ (\}§30u;@I_&io}^^]bݖ!h s`Kf &*Kg/Dž]5S vpJM@_"I! xN;^V O;x;1D7wJ|? v[gJ$'"ce6+ֵGܲJTY/fk#~{taE4*vOdg S,$p*V`¢bjNhO&l<2>Ktn9V,%0jyT>;O'^s ӞlWE4%vd8MArh& !# j#&]t0 h:U) *$hi'r#qXZ.viQfټ7/]IɮWX!P[bCX25&dT%L|rOgU][ j&PuTtBAN~?_!Nmހn1!I6[&1|F+  5:㻩ees!DI@XdښiY 3!-XkEߊPl@">Y@Q$ P-M / ޗka{\-=H̆VR`de+ {smp̼P'* O].h.81Z0 X ^I-s[H-ڔ2CP.ʥh|c9R -3'%ŢEYHZ&H?̝s]:il}Cƒ˘ iX @ĺ3[ u7xGl3F|gI.K*ju__W"= <3-~#J}軽HGIko욙=ޏBhd_Pv<%m<ѧ!SSaBn$K폘J)oIm&0yߐW˄)cvbP(hQu?ide!ቹf~;2ʱ^8Ƶ(X\!vF%Q}MUN=]co}8,1,xZ[[6\/goӽ\'yI# 7Y/;m^v|18bsfgK]"noz4:ۓ]bB eݛ혫0s R8G¡3_gPYCL>_%X;z9lL.VCR~]QuFk7;r֗ 5AJ:3貢m*J}46B%H9kUfEg}BolwC rT8.DMWߐ1;6WE Dm41?ˣvP?bd07#gveaȬfvW{WGL8zn>pT7_)~ 4割@}`JUEIp~`Ɠ"(i; MS 键OxZV&@K xo7q5๿Q}dɈD4dewZ 6Dn3衰0[kF0iIѦUK(b[O^oHQcyǦ+)Gn.,Ӿ6l#NQv~ rzVo սcq Z*rY)z5Ne¥LYYxy+;R@ehqb4*!AOȽ|e7|b~!_bL4Z1LEoF\o3rU:vb" /l?/\f8v0J떲olSi;^$9B&oOn"MH͝x6\,n,m4嬲aqUbeAՑ-H/ZXbloJ2Ob3$ j .7i[ ]sR ;]]I1*3i|zţ}D%(:[) =a>Lq-dr, _Di߉R gÓUGԣc;ҵydWLa[Fe+3<"C;c#Cz4.zbKm% /(CB2arsוY$qf߻k/^ 0Ә0Ϝ"~Wص( ྾b^yk}s uJfQ*xKݚ?a0#73Fe̱dcsD[𼰗+:[ I^LM "k6!.$UdP0&[ K'բTmX @/. ON1 г.\δ.ҿEmkJ:կ|2N >7j>b7J& qpťYOgS]O1]\B@b,k$I4~'Gh +9dI*3KHItD3<<Ӵj*?m{0V?,]#ǐg 쯒f)!9 <*3*wi^l 斟U4]{gndO#onѵ&rj@*<3jڥ~iJ͋{&+Y5_9n3Xn4:oߴ^?Xu9ηT!]LRAk-X^Ai.P޺.4X4|=]rEۣg+٤а/2JDTs4 K >QƞGR]Z # L, m .1 4_bOJĿ@pjΙ˨|CQЄ#+.jT>^N.erȶ5؜uo5 YZ