sensors-3.5.0-lp151.4.3.1<>,\Q/=„=@h"ϒv:LA[cMhm+cA) Q׈@W8dXHfD[6Ly1';* U$cWD=+E!B;&Y[! $ N*iᒳ-&>eb۽݄OBR-t@,3&OiƨivՠkqESR`$n.fsaЈI";i<9AlWtS1a;J>EP$?Pd   A  7Irx !x"@" " # #x )R )|)*f*+ +t++-$(-P8-X 9- :. =FZ>Fb?Fj@FrFFzGFHFIG`XG|YG\G]H^IgbIcJdK3eK8fK;lK=uKPvK wNxOyOpzOOOOPCsensors3.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!\Qsheep81openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Monitoringhttps://github.com/lm-sensors/lm-sensorslinuxx86_64 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 fij5OJ@^9([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\Qefbe7c8b6e3c3699726650914c932412c3046c992ea119576f5a6b7ad425aba2ca706283e39d62e303ba768dfeac8e0b6ee0807905fb2487326d23988ae2b3f354b96c08c5904b5f5801214f42e029319e350aae643e2afc843020e9f34374b8cb6657412023d3e6fbc18f4da3af1ecdc484e4e1f85db6324ca1f7d26edcfc0a5e4004ad26b45e556873251287069d14cab25ecc78d86f94c034d85ade61876a917def9bec0b6fe8ee38f757978df3a0fbc603b1ee99bb9e13e2fb41b4994ff6c3b71ff4149d6023ff04b0e585e2432e6636840ce3f536c9b531d74cd2401752fde243fa8599c0f9ef3fa470fddc3dbc729f67e223b09a17deaf08f949576772773b2b232445d8c5bad76a607e10ac9875166e03ca0d7b25b69c256062147562ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c642107c62fcdda821d18d1ee9d8d276a7df7b05fcc2156b08954b736247ae5a174430a7fa66b3246b11f998d22a59e1287e8ebbd58dbf7cb4d7e4134bb564334d374252a5415b60a9a7fb2fa4c8e899872d531388d4331c00bfa2542f84e0249493810edf0b0892b48341ff3cd190d7d111386f93cb0c0aa9f4dd578d76d7a02c978654127172a8376474b328a5b666e0d7907b236533ee8d8638c4474df1b6ff4594392ecc9ba1463c571ed797099a726ac9d701501264bdc3b3e09163bf94614121b1736136c508830f9fa8d8c66d46a21a7234c29e8c022e69b6d78ae5fb7e1910b2fc5636e604fbe9945a44a26d170d47eaca83c14266509637388e9eba08603f26da36944ff8a75a68cab5653c2f37163bb16df624a6cb75f63612cbeb32691302552e03ad311e70d2b90d55fc555e52014461a2e539907362034355e65f618921ea8f314d7ba559ec11b1a6f41d5dc4a9de21243ea915a862c6c597e4206e88881f8f23a7f78072727f4cd56da0285f876ffcfe765c147a6ec8bff80abb8023514b2d2de162021c5891db76a7e1d939726721e7c8a94459156518d85c39serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsensors-3.5.0-lp151.4.3.1.src.rpmsensorssensors(x86-64)@ @@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/perllibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libsensors.so.4()(64bit)modutilsrpmlib(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/shsheep81 1558008254 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/-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_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=384116b863f39218b5e7905d8a3e4a4a6d274e50, strippedPerl script text executableASCII textBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=7b343f376203822312b82b6a87a771c715061797, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=93f67294d6ce3747bf3a0b671b789f7ed7a4929c, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RRR RRRRR RRRR RRRR)LaE q%Jutf-8dbe3ea71b6d5b5545c1ecee78a2076b502ea0b7f7d909029dae8bde712a50d64?7zXZ !t/_5]"k%jz9:1K7k̿3:f. F|9ђ,B|xMxfv29d(ÊyRJh_nU ͶXU:!~,XXȯA4IɹVPiνMƁJƦ̎6n;zg.FȘ@Hnrn%0rM 3u4Gh*3hE g18=*V!4G/ [F|L=#o b,i#Ԑ& 2IV")eqcO XR/ܼp9jwφ$<|$)TeaCհe-ZP#|;D"^(yX;JY"'WüҦWD%!Ўh)"*P*# s(HJcɳ{r,kA-g'K%wUVYS Z,A^j?uwwe%[紥Piq5ƛRm x"Yn1(HrrXo%+?mH-.rzud] WBPlPztk8˗ Ƚ\S(|RvOp))%±#:2iɃ|ؾ @a"P@<^Yw#X8]85A.*tFiA^B УbW cF9z%p֢b؋hG:xF.܆r(0BWc.sq[TeӖ;RG,MhԠ nE׌}͘_u #Gҍ@-n={FGAm$?N'1m,9EvcYkTU\0@ڂLդXrXfp4/}4Nqڥb#Y|$7l Is!p^ \<,s;A`$C @/~fÍ2Ltmu]P%Lr7axa4zoVGDJ|+!O\M8赡m`1WOÝ,s 䜺ɄGξi@ "񡑿Q]v\9D4 PBT +XtjЌpL r$/xd;D`~5E4DO^D$mU͈ kpw= WJMAvW[b}Eq4(+ŞXWa[}{m֘q$i #DY܉Um@iRT@/Ð ̵3*mXS{Þ uN/8P-)=a[g_QM.v-hcvi ~`; ,&e8тFyACAi @/2]d`OB#8DO70=h!+"'z{-};Fy5LhM'T# H nf3W;?ev8J3"VwlITܿNV<Tb߾lGWAwf5e-S3'Tߴ|Q.íYCanL5 a>, ޤZ a]ccD7c!ЯA32"QGدlcV9x0cZ*=D:8W:e6-}B{}{|:(Ԅm r^ wK|") HB krϋ3h bnv2+&VD!(m S)%-1 iGHāBbGD!^ɇQd%* 3\-R䈙 G ,%<|61<&5&9͆ ))DMy5r:L|A#962~?iڙm,)*Gn@!5xjrVx>hSuR1vC?} %D@{\Nnr' '阵夓L'G*u@$0A4^n/Vƅ{GxیMw*!uH~9DH.S$2?/Oc(lOeVRp`3OLt- w؂xfT$~RsDWnh|5͑r!T tҀMG=o`zpz| (8g9o M*r%7DWqѰ✿z?z[6дyKE*(`3K䷔ɒXHte.s~ay(>ƃ?Md,\tUIa7T?ahou:d*W Kk=O$m|*Vj(o:bF.*%hk߄g2_g: {<1JvzECq!L1KjnYm(@n}iS/ XJZt}pnx\Yx!Fi O2/ ~" #㈧Ո GfJZZ4:UhQʺ Q^ݰ}>wwo.{שf RDŽ[؊ q8ԛC'9Շq~8W[dc6MFu5ɼH*:PMb Rrh i[@#l&vLUh)/ܸ3).ؐ镾Nʼn0*T3?#Z4=fˮV0ծN;!Qe}wj34甑{/6gA0z({_Eq[ɥVh xОG :pG {'_U{ч>S%om"DTOZ:аqd* *#mRm9lH¬58tXLR@NS2;'alKV~|gUjGvU'OY@I^+̏Z 8K $+E(,& [ieadq2iqg+(TW0I0,xl!)ZՅW[ThϞwUQLNe/A.HEh<[|R{"?E4Akg"WF5JNfNk4iU#vx ?ɮ[5Fp;"r '8f"cD oXzU\S&8C+p?{M p:d wT)N NbT$Gβ1E 0Ʉ*~:!Zg2vD|')ݰdw_wW̝@oVey@;d2O/N2Q(Jr_H<HpYpV5-,{He*cE.r6[=S 3^8!N)gXRLopA3Ll\'$H\Ʒsbxj|Dཀྵփ^ů)OR3,z}dĀ/!&Hj˰JNj/ٙV)\K >+@r. S̊R㢛nkeZ ҥkix"V]R8U(8 1DB+BDDۣƅ4~JltGT3ש.6ZNć3إLii}U̢ a$̡EhrqC; d:/(R'9'gM%䣆&`Ԇ7;ܗ[ݰY\:-UNYN.`x J!]O@>Fx<WiD^(|~P̂M 86ŴæNDY/#y Wi> ܗy;ruuA˿8p܅k?#^aGD#|#ٶޫop0# #(Q ʯ3ۊl="%;ƍ4ʯIѴ'3zj{DkT>OJcZP(e*#536殙"lz^qjXȘv )6vBDr1Cr{k=N'sޝ dw}i[<8K,;p 8&3tǁ9odž,rUfӑ%IЩ~oO!8 "bbMw}],pJa6)FxїG+8LBHODse#aWV0Ru 6@nXg9_'\=.҉@RԸŕdiw^<%U{ԭWTTV#kUa 3ar9S)`PEn9V~ 9!Ϡ_,k}֥$l% 8mK^1 y>&5(,wl%Ab3gWd6k[ډ5/ϠSy k"ץ)7YSuΊ 6l]"F?jir88LL@>i\s'|"nf8Ixo ISϫQ엢cxf-V;=PbӁ=yY7ա8v"XuNB9Xhs]Wcs|J[`렋S`aWkLNHRQֈ>ҙGO|wJ4EwV~NO.uEO".W2. -n]8+$܆X8 >D'#.^oI|(DKdM=Q&o^go_lV8{7O13;sO$YX\Z7 i̱l|BS? "UR ft;JW %5"ōmsXq?h1YLIn8خ(7SH Yez@ٿ˙W!]}8 `L foIH"M:uctg's)-,E2qyI8h3:!FЄ נ.\*#&#GObơ"+xS1bPNK#P*}Z%b8SLRE &ْY[MˢFQaKNL2곤Oa)5{#0A rc+{r*v=J3H1FFF1%8gEY#2p~`(P30XTB l܏NJGTS|xa\ $5(d!))gx{VV:.3S. KCU[0AY[ *|` >/͇4?ڲړ@N 'Yl$^Sjl\>B[Q>(W-r?ΌZn șdਵp+Va\M nd_(/U샘8+jQuY|)>_PB|cu/6y[Rˈ"EOTkQI9~wyZ-`(y:@DhCf6Zs;>"խo7IG䴚afB#d]LshX1YW~sr[iMrhdfSY2!q;@͝qwOh/,2O"!tuӜ047eĚceJ0Y]!::XB;" OBpSt vb˧?寮9m;kAgn*'GBy𴻘 /@Z]#Ca` >Ӫ5BQ7s>2lIx`1'oZ g4~  dQU|A/?Cp` (眜[%uT}Y+^PrnnBa8j^-]`Gt/]MVJ-0m͔1漚D=yD8a S9AY{c$[MЃvu|X3`" Z1ci`;m\!1,9<7,@' h]ʝᑱܺK%;A-M-,n(o* нYJ 4زHIL)9a_Ac1 FhY[>2C3 ?,(0Fԣht &O[VL/܎]X (aLpVj]adCGp!M<gI\z!<mekr2^a[Rj 1D:;+D!5]I$P]V #$/TdiT];Yn].ރVet#^ cb:{ 0c#,4$XWU8Ӳ:%pݶ FP`cIXty'L7 #ԕH{KNQP GP_кh8|\#B6̗$r:T@Ǚ:k|^lIB/^wލvHtBijf3%=[ ݷq[N`C' f}*q(EY#Ռ8| #ڶ ZVMr-ynpbxՒ 懲;#&[vLu+6W{E-Q:x&XreU˜ "Z3JƩ}Z2 "]Ʈ1݈j1a F+;ʊ>qnozFYUYlߨa\JJ;(=ڥ\fNCDpUd-oj2=Iood!1JfT>7rqE<CKdy7LO1CPhr[@Ǔ8h?e0 Bq;o!c;Gf>g2@gl*CeBk\X",%coe0YPRA8VR`xX6uzNdٸwV|DCN&뢣d-ܣ)k]{Pӽab>_n*(Z_uGo^ZlބؠG(hpH?dP^;=b>9jt=9OFV9M-xk8*L Zw]u44] B"/h±K˷yWuq\AIZ6QaWN)V8&/;\2!\+Iƺ̚3 ~^p7V0['ۢ(s4ylx o\Batapeej)jl_Rvr= &N(RKM>xhd@9ȩS6{D>:GP݂ܒ|]J/nmAO/PNt@ sr@܀N4Mqg-*;qKD[t឴œ8J|Dԗ!s_o`E_#ZH6N5h/oIl[%$IBF򆯭F|ކ`0sl 7n$8Hڰ{9Nʎ0g?(Eѥ+m)HN} s\W#oOGbiٙIk5<183;-w!M1 D5?MKiH8ՠb\Y[cLſ$Awsy]߇ K2S6ΊP0MZ+Y*9]AwT;t ^ ||2ͼWvIܬVaLo457WRo>cl'= (ARќLb#h;̨58%H Z'AhH8Rw5C}O$YXV6<['הMZ:^yXY.)ǦDs7D_[nʧOb^r[OpœbWrAJcPmBPaжx1xZWSYXۙ`!U@d}3{}nUycqR9! t.F] +AV |H^acï箋7 G7Ȥ,J̤eOHn#Og&DOqS[ue*={{Rȑ|W'H¢F# ݘj{)AǼPQ%<~3|t%3T ńz5OkINÙw.g֙.4n,fLr*X9R!-鐬Pl -b<ؒX,b+qÞdLBJc$΅T8$\qSnAr#j#d7*[u>orb5nXWs^z؟(LCB|'\;M|NRo `Ky3'7T¤ !a楾)xx 4S纛2=:Nڽwf3DR]9B2) 郤nEsY4k?V?譱Jֶb(be*i,™z j #o{cq`͕n;=6C <Ⲳ0"ϒʼnhmP'eamXYCh o#":ې vȗstrsBv@"]]SI`T~]LA)O첓¶/P],ſEM>K LT' *A͗d 7[i*W 4 +gP d;'<&,đd:e!AŒqh&Z=XOi] )YRE!x\E@fhuV:+4#7Cj.ba%^ɍp>kt{%%߿F8S]*.Eчڜ_&ԸъGDz:ōM~}QT[;.Fk([(Z;Ŕz^ZE-mDZfS4gޤMDآM~w+ (1"O+:j>|H=U Z9|ڌ5lӤ_0 =[B]q]8PExOJdSx7O{嚇}/o;? 2ՙ|cjn Q.n_SѤbgtf"ىk}\aak#ʺ7ˎ{p뭖 !ڭT1B#Օh 8j[ 52ؾ@E=Np} x׎ېtzjYMe)&s(->|{ظ<[ Bc`@4Ob=.d:'DOB=Sz֯}A46#FD1q˙K5 DV9ЎX3uh*ᒋ:ϟ͉p2OXtCAЪ?L])EŜO *z&nT~y9k\x^>G1'x5DB#,P6>m]OGI:ɻt)SƆsJ5-0qJт઎H4C:,*ӻE0dH~fhzNE4;hA Z1Gj?=Ǟ-lZ&m2p1:aZ3gUnRY̔`,0}XΚ91&ztU='L#T6JY[9NxWh=Twdhgz7L㬍khZ(Ύ&ޢ|P('N[{L'PT`dhozĔhx+n;ǎ&_Ջ.CW8GDÍ$Hzn\p+'~T9H]"&nLҌ㟺7SGiVKA&a6ϳYc Pt)E?wIsUrzĻR.c55fEԶAn+NyaK?߷Szzfmؿz*Yd!TZ.whKv-I4}XXI3]fQ#+~Z0q]}Vg)Ƿf&zt&2|-y@sizy.&']~} a"=pbR&Fip*lΝxj2!I SPfj46!L␪,@5?,c}3f{FyHkȿ YZ