sensors-3.5.0-lp151.4.3.1<>,\Q/=„ȝmĴH뇘T1t25Lh!J& %MppGUVo&Oawb:S^8+x+U3Ω6<I IVC|?c1:v 9gsfm]DdfN^NNV \{0p GgLE;]o4? #-][CmYcZח{SOgZJl@qH銪6`??/`7>EPP?P@d   A  7Irx} v"<" " #  #t )N )x)*b*++p++-+(-Y8-` 9- :. =Fb>Fj?Fr@FzFFGFHFIGdXGYG\G]H^IkbIcJdKLeKQfKTlKVuKhvK wNxO$yOzOOOOP<Csensors3.5.0lp151.4.3.1Hardware health monitoring for LinuxThis package includes programs that show data from some sensor chips. The interface /proc/bus/i2c/ is provided by loading kernel modules. Which modules to load can be interactively detected as root by calling /usr/sbin/sensors-detect. Warning, before using the sensors the default configuration in /etc/sensors.conf has to be checked and changed to fit the actual set up of the mainboard and the BIOS used on that specific mainboard!\Qlamb05openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Monitoringhttps://github.com/lm-sensors/lm-sensorslinuxi586 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in lm_sensors.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in lm_sensors.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-sensors-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-sensors-update-$service-new-in-upgrade" fi done for service in lm_sensors.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in fancontrol.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in fancontrol.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-sensors-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-sensors-update-$service-new-in-upgrade" fi done for service in fancontrol.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset lm_sensors.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in lm_sensors.service ; do if [ ! -e "/run/rpm-sensors-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-sensors-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in lm_sensors.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi sh -c ' CONFIG=/etc/sysconfig/lm_sensors test -r "$CONFIG" || exit 0 unset ${!MODULE_*} $HWMON_MODULES . "$CONFIG" test -n "$HWMON_MODULES" && exit 0 for i in ${!MODULE_*} ; do eval module=\$$i if test -z "$HWMON_MODULES" ; then HWMON_MODULES="$module" else HWMON_MODULES="$HWMON_MODULES $module" fi done test -z "$HWMON_MODULES" && exit 0 echo >> "$CONFIG" echo "# New configuration format generated by rpm post-install script" >> "$CONFIG" echo "HWMON_MODULES=\"$HWMON_MODULES\"" >> "$CONFIG" ' if test -e /etc/modprobe.d/lm_sensors -a ! -e /etc/modprobe.d/lm_sensors.conf ; then mv -f /etc/modprobe.d/lm_sensors /etc/modprobe.d/lm_sensors.conf fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset fancontrol.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in fancontrol.service ; do if [ ! -e "/run/rpm-sensors-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-sensors-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in fancontrol.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable fancontrol.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop fancontrol.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable lm_sensors.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop lm_sensors.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart fancontrol.service ) || : fi else # package uninstall for service in fancontrol.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart lm_sensors.service ) || : fi else # package uninstall for service in lm_sensors.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi figx5OJ@^%%[YFC? >P?큤A큤\Q\Q[3l[3l\Q\Q\Q\Q\Q\Q\Q\Q[3l[3l[3l[3l\Q[3l[3l\Q\Q\Q\Q\Q\Q\Q05d016965e42ad13a73c56a4504db22769e46e9c002c94e2310f6cc37410f930ca706283e39d62e303ba768dfeac8e0b6ee0807905fb2487326d23988ae2b3f354b96c08c5904b5f5801214f42e029319e350aae643e2afc843020e9f34374b8cb6657412023d3e6fbc18f4da3af1ecdc484e4e1f85db6324ca1f7d26edcfc0a5e4004ad26b45e556873251287069d14cab25ecc78d86f94c034d85ade61876a4aed5b7af19a3ba45fa0c8092c521e4624c871982376472ffa4f28ad1fb2b2e51c33073b478e87f187139f7da83b72bfb345a10cd216c9e3bb53166d82d10ceefde243fa8599c0f9ef3fa470fddc3dbc729f67e223b09a17deaf08f949576772773b2b232445d8c5bad76a607e10ac9875166e03ca0d7b25b69c256062147562ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c642107c62fcdda821d18d1ee9d8d276a7df7b05fcc2156b08954b736247ae5a174430a7fa66b3246b11f998d22a59e1287e8ebbd58dbf7cb4d7e4134bb564334d374252a5415b60a9a7fb2fa4c8e899872d531388d4331c00bfa2542f84e0249493810edf0b0892b48341ff3cd190d7d111386f93cb0c0aa9f4dd578d76d7a02c978654127172a8376474b328a5b666e0d7907b236533ee8d8638c4474df1b6ff4594392ecc9ba1463c571ed797099a726ac9d701501264bdc3b3e09163bf94614121b1736136c508830f9fa8d8c66d46a21a7234c29e8c022e69b6d78ae5fb7e1910b2fc5636e604fbe9945a44a26d170d47eaca83c14266509637388e9eba08603f26da36944ff8a75a68cab5653c2f37163bb16df624a6cb75f63612cbeb32691302552e03ad311e70d2b90d55fc555e52014461a2e539907362034355e65f618921ea8f314d7ba559ec11b1a6f41d5dc4a9de21243ea915a862c6c597e4206e88881f8f23a7f78072727f4cd56da0285f876ffcfe765c147a6ec8bff80abb8023514b2d2de162021c5891db76a7e1d939726721e7c8a94459156518d85c39serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsensors-3.5.0-lp151.4.3.1.src.rpmsensorssensors(x86-32)@ @@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/perllibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libsensors.so.4modutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd3.0.4-14.6.0-14.0-15.2-14.14.1\2\>@[=@Zz@Z@X>@W@WiV@U'UUv@TZ@jdelvare@suse.comjdelvare@suse.commalcolmlewis@opensuse.orghillwood@opensuse.orgrbrown@suse.comjdelvare@suse.comjdelvare@suse.comsweet_f_a@gmx.dejdelvare@suse.comjdelvare@suse.comjdelvare@suse.comjdelvare@suse.comjdelvare@suse.com- lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo the SENSORS_API_VERSION change, to stay source-compatible with upstream.- lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo excessive libsensors version bump.- Update to version 3.5.0: + soname was bumped due to commit dcf2367 which introduced an ABI change. + Fixed disappearance of certain hwmon chips with 4.19+ kernels, (gh#lm-sensors/lm-sensors#139, boo#1116021). + Add the find-driver script for debugging. + Various documentation and man page improvements. + Fix various issues found by Coverity Scan. + Fix compilation with the musl C library. + Updated links in documentation to reflect the new home of lm_sensors. + sensors.1: Add reference to sensors-detect and document -j option (json output). + sensors: Add support for json output, add support for power min, lcrit, min_alarm, lcrit_alarm. + sensors-detect: * Fix systemd paths. * Add detection of Fintek F81768. * Only probe I/O ports on x86. * Add detection of Nuvoton NCT6793D. * Add detection of Microchip MCP9808. * Mark F71868A as supported by the f71882fg driver. * Mark F81768D as supported by the f71882fg driver. * Mark F81866D as supported by the f71882fg driver. * Add detection of various ITE chips. * Add detection of Nuvoton NCT6795D. * Add detection of DDR4 SPD. * Add detection of ITE IT8987D. * Add detection of AMD Family 17h temperature sensors. * Add detection of AMD KERNCZ SMBus controller. * Add detection of various Intel SMBus controllers. * Add detection of Giantec GT30TS00. * Add detection of ONS CAT34TS02C and CAT34TS04. * Add detection of AMD Family 15h Model 60+ temperature sensors. * Add detection of Nuvoton NCT6796D. * Add detection of AMD Family 15h Model 70+ temperature sensors. + configs: Add sample configuration files. + sensors.conf.default: * Add hardwired inputs of NCT6795D * Add hardwired inputs of F71868A * Add hardwired NCT6796D inputs + vt1211_pwm: replaced deprecated sub shell syntax, run with bash instead of sh. + pwmconfig: replaced deprecated sub shell syntax. + fancontrol: replaced deprecated sub shell syntax, save original pwm values. + fancontrol.8: replaced deprecated sub shell syntax. + libsensors: * Add support for SENSORS_BUS_TYPE_SCSI, add support for power min, lcrit, min_alarm, lcrit_alarm. * Handle hwmon device with thermal device parent (bsc#1108468). - Rebase lm_sensors-3.0.3-hint-at-kernel-extra-package.patch for new release. - Spec file tidy up for man page extension.- Update version to 3.4.0git20180510.1c48b19, use git version * Support many new hardware: + Add detection of Fintek F81768 + Only probe I/O ports on x86 + Add detection of Nuvoton NCT6793D + Add detection of Microchip MCP9808 + Mark F71868A as supported by the f71882fg driver + Mark F81768D as supported by the f71882fg driver + Mark F81866D as supported by the f71882fg driver + Add detection of various ITE chips + Add detection of Nuvoton NCT6795D + Add detection of DDR4 SPD + Add detection of ITE IT8987D + Add detection of AMD Family 17h temperature sensors + Add detection of AMD KERNCZ SMBus controller + Add detection of various Intel SMBus controllers + Add detection of Giantec GT30TS00 + Add detection of ONS CAT34TS02C and CAT34TS04 + Add detection of AMD Family 15h Model 60+ temperature sensors + Add detection of Nuvoton NCT6796D + Add detection of AMD Family 15h Model 70+ temperature sensors * Fix syntax errors * Fix systemd paths - Drop lm_sensors-3.4.0-sensors-detect-fix-systemd-path.patch Upstream merge this patch - Drop lm_sensors-3.4.0+-Only-probe-I-O-ports-on-x86.patch Upstream merge this patch - Change upstream url.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- lm_sensors-3.4.0+-Only-probe-I-O-ports-on-x86.patch: Skip "random" I/O port probing on non-x86 machines (bsc#1008552)- lm_sensors-3.4.0-sensors-detect-ppc64le.patch: Fix sensors-detect CPU detection support on ppc architectures (bsc#999987)- add lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch for ftsteutates support (Fujitsu Skylake boards)- lm_sensors-3.4.0-sensord-service-extra-args.patch: Allow passing arbitrary extra arguments to sensord.- lm_sensors-3.4.0-sensors-detect-fix-systemd-path.patch: Handle the move of systemd from / to /usr.- Update to lm_sensors 3.4.0 * library: The arbitrary limit on per-type sensor count is gone. Support for temperature min and critical min hysteresis. * sensors: Support for temperature min and critical min hysteresis. * fancontrol: Deal with moving hwmon attributes. Reduce memory consumption. * sensors-detect: Detection of new devices. * lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch, lm_sensors-r6237-default-config-NCT6779-NCT6791.patch, lm_sensors-r6254-detect-print-kernel-cpu.patch, lm_sensors-r6255-fix-shell-error-FCFANS.patch, lm_sensors-r6282-detect-graphics-card-in-all-cases.patch, lm_sensors-r6283-skip-addresses-0x37-0x4f-on-DDC.patch: Removed, upstream now. * lm_sensors-3.0.0-sensord-separate.patch, lm_sensors-3.0.0-sysconfig_metadata.patch, lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Refreshed.- lm_sensors-r6282-detect-graphics-card-in-all-cases.patch: sensors-detect: Detect graphics card in all cases (bsc#933072). - lm_sensors-r6283-skip-addresses-0x37-0x4f-on-DDC.patch: sensors-detect: Skip addresses 0x37 and 0x4f on DDC channels (bsc#933072).- lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch: fancontrol: Deal with moving hwmon attributes. - lm_sensors-r6237-default-config-NCT6779-NCT6791.patch: sensors.conf.default: Add support for NCT6779 and NCT6791. - lm_sensors-r6254-detect-print-kernel-cpu.patch: Print kernel version and processor information. - lm_sensors-r6255-fix-shell-error-FCFANS.patch: fancontrol: Fix shell error when FCFANS is not set (bnc#903520)./bin/sh/bin/sh/bin/sh/bin/shlamb05 1558008248 3.5.0-lp151.4.3.13.5.0-lp151.4.3.1sensorssensors-conf-convertfancontrol.servicelm_sensors.servicefancontrolisadumpisasetpwmconfigrcfancontrolrclm_sensorssensors-detectsensorsCOPYINGdonationsfan-divisorsfancontrol.txtprogstemperature-sensorsvidsensors.1.gzfancontrol.8.gzisadump.8.gzisaset.8.gzpwmconfig.8.gzsensors-conf-convert.8.gzsensors-detect.8.gz/usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/sensors//usr/share/man/man1//usr/share/man/man8/-fomit-frame-pointer -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:Maintenance:10246/openSUSE_Leap_15.1_Update/297b284750ff8440a3cca8a602d9e36b-sensors.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=464e5f5d3e74a34ab7aa77c05447050b6d71f625, strippedPerl script text executableASCII textBourne-Again shell script, ASCII text executableELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=398c5e770abf3a8d390a994726343e14ea9901c1, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=4e6966a3ce44a24ff5ba0858ef30798cda805e62, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R R RRR R RRRR R R RRR R R RRRRwG _J;2utf-8d8cd98db71d7f0fe990e99af5be299aea17085cdd23505357963c489a5e8a699?7zXZ !t/gm9]"k%jz9:1K7k̿3:f. D(-9~=~hxƯb~~GcXKf$ ̷JG(B#,ԩYlg)o$ !osHX%/@#II.c$+h90kF,DώݧB;G;tVleGyИ8@f' vyu-|\ ^=6Dq '+Ao4:x3m`]|皠L.#?,荘iZVrO]KPcu!R: S3ߒ2ap8LM ^13&&d~32ոpآ?ӰSLn;uǥ\p冫GO{iUpyDeDW,s)AO֮ i/rw[,=:ޞ*ֆc኉Q?JoC>3N3SϠpK~?^"LE/-fsLrM<d)+;^ӼiC% 9Ө䈳鷒YVj&S&e*=OXֈu. bKexw!xyI9yevKiJSvZvGUAJc)n}RN"XTv{!yB ER[傌W[݈T{?#pjm'2$Y5mt&ʷcK= Hh 0=u0r$k.jRCZbLEmM@АcVsۗr^qS"o7f8cƥxACU:ۂxsQ,WAGɰ* yĎbjY}`!4B MuvScLLO'MX(3fk^Y+.rL! tcԒw¤ߖEm ɳ:$jHX,Rѵ u"`EOE\%NE9.f]D]+ch(3Xf88:Ba6<fw9وpvIJ I9~[0idtC\_qs߆ RVtuh}e;7Kb<^5 $9$%^T:Xtu("]'7Tu4']< \UDT´ ȄؤQ젴a3}f:7=ݽ2F Lه֢eu;>GJ0;ZGP+@ T;Ԅb&$6Ex&6 @jnQp.&@/6q ϼ#D7{0FuoN)GǮv谙 u:NSgMZ؅I km!uVhJ\5]5S!q^{Yt,{v} IPBWBDBO^= v19A#aP@n 8{}ɫCf&B,JT7y<$နaW_ٰ%'1m,\ckl5tPsn\TY Ė^f^>"j de'Htxk-l4@.QD#1yGyB.0q%xgJlIHc: 7۸q# hjm e^QHI׊ݨ[? ձ !9TE_ 0Rk4S!=ͧxoB_KMհuW9U) IɌ\䟵)#u'U en{DjdjZq{ |+CGBʤ'5HjoNkέ&X(1Ψh٪i)koto0=E>|p ﯩ\?49BtzGk|Klځ䣼 8%ۡ 5_g.bW $C&6,rP~!OhtGG|\& C=SHCDqN*":9|f#?KPA>ѓ mwlrd[#%(]0Yj%$ggΦL=+]d~$UD/CNY=M̈ ili3Yﭞ4)kf^`{5ΜbՖ(Țh~ q=R v8~TcP/12ǥMtp * ]6rk+ag>6+7yg뺻llŇYzQ/&&wDzp՚W7!'uݺR}Bw̟cC=yHؽXunByAA d6,[J#6T)O4*kW8T>%~]_]~4delv[* zg +@ꟸ1E-S3N,\iJˮ_X)<2BL(5˧Ut Ag"g(^'c?Af9Ś8HӫFa ~QW> J>AA0!gbzC6i$W V6 9[nT+ F oJ;9,Z>4 zR3 O$Q]ukSͼXn)&ί3rHglŏ1Dr#RHRFčR;+`iYfe)w2qIE<TlE œiOpabk ui=ܬQ\&GUUOon^ZNk+KZ̅u_IG +y21DyF˔R']x2 2ƣS UË.yKby:;!ir7~Kd1F/ǒLՈEq}G`껗O[s{H'IC{uuhA B (%WfXUsi%{@cwY pDQwr r`=R0yL0+Jnrv z}>fw2}Til=}]xMPu pon21=cfJ;HJaq;ܝ |F_]G%35 -az wTCfU @t;IK7IcawE]ݹ/TMt ⥰d NB;'}(xqx%S?]\|6 p7+磹; :#+cdZ>KHy,?4j 1;4`,OP_PN\AՆ{ۮ̑ G+veP%n]Z/:Lf};B#DHDK#^T(^9ySBleWOc8M92hYk(ج!Z7SZ*ukcc5SMzq 6 j%d5fH{.&0$hOڏ-9첈#^cIG5c WlRz=J nYwe(=SL3/ { J,YQj'LT0zzRyL1G_\A1юD׸nEN1 47?{s ÎNW`s^婊 ?DT}84ZDS%pg?+a ?MLYj]G &FY1R3j] /tYE Nn^K8}_-oկD6쁋L}e|7 90)^Սtg,ysSn607 )DžQ5& qlݸ_Ur,L#hsUvEIYL☑ػTZ(f%ⷨ(|LpI훍zhئγ׾SW/v~C`OPԕ#4M!$ ~mW2PƨIg XH[1 (1?“H=K*Bp`މjԲ S -SjbiqdŒ7&R(3d ]~n63i KS]0+ь޻JFV؟יvH#x=gn)JO&Pe,/4)neT]{nrBT%B[*-gKDSC]:5] T"u`\TU\jY(]r,mR04g݃E'(VE:8jXa)_tVzlSqѠᔧÀGr"3-V( ̗eAׇ>D`*'[E{W㮇pE I&8 h4ҾH_hTX<3Rda+&Sc L,y8 BAJ!PB5Q*<<-4O5LL_zqd@ЉWU*z{ ]ъ9S:?"z}c 6}s6)^؛&ѯl(SQh.9D JQe6J#hN6ŸVR/ɗ]ƛl4(2F1w{l6 au4jԫUg83&w~iK:ޜv}fctzD=37V݆cٕJ(!\j]c/𐽚G+ 55v@IPfsə7_3bc};g<@,(5-Mtpla:d[HD>uCot)q"b#0`yHc *HBמo_*$C߄CդL5gQb?^ %k|8l\zJW;]`u0tѤwO) mr՘D'İ1(3ܘRzwߡ!tJ0@R&oeod48$r#Њ8&bcL6 1qt:y#dh 3jo TE>@*e<y @mu&HW) Q)rb\Aydj{gk)fEJMުSmľK DN'tn[j^ycdpqZ p}klC'!tPK])p64PQS:%{6nPPP'?FJ EDJlE$,8郶'6ZjT!C$W\%[@D!X|ʌm pgUKy Ѥ* nX),eY:,.FdujOgGBrec>$G[DB [O(ԯw3J$qE0Wotl\t9h҄Px!:ʶ$ҜQx-z2In}QmҡBEXieyh -BT d_mB<P \nZxWG]Q' \ա"S`(PYXjc\ZźݖϤV C}ڬI؞> f85dPoZf5qC K"Re>XM06Y3ϔJOjPdbg80TmSAOq6Kpbͫ֏nou%9Q'sY1Uv`p?wKlFRpyJ#&; IHg<ʳe_*ds^'kIE3Spa\v_ͽfocDt˂fS$&%1A\Mm\D g7<$ԴBc=A%?y< K(7OVwT+|.#o+F G`8rSpI{;k* M*2܄|NƎ" j ? T:Kïw~E,E#2F$XhYW/zQza HEA, mgCbam2:Dڹ!݋Y-kYg{_12rϙh"jX̌ɱ9o+Jxs?# ƃ?bw[7Z.]&oU"&RpqvJY0v]w נYpte/smgx\FL5mm$>֪_1 >{=-yIJtI&c QJO;MZ[y X|Ҫ@׿\og[%A]Ŵ.zfMj3%C:sz(Hw#\E򆤩euϔVu8-@ \/.p͇Wa)#dՋ!!Ȫ`pY-%[d/|:/FIw5,[˔@Ej^ҀRdRG3?4 VeZ-"(e&5Bk(\~VME5=^&'mS m\A/]ZR T̆`~84]]t[+Gh>@"3bXõj;Ρ[]RWrǾ 偈9CUJ*;$*챻M0RW=[7fшj3h+N ei/թO;&) r[6m=kǵQ?-~Pԣqs<~jSz$_RNMmshukK]E0*0X!e`^3\/Z>0W-%s ?*pˠЎpQ/}N Vwΰ;%@Xv~Xkr;:F2;)8U27 'Z{40;}nfNP; 7D*F:̐Hȴto곯wY릝XGu0V0?;,b߂C|E!m!RUWBV~$A4K c,Gjr{r ,,xNhu@»-t4g(At=n`o}7ȅ'l|Ԙ-׻4} X˟H}w91|qgDĞ[ݎQ5`GQir7?f{,y|ma>Ki%+xyo>?1By8 )& ?4g039a4{ad2,<|pj/3o7h^qH<ܳժFctv2 C t5FehNhdrAþjW j3\ZׯEE0&vs _mkn ?)y >;WJhpua'|L0\n- s*NJ)sA`Bj;ձ> ;ZuXŬD 6_|aFKLCrήZ%B|Zhus@cZ?(b6E lr2U4":95nokJ\47F^L6OHW{||4P?\Q2;c,)sv I"FTp|,tQ7$nCNW K &:73_[Ֆ\bz[X 2x PmWa[Z%hTp]=H%&UZ CPVޖ0C>>];qri߄YD^bl᨞$O.^k:DܺE_Ȗ&I|M7"9P*0#w#(ʩ@yvapPbD_j% +}_f@0p39UQوr^~mfN^[Y 1) 4&\?ga$vUF&wM*6OہӖ%<)\jJެ3GSV:bT $T23޽/]Cp>PU̼>hprjel\VjJ%IW~WP먹1ᄊ ,S}StX>Ijr8d~y -8vH!7O-66En~@4kHg"Q߻"YL[TH8:~_C*,;&pBoUkJÍ!bT:ƹ}ua }nNf}s#p}Ly7ڮMZߣ֙dӦS$ bQNkay?71f5c,WYjVyF UU &-\ *P*f IiO!(Ӛ.':P3^̯BVJ{l<p^Dn*8U;EרT͕u㰹yOv%ʒ3[ʜp4nCE&BQjVvYa@rMu*r?a:+}'ӇhC 1Tiu?`(vd81P LS \S%u~گSe 31n_B#3֠,ZLؗ%^(a&װ!Rw:k[#592J>|sJs8F@60ه()!¤)r&O^e_p1MNɶcag .Aլ&U〧!Lדo|ZOjкo^v3**%H fzw (K: VcwҔ90UcwлwYb~dUl6!dTB(9tFp0*'yBtT|J ^tnΪ `q|Eukpp/ZcTI֔0Y04f(ۭ+ϒ?Am3N,kSYe!!@s~#