libdconf1-0.14.1-2.1.2>t 4 DpQ 8/=„5U@2!OjdArkcv5UVbJbM)~+]?6 8OQϧXHJf\vSTt:Y_/]d e,pvZ ~bFO'5`dY!<ע@ @\vAioY ;wL1N glg8*T7f275930a763962ea0bcb9adfdece3d8f5e2771d></?/d   J! :Kgmt|     8t(8"9":9">- @-F-)G-<H-DI-LX-PY-\\-x]-^-b-c.d.ve.{f.l.u.v.w/8x/@y/H z/pClibdconf10.14.12.1.2Simple key-based configuration system -- Librarydconf 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.Q build23popenSUSE 12.3openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttp://live.gnome.org/dconflinuxx86_64pQ Q 67301e7b5441c15cc541fb7bbcdb5e63libdconf.so.1.0.0rootrootrootrootdconf-0.14.1-2.1.2.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.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)0.14.13.0.4-14.0-14.4.6-14.10.2P6@Pb@P3x@P!@P@P@P@O@OpZ@OgOX@O1@O))@NˎN@N @Ni@Nx@N/Mc@MM@MWMOM5M4/@M*M'@ML@LLL[@L[@dimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgzaitor@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgfcrozat@novell.comvuntz@opensuse.orgfcrozat@novell.comfcrozat@novell.comfcrozat@novell.comfcrozat@novell.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.org- Update to version 0.14.1: + Fix a rather substantial memory leak in dconf-service. + Fix xinclude issues in docs for srcdir != builddir. + Using the g_settings_delay()/g_settings_reset()/ g_settings_get() trick to read default values is working again + Updated translations.- Update to version 0.14.0: + Updated translations.- Update to version 0.13.90: + Updated translations.- Update to version 0.13.5: + the service no longer attempts to migrate the primary dconf database from its (years) old path ~/.config/dconf to the new ~/.config/dconf/user + fixes for profile file parsing problems + fix obscure race in GDBus handling code that could result in out-of-order message delivery + editor: - clean up some messages and mark strings for translations - enable internationalization + add manpages for dconf(7), dconf(1), dconf-service and dconf-editor + Updated translations. - Add docbook-xsl-stylesheets, intltool and xsltproc BuildRequires: new dependencies. - Split out a -lang package.- Update to version 0.13.4: + extensively refactored + API of libdconf has changed; soname bumped to libdconf.so.1 + installed header layout has changed + there are changes to the API used between the client and the service. + there is a now a fairly decent test suite but it requires a full D-Bus environment to run in, so it may make sense to avoid 'make check' on builders for the time being.- Update to version 0.13.0: + editor: use GtkApplication and GMenu + editor: support searching for keys + dconf cli: call setlocale() on startup- Change the Requires dconf = %{version} to dconf >= %{version}. Whereas '=' might be correct, it will cause issues on later updates, when libdconf1 is coming to the distribution.- Update to version 0.12.1: + dconf CLI: call setlocale() on startup (for proper handling of values containing non-ascii characters).- Update to version 0.12.0: + No changes.- Update to version 0.11.7: + engine: Don't leak the lock table if a system database changes while a program is running. + dbus-1: Call g_slist_remove_link instead of g_slist_remove. + editor: Set 'wrap' property on default value label. + dconf update: - Code cleanup, better error handling. - Read keyfiles in a defined order (later files take precedence) - Don't issue warnings if a key is defined in multiple files.- Update to version 0.11.6: + new DCONF_BLAME mode for debugging spurious dconf writes at login + stop hardcoding the assumption that there will be exactly one user database followed by zero or more system databases + allow DCONF_PROFILE to specify a profile file by absolute path + dbus-1: fix multiple-key change notifications + autogen.sh can now be called from out of tree- Update to version 0.11.5: + Do not install non-standard icon sizes + Fix a bug with getting default values when no profile is in use + Some general code cleanups on the client side + Improve Makefile compatibility: avoid using 'echo -e' - Drop hack that removed installed icons with non-standard size: fixed upstream.- Update to version 0.11.3: + Require vala 0.15.1 + Add icon for dconf-editor - Call %icon_theme_cache_post(un) in %post/%postun of dconf-editor, now that there is an icon. - Drop hack in %install about the Icon key in dconf-editor.desktop: there's an icon now. - Remove installed icons that are using a non-standard size, to avoid owning unneeded directories.- Update to version 0.11.2: + Many bugfixes and improvements to the editor, most notably porting to GtkGrid to avoid the GtkTable layout bug that was causing size to be incorrectly allocated. + Fix a crasher due to invalid string index of -1.- Update to version 0.11.0: + Don't install a system service + "dconf update" no longer fails if the locks/ subdir is missing + Port to the new GLib synchronisation APIs + Drop some dead code and no-longer-needed workarounds + Build fixes- Changed BuildRequires from vala-devel to vala, as vala-devel is an old deprecated name.- Update to version 0.10.0: + No change, just a version bump.- Update to version 0.9.1: + Give a g_warning() on failure to communicate with service + Remove unworking 'set lock' call from dconf API and commandline tool + Add code to exit gracefully on receipt of SIGINT, SIGHUP, SIGTERM + Remove "service function" logic; always use the XDG runtime directory- Update to version 0.9.0: + Support loading/storing of maybe types in dconf + Remove NFS detection hackery and rely on XDG runtime dir + Add proper support for change notification to DConfClient + Commandline tool improvements: - reset: reset keys or entire subpaths - dump: dump entire subpaths to keyfile format - load: load them back again (maybe at a different path) - watch: actually works now + Editor improvements: - keys now change in editor when changed from outside - support for flags - show dconf-editor in applications list + Work around incompatible Vala bindings changes with an #if + Don't install the bash completion script as executable + Fix a warning caused by reusing a GError variable + Other small fixes - Remove SUSE_ASNEEDED=0: this is not needed anymore. - Add SystemSetup category to dconf-editor.desktop to make the brp checks happy. - Comment out Icon line with sed in dconf-editor.desktop, until we get an icon in the tarball. Else, the build fails in brp checks.- Update to version 0.7.5: + Fix crashing if the database did not already exist + Many fixes and improvements to the dconf-editor - changes from version 0.7.4: + bgo#648949: multithreading issue fixed (which actually affects all GSettings-using programs since dconf is used from a helper thread in that case) + dconf commandline tool is vastly more friendly now + No more aborting on unrecognised arguments + Proper help + Bash completion support + Support for sysadmin lockdown + The editor now properly reads installed enum xml files - Use %glib2_gsettings_schemas_* macros for editor subpackage as there is a schema now.- BuildRequire vala-devel instead of vala-unstable-devel (vala reached 0.12 stable release).- Update to version 0.7.3: + Bug fixes to dconf-editor- Call relevant macros in %post/%postun: + %desktop_database_post/postun because the package ships at least one desktop file.- Update to version 0.7.2: + Remove some unused variables (bgo#640566) + Add a mutex to fix multi-threading issue (bgo#640611) + Don't crash if we have no D-Bus + Clean up symbol exports + Fix a crash in the service when using 'reset' + Drop old linker options that were for libtool- Update to version 0.7.1: + Fix linking with strict linkers - Changes from version 0.7: + New library to use dconf with libdbus-1 + Quite a lot of improvements and bug-fixes in dconf-editor + Some bug fixes in the GSettings backend (crashers caused by use of custom dconf profiles) + Increased Vala dependency to 0.11.4 (required for dconf-editor fixes) - Create new subpackage libdconf-dbus-1-0 and libdconf-dbus-devel - Add pkgconfig(dbus-1) and update-desktop-files BuildRequires. - Drop dconf-fix-dbus-introspection-enumeration.patch: fixed upstream. - Drop 0001-Bug-639523-crash-when-DCONF_PROFILE-is-set.patch: fixed upstream.- Add 0001-Bug-639523-crash-when-DCONF_PROFILE-is-set.patch: fix crash in gnome-settings-daemon under gdm, bgo#639523 - Improve source service support - Own alternative database path- Add support for source service checkout, with %BUILD_FROM_VCS: + Add gtk-doc BuildRequires. + Add call to ./autogen.sh. + Do not apply dconf-fix-dbus-introspection-enumeration.patch which is already in git. + Enforce gtk-doc html generation by passing --enable-gtk-doc to configure. - Remove --disable-static from configure: it's not needed for dconf which has an unusual setup.- Update to version 0.6: + Rewrite a lot of the GSettings backend to reduce GDBus abuse. We use our own worker thread now instead of trying to hijack GDBus's. + Disable gobject-introspection support for now. + Drop support for GTK2 in dconf-editor. + Add a new torture-test case. + Increase dbus timeout to 2 minutes (in case the service is heavily loaded). + Fix several memory leaks and other bugs. - Change pkgconfig(gtk+-2.0) BuildRequires to pkgconfig(gtk+-3.0). - Change vala-devel BuildRequires to vala-unstable-devel, following an upstream commit after the release that recommends the use of vala 0.11. - Add dconf-fix-dbus-introspection-enumeration.patch to fix dbus introspection enumeration; taken from git. - Add Url tag.- Add explicit dbus-1 Requires since dconf does depend on dbus to work, and dbus-1 BuildRequires for directory ownership.- Create baselibs.conf: we want the gsettings dconf backend to be bi-arch.- Update to version 0.5.1: + Adjust to GDBus API changes + Send correct object path in Notify on WriteMany + Use printf() and exit() instead of g_error() to avoid too many crash reports for now + Require gobject-introspection 0.9.5 + Require vala 0.9.5 + Make dconf-editor optional + Drop libgee requirement for dconf-editor + Tweak shared library installation to make ldconfig happy + Bump .gir version to dconf-1.0 + Fix introspection build with recent gobject-introspection + Minor bug fixes - Remove pkgconfig(gee-1.0) BuildRequires.- Fix typo in %_smp_mflags to really have parallel build.- Update to version 0.5. - Rework the package for inclusion in Factory.- Initial dconf package./sbin/ldconfig/sbin/ldconfigbuild23 13597324950.14.1-2.1.20.14.1-2.1.2libdconf.so.1libdconf.so.1.0.0/usr/lib64/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/384cafb85f94dcf4e1e8601095ae6d83-dconfcpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xb9a74549ad14985f47441d93d3ea6ab956ddf64c, strippeddirectory PRRRRRRR R R Ǭo8MTx?@] cr$x#CŬ];}6]܆66 -J_"X{?jm"u`CD>^zSYG[(dZ#i;>Y7#!v5P($bPZ: oIQJ~"CSqӓoB1!:[Q*9X>W;m,F\uv]ެz>O]W퉰^&}q?ۘ A ͹ܭ j 5pۻ_2Ϛ%uJ?, @zd}tKg.FQ:*3I-N8lIoo# U~5ǸųيzNY4n^ Ft2h5}mM>ߍ=[L 9e}qkIS8ɥ^/>/S? 5G!ә$' avd6 owE<n'e8 $lDAg# @q.),+-Tf@ ilaAL xȼ >aU9zlέ=4f+h(DhFoC T|8&?lxO-n6NR RP-j1VvJGH \GV]Bj݀>wM{V@%'lsV|kgh{QeVR=ϭ8(U’Q gR;ltto6}ɸk5E]*%bNl-wI8̃|,oPwh:C$',^扳#/#5lY`YR\fi //v1ss*Vͨ'KǙ2 c ^t'Л(!2-tk<\$gd?^D1O\i0pN3[TdY 'k?MU_llZ`(+%[uNsBHӾ!~J՘7d*dZa@yN݋3*ƥW 348` ݹEb)DŽ=nwQ{рSNG:cI+y(~Fb7+Xpl5rІ ksЛf9|+`)rs&==eN=BdAڂE.MsJyՒ!RiUT0,u8Eu-%ia2*~A!:Ӿ -]Ɖ)wnS)0mO'$lE?"TV] ͩ%z6mG|mvtwQgp9{T٬EI94ba/bQ &\BDz5yfAlqҷRC37||.խ<9r{Rהg+*V@zo m&se: CUF6?RCDoTkdq $ NfUyf׸ʡor=Hn?:qhU).jwd+$; xpگ" D`ϾSŞp:d]%3Npyl@vgvP%_TR6 8ޜEĚCNA8).7d%deK:'Tn{ƗZ_Ǥұ$s G R4涭n +&P0$=g$N'dFM12Jny{[R*}3\M>8%wp}yfd1)8F+ׅNo~䣺OInc> J׉b0AZϪzlQEoM$yYz^O_<^]DES{y@`Ēzo_]o5V.ag~' Rkף3^@; >c@WmrnqQ =+(M+:_W4ўLM]:QHz\( &9dt h1\dawomCxOsY9?d@;I(YaDZxHW#fX*o# bIT:H$6 w7wqѪrB/ ޔo`r"twQE̴1ވb.$s-OD^˜.=5| l.7{ΉɄvQ+O r8 C O߱-*J߶d!kKcNL[_ b V@ !p'cO}y5WWz!ŵ&34Sωw{GA_EGgv0!q/-EH_jvWZ9sWk.='iNL0OxH?C&b"BOaKT寧V3 ֺDUq% 627*B;i&M=^?+]MFLp#bp,lDcZ/B}izg]Wm` \ޯE?Uڰ$6N!syMF`1lnq <.2bgYA3(Y-ڷCą{#74?"vǓ/CNJyG{ZueQā L@=k^^Lv˧]XrM" ΗGQ7ũ`ޒKM\i8:zOm``nx<DzD@ެ,+/B8HDu5^hS2f?֛xM+ڄH* MY4ld]AW.E ' WUˎU֚MJV5]32JhWkG?¡IG =rl"ms*c֗]*~Iߺ\692)rrSPv}wodizיe뜵(EGIJQ&͘h3O o ϛby0ByCo==LٽN0 .w2o;4 {ۥOor%{$nu2O'å*ƍC`t`6▰IJߍv宫ϴ 툣Wb~>)w 7׮m\*@&EayEw玆:~vƣ- Y=TFnD k0"ugzW *M! sG6Nsߤc'|me[Y:zbk 2p&l߫Ho u{d9?-ƃ }/*unE0df:w/ 2w fم d;-sc=up ̍R&I`2CQ:7.><@~6t=Dh&`(X7HX-CuԅFB;ND\Q|뛎 PT5&eu ;Js<ŚVZ#OMȓ>co7('A@K vspuEb҈},UgE~KRTA?`ފ@ PbSjb5h.7/P:K2,DH0(wvVAũN,vJJ[xx(ےaO_ŋF0&8pI鲐G+@ю y5rVj,6& +jԝ%j_q@,Dn mBT%iPNXYV3hN>b2nRSȷovhbJWj; 1BݼÛZ1kbX^AA~epQ^AuMu*zq"zUXC~a,aFA6vZuovuW.W^<1La*3h#վISk z<):LYa2>^9Mҿ)B;~!|ۖh^leBEar7\.F P'wi`>vlM>HZk{xIV RH }N(aNњ2NvMksN%iHBrzkd ɝ ؓ]KXFPWNvG՚ Czw9\H>} NH_Q;kO7 jÔ UTʱ k bN` 9V1͊ŋ̲6L דr $7]q?>^ԃ@9?w4v+X}cBXSZ A@6z.~ϱ?FD-4x`O-u6^ϩ6O{"Q>'~=>9һ8D7IEgOq+s!2B!Al8EYn_u%vdY&?])f:d-t p䃏uHnGos h&t#xlpYN^ah.( yb5;{`|D}ʋVSlﰲ3}g#?ބ1qp_m[`5G(*5^$t+WlMm^Szݱ H_a.4M\ɧ%lU@$j7y;+AՖSe6_>a4&Hяo:"*~u--GqҪn'xY'8hfbWNxxYS8@h5ieh!6\U"\7=>L*qqIq\WLsX-{^xُMAnc-OWyYD 2fu#O<ҀPo<\D&T6Ѐ$ _B <@&3]N=?ثf\&)w7*YWDQ(6W)Tj^rTZ7v_8s'<3Y?v|+eN|y$T)VU +>A23.JJ} 1/X %á7.T8Ћv. :DA]Qvv{$ v[3P~ Y'9ȯZwf59t_MiIiܟIoxA5m r" =x 3a7xޕt^-+hk{֬^dwTzFK*Hp ݵ>mG4sD^dy Gxd%𲷲yX x9t8\$BI\n@gǕmOE1h5uMGh9,II)XpGj4:=`\TA,7 Kùޑc 9=XKOcx&ї`Cx6݂|ٺ\a}>ϰ4{3pB7m&u xX)zfsD)Qd0z$#ެL.*[E#cș9;0r2*D!*%%|hzيe@ C#KqΏK&"lo ohHnLOS3K+#T-βk^L 7^X ;`b?k;N r0_j׏z%BV*N[,Gr~1iO9czk !TVU=U! ,%xm:vy3U'O~ Tc]=D4Dԛ[}P)M]8bE Qih.Hj)4dZku8_jqt]{ p[3K.Scl ,<%-{Ï IR!mӒp< yOC8&ka/~%!FxضF;S- ܟt;o].|tOh]ާ~Ák k?>Lf eKv87WN3ZvoBО@TAޱ>󳩠ڍ%e.7L8U)w(^IC Na3yo}'iMZeDBcs(0lwqP~QGT;9MXw5AjIغKCl֛(?t78:NT#:=>̐3𓗤rɯvyaG 7g3N@%p}vbM%yKt mȳ]p/zi 7jzjpV_G @!fNzMs,)v|[Z iw-H?OeW~EIa K%\5軶iml0kMWdR\-8=sn{}ƫ|Ma8a0oKguU_a_RlV= xGW fk I@=grONʂ݋HҋϪ9}Xggi֜rkI-#ֳM(]7'"Lg#Sp2xh(*YVfMW&_r? bqFCcni= C9Yin d})wȹy6Ugw|P\cY/<6nLTr^wșj p}R)qcӽc)Jalc}2>dW|hBbn).c ean>_d,1xH7Q9^ɾ}+G_J+-rc$yfojʎZt^ >,ۚFY%͉:i=6įH#?ZA!)mQ3Mp8oR$iwe~u@57?saJSm ^msc7oP `5y5ѣ@^k Ӓ]B;t.KpMWeѸ+dDSmΩfQ@Or]qrHG ǂ{&xVV|.cS~vJ\ `(R?'ۻQ[qQ6C/| Ep4F^eF#>vɢ82"H#i@!4/'X}$XJԕhqIx!7vqqEJJƨJF5COвHgù ڗ.5}J<ڔK>u?yoĚf5BhC4z;hK@Gx 2M֭C}9xfBB_7 Q-u2X; v{T 0vގZ5Q‚z51H(fa| Im2Sa p$Za0|%+ 8 ^Z˦0_.1r n{!,+d 7y \Jx_7YVvMLP\!ͲUA%XOv??[}/(ov4%yo)?fCm|G ߨ5V)V12+wW&(|UyxnF% 7`0(ư[bKa1K">%|PÐa>y$K^(E A qQ.bb]v͞9ѷB/m UƵ@5w_4w6L=$R(GdxX؃A^h{O.םdtFČ O7"!Vͥs?qb4ͅmIΊ1@21\m(+ .T4ό>T[omSP( CH || V%.5}hunYRFX:@Fۛ~GHBAv|#p!BSb S%F)п/יIy\b#.MF2!]t' Aηl;>?qATY6NΏZOZUk{U^Z&9O5'(wLҬ=5P=qOg~by_gƺ<îu6Evz6#zkōE!Ds̜Pl4XȇrեhyB[P=!H~Ȁ`"!}Ɋe)\+46?{;63pC+>ҎNex߫z6[eTD.̎HM-SkR=')&H rMSGTDS@_kfGڗ(Pq89 | FRaQ&4U!ɐTlc'.BG{ll1$!?$orԴZJ&cҫ]ׁ n0neG/c`IJUb:p#/cN]N 19]݈AΞWD277ӈITj-6,n!yV] ]TIH~3 {-_,1ĦHT~j?njAARY3J'W@a3٣ 4t(tF!BFV8wh/-g{E)Z1^;3&8aj]i\PbuFt*-g5L!cH<*. 5KZuYv:Ŕ4Rw} F?>g=H8?*b_L5iMzV.pAܲ_gP+bLNyўNTΜ!VBiU,Y7^LJ<_$b}ݺaO^Z6[1Yxa2C;X-,+$ ZFO!)_Ⓜ됇kJ1QK8ߏ%X w`%w^,.%t{ 3:M[]Nlp֬׉aB&CIymTvR<9q W aÆg~.B6&O{%_dw,y{w[1Zi;8^ix@F4c@ܺ A)LO4f_|Ȋ3{ilW}eye#ôkgN?ҙ>T,܋~חw=,;+r<*s ,-z݃""fǻdc lm5 ,T sń ?Qj,3x6BBgZDZ ]8,J]$K^Sh& i;Ӥ4 Q50O!CPyBV;6JEPSj?=)& 0Vْw(gle7tu3Wb῰=x-_2uPbdQ)DnXX(LxA.3N/1*aKTrCfΝsnpJql_J!"IWM.3U8~}1DÝg%.A$G=pG^W/3-=7S$Vޗ $qB6AN(_g9;bo7=]ix?wnsS 5zV<)Y𛚣}Jz'.0__\!BJ8FMOucn@KE)#D:P=*rpi f'ݕC߆1 u3[>v'r0*IbN EgtYzeK1ܠ贅ː{i<M>,! ͬ!<3wp.. RO7 Z7cp#3 K$ߚ盭}p*PV3:k1_}\B7^إ?2h (͓'*ǘe5<)#Vq 6p7Xu؃MU u%Lï œ:˼bEAfJ\SF($N |gZ("=hY!k-evx4y{9KڰHaWt/"VtZt]W<)96 fThxBGE̴ 4off%I=)uɢ^ƪ__HyBgD4 ejIF+ner3S(o KYpMQ],cqF !ʂP4FNrUˎ˩BʨnikX biD-htԴ] T~cx##;uDDO&rS9=u )CL uC5d ][~l"D3j-jHg޸d2[!$S߅$Pmɞ7N6,cZȄCkJY^5kxz3%힗m 鏉 LIָLǫ]*}1x(RETWߏLtkA_hxo)[QEB5Nu8> jITt 69}#;"6bX_(<8"6UV݈Ra|^'&WO@C[&GkRj KmaIYq粚ΕmeSP'b\Nsث501v[# vUR7Şi|3ՄȢܯzoF'5=48o<,cul̑yCݙuVB[ UoFS L'y ѽzE1JF5DXTNGcNKtLo]:I.T%QY~bшQJMCZbr\u aQ$d" FzH6W1X*f7w!i dbBHQN /.ZGg4F:GΟM&Ңu֕y%tbr[`s0j%{βLD {7{K=TBMgd]ox_!}>"rSCjR+Ck n'!b#ElL_ѻIStZ,8gVuǬa*O?y9 8I6c1?1v܎;/dWiKH l ǪpI*.8|XKb$#aee1ϱ3 ~QlP0^f^,n1a7&pTu;#Sv:e#͞c;@mGwml?3.T8:n'Kg@^Pb!m+{8Nx0TФ=8 s=JTPvRԿϕ6“2ڴԳ~>МMS9˲s*yCf)dG4M:)kQ 1"|L`v4Rq']!Aw+e>{d+"7V Sk@iz+ҋh~Y \lA#`v- ?9 F%2릧 )ñUrOR.&*޷PuHe.jIW *Iq[i78ܕ{+H`\E% g&Rf-~6Q4r%o#Aۙ1dW)Z~ƔNffaCJX{-fy |ow{o:pm4W-@6