dbus-1-devel-1.2.10-5.4.1>t  DH`pI/=„*J7B\bvú_}rh3C't{k7ue } ۷Ѵ~x]j7 u@т_Dme$fHl`(CLWC xd$]낪h%4~va/DOpuIU,9H]-aO"3őR51C_/MwTMYd mήj&)_Tm7$N=^-l 8|Dn~㙣K&.4?kfeaf698ed9f8de5c4f793f189d95b8a1e3ff96d6I/=„#*xǟ$7¿bvYn٣}p.RbzƗM⧶e= P{_FI;mG(2`j3AE:UyI\k_U)RL~2:A,մ[DG;uf 7؈5d񤺉 CC$yfCzS/.!2rxD_!/bRES٬j e0ƽ1S}UN5~6Z6onv% OTy]<>6I?I d  8  $@]ch  (    l \ x    P( m8 x;9 d;:;FDGDHEIE|XEYE\E]F^G9 bGcHwdHeHfHkHlHzHCdbus-1-devel1.2.105.4.1Developer package for D-BusD-Bus is a message bus system, a simple way for applications to talk to one another. D-Bus supplies both a system daemon and a per-user-login-session daemon. Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Authors: -------- Olivier Andrieu Philip Blundell Anders Carlsson Kristian Hogsberg Alex Larsson Michael Meeks Seth Nickell Havoc Pennington Harri Porten Matthew Rickard Zack Rusin Joe Shaw Colin Walters David Zeuthen InessleropenSUSE 11.1openSUSEOther uncritical OpenSource Licensehttp://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://dbus.freedesktop.org/linuxi586H8 ^  -q- SS #.PHHP$AA큤AAA큤IIIIIIIIIIIIIIIIIIIIIIIIe4640179e9652cb24bd3e0322ec51a507142f2a1964ffdd094c2f74adb29fdee81f6d217ad21295799128374aa9b7258aa55754d8617cbcd7109eea8713502a6011a18847b90e40e3da19f516f287e14c70704411f03eccb33eaed5a581167408ad5e55496c9da9936d23daa67d354748f58ab0dbec5d43a0184503aae7007025250fc52a5b6a5e50e47cec96a9e32b638742a90b93762d01702408e725b77391b77a69de53d3cf5f6b7e44e51eb85629747180eb4fb8c3a4629862f0a0602d8189d6ef14cd6567b7adc87b7e2c880b9b1e1216c0f4228f455d5e685339c0a66432bb0b8902f8758521c05500ba2b1218a9269aa0aa7afbfbe98d0ed991554e64e9df3818ca5409fc81a468e165e2379e0cb672018bc1d140c17b6d9b91a7f32libdbus-1.so.3.4.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdbus-1-1.2.10-5.4.1.src.rpmdbus-1-develJJJdbus-1rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)1.2.104.0-13.0.4-14.4.2-14.4.2.3IW@IIuI?@I?@I>]II HCHO@H|@HH@HHCH!Hv@HG@G@G^@GPGGC@GGaGAzG@G@GaG2F@FS@FF@F/F;@FFw@EEz@E݅Eّ@EѨ@E@EW EU@ES@ELE 11.0- enabled SELinux support [Fate#303662]- Fix init script.- Update to D-Bus 1.2.3 - Changes: * new UpdateActivationEnvironment bus API (fdo#16669) * Solaris Auditing (ADT) support (fdo#15740) * Various notable bug fixes (fdo#16727, fdo#16294, fdo#15947 fdo#15588 - Remove patches which went upstream (dbus-userdb-typo.patch, dbus-fix-timer-leak-dmueller-01.patch)- add patch dbus-userdb-typo.patch (bnc#394383)- add patch dbus-fix-timer-leak-dmueller-01.patch (bnc#381621)- %post: don't use invalid macro - %post: don't call %run_ldconfig (deprecated)- run dbus-uuidgen in %post- added baselibs.conf file to build xxbit packages for multilib support- Update to D-Bus 1.2.1 - Changes: * compiles under some older versions of glibc * compiles without X support once again * fix stuck server grab if dbus-launch is run in an existing D-Bus X session * various Mac OSX build fixes added * don't use the broken poll call on Mac OSX * better checks for linker flag support should allow D-Bus to link under various linkers * exit_on_disconnect is set after the connection registers with a bus so we don't exit if we get a disconnect during the handshake * dicts now work correctly with dbus-send * inotify backend is now less aggressive * pending calls expire correctly * memleak of uuid when the bus is autolaunched fixed- Update to D-Bus 1.1.20 - Changes: * system bus activation * TCP address format enhancements * ANONYMOUS mechanism for authentication * autolaunched busses now save their parameters in X11 if possible * inotify is now the default backend for watching configuration file changes * better thread support * bus daemon now generates a globally-unique ID for itself * support for message serialization added * better eavesdropping support now picks up reply messages for debugging * Fixed CVE-2008-0595 * Fixes dbus-launch so the session bus goes away so does D-Bus * Builds against latest gcc/glibc changes * Correctly unref connections without guids during shutdown * API additions: o dbus_connection_set_allow_anonymous() - allow the message stream to begin if the client auths as anonymous o dbus_watch_get_unix_fd() - replaces dbus_watch_get_fd o dbus_watch_get_socket() - replaces dbus_watch_get_fd o dbus_server_get_id() - available to access the unique ID of a particular address o dbus_connection_get_server_id() - available to access the unique ID of a particular address o dbus_message_marshal() - serializes a message into a byte array o dbus_message_demarshal() - de-serializes a byte array into a message * API deprecation: o dbus_watch_get_fd() - had unclear cross-platform semantics * Protocol additions: o Argument path matching of the type arg0path=’/aa/bb/’ is now supported o New error org.freedesktop.DBus.Error.ObjectPathInUse added o ANONYMOUS auth support added o GetAll call added to the properties interface for getting a list of properties an object exports - Add patch dbus-1.1.20-fix-build.patch- Update to D-Bus 1.1.4 (1.2.0 RC2) - Drop patch dbus-inotify-fix-thoenig-01.patch: Merged upstream- Add patch dbus-inotify-fix-thoenig-01.patch: Fix inotify support- Update to D-Bus 1.1.3 - DTD for the introspection format is fixed and uploaded to the servers - Argument path matching of the type arg0path='/aa/bb/' is now supported (see the specification for more information) - New error org.freedesktop.DBus.Error.ObjectPathInUse added Autolaunched busses now save their parameters in X11 if possible making them behave closer to busses launched through the normal mechanisms - inotify is now the default backend for watching configuration file changes - More support for the AIX platform has been added - Numerous bug fixes and performance enhancements- Fix permissions for activation helper - Use bzip2 for tar ball- Update to snapshot of D-Bus 1.1.3 (git20071112) - Own /usr/share/dbus-1/system-services - Don't restart on update - Remove dbus-audit-user.patch (upstream)- Correct error in fix for b.n.c 332845, extraneous $DBUS_DAEMON_PID- adjust permissions handling- Don't use startproc (b.n.c 332845) - Merge D-Bus package from build service- Update to 1.1.2 for system service activation. - Add patches from RedHat: dbus-lsb.patch dbus-audit-user.patch dbus-no-abort.patch- install a interfaces directory- package size reduction (31%) - documentation shouldn't be executable- Fix path in rc script for both, dbus-daemon and dbus-uuidgen- next attempt to fix path for dbus-launch- Fix location of dbus-1-launch for dbus-1-x11 - Fix dbus-1-devel to own %{_libdir}/dbus-1.0- move D-Bus to / (b.n.c #285472) - remove static libraries- build against libexpat (#285472)- Add $local_fs to Required-Start (b.n.c #285472)- display error messages from dbus-launch- remove leading whitespace from .changes- Disable dbus-do-not-abort-on-check-thoenig-01.patch until we hit RC phase.- fix mis-placed comment marker- build wih x support for dbus-1-x11 package (#225627)- move invocation of autoreconf from %prep to %build - update to D-Bus 1.0.2 (skipped 1.0.1) - fix security bug CVE-2006-6107 match rules can be removed by apps that did not create them - pthread fix - fix bug where calling dbus_threads_init_default would assert - fix UUID output to match the spec - clear up documentation on UUIDs- add patch dbus-do-not-abort-on-check-thoenig-01.patch: Do not call _dbus_warn_check_failed() but _dbus_warn() on checks as _dbus_warn_check_failed() always leads to abort(3)- update to D-Bus 1.0.0 - documents updated with API/ABI guarantees - added missing patch FreeBSD need to run out of the box - dbus-monitor now has a profile mode - AUTHORS file updated with names from the ChangeLog. Thanks to everyone who helped get us here- start service for D-Bus system bus also in run level 2 (b.n.c [#216805])- remove patch dbus-send-do-not-close-shared-connection-thoenig-01.patch (fix is now upstream) - run cleanup-man-pages.sh to clean up Doxygen man page output - cleanup rc script, add invocation of dbus-uuidgen - do not call dbus-uuidgen in %post - update to D-Bus 0.95 - DBUS_API_SUBJECT_TO_CHANGE no longer needs to be defined when building apps - ./configure checks now work when cross compiling - dbus-uuidgen --ensure is now run in the init script so there is no need to run it in a post script - dbus-uuidgen now writes out to /var/lib/dbus to work with systems that do not have a writable /etc. Packages should install and own the /var/lib/dbus directory - recursive locks are now used when dbus_threads_init_default is called - standard_session_servicedirs tag added to the session.conf under a normal build this specifies these service directories: /usr/local/share/dbus-1/services /usr/share/dbus-1/services $HOME/.local/share/dbus-1/services - fixed crash when a service directory is specified more than once - fixed a crash in *BSD when watching config directories for changes - fixed Irix build by using dirp->__dd_fd to get the file descriptor - cleaned up the LOCAL_CREDS vs CMGCRED credential code so * BSD's don't crash here anymore - dbus_message_iter_get_array_len deprecated - cleanup-man-pages.sh added so packagers can clean up Doxygen man page output from 7 to 2 megs - large documentation improvements - numerous bug fixes- add patch dbus-send-do-not-close-shared-connection-thoenig-01.patch: Do not call dbus_connection_close() for shared connection.- do not kill applications using D-Bus on update (b.n.c #210192) - fix 'rcdbus status' to report correctly if D-Bus was not running - run 'dbus-uuidgen --ensure' in %post section - drop patch dbus-unref-connections-on-close-thoenig-01.patch (fix is upstream) - drop patch dbus-display_DBUS_DAEMONDIR_in_configure.diff (fix is upstream) - drop patch dbus-tools_autobuild.diff (not required any more) - update to D-Bus 0.94 (skipped 0.93) - dbus-uuidgen binary added for future remote machine identification * packagers should call dbus-uuidgen --ensure in their post - GetMachineId peer method added to the bus API - dbus_connection_set_route_peer_messages API added to let the bus send peer messages directly to an app - autolaunch abilities added to dbus-launch with the - -autolaunch flag * This feature allows libdbus to start a session bus if none can be found * This is an internal feature and should not be used by scripts DBUS_SESSION_BUS_ADDRESS is still the correct way to specify a session bus - dbus-launch now prints out a simple key value pairs instead of shell scripts if one of the shell flags aren't used - support DBUS_BLOCK_ON_ABORT env variable to cause blocking waiting for gdb - weak ref are now held for shared connections so the right things happen this fixes some pretty major bugs with the way connections were handled - some refactoring for Windows (doesn't effect Unix) - Solaris build fixes - MacOSX build fixes - Cross compile build fixes. We now assume getpwnam_r is posix and va_lists can be copied by value since we can't check this in a cross compile. If this is not true for a particular target is up to the developer to patch. - dbus_threads_init_default added for initalizing threads without the need for bindings - Filters are now properly removed - dbus_connection_open now holds a hard ref to shared connections - we now print out a warning and do nothing when someone tries to close a shared connection - the --introspect switch has been added to the bus for printing out introspection data without actually running the bus - LOCAL_CREDS socket credentials are now supported for systems which support it such as NetBSD - generalize kqueue support so it works with NetBSD as well as FreeBSD - numerous bug fixes and memory leaks patched- added patch dbus-display_DBUS_DAEMONDIR_in_configure.diff to expand the complete path of DBUS_DAEMONDIR (b.n.c. #202854)- add patch dbus-unref-connections-on-close-thoenig-01.patch: Unref connections on dbus_connection_close (b.n.c. #201164).- update to D-Bus 0.92 - proper thread locking added to pending calls - threading semantics changed from init early to init before the second thread - correctly error out when an application tries to acquire or release the org.freedesktop.DBus name instead of sending false result codes - kqueue directory watching code can now be used to monitor config file changes on FreeBSD - --with-dbus-daemondir configure switch added so the daemon can be installed separate from the user binaries - Makefiles fixed for cygwin - fixed docs and comments to use the D-Bus spelling instead of D-BUS - many memleaks and bugs fixed- update to D-Bus 0.92 CVS snapshot 2006-08-17 - don't crash in dbus_pending_call_get_completed if D-Bus connection is used twice in one application - dbus-1-devel-doc: don't package non-existent HTML files- Do not use xmlto in BuildRequires.- split out binings to sparate spec files - string replacement: s/D-BUS/D-Bus - spec file cleanups - remove aaa_base from requires - drop dbus-1-qt (qt-dbus obsoletes dbus-1-qt) - new upstream version 0.91 (skipped 0.90) - remove some lingering bits left over from the bindings split - fix assertion causing D-Bus applications to crash when checks are enabled - fix a timeout bug which would block applications from being auto started - API/ABI freeze for 1.0 - bindings are now split out into seperate packages - listActivatableNames added as a method on the bus - removed deprecated dbus_connection_disconnect (use dbus_connection_close) - shared connections are now unreffed on disconnect - fixed pending calls for threaded enviornments - pending calls get timed out on connection disconnect - dbus_connection_send_with_reply returns TRUE and a NULL pending call if you call it on a connection object which has been disconnected already (it returns FALSE on Out of Memory errors only) - dbus-monitor now correctly catches methods, not just signals - dbus-monitor now prints object paths- fix build for < 10.1 * do not use -fstack-protector - fix build for non-SUSE distros- fix build for 10.1 - remove requires to -%release which can't work- call configure with --exec_prefix and --datadir - spec file clean upnessler 1238689752                        (W (b (׌ ( ( (' (0 ( ( ( ( ( ( ( ( ( ( ( (׍ (5 (L (ֆ ( (K1.2.10-5.4.1libdbus-1.sodbus-1.0dbusdbus-address.hdbus-bus.hdbus-connection.hdbus-errors.hdbus-macros.hdbus-memory.hdbus-message.hdbus-misc.hdbus-pending-call.hdbus-protocol.hdbus-server.hdbus-shared.hdbus-signature.hdbus-threads.hdbus-types.hdbus.hdbus-1.0includedbusdbus-arch-deps.hdbus-1.pc/lib//usr/include//usr/include/dbus-1.0//usr/include/dbus-1.0/dbus//usr/lib//usr/lib/dbus-1.0//usr/lib/dbus-1.0/include//usr/lib/dbus-1.0/include/dbus//usr/lib/pkgconfig/-march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.suse.de/SUSE:openSUSE:11.1:Update:Test/standard/8706510042286ef8e16bc8a94ef57e28-dbus-1cpiolzma2i586i586-suse-linux<,ͭ Z?] b23{jlL]gT*¸!Jk#ֲK,.l?he^ m=vӘH xjYAbȐO/*0FfT }4iۈo >Vj$OwA_;]m{0 ;H[PrGgwT7| X^ֱmtcSVc̯ȋulg Hf@XxKdY~Ka^vizqS:]CziҜY4}d1{[i$_'!Kxj LǨxw;zS^ ޽ F͓5ȀZ (Ne6|>g98"4\&0o=nRŊYyHhkwX{{j)WdINRڊP5p Z*R_[,3֮yPQ<>"DChJ61&/&nzNwXȮQ I"0gJwčYqtO@9 {kn38X> hFeI}W=voߞǰ._vCV9;Hjw*mL6=q {eOWH"YaȵS kg?c^TMްgc\]i`q#.c_U1IXY+%qjٍk}5˸kd:R0Ỷ_YIJ5N ߵj ֞xi /]&dOΒ:kDcVG^,xlVeOc N#J:F4%Kň 89~Z^rl1l.c$0=]u֎BܦhLum r%&}ص TO0g_/ 0vZ>|3̥gN-@Oq1Yv3避-4k0@UE&5KƜzcGܬQy);f]Kap? TNlwܑu~4e ,3 U] .P'yr?q3TIgțټz6&Fmu6b9;n05r%v()N;83M`7Z`U\t A'˶]6%ɀx",K-+BttYC{49?G)u&.SۦHYȋsٰ wׯm^lEܫ(푮S %iۡ bnkڄ|Yu1C1u/grЪxṪ>K k풅`mh08XLm$d*bH1ˤz30<2 *D2[)ԥmSxXL?3jM ߃< ҤT/c0MǷI{U20F-j)K^Dm`Xzj=2ݱ1 %sux7~W.9} 0_Obp.6H}rZZiW0Jm\1^[T:Ӝ:s뢉_qXz'Z |=k|Ug'% $y6CϭT8xjR Gn'vJu L_L0*/} Wk@vچZg>NN!7`\S4o8*='}k5ȉ$}MA\g:A_Q*E%ra Y yJ!0c{AC?8H[pP |4Jeg=~ B>`.U3>?('̧$ LdD5f`+lAP8[pgu3}7eA1kp'iI(:GBHڨ^5Ť\zü/fBkfΰ`waw1n>ime4h*Ű3hxȜv^{.L&gRHFQ[+ßȯ]֐8jS[O9 Ja_t9G};TfP׭0.Q}'`iMaoω)c#m%?pnx6­9Qm閈\Ĝ 7Λaib ̑0ZIH+{)*@RvvJe"#bT%?%ygpH|H 21(bn 2on8f|!DɍK5@"YO13HЩ4`mo8]~ F41 쓏kߦ(0`c‰Q2XN-Ddv}4s69@I . 1fMdA1iaˈ< byCOWyzFR \CrK&uiR>ubxD [x&9<ɋĊEJN^r0}vЧb4gtźx"@n{ףt("'&‚9ÞPv`žB7{1dsw%vGN> >4VL7K2iZK/vNs1@Yӏ>'?QJ寴&&u"fkI9yΟbkcٿ&`6ۇ^:G 2,S4/ھ`ߺ(Jѽ; 4d8K5!D"R5h7>2xԳcbh;8kVv $WjG3539䆭@\\^Aٹx!0wwODzT3➇l|/ rmAaM<XI8G3F0-PϡG9鬮Qlw1\+ɗڇ<9oQ`oM$p~ 8q6 }+j?Oz?pW,YBYީzkO`Evq[ a2HP`lD#>":L?9uzb$T,rh%I`w@O`Րx+=ܵBZ%,5c2Þ0eY/$z~ar%qb 3"Ei"b3w d<jS,4 QףL SN={ƫunC*m>-!+D_8mZkdXc JcL>FCa 0" 3gE9eOPP"\QhHGå:);gG "i!k]w|orC# ߱Fy{oߣ %=<<|Lg!x{7 t@(?YOqP^bzx(k $ 8l~ۓ-6(\\.HfaKL> K!| *QӃT@FdjRI1D5}#9s}ƝkSloWF@֖Ui[ 8qM02Kl|{~Y9e=*.~Xl%ePdo⳿k r`@XmppZGl3)Ϲ)k3nWwTYӢܧ |IG|rcշpPC*F6]%;e҅E2Dζy9LrOR2M("B0#(ˁܥ՗'?S2:6" V^&'ӷR2vG9 r2h8Pr)ud֛§PA*S2YO-3!^āZa~~!{dpKq#hqWRYcT [@XhaN>uw7:P{ #@So:BYM!v*f_NcߨfS=R>̌(JHzE1/A#3* ԷXfF24\>U2k){HLOI&3ܒ@]]%soMcmaMfJߦDd Txg, /Ib-N՛W1v3eFb Ⱦ;1g`jY~lc?LSy[\Zn6m5:(v[/ԂE,)S܊Y-aOUɛ'ix:KJzQEFa-Z"8tT*S_ eSg]~ތXaIkA#S|/(\V\S}؎'ٚǖAHUX֖${tN=%gV0$rt$9:.f;BF֑w\/؆\o.'tֈp]߷\B4X,,H"^ Y߷jܹ'/~ )_bTr{c#`˕AGpV2nPF(XA=/ؙ[e;][(uY%QJ)=Wor4m,pwȆ'ꐮ6ة'a Ãv*)O_]p#1E3p ixϹV@ ށw|;LpB,'}ܻlgAGnѫcE͇֠oO¬cp1r3pIC%BHZ/T!c)M$@nM4}Ws Nw/FT;A>Cs q4-?:̑T ܆]h6ڱۦ %J34JƝy<$@3 oXtg "^rOZI.aJFwֵμb.,{,ry*xԂ;jy ]_5=DVV`PQrm<ȧ=ؗD?TִBBΉ龍gٓ߳a VvC3k.uTR()jPBMAv>̜ -W>?Ŋ2m,?Ή6VK*U0F< (4eQ1I0-˚ܗZSμo$8*NsfӜޏ9mHzT3L#I"5;REʴF0 j,*6"LI GK%ں]aKt> U-+G]OFt(,q/E;˜Q,(6ٞ7FZZxԳ5ϔD iq(in3Ut5%4Fc8бɎEÑ=yY?껐-ӿ/HV3ф27XȺ$́O9LX%U/}2<Պ%\} p MWYZ%p'D^ !=ߊJf^e'k]D|i4|EaI|Vm4˻tQ^MVK_S㷀ie<'dR -Qg:0BQeȕ>?BW  7AԒxʰz(>j + -M8ZHkY傺HRg? b:JM-aΞo]ubH67-'dMLrg=@FM`A4!ikcP[DY2IK/0qfGP!0 0(]8M=;:8-j iY1@@j5̫~Go!k$@s9FX 3.;Zk궹tH̝gI`"ټC07~&kzk3?K!%exsr_ۃE^a/wfԿt[[˥D`evJ5PF?޻}G261)5),'"%-,\YZկـm2!,C{mcrOQ Q_M4jCM{c_2K;Yr076@ RQIP/ u.SGBVm (f$ PU$`hhawg؅FD0u@m =bE70. 1mL^]fFiddsg|m&uYx.oB#7=M%1xX\v ǔƬ)-Kk0D4C`n貑0 b]Ε5:(: 7yWҽ)6*yj8Q%i/fOwPy;Tz(x2M*n`vHdF9\?CSij*\nHcd #, ^]Lٞpv<$j@_b q;m=#ac)j1lTIj8Lc`=ǂS@=1V&b2~8m R> g4Xxʪ%V.w B̾Wd(ZnF?Gȁzf [5a.f~;,dW'_VT6I/tC'ĉۃ]I!\Oo8i(lZ#cQ k*hN7?2N4hHtΒjv2>Y&{ cgC6E]0/QQp'r'wE}DG?q>ێy?%uŦ㩜u Dq RB~-E]@=TZ/X S+Z9S:ﶥ^Rqk,.koqjzp.nKeOhGbܾ 2hrېaJt$Nv|l˦ Ux@W.|1"#1!C 6tz!1j]I=r-1uO]gИ=C /Cs;{ Q2X^,9'7[dsip!#l9Q醹Ƒ&p{C"fХHsT߸+bg1@|%$? fAT)Tˆ\"lܸ_o1 *m[_ަd tZ2/ _׵["(ZV1|0H[&!A?{ۮ=Gz!|?R;D4 @H4 Vɥ3}ar~?Q&ټE%=,Ķ Z/+O9xj_P>'Q XEvחrh^{̴"LPrd)N]b'LJY<4U|Wt0P Ӭ*s/Đ+ǡz}U]ZJYBFN^Ed9"Tԍ"$Sm Lh J.6;d>-l'\CbK!웑02ZQP9RCC5d%~_.4̎5(Iw&WOwk%GX 0agbs\,Ad)BK1bM^K|, ZDQ:"%Q.ckwV\D t$hB~1jO7jV.ljЬHݲ29Iݨ"]aK8彌Ps֫!Vt%O*R&r2{QkXYRn䣤Z 3q*P l*~'rpq6~۲LSYd6$=cV@Ǫ=&uVITSK|{~uڝJa},*p-Q)MobmwwT{qp% + ad?ܳRd64-YS0Dّْ.MCS=x,^s۩7ĜV>C .οLk +Q38;@'_ryܞ *?LZu7 3&O2:QJED`S/K2:ZTմJp!1`d _9QxBA_c^ bJnx= I՚%EQ02 Tthⶸe_ɷXrK#S}0SsX}W+gep Kҏ:Jy&A mWw\ B'+ߢ3*C1YT9tj.;E4l⬶ѥScTEZ$hp]wIRS[-  &m,Ǻw^x݁X.#b %7 JbɀΚ=}E{5x H}t߬>_%5?a vNH5EXN!vx#J Fe\8ٙ_E,p\bESfֲe!]:䌰"ǹ ~ ?Qr?&>0p}aqnFu\ MQG$1v@9e#^f; I.d$%E3bPH@He-,z< g_HAS='G)M`XJa#ߜ "'fQ HX׃7dqU W<\MB3Y4Z3mR"&)˖DQa1YǢ]/Vi2_IjY K9~ fduOLv\̖#ieC2u洫!"%S4l#¼f3ϝЫY9KZo$,3 ܹ#Ҝ37^;j ًz%3oU _N\(XRp0KTdzdQ"bOU1Y6;Ȭ>SnN- \ IM> ,mnXn;[zGZ#Q$9v[|;}eN1YyRgHLe#=(c#TCލC=B\жk)>AKSݣ6:&PT2@̓YXTg0j[\NS.1R]B'a/.6MxF169+‡Zc9LWNgH uI}(2Ӵ~gu7t<Ć, K1ȽOlZR̠6sBhJs`yږm&soHch(ʸ& fqo~燊 @ $fb r@NQ`I $=JV:noߠq7%Bq?>!X^$ +Duފ;7X2Q,U3G-=N8 %UNR#k"[O<nS0c۠_ {5 s; ͏i]>Y A/rWmj:֩GIhY-j؊^\9u5{#Ln BW<(!5ŋ)VN wJ]S`lMTx$$Ayjӷ pBoV|Rȓ-B.?P-ls"8.Mۀ;.uDkpXv_NH(lEoie:o"?4P1 CLbkKrZw)df->iia=I937EZ24R}[+ `8|c1ў8L+S6(;b3؀d5cBjs:<+ϐt-,ƋWb XRaRwuxKG]>dL#OpoT 8,P)}6avl< Ĵ.zQm+1*dddAfV,pK, d.6nF&aeh]<+ /C{kVS{7.Nua7PJilS8ƾP\Sr-E $:we#GhUHM~OQ`&7j}7g Kʢ#9v4!ȽuJ*ׁN:u3Q "ěsG/}[(U (S6AC 3u8>TV](Js5*}k4VS pw\%-faV ,` +zM_,(cЪ^DތcD s eV(S >$sBRMcߨ܌Ӏ^|nR44+%% aF WCsʻTSus6B,#.( 2GFCICSY?lf2lfð<4" B5|1 PX0 f76c*) нd6:*K@+IxQ\Fb9" N$99(>igK]NZXXk;5 g@B^l+uZ3mXl:&&^[9;G`,!H9C)y7?r/:ƴÖc@޺ƺ`/lCqS5ZV |]т@u'$ 0‘CuXf9aޟY8aVAmf5~hĆI¢B\El!wEF~o JjW.# +ffu즼?m<tY-а߻/ez^ɤRlX~.UF }%ӂ-${uSdȓ|iwHt_[/Bx^"Gȣ F罒Hx?8Cv6xo\: ]9/AVI|ZpCħ|/$' uQJ զ&"5nf.t+=&D*wV4o}?ȧ֮[6V]> >Wm; y nG*ھ"tCahp|m;mixwHEHʲ)$xn% `usu/1F('l,G.uHxԻbx/a^|*e`L+sh)lCm?'1sK19 ƪi(T/BW4t Ъm)ĀcXLph E%/AS>3[X$=Ƴ9?ULʔn{G{|B"cd:dud؂)6H #(^NpI-uvX9$zܦqUdk셔f$^)J 9U.YH37@",SY}c(.ijx@|nEa9JA0>c[a_ 11bC]_0YqHG;`±U ^@@%eG +bG1ե<>y]jd({#IvQ;cKT'ih00AH<UZ+M i[sr Ϛb W ۽44ȕ%}jQ^r$\F<[5")c~7/j IuSS-;W*kSyy-MUm}F>eIutJUmgr0={hre#)cfy٭tRԵ= )"JDZa 8a;_PH5kL8t+ATE$&{ PWݖ2X 0rSJzL:zlүi^UGA+&/@*0哹q(D~[]/`[WpR:OdLBYpO3-^ Оt O ǿg)#FJ $W%1GXY) *~bH40`?vMFbmk`Z8N^l/LD5|Gn;Vh{g=inq@lL<0}gLYLS]v/Xt e_v47oz)&P,jK |QTbhD2P=)U <܆ط‰b{w`oa\}bآLSو0WYqa's3ت rWMoc`jJ/,-2Րp{P-5T._H[H0=)5샖`h!PG %i!8͞kз*+ q&]YsS}QsgPĂ?(q!Tv%2Q vw>LdZ(U]۾ɍؚW%:es?{dؙgߘ l%%u&nA65luԸ9e e+$doIh>%9xM^]V:ņn\b'yACijTWW4[ւ5AHLҖM-0U-F?>N8~x࢞oTc=C>U*#]PKv TnkQq .HF]qSING}x/0fμBZÛ:Y)ם X 9f(uZWƗ hT>#/o/2 {>׸;@(:,vmkᯖ;VQ!%Y "|a?Qg,6X)[,{h-39f@&Nﺥ*A4Kumu4>/rB0B0Q?GO>-D뇥Ki> (4`(lY[of9$eB(Eb-Zt\bYTvXOGn W