sensors-3.5.0-lp150.3.3.1<>,\ږ/=„T2re#Gʺ=)h0"OF Uv Rw$T_ 6=腴`4;`hLXeX>?fF3 FW* Htv~{nY??! nhJxk9]%M:Ufg]# 8&Ra_Eƨ >NdeLks:iϘhHQ 4eQ:8M~tX&CV쪂v36bk|5I"% ѓo;>FP<?P,d   A$5 N` 8"X" " #( # )j ))*~++$+++-<(-h8-p 9- :. =Fr>Fz?F@FFFGFHGIGxXGYG\G]H(^IbJcJdKKeKPfKSlKUuKhvK wNxO yOzOOOOP(Csensors3.5.0lp150.3.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!\ږcloud124openSUSE Leap 15.0openSUSEGPL-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큤\ږ\ږ[3l[3l\ږ\ږ\ږ\ږ\ږ\ږ\ږ\ږ[3l[3l[3l[3l\ږ[3l[3l\ږ\ږ\ږ\ږ\ږ\ږ\ږd98c6af3ca11470121d87dccf676090ff6e7cf011ab605bf55fb31b44aa86b30ca706283e39d62e303ba768dfeac8e0b6ee0807905fb2487326d23988ae2b3f354b96c08c5904b5f5801214f42e029319e350aae643e2afc843020e9f34374b8cb6657412023d3e6fbc18f4da3af1ecdc484e4e1f85db6324ca1f7d26edcfc0a5e4004ad26b45e556873251287069d14cab25ecc78d86f94c034d85ade61876a211dbf4941b19002a036cb72361e4d2a9f1db3e70dbf61f4594cbcdfb57c720c2d2362a192ccd92da53d397994e93466fb3063bcf73fcb44d82c3ecf496f0846fde243fa8599c0f9ef3fa470fddc3dbc729f67e223b09a17deaf08f949576772773b2b232445d8c5bad76a607e10ac9875166e03ca0d7b25b69c256062147562ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c642107c62fcdda821d18d1ee9d8d276a7df7b05fcc2156b08954b736247ae5a174430a7fa66b3246b11f998d22a59e1287e8ebbd58dbf7cb4d7e4134bb564334d374252a5415b60a9a7fb2fa4c8e899872d531388d4331c00bfa2542f84e0249493810edf0b0892b48341ff3cd190d7d111386f93cb0c0aa9f4dd578d76d7a02c978654127172a8376474b328a5b666e0d7907b236533ee8d8638c4474df1b6ff4594392ecc9ba1463c571ed797099a726ac9d701501264bdc3b3e09163bf94614121b1736136c508830f9fa8d8c66d46a21a7234c29e8c022e69b6d78ae5fb7e1910b2fc5636e604fbe9945a44a26d170d47eaca83c14266509637388e9eba08603f26da36944ff8a75a68cab5653c2f37163bb16df624a6cb75f63612cbeb32691302552e03ad311e70d2b90d55fc555e52014461a2e539907362034355e65f618921ea8f314d7ba559ec11b1a6f41d5dc4a9de21243ea915a862c6c597e4206e88881f8f23a7f78072727f4cd56da0285f876ffcfe765c147a6ec8bff80abb8023514b2d2de162021c5891db76a7e1d939726721e7c8a94459156518d85c39serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsensors-3.5.0-lp150.3.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/shcloud124 1557829268 3.5.0-lp150.3.3.13.5.0-lp150.3.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:10213/openSUSE_Leap_15.0_Update/ec4c50eb9cb94736b361e6d6d563eea0-sensors.openSUSE_Leap_15.0_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]=b1209ef8aa57b49ac94238f3d43b9443e0cdb252, 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]=d66bc6026fbd2c61d7b41ceaf2ca62d611321d18, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=ae5aa58381ffaf3af889cc73f0ffce61429600ae, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RRR RRRRR RRRR RRRR+Cj ;oMvGutf-8f563fe34768fcd2f89fc0ebac5335bd6e3cd1afe5fbb51f754d2b4708b66df2d?7zXZ !t/b8]"k%jz9:1K7k̿3:fT7ECZFb&;EB`5P(BzC$A5בTYaKKaa\nh ~f̀lk'5Fq3E9XgK#yRjq2Zh0\2Yj0j%THdr:m]_Yw?֢;iM3`uH͠5tZLROw1{dh / x go6ҽZNhqW 5v|ڴW uMvFᑎmݒwx4ձ^~ H>EئT4mi2$4 S\1kr pN:kVu0pmbFe> r85`cNQ1öf/iJ^ˇ1CwQN~Sj]Q$%+k;?\ʨn2ҽcgb$*IǡYK8iقطN4(?PFuנFzmw&e}Jn CƉ~ y=_.s>W7^*'~v5 Cwy-tllf4Qizv|Us C="iߑv,V7D5M*q1*8uT;pWZj)[%Oz<¿)"'1TQ W9>.4:<[i7lO3hY`$*l90#.>|-CK uDyUHJ_7M*.}͑SUz?seYlA/i81^m >[١ ]ސO6 xN" naY%Nb>d>_Qrql"#A`S@xj˷(|SyVV/gqσ@7}K-,BC`{Dby M c W.<c Qqlo$E-e%Wa7AVJa<ȤK6K^yᡖ({f'/u+4x{DW}qFʕKޑhȶ8 9n@.I8C'V'51!"']aC%MvH%g/qrz73  7Dau<@<c`/ps/0LFF,2ERʧ ޓ˱kHVs6I0p] #q̜Nu]>oǑOUr}g%o ֌~'I(Z4*D]zXLQCXB]CS΄4H;?% rYg| 99S,$ Ѩ njHIKCݐ̼W0ZY|ݴΏ @ܼ,2-/y?TG_*m[Il\N$Qh_V-TFRU7҄{.Qtx˫ ?k_H乬qxVlocI"Eu.{"ᪿ6D*W/;r59R5Ֆ{;~aަ. $%,l!Y-6N`[sӕd'`S B#c%wX䗨J''yY>JSFݦc'XWuBҍ?~# 0ڏNo߆py',oO<"j"9&)iYn#\vKjWvYvq"$O'Q僆\Em.͝tl&4BekJQL|H[J8'އ+|kx{D?>klHO+ `,*I6mwhx7,ɠZӠ*dlqYye3=NK* RW&Vɦq͟&ӶDm]5hс~a׍@(,Y|!iO8f;uic:hG8HR=fk(}1I#mdl[Q YQo Bp:JqCڃ^ѥw$H4擒ѥi4=- ZpDYJy</aqVnc]#n)%zM nv-^Q__{1(<#+01]ɠ y OYnnYokN h| X96]} 1hz0׳螲_'s;u(9{p3ZjR$3sj.QBFL0%1Bs!vZ5ߺhB;`MqE %@Th%zfUyZ7,`׺ng9ˋvNjk>;UԦ8xb0?*#jeD២|ɂ?5JLc/&EL˖lO#,(801C𮒏ꯋH ;ݪOZ:ldmK$g?-+{R4e:{QܙM~$*%  ^ѐMw&X)7fRl 9kI*b7v4Zn=ZC@_eR$Cjd|dدrCO(7|5#u]esPM"E8h}Tܗ7}H56;B1Fmt8Au>M׫吔!Z7RqpAuoi¬؟ &8`\k1J=A``,=l@9.?"#ՊOaCJv oA"sgM߭ݬ}C(M F.<'iHڗKϪU_%-RkYHкbBV*>}{ 6~i45}S؛:%HB!7Ex%k؊ +K+[xYnj)*mт7ey.s5[jӸ}V=i ^2P1%-"# @ ϣN-^=jA:OvVbjbaqj$56&t]nI$NRd,)i##c D^AY!b7O{4K*pi!+V>wpaa^<%h6Fʳ>+Gs}bW0IX-N`+xlqM~^~G-wSɳ7 }f69[EF"xmZy0Բ~2%~8|X7Zf:r w'Jf JiyԖ9sE/ö3g kA{*x,.{]*;ƆMdudphL kdɼ18nMBHxJ|r d!9k , ^ogd nDTfD|'̅sf'K ۹-tEY5M@no^S\`Yk57 diqa5lw oKD4Wv#WeO'ZPtx#5!.bs~nwQEq8{rfOh|!`8j7Od:EJ,2R*1*gtAQ@rF *.Ui"xe7DeEJJ3hNO%o }Prڔ`=݅3<^PYY]+]{9DTy˟<8T$LtN:r(lJF/v0+5u\R[nGb0YLѕtH%m'k63UQ}QȦq('@޸R#}00Os )qʔ͓qT}`8?1H2>zTl,ufvsmOƗFg~gbrZ-rpNUeW 7LŶ ԲЋIi0fpRf"&(efs<^yOHţqKp+|;:b"V~COB@$({&K(=)e=^ be(̌+W%]}d]:6װm `s\?V">=[`6W󱕃${Z\HȞJ,Nm`@TT/zˑj(p S%?j5-.Z]Щ)~\\ b"'wpZ>2#d@8/A OR܉`ӽ󽜅3 Cm J!iUa,gSJI5 W rclNa4<.k%x"Cc{q]z d,=e 1=, \$Dfs8V` 1`5_Z n4E,pdGYYH fj~<ה5b%EzGZ3Ȏ7!|"'!҈unc Sqb(`$̪} \+ꩇv6CqOhzF9"MUlW;% 4gYm){zW8g Y;$É ~1;^\a'kuǂ7 «RU@] 'aҶ:ͱc[n6dtjk^7SA?fNt/~Q*o0y͂&CXuGqřnnS-cR.,'҇7dE2.Χe]՘yq,`F'Z~_@߸`mE55;P( a6l+ Ak־IGq$G`wSıSBF.@M[ ᰀ,OUxMJ 0|TFAlc9}'!KPZp6q)"XI$Lt@Q %)vSo3Oݾq֕n7̄>iKh2_~/ă_pD~7mIO\ Cv엷2sXT;`1#o $)ǃ㭽Jq6s':8co=bE DQGiw΅r̂Zz5o+%FRBqia-%os)Ĥk (_9߲IMZ*Od9X!tvdr 6!Xs)iL3g#|H%y!PR\5MYa1)EQG+;"a$%$ÜKOw\PB_zjI4P:bˈ\ q|iߊTW]WR#+nxcg xO bAIq:`X8_l/L/G@IQ@Fa* D eGOraϡm&Z'Yf6HqJ[v-F,aWۊEjl@4w^E_@7M)F^ 14(P.oU T C-d}Ep t9:q.V ( regGCy)Lh7H|N뒴<w]{ SnV1뙟u0)Oe*2{TR!W#E,X\| U+6T$cv+B dx ]划|hg[S}C=םv"ră)^PFt}NlՇxLb$h*NVj%gtufx2Wx 21rZ 0SGN2պaҐxxy=>&=s䯦Z0wUyaP{n q|1&oŧC`&7\M֜~VbVRzJKG:%KhIfkԣ;~4̷2D3tP6UGnK|(%<|zm^ߢĔ8'W'@d"OF*ḢGmNz.1uu6(\k5t3 X6QcMR|?yH4ݟYxK5ͽo/za=QͤSJq $VoHNQ;ޫYc†Џ7Hw8LJC6|Tr$ RykǙ=ߴ㛑)NmҰCL;J7a3͒R=\T5Ԗu] yR7lZ9wW%#엤-4XC)afLBB0Tʝ |Tˋk6R8Z &G{;j;KcA$69+9x[A*jHNDG)[~V Xs<w4z0XL5ևl&l~N:~ǵ,F)aelĘ*90v|d@JS.{[UoNc*`LˡZaVljԺ 3.kŽs׸ Iӧ ל,)m24V=5!0jE'[:4fϞc@8/mN' ]'#64(?|P< ¡{<.8988Кs3Pȉ><o `pI2^VwGK;[񞼫ĝBJF(n6Yd"5̱="~P# I z,(f }f-'DҞ5mSUMmXͤج<@>p?9ʈׇzm)f#@0v~Zvuh,΁[a[F!3nP '>sK}R6i PX]k$tT[jaB]1iZq&Tyl EfkI' B:oJM:5],{FӉ.yUAg\'"^oBښgԾ;8igGB-%9z`BФqm u!? jFbۮ=2PK&u#3p_e6͖DKA|̀RBQܤ'_{l U y?p#:[&<ذI6dqiؒ ^-!LTa4IY(~6E rQu*4Z됏tMQ\jR(u`}m8KˉN {urOGgq;9! G*4گc ^bi 'guYW9g-(^_~>}O /]aK J?YB hs;QhCRAxQCm?RֽQt2smV[qz93#Z{fԫNb^%ϖ!!HBA e1cbVmnJMuR}_ |X=]#߈-Qƾf`3>Fj-Aq3,JJ\s/yTѕhYa1e/W]|Xc) A He¢S}aـ rшK<Ғ"G/) UMg'NWnPբOJJQ8/g@d@Sޒ8#^V6^|(NA츭'nkAUgL];p[Đ%ί*|Ŗ joxȨX6!\F˓x-6\E4, b|~^ؗsqbU.7D%#Y[w ԑb2Bȯҗe(xH~ _ZcmBj A|gP~m(وe6mRA'򳸭pfz k:ё^|֪Z6|:tsd|jq1WF &87[iPg'3/Eb˨˜+wR$2V,Wi\# %p2$iY}@<ŷH>XAXx5R/qD~5zKѡs-^͎ jP ?x{Un|FdgeŴq\ڎ%S~=Zno32v~}VkTtadwMI#GO2# ?1Yz[_goh Q_lyAEdPυIc.WkJ rf4A cH1V?@8z YC bJ;EeW"lF:J{ӛ]^:+%OG<5 #Pu۰ }CcdWW$DB89݁$lծj{rX]|cKl;rz ;& .39 I 8EҌz6T6-z̊롣 >*?P~B[:b6H_o4s_~6A:lW,vHyVBliZZ49 l9Hw~OA#QaOў;W>I3z+@sP ogq{8Us,}rE_n^oH?~Ft EaW#:jsaIx8,M;ط?i;Faj\zM֎ Pjԋw´Y8T8Dda- #H̟|LvܓBDɴ(\3X/T{dVO3T8 {{YKbBn{ _-kLk_7f(ʼJr `\co<_3w::ÙZ.[GղGN(e$g\Oi0laě{u5 Ba7{;y.&ooXj<3[!!P|T6ta˂˔8 qc!dә߃^{Ź{1ome4sأ[GN]: + |d*l*E(A7w1~"3}uIQ QSxOźrݣW=G.'9z%)^h}A;,_UnEMgߖBuIb)˰pOu=uF !d,v'ATثFnA'%o2&JoS8l`߄4dN:BqŰBr\)/'Yi*TkLQx4i dXzkIgd $_A4^,H ]$) #/۾-{PaQۡa$/ર+&mHu征hίE.6gHv]8B_Mw< W-чݜӿlU ׿[8,1gE5Xhۋr߹Hn*kEfv)v%:%"Klr=q67/ω#cK:ŊVq]AN9]uz!.-^dv2>}D9Lr- TiyLc4#RL ojÎR~hDt47~*E%DYQpk}HIqSjc(Fz/MoGf8V8,,CMgҀQ坳K#nY(YՎ%lv߆zh+&995 F`޴0(֪%;h3!Q]7\ MP 4qM*o8Z(Zt}AqX`A?3vf10?B ]ȹXUۡGkQXh4%+G#~M0PzB_462"O`Y-S qo#vx‹-ԉ25 1Dȱ i>Pt.Ux!oM*Wkm‚.ƛ~W.29~[ji[ƋSFQ. PdTne}wkH5J'Cص !Tv"hʓa%UT\jgVaY/: ;0Z|uq! 2+uW#?W903B͟ntyц!J&͹L\Ag *anK/=Ps3ⶁW,-%RHqVYa YZ