libdconf1-0.34.0-2.27 >  A ^p9|(aY2#St,j8u4J9DI^o5DD4N1LcVmRYUXKVVlKN[Xa}-00لc$F5=7.x{ OVYZv"5%8E$;ȢB0%(G9s_ox39UeiH,5)23uF݆Dn-%vN&ie)Ө76ed72be1813e53ac75fc4c5d921f56bc3ed5278cbcbd13a0f68f0b1916c57fcfa5b7fa13d217c11d4cb6472cce17455583da2f3^p9|Bz3D|15s](ی"qWh&Y3.ԖZ-Ɯk'X1AzlO !V cyrIa u՜.e+(j9Ck3O"k%Nk̒ҟBJ`)I 1Veg)dg7_{K&5 \1=޻gE1e HUwwGOb2ND\==~v/m$muΣL#&">pC*?*d   7&8 N_|     4<p (88@9:>'@'B'F'G'H'I'X'Y(Z([( \((](0^(Pb(\c)d)\e)af)dl)fu)xv)w*x*y* z*D*T*X*^*Clibdconf10.34.02.27Key-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.^sheep64SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://live.gnome.org/dconflinuxx86_64^^e6a87a02c0ae683c4db7f5b12898d4f95c9426666b1e19f5e813ce25bd54f18blibdconf.so.1.0.0rootrootrootrootdconf-0.34.0-2.27.src.rpmlibdconf.so.1()(64bit)libdconf1libdconf1(x86-64) @@@@@@@@    /sbin/ldconfig/sbin/ldconfigdconflibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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)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)./sbin/ldconfig/sbin/ldconfiglibdconf-dbus-1-0sheep64 15914083390.34.0-2.270.34.0-2.270.34.0libdconf.so.1libdconf.so.1.0.0/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-SP2:GA/standard/7714485ebc249b07ff4b266703642976-dconfcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b48265e23edf51b5d532192ee29048ff1f78ba64, stripped PRRRRR R RR;F9zԕGqN~utf-841108ae624b3b7a1bd48079ed13b51422a9822b8a3822a4fcb9196b7cdb5ab1d?7zXZ !t/To] cr$x#+9*[)X+߀tB\ŧhZ2pF*7UꘁlY{>YwS" GGb&xZdQp]SUI~ B26{6oh޺FTQ3'm!%xtN7 qJj|nO<\dEvU5YpITqDp5At1+%&t r@ ajY)얺W y[WyͽƉP`,Hv]N4eJ۰0U\7`0NVFpոЯ= Zyg催Zr׭Y猜Ni^ }FF`jJ3m:,1 =(Td[z'+Q?m,aS;wZT}Z"'0Xj}D ,85$A{ G7$T.. 7q~on cV\LdGcge, }HE.kS︦Gfфhab^8K(U_n7# :'f0|W8& 0a( h^Vx70S⪗Gt9xɩ RwI=S{9^U @ vި5&o#)&#IO2BȖ$-z|&@D'7ξiweOYG}t3d5r&X #")~cluCRրSAO*f ~/}P-,e¬dfҝFveӹh}f("bh"rKZ|cMw,RZӌP:ˏ"[QghzEwA?qnxU2b Kdx|8ᮾQ)) Y[,+r^}BUD0hyDp:fވr_3%zG Gޟ.Ԑ+ -:s|:JnFfJS???_oǙ\ :.Y@Wm|rN_mv[FژE=}?"sX1[6)ʤ}8(gXz.Uc(i\z9T{О'lRv+I*<͑t9D%; w'*zN(wl*8R(ʝT{WG^e8f>k}PjFh3^嘛Pd/45$ l@SƄEOg! kɧBR4rV/̤;_)`4P{?z.Yi6>2֮M:+A-2B(rԉg|V_9ǂk0X/$}hc"p:HfYdqRBK.MH`' ~8g)@t;_IÓborP/gƢtmȋE$`%5r_%Qѹc  kBLfO/z4+:1>φY 'r z_tśFV-s?a B9M*ŜЦa)۽Ҡn.aYS-;Y*otQ|OQQǞʹ͔:}P<\6Tޘ`(/$J jp@)Q0a.}F{P" ` <OŃ7Pqzz*bc_*HfIhX!Nsbnxegq۠k: V/83]ݢ;he _D4T4 ]anCAR2_ fr8~rw;+;嫆Foη_89mڂ'Lex61MDea< MO8Uwbҍ(0`'nW#3Tl =-, R9rx͛8yvm햱t;x<ť̺qN' 3ijrȯqLu)aO7Uu(Ӎ :vۼ̕n5YGpVXvZʙ'p:=U5`VtEoIJ~:D]ukD*bv4q[ A!G& Ĭb vk4v{nO rNC݅MTua(5\xԝ%cl*-*Q$um7^inXn1?l/]1.54oivW.`#lABGHov" $Gl GyVj‘!\Tl":|F!$:Y]#a~WVM[S3B8@qvɩ\ k üS#lm<2qfB8$n˲eטb/ u.awuWdo*yeۘ&l%!>p|^^},Q9N|qSK07oSǎK;%`sO(5V5! GH#,DžlAc|-(1҉e/O$T?UP&ӕJ9I _ڥx/߰nj`a|@celñ墀)iE+2nIM D+4Y)Q+NIl9ց֊+JWphAI:-$mnVfیoz{;;^NĭM֓ӄ*ײ/§C،btwsHTSNđL x?]_[@k|o:&^c#I0!8%>3?ѭ?*%H=ghXfU8Ї͚(5|HI?@}-/ThԸ>MYEl4 WDW ^ WSIJG`5c< uaY2EW'#XHDkJ[,NxrIjRGXni}ɨFE.V RR EL Mhfԥah;;T:{[™݁2Һ|@Jz**Xn~%FjUA^ %䃈H^tѱQ\(ǮQG9w/}}zQřIx&̖Yzãi hR @M0RWՂY'`Џ-|{cMRM:2`(!NeTH 0-Id/V(ک&2r UG2҈?>[rB96eɫ, `o= pJJ+)DT GsZs#!wC:̡yeZBmEPMfQ#$e Fz'G^@ωO6&[Svug^PZlt24pM&?Wiyx -ePl2V,FC=Sh['wf_z2Lc{ V`U;gtou?T'5Z|uT,;; "T2n  iM+/ }̎$9Ҳ|s;22`YQD@꧿ ݚ:='4T v4ˣj:`Dqb@˟UnJI11 &Ft^oBJW{~ʧ!ʀ$yB!op`59Z/`Ws>: 8z6g.*Mn/ *kȪX`墺D"RO:^ (:} >GS^2Qbv"0S#|L:#jr57P|77AYTk>__l1+N)Q*nx}+}gI GkueGm~sBd{haT.S66~([.pwI{l+\bb'=8ۻf㵳8?3o%^=s}=nac9qz`wL$_Z;WB]!sq 4`e]BƳz0;e2A 5 oBK%}ëܳҽu5@i94m%p/".҆8-YY3uZ [R" XXMF\ g1V@b[ׇ* .) _QPY7[%("86I<&qAZ'Wfn)I)>9Wĥ&_rL\*b. u^\M>:r`UhY1G JxLR;72FPK;a\Rk0/"L}oB痔((NĐOJ깻 1ʯu$K"OSU;d#A&ឌ#q*+2 Xusmqw@-y,H7!A0:s)J H| 4J躠"3VN\9ҖwWN`MZѼXM tKX[w5/^NzY+ݐ,/f$PA_:󹁵dC%PN uY[́ crUV%fbMa:pyHNΦdEOdWۗ!ꆰYx𕡭r<JFLL8-[OwU+hBkP`AJWÍ4M[>n^A^v>3~8*w2*@>I'E.!r}+K+}HLdA \x9 x:gpʼ-y{.R`[԰?k?iau`+lswkwf%CKa]v#\xqx/LSfE/,ȽfM0UV%w<-JC ;2 Kip2Ө,{*ecES?zA "%-{k;nidT7޹YI[9:~)&ÈᖠTmIqdF7|$4tR!7w7/!Kت}h@MtP(|j%<ՀwE,VHoO`ʹPM9#@ q5KH=qXИw!7v&q'ZsyI /Rėf{o\u`}aB 7k[1{7v;8s]ѕOχWȂ1Ŵ=7VrN&}5ĖH}%fQU'䘩5]Ew ^qK9nᎺgI;zˏ$f8&‰kIWĭJЌR`#fm;:qWQŧMf A}07 >S7^[xG:9Kai~}Zd?9Pt9SԨ+W)t_##t]uLb1;'ZQ}SL =3AdJ6ԅe8޺|Y=[.\7HF6k@+Izwbm5mzMA`Rּm8ky9yJGw'rv@cM|s \Z'/Y xFiw~y*|`KXWs窯"{y >[ߎ'J{yBXW" R,(&XnK)H[w6U5_z>7.3 |tjci-A7vu@:ervs6!>d]H}3Nwy `vU.h?MߐUShzUwoxHY`f$JjYW`- yV0ncg,=5Hƭ'rF3+ZYQËl\PEjPk'sTvR !jkma*뽥 lJ ϫ‚/Cq*P|t*wr I5VuJڻ}|>U% P գa9]O+M#>Z_AYȃ02f߄#3}ȫuI(9t*,%9^vF"C.cz#Jɐ{hj䐳fͪtA^yEd<]6}qjYs(Ɠz1\)kXOV/-.Uq^2O$9#pimgaDWt]@ CX`SdJ\\t"DwD2g>n1V*]Y($'Ezג2t-Ҧ-s p&4T!r[n۱oxA!_Q\EXqhW=ao(%j`!bN|/v#՞ᐐ7/BZ _aMޓsiCFàGK/}X/ւnXL? A,>1NCtbyw/Q#, {bf#[:Di:sD斷ԡ;X%տ/= 7 #C-Ri>d&`.sKM}2QC&t= %TP_uӱ(' q88.ls1}a.aj>nЀl*+?Nztα6|]7|5&IT ^ECcRM3qACk#@0j!+tࠪtj1)XOu`=!f)O[l] #AH*5f^Aӳj֝8]64ֽ3/8?Uqic5o:G&K("ҩFPю"Ik+IN(MaFb%?H46O#B?0$fR]JV3 Qj:8QCEkn9i뀬]}^#3/~S_+bՏ+N5"X εnK R$n_?{3Qf!?HN~Mv.x̂et]d+hFц]olG>D[+(ӈVwj#>!]+ O; 8pz8dp~%O]Xz\i)}U$&[}<spNj35ݬaC#LTX3\CD\\oôC<c۶9D#NA hijqVCp:p?XVX-.~.26gJ=%<Cu֌A{WN/r4_p&[ |0 Z ~}NU>gQQ5i%Cm,ȟ_k귋D|C{|;"Jl[;&^?kf6<='`xlHN=tc @ C7QBsɎKk% 4 \7CZB&v.^IQ*X>}RײJWgTsCdzłHZQS-ՠ.VPCB" 0{ogt `!+P`~I2_UWJZO'daξ9cG[\ދ(!*yUlb~g4 r`_6qT~V|^9*[@U6-Ύ0y0 2nk寒XҔQǺdb=?0U,^y1#+FJE;IʀΓir㎘L˖܁OC3{L*U~s._#'KCHHsjSǵvԖ0K&~1 [x#p^oQ@m64(6jrA=.!i4ZSGJCF0o*{di7@lc8\s-I'uUcm4GBH|`H3ci%LU8#5/L[Ы00ܧgqɴ5j9rߏV2a:{>Lf*?]/sW%t#"oNB;K.q&q!*WA 3&>h#GP&ΕA]]4]\"DkH+<15h.e&P0nϮi8S2xꮬ{WI% UEy"-kↁ TA]SIGR 4]AnLM뚡}gێj:Dwzfgp  򟵗1uIَ]uCB) ۔Oa0̳ X~n]/xd WۅX{ѴHU1V^z @mz lGhpNё@?sx9;ig oE|n[Ucv~X2JV(5֚/T\ҥt?-mӁI%%.!34*Ev`,wVXPT6 NW;bG^}W# ƃn<)=_a O q.-c;:v"g3_t?B3OTPRKJpفn`Xّ񻤷p\ZINUQZ[x(3CTLA$}^#=t趖ޯ`jMο#oNN`T /dfnXK=o ܲ)Qʒ":b>c%<2_pfDtG)̲2IlR<&X9Z0Q$+΅MϙEq#;,ƃ6~n(=&(Py@5Դg8~%ǘ%QYE#O#<5AsM'69& S9}GCnz2`*-Ўq2ȳt[Ojut]%ϸ>keJ [kx6 QԦhO+!E3i:aX聡lQ7ڷ:F,*΅ۣIXc ~φ9vDuʐPp \9 &8$V{4`#UMscyn~l9,o2*?;np)D{8YT)ب!coNuyu PZK̄V+RHx(o0#d)nN3Lu(\q`r嫁,F4 kaG}݃ ,r_CXb\_th9yTjLSB6c K׵v1=3Qh'16l{/GPS;M  ;EKGG)]케"%h_BS]*-8VNJvFf־O#1Б)fs&ESph0Zd8FΥ'%4neuG$AF?"|2{[G|`.)g 014,_.}*% ȐDg(Y$?/ч*42af,TvM#K]O \MLKY7Y˚j,[5ESn>~=QMCr?e^@s.A]LTvq:}Z<񰐼Vt\rnsoZV!{Hld8zp1EFU B rš/B<|gTP?an?ͣfk_μ8yU֪7V#}V˕3ݎh735+e`NpX6uǠY٤]o,"~Z$ɖ~-\O|r ֋8)J};@H#ijd~F\c u 7A{Uf]Ɵa*E5^oֲ>3kA(1C++8f{w&toٙx:g_aewЛ+@GO*}!$=Nit:+ZqJ`)3~9n w ;gr;r_vǙJ#&/ =7*s\ճ+1paO\7kjl 5x^R 4v(Ce 9-G>j)k"ْTIZG&D k0Ѩf2,MɮMĝWbI{~DR>fr|Tݘt'+( 24H/ )5'$[{0OS>\jV\Jq˅ sd~'!\r|gA /p١˺^X5J_cxW2ҋiEU1+o}jP#bD=5o_E=\R~ՉT jpAVB*/{֮H&w{,\d KFpPFl>([/CN@>V@@\&/5_,{.ə *sEМ=: qjTt^F 9Oo8r!0ɧK_[q/h'x,;@Ê˥AS$Uq\-"m;<>տcigԇB@䃱{Qq 4!a;Dv)648:o9'lrJ\+XKq ަ(e+Y| XL0 gP_F2oasivbEUր/fyG  M" ˙zGGU(Aw %:}(xƛ`؋ -LMC\,C/Jܩį.^ ZD]Ti& Q.RJi䟚Vcb[GXh!Ci.R4t9N sz\8li8H `be_Qm#ub ;GZ7n/9 eT(ӂ<`[D@t+#ZAb|l˥J  xd<,% lfL|po}qk)]vC \5=.\upWT1P>a@?BŦ^) ;P$&7a/|:U?uJ3,2S2}mD#qEFr*o۳UbCˆu[=`7A6IX?'~H]juo @ 7WརYo5AֻI:Ch`63.娪Uy|2@P\`ѾQT)_Y9.yؼ2jOtx=BFzmڳyO~'s$J7=(!?vsWyNEX}o6P'k7݌?׮4|N(9VDjn}W e˕P͏\Z3d4<3o@=>SKkdWk-q';-aj!R&SX 1JL[1VG-a)Ȣ᎒q&iz@޷'oI4K~)`.j 5qTSWvknDNv^KS.`OR5:lSe- qd`0]Il*=pa.eGbUȗI=ImFE<%ث$SaFU92i'  UyRqe>?=Aa(y$yGV&dv/L-[*~X/K4/'kQ݄JmJ1my~&`':Ǽ:z>Qs:0Xb!q^s!yd̵JLKPYrK[7A_IYnO.C5RDϟh%|?[Ssi[O[;ogĕӏ^:J/K[k4bδ2٠* z~ qQª:2f6r&-wRMM[Rԧ {`XW1m[ϕ!U7S2 (`t͍4?Puٙ@IX/^$o}:YA mm{[d 7kVwAu֬/iA+4|6i"k НU]X,=6CAfq5d`&7@Mh҇HXڰ4.$2#~eE'ܱ l%`ȭiXVi)?( :<(+hMyRc=mYbd7-VdvoS= @T6SE;vأRְ j"ԍȰȉ?KɜhsHv_JL5!:ym )kcL;*Q|%n:/|aXw\ - uר+ܓ{r\\Uęzc y2-*-Tj5mfX LʠOv5ϲ1G0VU'̛, 6kXӍ.6ryUto#7L,3պ5L\s]ۂ;JGqSM|iӏ<.D 8`@Xh.)KA'*r%NOX`L#H-4&d>k &jM~4‚*kdi" ڭJwYQ TPZek3j)ROs7'8IgCIgP&Oe{+Y&HĶt@ׅ_4[u%}U ĹrA>6I$O_m75{ &>KYckk,YXR4L0MZA==| kOψ4$AB'v޺ˎoQtCiMR /XVI8 FVʿ(#N@pyk{C`a&VEك~r[<`AGp&;\wݾ [EۓWUzV櫻 17wj詴1쩏S uMұbkR0m95DdVR;+_~xomSY(\ټ" WvѼꝑ}KF䆷~hn=J^^F :q'8 h?0+sb)SP-Ɯ=.w\GQ}b *Υݏ7 Z;- >2k1v/)%XޏӃ,7xATn^=t!w0KϤi~*t];/`Q1xVRܛ'+'V>3l2I C %ϤjkӉ.Ec@~"{[ؐd`<$YY4jO=E8ڍGfxY-?iey+7J(5 iwxqM(uTe@<c=7B>o#uTsr ISˤkq{;JSm.H/o`Xsg~߳[#>~n&kfSd A) ~e <LQz1h>QIL{jOZ ۵?tdAλToUGRs\6Mg]gįi bÒF;--uc"]k .K"JHa= [[cɊ V}QDg&ڰ"`FuamgA2_nR=HS7}!kdhO0otд2:\x FߛG!\j DgʩBNɟiG$s9p:g;\:wQ{ȯ]$+HZ@\SfgmWZSxB[5G21Mu'EK$/=܇e7 X|ϯ 㙣0H{A´ 1\EQЇ lia McdmĄbI'!8 RHҸ-,F.} \PxՋ9b[<\IDHzg-%Ǵ41KBŁվeNnZPUm=~{HV.k·hlCUY/wG(9} ?qkW5&5xNdxN*fVlJzDcիyãӄ~Ǣ+q@Yh#Xuf72 JRCur(„o,e̞ClzW6R g+;A4k!x] wĬ\| .jVhIؐ2p3$NjMH. 5%&.7jV싄՞ELw<4+1Vb-O N{BKV|#E>FՔYξ_*,Z5ԛSr_QTCFe.Rϊ~_o*`42DXz}C,S1 `дaK[q̋Di?;Ѓ:'hap*Yh7c 5~R43 9OcSQS@Hܡ8}/ncpab ?ui>j3;bh S/)%Mو .#>'vڕ,̉U:Hja'j"ѧ"ךq^&yBct ҶBAPfBARb#q%[ 観R;1 Fu)<_7!,nxUk+0M]_.&z.NP f>"J0vOGgDK6c Yx[(9#8lE K6=Z3 )/DeU^ԋo!zm[뤴 efE_l\Ԟwݼ2'^<0 a.Bk^PArmhlxMTFUp#"kY`6i2W3?`wiI0*P@CWw-E?PVa1%ڴ+^ƻ+H>xwF"qqP]ze"2ĕ{ӁRWv7tb`ڏ* WRBWX7[8|g93Zzr<X쎏y/2jɇƍ%4~aB܉IX%G@5F#ABj}ⷸ0TNpm;`C <`sƱ I=A4ЁLƯTozt~ͦAfH{,G^( t " zzX9I;mpPOul?_[汥ʑgP}C( 8,2b ?|&ᙴmuBY(򝎟-2@૭Yc7Modsui k5fR 𛱙=#ߡff%&Xg~6\X%i=ګX#WBB⧨$a{h Yc~!ek ^!`/N)}=0Cf&rbt?f'9HW, &+C-{y3y7< R;d0=liZ =Mh>'T2bم2u1wxNN/1\((ܚo^8vӥ"RyZՏ>jK*̈scjhh=L7O$K\_j ӬP"ڃLOa"Eh%,xWn%asl٪)OUQé2f7]7wugH0R$Ɓ_6ۋy>e eA@QƃWYNreyMڹʂHɛel B-U(JMhHdy B0UШ+A's=ҼȽ5#@Z4#W~[GEZLHXoLJVaqu9 y#^, oeQRA2rQqҴH逮+n+#n^@*YeQgm~Ѩu3lU?dR;i ح'*MGTvmp(:}%6UJDHNM|T8,ԖXvuԆ +SZ: @l5W͢b$MN?zi 0+$FW3|{}ẨbM5X-h(YĻ_"E0^1bsw<|J