libdconf1-0.34.0-2.27 >  A ^np9|ThTR8!@'`,̀S,ծ a3^vWDp <؅L]5[#SYunN+qHG)ȴ8!fsٗM)kWL z9> @\< ifi # Xx/c{ b aAMG:ԺO\Q5 N+ϩ9.m6=G Ș`Oy%n4>pC*h?*Xd   7 *< Rc     4<p   (89\:F>'T@'cB'rF'G'H'I'X'Y'Z'['\']'^(b(c(d)e)f)l)u)0v)8w)x)y)z)** **TClibdconf10.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.^s390zp32SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://live.gnome.org/dconflinuxs390x^^0f54c9953943276122a6b503032377b134bd1b5c7fb3834c3cd2d4a698d4577dlibdconf.so.1.0.0rootrootrootrootdconf-0.34.0-2.27.src.rpmlibdconf.so.1()(64bit)libdconf1libdconf1(s390-64) @@@@@@    /sbin/ldconfig/sbin/ldconfigdconflibc.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)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-0s390zp32 15914088610.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-dconfcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=85cac464d151a49a0b7b05b27ea34f28dbc91cbd, strippedPRRRRRRBX#TĭgN)utf-85989d650e1923363d40e94c088652142425bfd52bd3139e73d4dd0e0abe512eb?7zXZ !t/3O] cr$x#+9rk0죹q)ZDyU~uc"1ɑ<,՚{&nFJ4a+ 3Al2 ;$=Wz|ˋ'HalMH$Ms2IN5DQFrAՠ9`lW1m=H~tEckvMqލeboQ"-Mk埩`"̳mFRh/V+s =C쨎UoxӻJU'RL7(WN{2TԵy}175^/đ6="FuuE ONbz*|\kl#ezϯYr7"5geTØL&BɆb[ Et0n}Y`{c"PwsrdolG}Neb5#5^ t^qtiKj!u$#H&q#1x>5FsȭEvHKҰ 71ʄ"aF|N22m0'zʎU㮂^sv*uN }_?rX)n{y2&؞ۦT\f?hlw+%i*Zq륐)k- G vCW݃m M]- Tq|ʽ[|eJʐʙ:3ԨTQV;d nuas#SQQr~-픈<,qu8 mᭁc &"2٫)qO֙hmaЪLv<4#WHT ϔ<ќ Ko{$K H0.|(PYB~ ng mY{9×X1B|UZ#De+|=O|F26b-9M+ei/Wa57t#]](ldw X@tS1WNIz|s+߰} id,zaR^Mpx=u=@BlO*_a"ǟcsHI@rJ؈!>k#F@!$pe+"a E3oy 'G3lwE%ҮՀln"X֙-$Dfgde壿28>EI\9ٞiW]%.ڨܧK\]+V)OOzZz0=elN)qpXQ΁܃*jP)f}Ɇ{f _VpV|mn<|е&G?- LSh(Vr*ty2N޶ {z9?*J޸~U:㩙:G[s=JKes#?ah",(9Vˁŵ+m~)Tw%g'"Zv(KܞVNVI zDIt$Ow=wF` (x]~sQWceJ)״*9EX9fY,߽3G*:ז[$YG5/=4m9(:qFȡ%xh+ T6ڪh($οەݾxBܮ?G$K!Ej{0^Cfw -f)r]L0I_SN nvf P #d\}2btYPkI_m)T8o~PQ5њ($U&yVrGv~*/?%u]1x?7X贖cJk2N;j:@˖D[8Cn1(w%[Ձv៌X9DKduaxL%+~^0o]oHxcI ƻ3^xUs}>3jL;^ <ϳ3PT/C.u1Z|w^F}2{HQ^!C^B-*dCa6Ţrb2<8uq5CSHZC^6()Q, 4u/ }HLg3[GNp&ǒ63 Ȟ\Pa0N Tc17ubZ\ڍ<g5:pMJs Dj}@ @>\1DBgvlklCXAKG:]H1൶ ^}VE9-H7?8I4<=[`ٟe\5tBqҭIJܸhaϸ#2|ÚI_2:L$|m 5J1FdUIdo#Rqp ,uٮV?_rdi30ŠozW(z}%B[A407xl"2Xq'1qÚn:+is(EWne Zlyۣ>LX?0 qJEW:G{R~rȽPPl[آ2WT$%3,w=,08͒9.˼s)rI*F/54pNO#tflC϶a{Hi5/msr\c=P%|:Vh5<jO7`:aQ)Q2 1|Wج&`.Tj'K>(4_EayK˔,D}:?҆+ :X~OQlgȐ4 X(/ӯ-dl+e G:t`/aF#Y2#kUx -ic|Rmt3K8v3($}jUҥBBOt~LRL70EÀ(Xsa SC]:k/&]Pp!졭IoMu#cnsvR/Fjrt{LQWsG"Q6օ"C&W#cDRu6mkT&",R4&zq;8ٱyEtRm\l0߽߄Y&U+Iᕞ9"{G08mƱzr<9sZ:(M%U#RS4nCMy>= b#GNԱvIU)8'L12S#hNsڂy𤝼Avvգk>C#%!δA|r:4o7(e~Uϋ|/`].le#upPE_S~t{!=TѦE|JOe rK4jjR}_F?2 zoy3PrE',ψаyuX9|="b;R_QI.+!N,(IF3&žgH+JKɫ:dhEp02"Ԓ3M,"&c c_~ŐUH_spD&ѩol/0̳'¬ y>f^4/1>xkBA_Ջ@!1WXxM+{yP2׮;<־:+ vdm߮ KPrOT/D5KIHYs}MhOV\4>62l%aٯ@RhrvmLAZp-0x+ rP2cPf1yxjOOzS f7e\Y ٣Tkިnx4B%8 H.0Ǎ/O;nHǯkj/GE(k N1vĕkNihYaxDT'MTa+ uKJz%_0)5/\|kLYCbSjP%_k"^[b$(szbĜ(f ɇ9ۭ]^d45n!JH {+*VG(Z@xUVX"0)/[`Г_(eCgEeXiSmSQA{lI ڈ#`)d2wvƐ87F03ʆ莟 ?>Y1+13m˓ف j(R.W5WdW}٤ɘ5<fkg=WRr@˅pLB)scU6 ?72ƟҪ`2Oj7p x9^@K#E3?> ǜb";vXIĴ?1%A8t߀hR] KɈuVX(  Ϲ^ZA/$ [u\_*OG!?zJޯr/< X0/!sX䆥凑"z ] =jPhVaHZyxksN=e676r\HCIKo@$LU.{kgSƩ5Q*5v imF-W#jiHIKD X 2e)#`]T~_T&i׻mƸ V*=XlFA$ n]S)hȏi $ZYCj 2d{%,IMX[gT j"!éj#)/օRIigMu\"@#r] +UHSKֹVGBP\0U^Ke.wi":8$]}y)kIΘ)D}L`Z#^phj&PՀ* ]5vOH)*\)š2'VI7go%/:C44DsYZ u,u:̡ƓT{=ߚ&ipEHM%tC\oV供,8}ȼPO'R=OQk$q9=9Za8>\cNf~9U1UU\O8 3ˠ[*8l1qOOU@M.mAX.|SSa_="|r*UȎJYqջB&S,gHATSsOΆ3o"UlL-9xbܸ F2?ޟ}^8=(g:>V*0lAh^8s1 SS$* nGKfвH2i"-(/C6}C@ᛷXTp&P!l}ai2BE0S~2!j~b^"x$i?MXEk7*En}]^NPƺ?\Ezf,q*- m>"doEtqE@5\xP.ȱqa \֭6hi3z[kM!3i!uAOZ{gR&1]۰}Q,!YybULw@W[ O 2|cc5r _G CXGB@"XP""m7U,p" ^'6y\bXQнq~P$ZݖMњ'aTq$TKʘb{_Qj K5x0Qk #%9cA1k-6HW.ЇA?cz6ڣu3cMz-m8R$fU-y; 2Y;KtaNX3le$RCm|ȥ2`C7Z 96L elEZ&Ez60m U.S1YpTFNY빀> =2Y!91K`^SZIY[JՋ 2B^p'{hzH Fw-ͤ^"m Hl?`~e8lʃ@Q+UKlsF6t R.HłX9sofEv>7˓Oa4HBY)+{!;wux<@Eh9_ļ&d۫l&jW_@XIu.kkjX5Ƈ{[  hS $/k4S=A5&U~P)uNKe7 U< /lHXm;҄0{Yq4}4*X)Dt2Ӎ_nA/^%Џ 7Tu)+O cf4*YΘ}P({ONhXNG"~ȻXԍ.V;_KAI2Ͳ$'h KEIUOP,4<~ք< 5|*["]PBߚI-b?vmX ̲?YfŘL[&O?[5BĜ=3i+55o@Aq!9ߝ3>4f'|ugزqĒI .$)FeR?յ7q6 +4->Q@M@!S=)*^fD?- OkT(LX.us.zw3F: "3mNu!|;X[KK#k:|!*ʆ7no]σ96A)[2~)BKNsmJr'aOǮܦ{gҤ` !7JrQzii%w1F]v^|}$ao cd2 >ABb#CL~@'ED }o>-FЂ`3i j52:p@}Rdr+F ؒ)fraW y n|tU,e={iY +y0ߧ%lD JCUv8+BU_bd9[6{p11*1z^[([3 OTJ7Vw%'\yӾ(Gבnhb`F$6u ʲ$05|s±2Dw1*RRZ *&Mv$1[\Y,ҷ&6\ $в`yrB#{(9}B_y۫3/[Q1s}ڻ=JS@ c5zL6P*Aó(ëv%z~ G AV C>?6v"6n*xp'/bZ~uiU7"G2/rddsy&oӖ_Mvf֍b yX}*{L' b3ư/22DPjd82:nr IR`uKXP](Xcuхn5!-D4F"41O\ q"7f+>,pnfm{@p:?,;]tKY39bW5w'L(NX;&œ W_lĈCvzȄH Oô?nI{1l7uޭK ,H-Gef92skA>UՑJ;g] ,oDʷ6=ދ3h QiA>\>}}G"3[,+}60HgD@ݣ8[T 鬁¬آi[?D?YJ~NcR'ӝ[fu8fw_̻&+Bs BժsID$+[5}zX8_S6IB*/j[k{ wх5[]z{-gƩh1Cv4i4²q+`^)OOEzGs*MdZ .vPJM>ff&(ac)i|Dydν3nwcN ƀ * }rgD& yVzY »8}ӣp0\N{-̍l;*8'obP,n^ *x4dE=^k^)+@M!W/Yv(+oF.`ʠ|p,؉ *ՓӸl K;yxWQu1}3Tբ'޸ynk: Y,/D-6S~ s#?j9g%L^΄m5ryq?AQ L[Pk82y ʑ`cY0~` dJ)Gfy M[wmܶN +_kxzmRp@]}:ubvf93nfP2<=,Jr.;&iFC4R4 A=mgXZB3,x $[5OJ.ZH;rF)~4"vk@ۨۨQRg-O* ZX gWX> ]B?zWg/ %Uw8`H["x ǮH9ۛAͥEb>OqFv=RE&f ֵQ5þNyzy`z {T0_oɹ}R> KdYtsZyu rkϨX*+lEG 5JB,nl^MKU#Z){uG5:JӍYQ[W[葰.&ȩ4+[;ŢIV;h&v$6_?$8M`ǂ o"_9SOaq?xbFPhOm t\͛0:)\~bJ* s횰_"mK{36|HӮ$¶ۃpġnusytm>>SvQ*MqiswqX7\' ߚQKvˆ~ZǃsY_8@ v3!CXXi@c6c8-ǀB vϹ>󽰿q =ԓV+ANcU+gӈ3EycH;QωYpawZ=7!m5r%=KaI' h:8 iuYZa`e@U(p|V0*ʇ!"f x?~Q}R,*~*w%t#F הUiVVH$XZ@lux?('%vGsl}+,%B̈́rD5c0x?\ՅLHI8sG%N>w]={{y0]-onƘi+eED-mq92(d{[Fu~We<H$5ǤGQSeZk=TM"N+pWwDG@(=v"^QWBl_S [E)8w:pq8~0_C6e]9ܶIԧsrlQZzGU<#j68$xXm>׳C`)0(Նx %9UYUT!'v}8͸ &$-[aOĽ)E[Wmdr!l?Gx `L1Ȝg~+r id+N] #V =>[ W崉V(M:5U|U>94R:r1OR`dKMz4B=, gˉQ)-Yژz(oCMfb02x~J_4аs>G1Y mle-zK%*:w1471)ΐ11LeDh2몀Kel|m}Ԡ;G>Z؞ŞVEWjQ-Tt3^21fr+UbbG>쩦~tN'W:\ EdǷ[B<3¥wdVoIGP? c>&MJoL*)8QMvd일 B-YS2g֊ߌ!1 ; AviYasbnFpjR6;.]0QFē8"zz4UД-qDRLX /bhbdrL`5Me, _EBU?*uYS0oZIGH@cb5N8JOٞ1u?JS;xQkDϼv&(/VL5_^͆$TȤR'7Hr/3A O֊#;r`:7so+%Am&TCCF޸O$g4F<^Dboh?uIә ×;1w-w^-KxߘzAB4xLj5J)5#ڱs"]#Kً qnTM df}Nsq$mTA _R}S飡eͶUclWSsc|6ZH{?3i_aOΒj 2EPO2Z>$)k/Tp*"2˶ϚtzOѱ1);ly*j^9!%,wnoP:VFW1  ҍP {hWސxďZM.5H'h =ңV ů30uak&qp$.)\MS|wF?̗%U]gߠ#uY.Ѥg|J5l 'k_l{6/{xom^ϘrD]}zfɡz2+P7S! ˰7M]7Xy;ㄞ84B2zat_rA͒]VxخCk퀍%HxC2&y";rVacOUMO7z:'ܪWOwZWH|)@'E] (bgCEk>wOxE_N w֕7^4;J" }g&Sӵ+Ǖ/GȨ'\H(z)B l[}8Ak-T* Ʈv%pcM 3yu&k%eUe@pBrN}Gü~W8dy ێe.9=[0+dL_.[!Ϧ(bz$2 2oW ?S..yz\f]Y#8sm3Il0g#ܺ|mpP[qρk偙p%FmM9/̜hf4= <eA* "ՑxўXU3M xXTUOB6ܥؼ^")RXalwm;pq`N\_񥘜'ew6-tAfJQ ^vՌ1jXv`aXx&gJڹ2@>!֮wcJu 4yoH4,'Z@c6 3dn t=F2aXq<\% BQBgP3Tg%GӰqSTqHD6]3RwjVhn3%^9oƦn3V{CC9(sذJ.UΞJ@vf%Wّ<:Z ,nMeиʽdR ,6SY<egi^u~oj ީOG h:+o[=J $Pŧ<>h9FS,W2c& %d]hS;]ZbX+YL} h($aPfg6vAzٛV";* v~ә7bѿ  I)zPk@lX+RwXD<Yh]!GU;i-(Vd0_6eM[s$'z\qt.rElEte;0镐S/V~.k<{ vXP&D$%up+nUk"x(2&C@f4HL`t|7 'է4:c{^rw9>.џ@9twH?--(x~BJ#S|4no?c^L+ ͠ƣ{.+a[3.{WwP?JJ€۴)FXn+@r~$H``'*dP]µTYU ~{uη~G Q2X3;kwjحPLZsg]WNL'!".ѲQ9" qZ!+_fS)⌝|7>z۫NG֗tLWwҵX͓s x Ox|[e4+q.䷚kE-jOenM});iSrӾD2Ƞ~.|]~d,]xʞ K]= ys#DXF^@ @/?Ȇ_$`WH86;jS13/P`oq5T^f *). }Ӏ/ܜm|g(mH˪MfM~C xj9I}}c%7w!&>E䃭`#:eHg6ݷ0 F[B|nD18[9ro^X,vu0q*ъzb IBrٴЫ:Ŕ@4W}!Hz)P҂ ;KњW$ 1%56`H偋Z]YM׼G P6wl>۫l܊Ɂ{Plh;fNcΩ.x@4qSNòeZC7;7(ؾRR}Ol B}ٚd^s!Z{,!R 9}2 ^f1dN!y*2i~I"SN\=janu|b%~=$]Ԇi:׽ P<d#UlnT  6Q1&sJYޒw2dB k/no&U'.x&lvs1QpBven6t?* at?S" r 8CzNeA]~.z<bZBKȌZMHMh~/aEia e_\=LLkwӊg3Ɗ2>VUHunwWsm-31Jٯ1IߔD$<0M E]hsiE@-cv /ГjmX74i_v*~`O`QMj%FW!v ֔dVa=Wvn+{Y$u>0M-p bGcL)jc*FW=-{1@G!;?~#BERhXjjpJʞS 2͒X- aX2ՊQrԞ9v2h%^wvP3p{ 4(&6,>`VVQ*Xx!ĕb3A|sm~=nrٳ:aIx~koЗ`wZ7lT[ CLL#Q @GX?2$?{1*e:IL%v]7΀Uk2ksO> 4GnJ: