libupower-glib1-0.9.19-2.1.1>t 4 DpQv/=„LIق;'(R/U˒Mk.>ZîriQ1i&{D]\ 31醸9.K^NPf6hVҲ3SDBy[gwB(ȴwݳ'H L޼IPEoH%+du9mw v{jgqʙ#ڛ:S.)B@ &^)?*r?7l?7\d  L     $ F `hr|  $ (B8L9:>4@4F4G5H5I5X5Y5(\5D]5L^5xb5c5d6Oe6Tf6Yl6[u6pv6xw7x7y7$z7@7P7W7XClibupower-glib10.9.192.1.1Power Device Enumeration Framework - LibraryUPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit.QYbuild13 openSUSE 12.3openSUSEGPL-2.0+http://bugs.opensuse.orgSystem/Daemonshttp://upower.freedesktop.org/linuxx86_64 QNQQacc8ace258cbcbe76290c38e69c1c255libupower-glib.so.1.0.2rootrootrootrootupower-0.9.19-2.1.1.src.rpmlibupower-glib.so.1()(64bit)libupower-glib1libupower-glib1(x86-64)@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdbus-glib-1.so.2()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2P@P@PXP~PWPO'O@O;@O O N2N@Nf @N*NMM@M۝M2@M)@Lډ@LZ@L@LLL@ILT@K@hrvoje.senjan@gmail.comnmo.marques@gmail.comcrrodriguez@opensuse.orgfcrozat@suse.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgglin@suse.comcrrodriguez@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.organdrea.turrini@gmail.comvuntz@opensuse.orgaj@suse.dedimstar@opensuse.orgfcrozat@novell.comvuntz@opensuse.orgvuntz@opensuse.orgjengelh@medozas.devuntz@opensuse.orgaj@suse.devuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.org- Update to version 0.9.19: + New Features: - Add a Documentation tag to the service file - Add luminosity property - Add support for Logitech Unifying devices + Bugfixes: - Always return 0 from notify-upower.sh - Do not continue to poll if /proc/timer_stats is not readable - Fix "can-hibernate" formatting in upower --dump - Fix device matching for recent kernels - Fix srcdir != builddir - Send resume signal when built with systemd and using pm-utils suspend - Drop upower-fix-resume-no-systemd.patch, merged upstream- Add 'pm-utils' to Recommends; gnome-power-manager and mate-power-manager (at least) use upower for some features, some features like suspend/hibernate only show if 'pm-utils' is also installed. See bnc#790787. I believe this is an improvement. - Add macro systemdutildir and fix broken build and drop FIXME comment- Enable systemd support, now we have version 195- Fix build with new udev rules location- Pass --disable-systemd to configure if we don't build systemd support. Fix bnc#780709.- Update to version 0.9.18: + New Features: - Use systemd if possible for suspend and hibernate + Bugfixes: - openbsd: Properly initialize update-time when creating devices - Changes from version 0.9.17: + New Features: - Fail on CRITICALs in the integration-test + Bugfixes: - Drop 'type' parameter from CancelRequest() signature - Fix the LatencyChanged signal - Fix use-after-free of qos item - Fix wrong PowerSupply property for devices without a scope sysfs attribute - linux: + Don't allow non-power-supply devices to set the OnBattery property + Remove obsolete check for magicmouse_ and duplicated wacom_ checks + Treat the battery state 'not charging' as PENDING_CHARGE - Selectively disable warnings for deprecated GValueArray - Drop xz BuildRequires as it now comes for free in the build system. - Get ready for full-switch to systemd for suspend and hibernate: + Add a with_systemd macro, currently set to 0 as we would need systemd >= 183, which we don't have right now. + Add pkgconfig(libsystemd-daemon) BuildRequires if we build systemd support. + Pass --enable-systemd to configure if we build systemd support. + Do not install /lib/systemd/system-sleep/notify-upower.sh if we don't build with systemd support. - Add upower-fix-resume-no-systemd.patch: fix resuming when not booted with systemd.- Update to version 0.9.16: + New Features: - Add boolean RunPowersaveCommand to UPower.conf - Install a systemd service file if systemd is used + Bugfixes: - Clamp the UPS percentage from 0 to 100 to fix syslog spam - Correct the cap on the energy rate - Do not print error message for missing /etc/crypttab - Fix crash in up_device_csr_finalize - Never detect HID devices with batteries as power supplies - Re-coldplug dock status when resuming from sleep - Return all history records for a timespan of zero - libupower-glib: fix small memory leak - libupower-glib: srcdir != builddir fix - OpenBSD fixes - Correctly package systemd service file: + Add pkgconfig(systemd) BuildRequires. + Use %{?systemd_requires} and add %service_add_{pre,post} and %service_del_{preun,postun} in scriptlets.- Move dbus xml interface files from devel subpackage to main subpackage: those files might be needed at runtime.- Remove glib2-devel Requires from libupower-glib-devel: it will automatically be added the pkgconfig() way.- Split typelib file into typelib-1_0-UpowerGlib-1_0 subpackage. - Add typelib-1_0-UpowerGlib-1_0 Requires to libupower-glib-devel.- Update to version 0.9.15- Update to version 0.9.14: + New Features: - Filter the debugging details unless --verbose is specified + Bugfixes: - Fix linux up_backend_supports_sleep_state() return code - Fix the kFreeBSD detection- Update to version 0.9.13: + New Features: - Modernize build system. + Bugfixes: - Avoid warnings about missing annotations - Don't rely on files' presence to define the default backend - Fully port the test suite to use GObject Introspection - Hardcode wacom battery devices as not power-supply devices - Use autoreconf instead of custom script - Use g_unix_signal_add_full() which has been renamed in GLib- Fixed typo in description of upower.spec- Update to version 0.9.12: + Bugfixes: - Fix how we estimate the device rate for batteries that do not provide this data - Add AC_PROG_LIBTOOL as advised by autotools - Add openbsd missing includes for close and strcmp - Silence some openbsd warnings about unused vars and bad return values - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details.- Update to 0.9.11: + New feature: - Add new NotifySleep() and NotifyResume() signals that include the sleep type + Bugfixes: - Ensure up-apm-native.h gets shipped in the tarball for OpenBSD - Check energy vs. charge in the Linux integration tests - Only include glib-unix.h if the GLib version is >= 2.29.4 - Respect $PYTHON for running the test suite - Run subset of tests when system D-BUS is not available- Update to version 0.9.10: + New Features: - Add a config option 'IgnoreLid' for users with broken lid switches - Add integration test suite for Linux - Add option to run daemon on the session bus for testing - Add OpenBSD backend which uses the APM_IOC_GETPOWER ioctl() - Support virtual UPS devices for testing + Bugfixes: - Consider a discharging UPS as "on battery" - Do not overwrite aclocal flags in autogen, fdo#35261 - Fix "unknown" battery status guessing to not be recursive - Respect $UPOWER_CONF_FILE_NAME in up_config_init - Support batteries that report both energy and charge - upower needs -pthread - Use the new threadsafe signal handling support in GLib - Wuninitialized needs -O- Update to version 0.9.9: + New Features: - Add a config option to disable the Watts Up Pro device - Add a LidForceSleep property to ensure that we don't melt any laptops - Add an option for polling dock devices in UPower.conf, defaulting to false. + Bugfixes: - Depend on stable GUdev API - Drop devkit and devkit-power-daemon symlinks - Fix bitmap check in the input code - Honour ACLOCAL_FLAGS in Makefile.am - Drop DeviceKit-power subpackage and obsolete old version of it.- Update to version 0.9.8: + New Features: - Add an IsDocked binary property to the main interface - Use the number of active DRM devices to determine the system docked status + Bugfixes: - Add method to set history dir - Check for and link against libplist - Drop check for polkit-backend again - Fix compilation error against Linux 2.6.36 - Fix links to git repository in HACKING - Fix self check to work as non-root - Re-add AM_MAINTAINER_MODE (but enable it by default) - Reduce race condition in history purging self check - Support the power_now sysfs attribute to get time remaining on new kernels - Update the list of HID UPS devices- Update to version 0.9.7: + New Features: - Add support for controlling leds keyboard backlights - Port from EggDebug to the GLib built-in logging framework + Bugfixes: - Fix building with gobject-introspection 0.9.10 - Fix up all the warnings when building with new versions of gobject-introspection - Keyboard backlight of zero is not an error - libupower-glib: Reject invalid object paths to avoid asserting libdbus - Remove the UP_DEVICE_SUPPLY_CHARGED_THRESHOLD heuristic + Updated translations. - Add gobject-introspection-devel BuildRequires to build introspection data.- Use %_smp_mflags- Update to version 0.9.6: + Remove devkit-power-gobject + Bugfixes: - Allow explicitly disabling libimobiledevice support - Free GErrors after returning them - Add missing D-Bus return in up_qos_cancel_request() - Fix double D-BUS return in up_daemon_*_allowed - Fix up_polkit_get_subject() D-BUS error return - Ensure the new device types get valid descriptions in upower - -dump - Fix compile with the latest PolicyKit release - Only save by default 7 days data to stop the log files becoming huge. Fixes rh#634228 - Do not continue to poll the serial port if there is no Watts Up Pro adaptor - Fix the build with new versions of gobject-introspection - Drop upower-fix-crash.patch: fixed upstream. - Remove libdevkit-power-gobject1, libdevkit-power-gobject-devel subpackages.- Recommend instead of require lang-package.- Add upower-fix-crash.patch to fix a crash with recent versions of polkit. Fix bnc#640940.- Update to version 0.9.5: + New Features: - Add battery query support for iDevices - Assign names to our idle sources when using new versions of glib2 - Dynamic testing for enough hibernate swap - Port UPower to libusb1 to avoid unfixable crashes - Port to GTest - Get the powersave command from the backend rather than hardcoding Linux specifics + Bugfixes: - Update the list of supported TrippLite HID Power Devices - Fix a potential daemon crash. Fixes fdo#27902 - Increase UP_DAEMON_SWAP_WATERLINE - Fix up a potential crasher in the CSR device code - When calculating used swap space, only use anonymous pages - Use pm-is-supported to test if various sleep modes are supported - Add libimobiledevice-devel BuildRequires for the iDevices support.- Update to version 0.9.4: + New Features: - Detect when the kernel changes the reported charge units. Fixes rh#587112 + Bugfixes: - Only emit ::Sleeping() after we've checked AboutToSleep - Ensure we send ::Sleeping() if clients do not call AboutToSleep - Ensure we sent ::notify signals when UpDaemon properties change - Changes from version 0.9.3: + New Features: - Add a config file with SleepTimeout and AllowHibernateEncryptedSwap entries + Bugfixes: - Fix c&p typo in documentation - The gettext package should match the tarball name - Provide UpDaemon with C setters rather than relying on GObject properties - Sanity check the device is not already in the list before adding - Fix recognition of lithium iron phosphate (LiFePO4) batteries - Changes from version 0.9.2: + New Features: - Add a missing accessor: up_client_get_lid_is_present() - Change the tarball name to be all lower case to match udisks and udev - Convert the daemon to using objects from libupower-glib, not devkit-power-gobject - Do not allow client programs to enumerate the device list more than once - Get the encrypted swap status from the backend, rather than hardcoding Linux specifics - Get the kernel sleep capabilities from the backend, rather than hardcoding Linux specifics - Get the suspend and hibernate commands from the backend, rather than hardcoding Linux specifics - Get the swap size from the backend, rather than hardcoding Linux specifics - Show in ./configure summary if unit tests have been enabled or not + Bugfixes: - Do not warn what we are correcting energy-full when there is no data to copy - Ensure we enumerate devices before we start monitoring them - Fixes to the autogen.sh script - Make dummy backend usable for architectures without a native backend - Remove libdevkit-power-gobject dependency from backends - Simplify udev subdirectory handling - Update the spec file for the case change in the tarball name.- First package of upower, the new name of DeviceKit-power. The packaging is loosely based on the DeviceKit-power packaging. - Note that we provide compatibility package for DeviceKit-power for now./sbin/ldconfig/sbin/ldconfigbuild13 13593513850.9.19-2.1.10.9.19-2.1.1libupower-glib.so.1libupower-glib.so.1.0.2/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/03198680f135bbf69b780f8018aac738-upowercpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x27158a96db87a509df5d40caee85fff7c92ab4c4, strippeddirectoryPRRRRRRgڿkJupower?] cr$x#CÛO }ƭ6c[=w gu:޲..?ynDՠE!gw?!ppF)}*}ؗpyt4D]L (*6fO&&h z :6#siZFMWGY ([ Ὣ59 /B5y=GPb/P<1sIVN 䇉̐g<.IsȨK_?| tfլU,H\s)%?iϤS݌اv:'NjؐK_;c1cb$(X!5edR)+gAFYqMj*%+G5pImFȰ]~Aw˿3(5m3kࡖXHZB vƃS6 PNĕ5ZW`e92f=ӧ+^4S"a٫\ y[Ai/GwJ3('W?p=Qnq1<1fb+3QT ]NkTipVvvRU2PkmTKQ҂x qԅ|A|.<g֦.uBJ=RcJ>6a(5nLIJLz݈nrdKZ !2PX8vߩ/9 i*_Իlx W\m/M,8Y k6ynȪ5mTnRBMK"VAmtՀ*YV}$+vW~˾ ;&~6\L[ 񦿢9r^2*6T xR7?-3忐e MtnW`E5mʗR  ވG3׀4Tޣm_g6Z(%c$YC֡pò/.΍~l&>cm yX1h!ĻGÚ6nXy>mn&2z)/WHBEs#M/)[>WL!L{f1稙W^dX_CKAw0(;&e9׽ :nZ.rZuȶQ q=)%D0`*Rbե]ޑwŃ R447$y6fVǼԋB#uD׏? o+I^ D)rN! 0s#lw"'9Ika6:Km&L!+$R襛L%2ASӷHG\/4/M) Ű6N#&e 飞a#%d1$5Hէߖ-:IoI/7֧W^)C:9m?`q!{[q 9;"T 3Zu##M'*BXtX7ڝ|BxTLzo'&W9JU =w&ȁV<ҹ8?oyX(GpE^t>̴̶X_ W~ \pL}-}~9,.@ !+ tְ#-rk**#rQ:)ۅVfZsO=nW4qt-;lL ~ %gŌmgb)XPEc\ϰu cpX]!l2C3'&X ҽc)¡m]gW)O4WNJܙX!^(KtIY2KaEv33[ ur#:t ǠjOQS0Lۓ.qkS $~gY RSb ̭iח}x@#CD ϸRca Z޿tTl< ˪Aj #z,yh@;i(@~ `W1fO?6ԁ4ɹ(hz!(Wv^s!)0Uc+сz+P4&DJJ}N(~]v.V $;__az.Ir>x(M? R1=mHNRxs²&0 "D4kG>2YALWYs/?C:Jw#|]PaT^^{V8T/hӊ5WoX؏h!C'g+:Z4IJ(c6ߕINx`vF F繨ӆ '5n'EoW BPdNPAwopELfRI۷`6r HzK2@ =,N HygD1a}x-#CfQL_֨i "}W޿5[am(O$]q~i;c˾xQ.Ubt|H}QNy+j7.#S/c"Xx$bx=Y n֪I+/| pȂ Q.4] ЍUE,CVX KDQԨ bMI%Ԇwꥻ3`}ob(^RvⱲ*~-1oihkPͬבVC LB kqD@,'9y Jo%ysMUfm7;= ?+[Bi'чgYÊf l L@G&Lw1,vJ Hg3g.x]z4ϽB(2pJ鳑]mŽ2j~a^2z an;m34g;}BcH wzCSnCz"bcN9m-‿щA|_g]x`.:o<$2 6QClǙzLy%>G~ "r<ڹ5k]舱> }&o 3跪^Ϸ] _4h/ i.dR^߃- V%юVSr\6_ZU}q v_ۄ ! 0dݶ #OJ<>]?`}Ja.QO"M1FhX+d2dQ:$`+jÍ>ZO חWS*zU\P%g}+LY1CҺБ]hȆ=jq3 ErU"k'TxSlC[HV;|h;O -7kce=Ep6%kn |$Gopc4įP+ ܘI0F V/JxyrA}iHx@-܊$u_$ACY ꬲJnͶ^ 'J<} o5LCVf1Kp˙^v\QMc/hE?6}]C$F2ILb 9 Z̳$B7NřPY-F㾛.R:׫u^?vE6VJ-Idt<oj> f {U;-_(݆9ʢXgY >;O)ޚTڬKHs#B_ ;Brb=.ƶxmğkA_`1 e*,8Ƌs g ڞnmҠҙs7Xىe2F;Ӝ34 I-H-6srĘ,b}~ @ %ހg hPXJ& Vjr/89ɓ)8UV71TtxBf'Hy2"@]dOZ/\J3\ӽJZS;*h6-^bX(cl^%TQpP<}g1Kf_xNjJ?B/LaE% {K=R!<{D7zx2 p.M>}  1ޫRW&؄^7U}/Q##/$|_X(W?BMx)yO {S*d9ěYNɛYn %-u,1\y/*B$M{N$ 0 ۬AaW.s7;djKPhepyattÚz #vdѲ@ ;하c9īޖ̼#ݙ jN0WKT;ƈג-A :ỹ@ybh ȳK!8/繼zps K'Ш"Up_3jwc|#k>"`aXj0hk뉯L}2\ڏr뗩I0F* į%SdBP2g"X"v,52Ҥ04 £*GлUg4Jt#ϡ*E#]/yk."g1e\sj0y% &H1k 7}IFc55QqJ)h$‘R(oG2?]a8V!u &V_kZpN@ye%&v*IbwG :c^ c M1N}l^TN= ?F#U`bd{ ,:$k/  6Tu&>8e†_RыC+ŗL^_K !U&xy2N(Ms'{2ggPUڢȞLA\e/;u;ʒv׬@gKQVN.zp]$Tj>P|2## 9VմTєl̚;+ya`F??߆UgB>u޲5*pHGt"# %v)IΒƠjT치ЫՈvR{{(u""}^Y.'z5='aQ4:).cEEГ"$?iJ83+9 Iںkhk.ֵ/f:! 1E`Oڻ 0''b$%cYT>TV8/i6zdRzJa;Dq!X'X-oس9sH*4BjFgfn(u1"'ԒfL@Vڅ&=678!6'MQ1A5{/<ДٚåKWg5zF@[0ڊ<3v҇&r mL­o>rOU%4hHvT ^m =!n?&`ZaB ;ӯB#,>4x&7ewLN-$N|)?c;Qw?u3KƔP?bZg1^.<ʪ],b0)3,JaBPsW> XZi@y '5.M+~U~T/Ĕ)iē̟9Ĕesj9ɉ vCȤXh$C5Y~RX. 1=(sHWrrp;GU_|Ւ4?sjMS[IڡN6lO05sm>p_;uzI?5#ӯ~+z;Jeme?;^sidL"my`(>ǾՍߊfZU% fzqgMB+nFl3p«2( SWZt (|' ULIg cTI ֛{'_떳mSb3z( 9u 3NT8!7.jMjMM87C܌RU+U* {gW |Y1=~^'#tc8?1WUD314C |Lo %42O i (!쁍,hHh 녝"`[W+3jw|U4TЃiD OM(s uڏo^œ3L2=mô,eZDzb8db~erA@ޡ5#~u׆"7A[2I )H$O3~rPQe\r>D',cP'\z{v2!50 c Z*(_q]]ֱ֗L ~V?r@ f~a3!Zw?Te3j|͖Z}YڃKOe3xa+PȕSɪ+qY)L*"%jfG3tcU䭀3<̠bA)aFދ, ƵyxUBIix<:*Ѐzdb`QZ?.A3r `vloƸnߩG%?/PMB'gұċ`X*1[XQE{ن̥f>s L g8tSzk J*@ZXV jtN"y:OXnV0G>G59JmGx/r臔Lq |,3-&|hC}@Z_d1#PY+k:k%jTw~Ӿ5zsu8!I~inpţ䵵\sЈ2tdD*L0LE}|[cB8K |Yz fWVb=!nA- $z{;V}goR?sӊX_$oK9,]zGY@ؙr=Wkk.*TK wau&EIQ,QuGUڣ-a&AlV҂d5_9EIGY'Y1*-3uܒl'd3&l}g'ɽ 3R -7 *;tbvL]N_OJ!1{"ًt2T5_A 5#W<9 3 !K2U "/w. L.JM%GD9#N)N f}#yn`g(MHjq%y ~[| OKG&.TMr,~^lKj\)kRx\ %fwրANmmU\(0?@5ͭa^5<E2T?Ohh%.S/͓qgIcvPAD: eJ4Jkb9_={Wfqe*ѡo S〇iEݴ2I8)<ʝ0@.Ql+l-\mN.j~dguw y$̔φ0s/f*, -fET&:'!3ITe'(j/Zzc(-tAS~ԑ[ զH0ZGXV$~+ӄ B;Bo+*聻Q/RpHE`7epms{2vhaO?{IM L1›`wӻRЈ !;s'e![]QĕAaIZH+E09Z =2mLy<"|"o*ᅮ&ëH> ]ӊ͊ ! (}ѸBRz4f͝!ٞ1ccAS_.ʽa$S nB|Ҷ0,{;P۠28;aD*B?LsaFd6R P=P*J<۷Z"8Sl \ ͻ+rbr) cacYG6O{%%+ȆyS@/:߰#D7^ }ᕔS^w>\,9S֓XW;)6g#5O%L? - )=cg(wB 2Oq\0}: gnDFcl3Bcbnp!+u{9 Aq./wleO|sH*j4L;]< .d7<*e7۰FE- UTf -}4"qt꘴,TW|cӽQ C*Gn%r,&N@)r ~7(BTCZJ(GLi;޳4IX#uy-+(rЧ2'l"LڳȨT۲?6 ` A@ Th~QXL]e%=l3[gfBpq9逐i?Ԅ74ߊlU1F%ϓ`5iQDSom@+K-N;6y}ژp>$E_]F O>ܧ^A M{i}Tof#Zv, r*.ׯз# bף.,WVh4:ȘyN{Z" #tZ"ՐH ]4Kגpi{緥g>ڥ:>8^ׁYC(F:C#c##h^|[o1 dq #)U8-ISRÒH#4{8l<XYd71ssb:VaF.,,MFfKfQUyxV9Қ ا@XPͤ/lo7[Ӵ|Od_k&1)0qx$3Ok0Ķ@0(B;}.DUnz.SЌ=t"+#e[c#i2d m OG C`Q =ښTa8>;Aoxmή>a!L{}zsYl`R5pZO|M X{749A8#ЮGDHt+wujZɔa @my{Hi]);!d-fcqkt|]NCA䦔u&Cl7R_Bk),8VC(R}A:>^ Ȏ)"۵ndLSO9aq-ȯA m㠕(Hg{EIT{`h\LK)8-ၐ>ΰ +/FjD mm:4}yH{ɛ)Niu+E$_Vj7} }T +ř#y%'EɵPoK16,$i([+2(Kqr ,G6jbnƢk;ZPiV >ӟ.#R\R_,D΍@͙V?2oa-ͦyP?|xcbOvQj'aُnxPi}9;6kǽ6OƏGIq(*)"d#S%5jm\]uc9:c̊aLsaWgܴ# L&>v6H$zR~)TQWh؄\N{G847;/#Ká NcܼcAlnm;,,)B]bOT*1 "F$r^Hd}@O ?4Mbc12<= L M'!Ǫ8#Rs4 -C-r੃SrW뉣2`tLviVY8i^?c.[}TKS nSFbO5%ۄ慝Reu*oy6\1/ jB'ZA&]iPXbŊaRZOZߠM+aB7ݯ}=J a+]Y Yo`3qͭ}Hs;RyPEoHoo^I]p/fQSAO9l%5dE086oGbOqa EO%_Fe#W4ӷ{f9b$i~ Д+nOT7KW]?[Ts$|B]7"I Ҕdi8r kr7dיrL5ȫ旻)Xo!d_Lĺ&X-/}73'㖺D1IyzXٝ g+*2 ךN`rT^g /l&2cO 'Sla ܌-=L퍭92& {|2K Uav{ؐNph}T UphNKM2/rrڭh/! _[谫cJo)Yc)5 a _Fqq1fETA!ho%f𥻦}֝^i9i'BV3LD_'H%L{H&IKjݪ?L]e 3JIgjL^ٜQ(Oe@.$wd`A@d'1a12:e[<% aVݾ 8"9DG*rsx sSiJTv#BOAH{=Kq@aOoL;s GW%s|[WZ WS:o{Lc?Z7G#tRVe-F(5[LYup\j#.^Ee.BWRyuioۛEi3R%z[_@a>cong)"tW(ρ`DMmܺPʢi(Cc'ư>>PuzRN%^tiXNWwey>n|1Xc~줱Vsc<'p/&?n7l(jpœ[d}U{ 7IJ3n5(ӽJ!أ(yk݆lOSYQd Uel?|D:jʼnI.wH Јh! qnn *dUtCKtKHzIGDF֍NQƶl ߰E.6C_OLPFDۢ_0{Ө ο5m_Y5 h]M19 [{ꯘ˧k ILjDd1If:ۡ Nw?,zz%j-ĻϫOLМfWNݗ1cWkQm͈~QU n+tT7}s@,q~3h|h}[4&V@:Cm@龼#$ !lBuO^'5F *&id! A2V|ksu|,&/?K6[L3]ۯ%gvyc Dueq@ѝokhKһXC}BajHŢ`;$=Zӱ hK&z?㩓:w>| ~-RؕU6-7#$Ms5$ZbNW.,sָJ_|_G.La!r)?QM"ʃ>\YpDרajeı︽em&/C6zEnD FRP!;,CъlwG\qhX{?v@鉣mol8I|@ލN0?o'#ٌgr;UQAYPxk5kj~M7"F^3:2q ؠHh@[Gf Qp"b<+ZUeRg9fFRLe$x5ޥDi /*7O ޸l--RRDBBIhR e:+$qG/)Y7?q1`mgv_)Y <+S.FXuPFB=}H!p}s&kz1#l1>SN4.&Z2~=TFL^HKZ'}NSQؤϝ">z ߌ2jV=8 qPw ,m$Γ|2YD 'n V%etfjѰ 2Azn&SQqj\t?3~e%Z3r+MKGy"Y5 /|KcS$DOʼ`^TѱK>*zLs`> H?Ktt3@|Ha NGV}rtzh qGE1ԣlu-'wñ:$? }k;ЋGV$6i(̕[ 4w|ffFm,o%!ei ~dS Ieh(C€%g !SBϯp93|39Ѝljt x ltd@RQ*XnTC9rgC$I9>R s*w\O$ʼn)iw#yEs ӯě1bRV4qn;Qb\T>tN[7ݷybTXjx4wOc.0^P`[^Gd;U .X }P;.9g7Lԁ5,N![jHJڢM8Z!)6#Õ1`D8]%e"<<θ&>iix q>]֒PH%ZBFlHAk9tGPކvu60"`g?>>!_d>D8)c`+m#7\crsᜮ,W bψIߚ!6:H<1_,cm 'rU(ΔQՋEN eOT_ w5Qc.gmMÒ=82}5S.HvP8,yuٽy%}mTpr4X'ש7nĠ7p7砘k-UՂi7N}l_,Sku\Mzը\J"5rOJ46 >.6 %gͲ?/C`kQ$@o4;/֚l%zѴbBG ݝL!P y^uJ ,"<="[8КbXj_l|*n'Wdoh=/!jۍ{l,AFhNϵLwFO [,ߊZ-f?1aCAv׻~?U0؁#X.Xo?GP]+ߒ?)Ȃg-Cȿ ccT]t<r [7D5/ j${!iTAC{?BaK³K}̰SK%S/14;%SO%V|0>fMA_Dh7,ھsU[u$mόAHm?p<)bCFO6CaeMj][2wE{nѯ$]Foms5>ǛKRqw~ YA !4vgGO1RoH Whg#`RpJ&1D8M:8A:4 D"bY-N,t=b$mE:t &P>u rdtp?&1%SC'pUlmQT]7iA 'ƑrE[A+.=mD+J @:E-O$EgLNAf zzhI|p9ށ9ӜY a^IY PݰvX~"qo KEEєڠ{y"$av\t-̋Xwz׼_x2kҳaayƸ|@PBkx"(>ƑZ\zPP"a[(9ʿAz NMV;ZghkͶLkwrU>12* ϾGn,p`Gt[.YBk(v1UMw;'+x_6 jjⲝ3IDE߅PJj%oFԕ \r_{YGec؁aDx*߬£!Hł_GY sxx08#QOT v|QvJjG􋗂bs6V)0a&u;(n(!qc΄ilg 0i voxcV׏B?x3-T%BUn羠؛7_ Gv$FOZ7kCds"3m/Z p!Bpsd)5JP] + ~J(fg;sui(`}1HjeW_IO z_j{KGhuA_wva*#Q'lNU6RU 0$Ľ?y]ʾ7:ESy7B5G #=4|!Zr5)ϹXQ M 2Jױҟl>Ytlp>"Jt ep~/HhK'K>: o70/evό3gs!L"3`*ZB؎v\ÐdSltQ"ms=i8\}:$\bJ^u@K;Xxmq`q": ɧ eVm{uX"ΉQc]š R9\KjV xK@mTK x$#l<'+ʋ\6\&|4`Sp]N# ɬ<zi.w*-n C^+i߬?ft=+CGFL.)n6AQwɅu1uu!n;Iezg'Nh|HKKĐ <`۸$ o:PM'Yk6tҥr+Yt%b ZN{\b ?/zAP]stw͉, #v#p_(M]5߿XQ)k+k_: lD̲?mPB=݉:Uz"F ÆO>LtS8K-~