libdconf1-0.34.0-lp152.2.4 >  A ^下/=„3hG]pbtcGKrL/ImC-SL}BTF )&Dtrh 235!Ut{KXgkMn* Qk*`Loi1"8r%uxe!Q0}ѿr pp~EYzW""ùNFUp|0;Y܀t͑J'"fbu:F4 asDԡ$zo>pC*?*d   <" <Mjpx     $,`((809:>'@'B'F'G'H(I(X( Y(Z(<[(@\(H](P^(pb(|c)%d)e)f)l)u)v)w*8x*@y*H z*l*|***Clibdconf10.34.0lp152.2.4Key-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.^goat01openSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://live.gnome.org/dconflinuxx86_64^^9dfba27b13d398f3871c2595ff09e430dba7b80d6f30d20bb68a99a2c8167d8clibdconf.so.1.0.0rootrootrootrootdconf-0.34.0-lp152.2.4.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@TfBjørn Lie qkzhu@suse.commgorse@suse.comBjørn Lie Bjørn Lie bjorn.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-0goat01 15899747480.34.0-lp152.2.40.34.0-lp152.2.40.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.opensuse.org/openSUSE:Leap:15.2/standard/7714485ebc249b07ff4b266703642976-dconfcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=10913a2372a7b9b37714451d5fa4f4967bf37988, stripped PRRRRR R RRs6Ц듆bnyhutf-837ac631a26531499544f4461ab607a2817d9f240f64e79a4daad82e37020dc33?7zXZ !t/U] cr$x#+Q=qX0EN]4A^w<ܱO=EǪr<#t`EF'GD΂&=7թbpL67S &-r8>T&qOH$uF9pjJ]?F?QFDj,/pXH6PQSm^D|/U $6_oqRAmp>s]*$\G$TT>~ rᔆ}x: #jG@M憧SzZt]p|䩻~ۡ"h:lB)C"8G]G]cT@+L6IV|i~e19 NjQa>HX_ 8g9vr>YN"]oA5g>F.1L [k-cfjpRSK揍6"mX'<\s#TMSHONăwtwr.JF [4K;*wPe[WC "uC& gfG1fBV0q?4o }W1yh0W!zY)sÿM0_TU{jI9AMGB5E]ےUT"g{MC,K|zdҴ|u/h/e^q_7֘R `rG?د%ֽmvlM)Jk pM@8R!Œ d#Aa;eg߬zz yi }c3z)w_36ޥYI뛘04h_üRq( Q(w P{2&ƿ^q.hX~7g@S;7ĝ[s/g`a+>}I~o|Z:@Dj+F1t ({8:N/NazƬ$AhdƥlOD&B5 ](0:$-p81OF!lkUl1ZR#(P uȯ^x?7 9; "Ԑp-`CHRNE}q9ZwX 7t m ѷʌ.YlZAF!K0) wuJ9Ƣx (ot6#GKc@{f~YL5p Hf2< URe~@9U^Cv_nr} 1`j*Rþ3n< 8z63`J+ooGC;u>'2IYGȪMbKPlJ+,oZ%Y6AXBWuB(1Vz PImm Owdړ].'ƾ<υUȃC(GOu}"8а|cE WvfnwO\Qȱp QRcd @l;4lqYJ;_#r'e.rz?υ9B4Ԩi(L䔈/GbBK7m= vSIų)um8MXp>߶[cԎ=}X~$pbQ:f͏ư[I<` |x<2Wq˅dk^@ &ґbCTE{>Rz4Cߟ5i`>0Ĝ]X~|5G=)rcF"4OU Yy/}KTԘ,{Cļ-W}x8Cd8e+y/ķ+hAb^(l}fHU׫ċ3P H.PZt;+ ECW1ln)D4tC eH-ؔKy\{./-n HfFJy-ʸPd+TEHaV[ !w?D/ .O?mGdwmxQŒM;Hqo1o UTP'/ؒԵeet&<ڗtSxu.xۿ5-4D"}Hboي"0ݑap}ÛI:kXO`g"RV#MFGmDdx/!d ٞrIvbJ -$(fޤư%n//B +ui\l_Tqcެ1Lk%d^{ |rb5CVOƋwRd t4(ۂi WtƖLF)]>Y Pl m3`*ۛ)>J9EQ%.wm.aDUa(ư[hJcCY_G[8].VH`h5=W,nۙX{-0OY3^%$UC6\C6L 1O`S J6O6+dP!4cfŵYAIKqjS+`z*@vЪ_ s/5Pa4_r"3>p³yݖK>V! fbb3ncXl:4߇#YX?9o}GHIucvv׺ST*=`NIl(ҁ:_:u ^+NW'1$opGh4i%1wK\ݡM%^o6rx-vәoHD i{W(S ڸK YFLnh..6'tfQ 2fd`[ l:/&rD^kK^aV 47ihbt,9ռІx"C:aDTT3{{n #L9:szrp.!?vqxg0«ptxvt߀6Z)?{Q| PcωvtLBaZPDCl$ 8,[(!70סMQ񪹫w:n}y7lEdooRC\YH%Aj*! kuEqD IABJvn A R|n =@ mO$(:p#zߜ]"sDIcal'O5p$XdKb젋InVR#>4B(5@VbbGXI|'B}Q"t}uM0?W5~ v\0|Kgsx hA>åĦeEe%0֌@}/'GQƊP0nH埛 'Ui;У̯agFס:sCyNjRkXPA)/:3/ESJjZ͵`s٠(n%HOj%&=67XD/Ks:%2'wZY\#JTs+r1 Bɖ5098ׯ4Ufa-RȀ!_3Z62ic+[*q''(T_EPš+?ʫ3 ީ3pPjY7*Dwh.Wr:*Eb XYq!8$arz#SGd_Z;[s+:fQ:m(gr U%EK(3Dܱ=\f&Uh!Rnve |5{N:ɩXҊAXzz|DD{r˯>^ȆoS-ZKQ$ʲ5ipgg,U-O!wn+-r袗 vʯ@=jgK'%U<?٬/Cm*>FTXL ٢UP_<{-}[V!a} d0ٸ4MwycTsKTb@3tm81~Zg{_7H`* [pxP]'YkGf2"ZGU6fQ*&Qcx2a Ox.Sye c_|Wnŗ9,P"O'ԂDơ]YO i/Jxuܙ۟ÙBoCY䨮i!%,بv=#L'gD/;[b̑Ԍb°HWQd5ә&-5g; y xr@\P2\ә47fS*eSKQеfUP꫎,QM,Bof8-5wo3ύnb̷؃ٍzzZ2r_uv7U%֗S6MPV F|Mrf|Y'>i}7o>CK] YEoE`:RPzhIg)D<"uM |>H Tl5w1 ݴ~,_*No$R@ubs`QїO܃}I'b3({tj Q j&{IPıun ="`-GXSP󍉃]ݳR {=HH'|xʃDZmc9MXֈ5F)3}{W`lVMt˟oĸDtrm;zpDY: -G$H 1fCoѐ<dOI!vhA&=v$ь +"Jڋu1Z컥/K8"zTq qʢTpLvNF(D3$umQUȘU<zKGv$;s6<1kvlEo+fˑjĤɍBN4-"\,ܕic\is(7UVpJPO8xdL06[8n(hdk;& 0yPv"QřwޏM (-ׁO*L^\eE4;޷mmJouLDש'0~vzzuΙE2A~Ĵ+^D WI4n֥Sb=s*vӅu)0bN]ѰN9L{o?ȯ..k #t7vtgW wrѮΞ?O5Ȑby3J-OJWRل/G-&G-$+U1M1+J&๤w* rj/qL[׷} } nlUڭ1q>GS|"R#Ǻu9Ik7= sِu?A?W6/:0mҊ]G|2@o "r 7vShQD, * Rccxl BzYhI`ͱݦzfmٟ{fǣ!;Z<ILc@voA'81pb!ZvC6pX$|]C~ࠈ#R1!p_I+2J$ 8*Yq f,IFd3JģLGDazZg(sq4\%g `5:"ٺ\A8sƒPUiBs2 ml*HINj- Jx L)}T0Hܟ3N>mI*X䵻`t夁:.RDƃℬ؋R71yB#T$m8B3'W{1\du *_ |90 K-0FyH3dʨ+FRNr(]nj {U|&D"\_nSYnS*4^ܸ Gr]wl~-$Ws5\Vr<\͊߯riF<0YtIԀ[2+`Q\ѓ0ezetIPy٠ BU+BU(iVP@OCS2Qu~Vv;͓v/SrH9N8MZs%m23j8N3v8u >CiFz0N&3BG 0g բ/R+ABI@j.04{Ä jV\Bqo50 J,Q2 Y}aѽέb'n2uv[*-l^P>j5yʷRxHr_OiIZI-t8Q#9v5EJ)3)G{7U>9'mg'L^ky:y+,?O8Dd )9٥ O6r]dzw鑔RKG"A &=zX&d0SrM4*ǪNY13Fp`jRRuوM _s.x fagyMt'L &ŗ?c}TxQU+gY3wx,5DCxotFz}ZA͋Zxku}N+eXEO9Eϓ\[8%'X&mk˅^CH_UйxމG#K X^WB2#۟Iڨt9Cp!S*ju},=S%WY˹}tҚQj_O+?c}p$qt|-B+jD%v:pU,3a8F wiۻ̜)!x{ӿ_]jp ۡ/Rs.y;؟Iɺuk]#F4Vp!\6r[8B}&rMe4+n3R4UEX*cʭ;Zbl` ΟLbc?;"l1#X ت&ˣrn:5pk=&cyZz7n?ORܗ(8z3XnD!R7{f*bHⷢj>aŠ~Fbe+ ^w'I-4K]ރ Pdh(GzG1]% q/ G 1lVxg[&՗BuGl!z>V#祉u[Q N߰+Xž_Ikvtd6f*cIoP,g®,OmX[qՐ*TQ3-:p&f͡RK4E؋ზB$RH Og%סyQ,m[\T5Z頂^T"Tau"Ea|Cx[I*,yQJ.+n "k뫑bCiO첨 {CݖC}0ct{c(3n*Qj_Xp*䲻4:ӀdY*kq\TT}`\cV֬m xGvĉ|,Įz#I(&)(%m&O7N4'ԢxeCj&un;:,)A}QKI{.y6#Jfԣ`h:17KY9zu%?I9U{Qm(MUou,(ᰇ.ӑ#֒U87p/?'غrk9j$fs~oP/[!i)R(I/1r93?]q1C0~B\3<&A3 PoL^Q00L<~CT1Sщ1mql^0NiC= n8Z硱o[MA9جi(P5PN ;;_ׁ|ܴ:JBDƻB'H:VǚmODgdi4l)Ow n/^r(аX(x8R.~j8A(0o3;⇽5_YG aMm@`,̥4Yg`D :.CC ;I9ֱb NށeKhW]-SI-?x33x M"TnT8 dxN2Vnf>h׎vI6\X-l:] iIdM.Ct\LQ+eauwGY+#yc_39.`ռ(ez3$YС2Wun"m8(Vdt'Fk$nk?l4F/)benhOvC@kߚ(e.uS0L##GjT*Nl-53 0ÓzTW_^\[7QKɛS5_]kw&HvW .fT†SӗC٤[]pKS1d7I94^uCoa0 :[֪T1;<ZO*4Xr tL UaЯk `j1?#x 4o {!Ip6I9prG{G^9<$^\)dDHzEWd5`ɽ(Tz5I|ٖq=}1/}~rXȠZieҳI~mR_8=sz3\6BX. }qӵ\$"ʬ<&} 2u9oA݋0QWuglrcJ!aDFЍb7yBT]O-_ !5 EcNRD|M%>)\5m%`\TnQ1e 2%;5iP8$Qna\VTTڙ*I& ; 7=~{\gjsGBtЃ^$:a:gs4+AUN{U&rQe7UeX}* N-,sbBhJЖeLakm7bEPQDWnuv{`ݹl+l9=%ra[q5 g98; =QIt52~ʜGX apޞ5(ykf+ i{ 97F<4E7Q_ƉKIz~u8+Wdn2^6*8Z'$ .R nT#fEu?8Ol5$= Ӝmoja@Egnd]\f0HձDDw 7LhaBF%|_'ǴӢ~ ~QO `8G"9ji%Ч;FfrY'sFdk˲Q C ![&Wzx`tn#R}33#&eۺGLX3Jz'Ag/j+&XΤA R\p82?<sV;9{27*{e :9Y hs]2)Б]Cۂ3_ )h)yÚ&r'n7VH>Fea S$PXg_>aIbLa؀؁üK^) p 2M${CӆJ0\5Ah< nWѣH#/ qi<|ADLJwb%m)s;j M:<''( q_΁ss0rf=`\yLKafRUЩ0NL\XhBB0ViU\u:Gw$qZ14H&4S9^Oqra,!Nywc2:1(FR-}ECR~wͻpL#}.%.JgHRBoqb8(L1*Iigi.~ = !94E_ UFZH]2vTQLCaNH*;-tp&_||$hm1X9]kHԙQ x\- 'l2Gn'}\SC2Nch`)H)ݏ'_Y}T ;%Ggx[PN&O:>Ǣ |gD`ނzS"M"||?Y'H]jV)쵵ЅSؤvx)W6U? lö(zL"0,`aL&1/*m?̊յ v _c9Uoj[xyna8fؗRB$KSHhlpbıs_ &ep~4?}$X, (Wve(]xFjdz|OpT'N @;>nwr`uU˨A/.˵iYP*kjۨ+&3an},G~Bٴ{)^i"S/`~_vU`)zp|XA2 _ J2ωTCWpm;~giG zQOꎒ\{ dtTzMdE>-ҥB!0܅N%85?:rA ~Y Gz2F)<0; 1h5&%), Iw6akI>2}_VCyX}$~l)VjkyJx$U?vܴXK)g 1Q-L 2$t3 Ddmx/ոZ%;/|$亠h쁊}]^tElҚR{95iYTn&ϔ%^;3I6Ɠ1B<[MCi WgDZDƓ899Q3Xٟ"O|4nUz@3:ՏDK7E)]0BTp&}V. yj|s =/v Ph(6!lydD~@82 j#mۤPjmnoRk'SPNAUɃCKW ;{ G\398k2 ̢0 F§JA{vT t{U3t>U}N./ 9܅6ՂP̨'x˾M  d;X%.`nUe Ƴ4ad>XA֗D;@EzG1aK<;~9Moe4$XzenX|ZQ؇; _jʇeT NL P/KV"5)z z{o=GȵXܹղaX ?DtV`f̟15+/z49?DDvǠG"ؗͿ %;]MZYEBi蠮W`c6iӓ76N? dzgp!I{nA"l:r4":r;+2^,*=J ;ܣNdKK:MB8jl+`&i'+8OW]x _d8Wf70A5 x:l_;uB(8L"b)QL%/3*6 qvpdzwi:w:qXr.b}5T)+Hj1ivV7PKɺbķV𚅳7Ō=ja12]H!`#4$Ym5g4oo|22eL #YhN"ZޟEZE8I t0N/ZѸc {aap߄ί'($S/Rf?N_8"2 cL1RRP2׬*V9N {I H}L࢟b ?$2XΟ܁0]m9XkXw6'ďN0B: zePKO^#UBK 2F~JLs4b[UJfQb!lc:1B303JZ0Zg]VaS>;%-g9Uʔ\XGT{@sCAàzTtu=l84byS D%#S(/$j=k[J}SwH} *LIa]V>X鍸'Wp"1 x!_6rc]f5y;.%\kobI> +fh~Em{uj27EuG '8E/zY e1NqBe5”E#EX}`LM#(vWa2u_ y7i B|M3]3c, b.p8}H~/yxbف35v}>Tںg6 SACq:Weе 9:m.dd-fev:yAchd?FPJC}рFZK5:r_2X#)mU#1Ħ.%KFAϧ M[Q-:OmSt`-vCLe)7g(JJqX"` ykڑ͚kFݪe;fbi_5$^Bcj]8l%aZW0@1]-L"o^Eq .K^tq*ϘUӔQvf$0bСʂ6HTD?ګhPG9'dw?FW׼z kDҬ{mmx~z'0_|o?%C/ɂ s_iJ">I7-We(U[ߐp/z+X_=%ëΦfUE6N8RKW.NrjӉ rLʉ̧߁Qt!I :qc\ Aһs)c|ݖv;ռM9݂EZIO˦ PhKuq~„csGPA"U>&dFB7"!/|o1ې ({SR13V(mm5u-R:eYtc\=#̲l#e80Zv%d$^G4.]Yc Elk-͖ ,eŋ`xre>Aְ0?,f&Î)>$$XHH Cc'LޛlZJ}@nyF wJ-uQ8zX@\ @U+6qVՠ$aryIsأvt xKvߊ&Mp*}N^iu2LŐjŠ<4q~e!CYN]Pf5H -se{jAa_4??:Ͱ5M c{5~Q; l@S+y㍼Fضu@4d귛6'T[w0)= q>CaOc/`lhjgAY$x?Xwk)zll^>@ǩ}PĻoOryZ- ^(p/8gcal򿸮@z,o+-)Q*^7[f;SGHzWbi^JhpmHt7{rrN"H N};/|1CH0 :-s\b/z;Ï J=77zأHɥbЛηc f ~$o6jՕPJ- ?I-*SB` ,xn!"c"j MNf^lƦq|59푩gf<ނ4;G H)18 U,lJڤQCF/ ^TϦ}5$LzDj~W0@14mg8%9 s=ad{gD}o"*__:u~FW&?z&?:\u|/`;%fyFle5ԯl\X[-ơ k@yHO%g%\{VwFJm<]R kME_]x7O^O,#8}z6`ni(}Rz"G4+_N|tRu^{Og)7X?Y58p}z BnJ 쓯"tk`rr(/QP-;(K]ȄV~2G_u 7HaEv:N8ʭ<ä;lhgwW&[Aia('uC%sНi3aʲ?|D&4q!;tVsM%mEj^'3 (rEF}l6B}N0prK2#0נ[^ܒMF[g^\Ɲ? BlRPބ?.qnzn&){|(@iu|z<bM.&@mqu_*:DUϠQL2hYAa|1=%s7^`P@%8=y6f_H~˨CTo4T[0(Pud. =VQ8Vq:UWnRU#-_耀g{+WI=|%l<@_4zO93U𴶴babSd^ }7hY+t脴թ!oԠL_`*&8=?lJs7bSF,+rR#s TE r[zT+: QIԶ{v`/ ƾ$(Gqr٫&er!M3f&|e=xx5.rnOiө@!o?H5O&fO$œnMCXM ae2|x-&F֥[.MirP7凛a[ gwT:6qi|# T 4@m:[NC(GTGCzk*[>lgƜU >gF/mxjGtRIb/!0jj}D~d8K*+W# S(x"6öwत/yÈz 3k5&'?{F~bWcnzѵ5lF<8E?:b$ϥD&:+Q䬫A6C[b c[J> -zv /F7SAo-5 1|k4taAnyQ(atP_.M^1W6yN?vXV+u8p ظ& l tlx63\46;\,9})g:8tUJ5<\'HYXЂ6viX{` _o555eyHݘ5J5ީAAIƘ!^ 5i65+揮 S=s=z(vpb2gW`y7r~Xg{YaXg*^¯}`&,J iqo^_kq g"W&˸wr;XXSNNfRNMp?LV g7.rhd>ݟT4TO Ӓ|ww> kB1 W&I:0b.3˵K6 %8\r~&0R|P9RDYΚuυ[AbeelG"wj[^ ghpLh{>tV^5S4/H|æ'?6#tn@Ъ47Q YZ