PackageKit-1.2.4-150400.3.15.4<>,(f p9|&-`Eٵo=zN|6>bU|hʧbjX8 d.=?m6ߟ$>MCL~$$LՌb~x4UVg%6&N\?'=mɟsRb#Ku^ 0XQ7g&h[?"V s?:4q\Ԩh~?Ј5 U嫫hdp!4nA qﵒ=M5vȓqySᲒ?YɁ>OԬ?Ԝd  ! Rpt $*1%% % <% %  u%  %!8%!%""%#h#$&(&8&r9(r:1r=f>n?v@~BÆFG%Ht%I%X0Y<Zh[x\Ő%]$%^ȕbʄc-d˲e˷f˺l˼u%vdw%x҈%y3z ?DPVԘCPackageKit1.2.4150400.3.15.4Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.f h03-ch2cSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : 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 packagekit.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 packagekit.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 packagekit-background.service packagekit-background.timer || : ( 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 packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3JxF(h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@Af f f f f f f f f f f f f f f f f aMf f aMaMf f aMaMaMaMaMf aMf f f f f f 339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267dbc79d9f33982f2ac93c60111783752e04b55fd6d0b67425f47e405c576a185ff66d24bad627c36b906b945ab19fe93c8f20ad50bd57a13c4251411ee267a02a26a66352916992e746f73ded47a4bd952dfa5f219c839ca186aff0a946d9dd6107f0004fef17d16c8865529d734434d44bf73edb4c6628abbd80f2fe0c4e7e92c9debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a3b1cd275a47b98f1f2f2eaf01f8738ac6b2e7362865c6bf752409125ab913ac8c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.15.4.src.rpmPackageKitPackageKit(x86-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckh03-ch2c 1713245664  !"#$%1.2.4-150400.3.15.41.2.4-150400.3.15.4 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-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.suse.de/SUSE:Maintenance:33122/SUSE_SLE-15-SP4_Update/7ac124bd0840ba7c916272276d875c61-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4a8626be400b52375f4fbb5d86e3a94c3fbbc33c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=32e418799bc702723ce16efa6b2f4c33201f797b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=aa00dd9549bd4a1866c0533a7cd0381c54534e82, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3a93ea0cdf0def5a2cd0cd9837936cfc4ea715d2, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=24e51ae22e88dcb2d8b9eb20c0c3f6d78088740e, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.15.4.x86_64/var/lib/PackageKit/transactions.db' (No such file or directory) *  R RRR RR RR RRR RRRR R RRRR RR R RRRRRRR R RRR RR RRR RRRPRR RR RR RR$54asystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-85ad5516eb82f8bab594dede5c79809ab89633bc0dcaea118a740b61cf9a0cc6a?7zXZ !t/>]"k%&˦n99Q Z~g hϖV4CCb`Exwz]Tch}6||PM]M SHdfYXA>vD'McՉhu~ĘE%A]MN;Q(rK,znz{DTRPo?CQf1"}aʌK V7}T߯>l:bCF?BiO w7JD:}|#z2c:/ "]Gx x~SP<;=MO"|L: @GPaqMs $Eh"Ϲ3Vճs|`4hXO7Xu ~8--c @(\"#=KSN}W  -NQ N 񳡶C@J3Dpv<~ΈyhϽ3~VTaf?jr$J;NL ӱ%^V./=j@v"wJ1U߿xH BZeXYvG YJ44nY;ܖL01-]\$fϑe\tMm`fiu5 1:2dI7%7:ftqxw7+_UljE+c0$;_} &8I< KЯwz WV`L6/J=]]k%]wɉ(c7T/ZY>^2~L*Ix O6W .;4sD0/Lx`1<0 i.Y@9@=w ~vX?C`kM m.::Gq5.G_ێg7YHfJ9Ӭ,#}YWJkzl3?c{؉ܽo3rhu=C;O!E;(~j\l/zbV1L: /MVY C*em>4TjCg#*NRp0*Ni0sF6zeWEׯd/oӗ$IZk1l4.϶K겅K5.>5+M&uz2[ug%(=*Eψ ID)݌`"K|Iz(YnCGt $dg-N/.aY@ 3%:yy(δzPyCP$;g'ŔSWJ%/cZ=o<a~v]ܪY}!G+,K%li^=%G1odv2zh &rs񛼢_ >q M!0kcqD(SyijQ*, VX Mb̳:w}Z$̦7Z#v. {!*(lj vM~ڼv真ǰ\sB?nq(ΤhnU|zĥlB. <:mȬ(~m/,pkXOK >نĵPKAe*NZ%ЪbP:(CRJ$Zbd}4L'g +MW,m3b8FwfqS3:АmU:/HˣJ9cXh) nx510C+Sbn{=!m͇(O9Kjfq%H^mX_pMBI+[L%h5Je-F($"U v)Id[VdI+t b`0=x:ݏeh泥XF !gk~)r’ہ9`KYcՖ<x\`tW&Mve:kHr :>NL>7 i%no?HTm2 #L JEZ%K=&cl2}&5$sȝ5ɟ?h=+.:-t H{w9,S5$In *rg[K/^P²1ʠw }kXɱ 3_t6WRTѕ7㯨J[i 0;z":t@*Pb=3lL=ϕ ?ʿ4kʴhƠXܩ3h?99+DðSJG6ш|%>r.,zBox6aZ$dA ͜)"IT 0AwT¤4uŲIZ`* QìKȯ`" r.vnfk`xf:|PN_'e# u OLFպ􊂓C+3X\gW"b'Yb"3 7iN1OSrĠIC̬@bm:R|-eŽ(cQŌ6ڪuZ9 df؉/˲}ufES K\QxVshL~@p e<0(-rO`¢h "2<1m;%M“{I3_'John,4nX$ul@*-Bֱ۩a4!s5')$&AJPB*g3#L5ըl6 kw<ĺ5Y0 PUTtitMSֵv Q TE`2rU[p88ed@Zu)22]c 6Qf(þm . X@m8][Ͽ)#T͹#e([~N3> Q,Q{H ~΢/~m%$~sq*i-Nyy*յZ䓙nM DH)~JF nwqeE׌=a aY&b"SNq۫(t#v%Xr&i. ISR7ߵ';셝u!LRYS/lQ8HA{&4V@*)MI%2Fk;q/U/*OM9mhj.d2׃&G*!& >9XCcԎ=2߾D*da yymܵ˽ }Dwښ},ޟ'ԁh`~ `;w!Ev{K Z4QJR@ bp\D68\JKhnwf)/O~lon>! xH$TP +-?:fCt`e.q6焝lԃҎ.LđK٢jnōNrm-'0)i<bbI:oE(iE"F`{Lc0Y@aP3De&N }¿FD_4P#LފLnkT=%D X֢,@[RžGk[Px׈0s[|eh\žU4,(a&d?{-nX+Dح])o21Zjk/ C)( )qQ2cI~-2!.γAF)"_6EqTOԉYAႜ&.rs: 7|$fa !$ >HO>Wڳ_㳰mnqb dε+6l1nmѫ]W62TTWi/(y Tk {Em__K9Z h:u?gNLװF`5ܚ.paoک}M OhN$B8}z 2 A`f87$%AZV:\mf.Ǝm 7EFVZnŊU !MB;^4DH/h&V>$+Fg6)vtgTdJ\m}#ů֬wZ#՛3Ƞ }tڍx%Ѓ}wr1h=)ېi:pQ#f3H]"Spg\hi;)VY>-"XM-ta {Bn]& XIg#%tL\sJaTzo\ Y(Q˓xȢÏ_f&O3WmEm&N ŮyMs.wI~ZR54߉s\gtG5SIfuDX8WDW K%K9ɐ-v}. z*~}2)PQ|.]{y1햡=f"7q(,\lcb=[{EMؖWϠ2ZTBb!t7Z$aH~˹s"dS9om&C˦AunO[DV@DžWl7g౟"0%ޠ}N᝼›B'Bs=«gA#sԽ%j#f֫y1bRo!$#2.eV]dUXsvZH4r_F.[ʓTU#0~v(Upz?Jl9{Kf0ќ㞬l=fwp@xw"#c+V-4U •>lַ%*Lj~_8K'Ohͬb=4*\N$7Pד2J-Ӯ9陫6)f!íFF\"$Fu.h6 ܏-:1fsTwD!P8@#wn>dzHLc2KA[86䩔y6GaPJG\idebQ%%r1CJO.:Tn ּWZ1"O#/oq=ɂT٨!Y΃d>ᅵ, 5I stwD9י, XAP_w2 3!I\chl΢aJܛ$89 /: ppɒ/.D;vn}˜LpcobVd|: OպtԡxO|}u-oߩ}qM/i:~ ksP[$UYyBI4vV>6<5pN:lG1Œ([ m.})Uu2t,6phgU/ޝzBRȲq)'Okbb7!2 /eՊ,OU{'ڡ1E}^J q$$=ad!?̞}Y@:(&Iitu}x#z0\W6zq-2NJ+e1D0?T/O!)`w| i ȰvLer*䤑($fa /A@.E܂Agj'2#)??){lJ 8)d  Dcڊ^u߁su8GT+IMElX^Kc8N:+gƒޒnqw$c02ԱwkV1gu- ǵ=#kKyJ3j_EԞ O`KW쓶_^9Mm#6%^xYSʹWy&o,4Aӫj#+)48vBGb[e*ERL0HsI5:,@cz\)6ɱ7D'$5{ت=T U oj0<Ӌ.|1K<㜝 b#"9a#r{@hp /YN?PɤHZM@![Z8 ?hi{A@6dRj+1c ~GQ|Qc{U÷TKcj2lʺJkW^S;bJ)1@<,?jC r{N9KÒјi&L1_b[VY-4BDk2_bԍd1{.gN'vsg$#^2?H OlxW+O>Nѓ⑚>_%ٖUVzzf# +EL#pJY%k͋zL- 5ea^&ʝ~hk`H2I:F6ɧ( Eetf@!~phĨ>S&!Pa;XypF ߷jRHH]:Z l@s,H9w,BbD|kB0θ=TzWYl %L"'NY;Ϳ.AVq 6GsZP6 2xH=EVa?5acXh[ ugƠ>J^ h$Κ{I/don#O̕,.mTL9 iF/0̃kO\ׯBL^}PvBFbpRtI$Nx4,c 1C6ȂjՋ3M0=U]<ݙUݏcSW[E`VvG:Fl洇m~m7G.?|Pǵ0/&X$OC%%-m8owfA&)˫4F$O h~#q.0YNoV3/7nmj5jI$No.WU`7>s/CVqum8r4oL.3rLۯ#! 8U]ѻa!KH9\9;jK8Pvp^ﴹ/yZn&fj]l փju loi!%@,bhZS%"t̀p&nZVbo sC)֑R Wb'ՉleMkONJ)9T+Ԣ` I@Ӟӧr^c wj;#eZP5o x6E,,` ;J/kO} 癟R, ~bn(0UMn]S]Ӆy}H  GvRx 097pjn|u/\|2D<捎dЦiUD"m[*`w KQ}LE`>eijYG-bK"vF9"nxmՊNQi:6_orq}P}͸95rC:|X|%r=?*/=Vn5a$up':*`LjI"$>o\S&'X2aNJ4Vz@H!wz`qeu7tc'5Cb -!#b5GXQzSAssF $ ?B$D5iD3W@y+n3~lrĶ;}E>z`w)\x710~ 4YM2Svlǁbw8@:~!fKD^`T Q>I)JPq Obu,a"T1Ǖ*tmhfL(=\EO3dvd4\Xl~JFU`.YSk.=wLЎMHߟluW=eD` ^?BK h cjf/%Y9QA b9pJOȎ!-mkQAߑpz~3~M{܂(ݲL:LJj$ܔ2սYF]mzBbHSb+qu`l.|3tJ`?7N(.|E:US"V 'V)XH7 g͑qm}g~㡄j#TO:M QqDs"(_{_6[M;nؘ(c5;KMN{V̼36n#1nd[E:Bv:*jB, e ނ^Ɉޑ.p_Vr8l,Vb OnQjA7~5l&@Ufs\>ر`;Q'.mt2(o>FxUII{;֫wBC+<>؇Z$^GHN=+W}'ӳ\.x"qP>>ڃZ~S#_,g#rRn捧akM;z%0]Xh ![ogp> QS*YdBm cV+ɰd _U!]yZjci"´i~M Am pB.V{f&3qDάu ?ιSTY|# |\UR[%+u$&w@퓾6޹|4Rr#II?A<\$#7_ܲfz(xR@OLL,OhPmQN~>azA%:7O$}]&?rGY@fp(JDDڲ<">_&+fiw&rk/*PEn:MFi$(# |Iqp|vB8#ȿE0 Ufkƣ m N~ =Kyg.gdߢrck?Չ8_ JNbx dȘ= JuA{,YZ. Kf5 Nz( 5˂q$'Qʷ]8j?Ly.6ʾZb1V] Գ;Þm.8 L >3F0ƻp NJxpe|EH$ތ2K2LEg< {NXe!@x/N~zkwM9hE2dzLj0*9~=ghZ!4̽f[R| >p:<9Spe9РԺ aguC-P!>F5`a^0%t%㬞Wcؙx 5xp܋<"m֗1XƃpA8H:l:#TJRvȟ,X)2JNb2 -p]F?\+q ,LAOg&J t$NHw=W=g,a<% Ey^!P;uF+.cO iα/h1䔆x Lchq6zR9N}ܯMV 9 RI& TÀnp^mvxG!)0tO /e%V]'`埵GܭS(HJ|W]zQǭɱى;Qo|o':Zpd*~}6\j˧, R)G8ɸEP%b rKw9ޏլ̡h]2 :pH0L}s$e,*uKqйOڼ%cU\2>9.D'͒&:7ŧv1Cĭj>j*=qH0 @FA&GƓKڂoӶ`{풪,5GxMSuF W-hr)h}0Pk'@Cːknעh猪pmub^=Il^#u37rY3|O^~c46v'} KGV3{grKx@ dKϵGH¶}4gח3u@^p[ tŒQtD*D$zKBJ_ g zOkV7e %!=$0hZ6O($VodBa 0˔5w>Fao+e)EO7<75k`j A9tDgSkyOQӶxuQͦRvμMB9,̪x/[A޿-i KmIt+snk-A =ye ҃8fF!6݄b Z+`p 7ȝW jڳ7/m#0y<3䈚5i*`恃o&ԘB6e=6ѽ&cpmAT8a*02:ݲ7y+/l>)藵>x[Y²^)c3CCh 䶖 @nupwE SAP|}5:t8s 21JN:EuhKjgoQl4p2y.@I"7E /D{wQ䀜+o`f[5*Ηk9sgGMe& ?β10zSI,ؐ)c~Yp| 3^ؓ򃔄>e{0W*46`n={!!A[c2Q~)%Avȝ>l{n aU"|IJlyJ YUwغb*%rHՙxG'LI,Bd+0/0o%oDT#@;; c;ኀVQKsCdtn6*W43QHr3&4%'7odϽ{ɉKIIv|/lSZaA޶1Nf*yX{%mLV'`Pv!L.8d^"'jr/Ξ~KrR̳4$ ϶~3?%s܇qO~ ]H9:B$j , 'B@L ](uo™+c`hRӮ8@;e6c޲;6& {[h +G,F2#K}@{뙑}|U ϛS-Bat8 i˟aQ  ӁFryS1H[*lK*d?(kXzB˖ y}3's1,gLםZʼn |@e.4&HUjvZMcկy١ӽ׾,?7|9ixDЌ;{K=v2#WbF1A8)EZ@Y8yρQض܅nB: *᧷޾<ײ7b62jٶt5ڷHzY_NJ3{QKJzdlt)Y!l#<`|}g8>WSu> J'ϣ/_ %_M6RBBЖZFj ptT$`mჾ5|[%=creC wf6fBLg/`nW;Ѧs$hw[`=tQ@x;)z 7$q<Qr4V6z_;2ڧ錄7Hce{ʞ*@o@c g& s#cR/Vb GЦ/LS/P}=\6<+O S{qbZc{UHxNKBS,*)AsYՌH+l gf{NleRi3 BEŃ{78 a>E3NFiÉUN@j (r̶ R-i\99~#vZض oD# Gv_v~lo6B@ڣy僔ϸڑѡ8޹ΊinX[E]/t4q2xq. .o" \A c?Z2ӣd?L!r dwa.c8h 1B1NZQJ LBqr8  1ZV@@,.:Hԝz-a.=$ zSHtxQ3ݺDme@ 5n:y{HKDĵ@ *݇& ;`6RQVy'h"rOb*d.׿"<[n*-=yv~p8l81__~R¿CC$nRz0XEGOm]p Tpt(-/MՓ 7ŏjs}|9s1)OrʀX3Y x< !0*.>gFCcu)U9iJca#H"L nD*I4Wiv!~G.JG?7QK&<͜RU~~ED"ENjjT2#XRWMP2c%pX5B^9 -$7Aqk "x!Y>484C"Ogʠ<*g˯vRg;/@yS,hf>V[OFq昻EU4Ϫr| %62zxmV;Yw2PF%\њm*!Kf4WE{F1AOD~jdUoCP96-{;l>Ha+\/>w u<6|N-h›Dh87 KQ*[$bY/5iyzvh3ȫ)jŒ\`&]aKp{hC5880H0{35(w|wdqU!$ؕ<#0qeX ' ~]GfmU>≛YF:~IӾͶt0BsM3,7M4)@).ᯩ\'İ/u?".6g)(Ҷ{qsHכ/$ֺF-хo ,w0~kz" &*[;R XRXy8֖PS8ey׿]]_B1fN'E\ڒ=@XLh.hXiUG@K11 {ʠQ;: o\!z^pw3AxA1TuκL e c+g5X̀SB}TL^>ܰ/ a8ܬhzKbKpH*jTms}.ϝ L,9vIE`, W&їp`hoډ ~/$tP.x .g[O\HpIF;}s/_R! %~pqX塛- yI?̀j7)mx W,¸%$ &q1 K3鳂hk䚞_ q.# P7)ōܤO{CZ糇vd0(v|H3jBcQ#ڍ@q3cv̕WdiˊXkFVt p)gG'GDVy-}3 ?^p]Qpb†h7XDG# LW.@bj%>Nfwh`@wC Y4x;~̴VWAe/SZa079v#JM\@t"5OLQ!Y` O(|YD^F3ic0KR/7I4PwIs Y?|FM{/у IPn( *Ӓ?)T@2[l\/b\o6dkOY d3FKDºC(Gqիfz0qhcG|&WHAtM,>*I\yp Bwn3a@2U\6t!͟cvnF8UN*8\8p@!HrkPʗg }S!TѺ!iC)u-Ff"οgoX߽C$Z w$S&/XZ/!L(`p9IogB3h7E h7%_%ޞDlgpݟJUL/~9^1"/x7OkK@c{ԝ'^v}#fߟ; W\+PBk+z `?aLZA%ր)zW}\TšFSg9%4TlLG r'w̃WIO[cXhEUgH}99LUJu>GmXe|N>^}n"[iiǹ$j\͜ <.L1 ʄI0.CގE@cWu{k;O;UsMŬ&QΏ)N` s7r&.50J92AlK8vv.>ۿVvrhě}&"pd6L4.qGAgR`6װyB \siFBR5v1fwN?O˸5`!ͨQcwTx`Lfp2s c n ՛o.JmRsW'N >H)hٝFVwQ(?F7:d,F6[D|" WNq i$. ZG?X4a ,3cH-k@i}ϜZ?+ |IG6Ib_7)yx i}d,-q X)%\BSMD_KtJ\Q Ol6Ԩӥ5XA`zb$X߿ro_ (ب$uXUZ#X>RŖĩ㲣y~ՂпծBoL#U*>M4ChxBF!<ً$K?*gw#4gDݼI 0䯄[l!S-<Qj57d1z`3#XOGF֌hVk[:,ђ֗U4DwB0\+yj:Mw[UFL؅#}q13Llկ*>Fr]/),.08z􊖋}m]#˯-!S!~$2ϻѱhr톈;ǯi-j[]уL ?}"w8D:3t6%'/ܞYYV:|hl+>ȉQZji+)S."sYzplrzwh27ȳuɖcQHWQ /miHل'(gx_O^n>|VYnnF7/˒gQ4+ sF;Ox/b),U|wPNJɝWZ`gՍ B'7Ė*U=ER!K1?#@K<)eN,D,#C8eX t7W{ (6З6!QH2?iG Z5P$<e؏#=LuѤ(klb[(;M̉ZsIJ.cj1M&:`BB HPd6=q%?EeنozBwH,xj~yDM^V ;Ґ&pv޺ք͙C%{\RV);C$3$`.~ }mﲖ^{| O5@)9]I=f!٦Si'i|M=U"G~W{>1:^tX%ѾFU3RΟ ޵*b_O*7!&f 9vR{*ATAH'vxց4*:sźg#BAvJcvYFh& w҂N !/cqnP2BȠYaD\ֿݨǡu(~5C;5bq9h8މw'.%PG.s^! l6X~.عx=8a9݂0~Uo+:SW0fZ8IE O!ߕkNhQ ZI-ZVHXk=P2mC|ƛ-*6jp[tDݤ2.{p#" `IPYSb.. g!z'`6/_[ܫϠ6>g H6F/B u2:~0}0ﻧ+|4Dɝ㕴. uw>YA7 Ʈr*vXCRn3[VJeb!K-aeDHn_iV=nW~ R[땋|kF :_@֙E FYhmH=fXre- @VRnPCٰPIΦOquSGh&.%:QE3겨Ӌ8IW&KLM'ʓrP+WʚcVNӳM͆G/HCX1T71PeZ݇VWmWF~^L[7\~DLlD~N#tkoqu!H PL@Gaڮeڢtjp4[R[9YDFKy<۶E*Xɲ~-Ҕ@^5[,˛| C gbc oP|ߣeۖrbm&Ϧh\Y9ClVvwzP  `3xJb*|4Tg_2x _V2XƛKٗc%[hFL^ߜhj1˦9Ipڤ-=D(tB.V^^aPH [=c ? .Su垨_ںBK178t$'j湵E[[#2GM= r ( xH^$9ՙg_bM([%\u:/į?R)W;\`ysU$@VBzamA ̶4Nv ӟ%R]|Sa=k^2YQ d=ڂZ#ki,Iw?8w_(YpAd՚bL 9Kv؊F>ބ\x~ERF~m?c)@o*Η4;206c9$ζ/ > &&ق떟BP@p2k!J! mt?|'?rL?ZȁEUokf a0@ndT+KwmPݧL6 ~ ܸu0COQy P\\p0?aV!O"-Ә}9Ti2w`@n%STƑ?5;窙RLU2}x#ץ~!@ ԭ`>~v3OnW&1y:KY,Qdϒ,8HOjgpFwOݦMQF;GZ,#c/x ˼Dm4{t~ O c{cY'?'G 9Tf2/As6WS/HO2Z5sp׽^] ApfH3GO!.p~!gH??TL$;Ɓɤk \F}p/Na ':F^z9 3`L'!)ETfz'yL6!c`:މzqQ_\`wj֌ȁ+ZcSvS e/ b:K{ ϑ5`@1̇ƸB+|j`%0;-덵_0zms+D"XTS/ք\+m!U=WBbx>KJV HmC Ah9og^G.ݍ^jss!k7r2(qʨ`FF>f09F)<-di*IT#Lzs7Z';0-A1:ruMZT# ֣!9H,g Urو 5ԟ4gȦSlٖc³D `}2o4NŏwdNDNXÜcAlpRرp[1Sy4DBjM$!DI',%)?-=dK'{M}|_ǐG'Xf%(do5hpɿQ 6rd[j \s'nWRqI][E61 ^q}O_-FF-cF@NJFj-\_2IhD]Xb5 b`U? '}Vd//9)%Uo\XU]hn0$K rK1;tw0zT2sdm{Kjc@c zGfNJު秌t4} O1z||A AQ4j$g{)ּ|Vo(>X]OsmJp}5‹ R]M>N~CwCKZ]_uZ}]rW1K(WO<6fj"SfJnUp¦ ;eU#)N%INY.u'VLS1*.`{Q%'v* qRd=8:}aXA(Ld~gt(à$l'e 6肢y삁%:/ \b:D:sإo*k-;{_2 g4YN:u~a6>H+È -CD㞉ETV} /clc; uBp.R=/\+`1[3X Reu+3!{<_2t`$v@@/ݙ^ Y $5zj󹢷rn؇ m~4 DSmȦ^E߹fh nod!|% iqd9lvq&B:gAl|!!72Hˎ:* HIʂeM(td`bnA輑QvGD:{unf@K1PhZQVwΒ!9aWZrq>g%7U4ic(+\Ll RdU8*CiuQM8 c`9wg\굂.N8 Q;k9fq~Z=0r\.zo@&5 G5lfo||mvicLhE>Y}́*4jP4/m$ICL1܈n>iJw~ۿzjTs ÎuiViW- R s9&B] t2ZS&YYΕ4YKT_@ ~CIf\ oDbi¾KDXɬefy갺),P†2l>i{P4Kv4(lǐy¾kOʤI$*`e'/6OAJg/4mѢBi] u*uq=(NWx @qJ=v8z\|%GeVpEQNͲLվ3mnơ%r,jr[p}LH' | G0I5WK@ey ʻ#hԧsV$-\ _0"a{n-FS y}[?M4Abߺ$J)KxAMy#(ZBXBer_)G]nR]L6EH7 QB-ȽJ@65=)s}DPJ1,C4Wul^/sokń8GgM[jtܪPʠ+9`ݎvð \E]\TrUVkjy߭=Z,Lx2U!B{j)w۸Fo`pӼc_Z|%rpKg@6ktQM]ab,EHfTwdG|I6%e$H]mj^4w`6̖)<ğ̉TfP^`_XTWQnHb‰K9V32!-|"> M1ߚM#VDDϜJEwwP>nZʢHe:fTު M a}D ePs ξ9.=Uhȃ]hpť.9L6Z)ٹȋ1epdg~!,GԝQ aIWJga;IrE`B 8mۃw߼c*@*DExag50/2K>ekAO'qF0ѳ YN9&Q*Mi"6pL# y=wT<Qq*;g$U6/Ԍ`~ut/,l_~I=`q{k<@:qL Y/<_ЂJK^LM6jpD0T b55 &~YHyG^CLRЌ, 9 ]!=M' .ݬ\S%{S7WWґFQF\ׇ "߄ڲۼ]Q)vҥשfZPxZb268Ye2=|]̪[ф V$|־β&U+v^P4ջ66P/rwlz&_kD+xZ>e %,\#$iSZ0C2Bkŗ([X,>.A 1] zԸ7?poY;$OpP6nsZعUN g 9[` L˜RKy a[)?ʀ{ / lL#OCă0:LINë ab~g}A)R$,!$3cQjݸ.XU owp> S ^Jˤ(OJʠ6 08Syh4ꧻ)\Ufe#IB}E$(x(O;NIEMGc4ޤqe$x&5 8wb[W 8ueoi[6 ۞*R @6Y[VEӛ !h|媿 oŊ}v0u({ƹVRhc3f)QA9lDŭ/Y\]v-'F11a!~]ȩX ՍϮ"5-_auѡ YDs(m{"\o#\w/HoT+m&~x2G)۫x(ҽX<cSH o>]uR8P@[9E :#^(={ #"Ca<@F;6e>Wv; Sd\R*.6 VΚ_<4i׀o $I8ʓlnwS\YY |xF HUUnB[DlXWEsV8( x9h$h628KѲC:kA A4u[ twؠj1|m5M|+;q^ܿGʖ>hwp(nVXY+Ҽ;XDxm@%U32,0ba`9þ [9B#6%۸#g񄅈)QI/~]K %#E _Z^dGcn:zMO1HB4/q5Jp{#'ZUj⥉ql$T},¯C~x^M#M/MAٝyvlt5Ig1C,EP-l?̕ &\cL+ g7k;^f3]b2NprfL? שK#(E%n~#f[@Ψ2}Fx5rG:wd-$Gqe-4"03\Rlege`-kkǣE&ϡ_ c1fe?ȩ⤫wVe7&Nۭeug);ߜFEnWxtz5CG5S˒m+ȈJ{GgqG\x9_#/l5}=x`N[l$ ρQ /'qr N*ETkhMNt'ڻR$<7~\b+o7xʪ_$nROiSɖ尶 ^hgJiznV1()%M@&݊cxx< yw 6m!ٰ",A+AB)ҁ(RyvCsor^yC)e. _oWn؃t{dU: y g^]Q[U37mbPvpd6F5zdt~X3 i|.dW$Rgn/O]_MHZBP… | A0A] ݙ -lbwM3;ŶI*TNL&|L:@Ja=cGH7tɡ ġ$Lܬ긱1aobu|q4e߭=.A.HJP cxdp+<޾} k`!"|FX¸{*Ր̫ QۢQup=Y4P?/<:C _꾏"8bRlqW4#ͺ[' FSqq"foTW;NdRAPtn1G9u!w'q|_3*k ⹌Ji{-~;'AKKǺ߭ K zސe:ϫѵ/ eF@ hX,sV#T38}>6ՊbL SbL 9oj2}:L)t.E̊a "dܕ G}_TwJLkh"$[l c6eA>AoK"zھi)nr9eNr@ռuG om`?кnWt$Pċu},n(3<}Ίf^ƨFZ.w1N;9# xnázcox ]ƶ "X-r60җ*;4ysok//S~\EH._cj?끣)j CapuIXsv*{}(^ՅS? e*0QPSDo%{mVDd9hQOX6Ƅ2|3/˷h D.:Oy#:2h/)Xɶ/%cD46b,_5QtGM "mW?6>ٛ${oژL5?ho^}iy$\  (GWɮt8$w[WԾ ˒>5`B55 XW潳 %4UyL'xutL[z@_Pku+_^FG-PҰNq&b$)Y-$f_]AۚA04#{ʻ7~,D/I 9c@?z_C iN&5Qgbdj^y{dm!,2MhUN6|P߳wYA-Oj5[Z#R=e 1[Krm~ xcNOg-Pivʊ֎%b`mQfeӓ.GnGqvʹDE:BCdL _vOӗS.=$`^6/ MZvGw@4Q\\qX3R b#,|*1S&G-yɣ?DrO{Dj|-_Q#~'}yNy9xREï h3ɓ@{ 7.rSDg$SCPfUjȯ{[=.sQ `ȟP;W{j_Ճ1gJ3ߓ*MC65uMVī$1uU`73I@ 16<(IX()뒬zNa㋠U)𑳞 쪢bK%B/Ӌ0}C +Lߝ"Vr:n3榻>~og9~O\_Z Yu Es^'*){?~bthCO[Q 2r+Z)i!0!C:P=cu,DHz>eCi@\uB1&HBZna0M>FСh)c]%{ïeq ѽHIѥ_9,Z; :w`;`y[lA[1.m.Abx+蘝<ƞ|;D Tf&?^W#-gʣt}o"¡oVm1oN&E)ْ\za;rN욜nn{u7,C hUB6O3ڮ7؄#'U3q!CACim+yfTQ7A(8l_ hS4jl Fc朥UzՕ$dp$Ev}Y~_[k2d0Ϟvƿ߇5G(L'{a鵴`kNTjCtnaE>[ +;^~‹M9QiSPkIW .)]#JuEu̻: 4IR:LW0dP=BPݗo<؏19U_8%cϾҢaN)K& ux -nkpqvusN{L&S=a‹h}nS:pc|mczZ}5$ nUiY;j:QzܸQ/\n#:7rحhGv(;6gک2;WOѣ&S%#cZ}©iz{*6=-b7C)qSڂe= qwW[( ;_n?`zIk2Oafmq~}>[ܡ{\&8Ӊ+강Gt(-,qc]>g [ǎğ6lYo)q1[;??u ^# ֢TilY%.9ԫ#Ɏ'Ƹy 2Xbsu۹_#xnh.dZ1c} D3<>6rM7ϧ*$48Ojqۢ-pHP_烖>Āp9x  NJpIҧDɄw2S4&DBMx|y{->q9ε#:&]JY)_=AnER$d[7-'quQm&a٤PN}Pgn2wBD#;6gFfIm ,3ʹ`CJ!ң6]nZU0 ʹ؈cïeԠD~jWuTQA#n}GGtĤ +jx\w<*2+N։8Uۮ&"Z舼?G>ȹMլ{S@p(lB"R떦/(6& &Gź?`|$i'$lulj01%HtR02e4DnFۊOƓg/&L5#%߬!~yH[7HgC#΋5j+4-fCWą[9a 2ʛ%zܐR8mnVHaۀݡoG:qWLMm0qqwu~||m$9 I jc/2m>̎i{KV``$3= ]{&$`̸EykF! &/Ev\*%hRu\dYKYD8RZbt2Pᶡ0Lƞ( !Ʃ T:]#`8ĶG(lO~D7r2SV%xrs,?ϒz ]hqt$0Tx4[r ~Pޓ~/j:wYaRiGӈ6ہUhL4Ŕ{)C {݋A^/c7O'Os 2sW'ݧ w$MеoXqT90rq|BnZyp0TI9%@pd7L(̬;%U"I.9 -zY"vLh09ݐ`=}_3^Hk[2a5Q)cչ+^Nrw> 3Od5 15w[YcQFⱓjRj?W7U[c^$vH7;ؓw>'2ڮ14Ka\^ t|O~+X?VV̀%'N_ouqfA$LI ,/L@llÓn0Ճ/]9, '%w<KѮ|&QXM_F""ۍݻ' 7(̼5|5&h*-j {Auu6+^']`MtnGOo'B\L̽Y`St(MgRjM`sxD-cLB*XKa} xG޵`!綾U* N\kοf7Ҝi7},XMQuޔ{~ thpzõr ΍lEap`q8h{y"W)"6kc?jV b85+Tk|$495x`<;0ot4ٹ<}Wd>DCLic\E\7zP娓`1FfԈr#8B==~ XՙRtgئHk;_Ҟ%LV~A |R0s^#5vb+k|n22cye\1 ú@C,ie5=jS'L+xZ@*rQ{Ls|/6 JldOh,Ȩ(@@:Sο֡0ʦtla˜]ܑ q||Z@Q8R}L~n~Ft8 ֚ 7aIjѤY'NGM>1. S~sA_lJ.x#(r D'S848PG1k ϣ֕2Gd^S.ΛGSM}8Py^ `VbDv=?M}yRH#ͩ~DŽ㐮RR%6Hn"=zP9EKI1Y(fh_9+ʏlrf4az 1\3f&oH)ڕq.\MI?; 2egR^+ăM -d3a %JqMEùs?MGu93fByH "I0)x]qm(_|IGB}rH?+xӱѳ_l@oicY:\=b}fJQH=@}f׻%tM'G+DS(!P\YSBgk%ho!6 L?ƼϾc~} JL/b_SBtݜW _C{,9/,_xjX>&LʍPLVT& pEl Yf8EF|D:h(%߀A듏 cOY-M٦^C_gȪ2AO}F .lt"F(FӫuX鯅! rG%6h[.!JeZ,L?l62g)SDb :n&0p\ ~4|Ϩ:M)BTU%[Eٰk }"DO b^'9&[eIYоLM $}FWQS_bDEKDաJ2ja)ZšhM-AʦAKM:T{%&{bw|7080$׫\f~޿Fѩ/F%<3_>ye5N`cğm@xmf{3u.alG( ^KyWD{xV\4h7UU`N3n UXس[5#e0S@,$r cL8`}ƨ ٥G>^ಠmIϋJ[@ dݯ<6zv^!qLc1z8L|g?i[\ώmmf|;SQPAt٬q4K^A^vZr˥}`O7G.Q BspqZ\WHd!)/6E"B4 5S~!=Y-E- HR0|TgwTHյfbƄh?S 2ӏ2uuvi7A+!w =+ZƝ!%+(yf,wGuڀ= @ۡjڲL ;Oq޽V%P_-7lviw ( c—-y:_4&dJli|nvbϳ`-+tE`)YF؋[#Ž#pFPgwĀ툃1#}ztru?;q ʏvSKvt-`2],bv]T)qo#1TW>op+@vIQ=M$ "3x ݻIiR8a/ iaPT;{};FDjQD:Tf$(|L_d>FNj3[ʩ!SCWp8]~l{ <ı?(ʻgxI`"и3z"hAucfGvC"\QxD3cۿv\ |G) GF.Gn.KȨTNJV?92(EH.aӷDf/`UPݸ~Th-Qaa= W1 j"U|4 2S{Gqgњ͡7jV@ȪJۧ_R 1Ӯ-=uz霌[ 5(vY(c.A0gP|edG]G͛H_c ({gˊ ;։dM-n%W,C s~bo\ ! Y/\WxW`l.9?JQ.JYK25IZ=|DF|TPFBB =za LoN#HR3u@~*׉qz]+&!<=JIaX:2 -i^T6U(40~T36!XoExΉDAQ:d{x.'RhJPRv^L>jz0Ny_ !أ8gD/&wGҠv0m'1D(t[2hcS.|{K$yBPuDؐB~mi ҲqSzTQ/.]3[WKVS#ڊ&I?*怿Ѹ-gq[#%ÕL _7rj_"af]B|3ov]qU[5i?K+(LPe-xv$:? b=З]bQf=[@B9E2& ,ׂˆ":;?cf'pNalg Zz {U'žsq&o¸M Rۜ^ƷeƯ6/G e^!gk9ٮ7huɃr*XF4ڋi~&@E:}* 0=p w DYE0oox`D/miYP{SM'7*DiƱ?21Ա9C+qj>6#qҼDaPt@<.;l:6rC?ģ^dA Z\" /'o,Ο1C?&|gghBB$^뿠BKuH[-(st>{d8M~|jfG_H&H5ZX_hlLdDn|eh/z1 VL>~n]FE2`oGl<=?K2R q@GWGs*RY8b&d(H_؆"q1,km9ڠQ L"DȣQ"4Ю>B[u>^ZEո<(a9ӌ8dX+VWv\B CGN\Û3Nǟ.g95c|'>0PMr&}e-g4;X#vLjLVo|HW7N=@5PSy1.+Q*ɣzdz肟T͵b#He 'lX^; Uy4te/^0aEhI.U'"ز5]\ݱ>+n/ʠeAQB-޴ vG*',2CfmQX|A䒄T}H͇o^`yLAxh @4 pKS)ݷW@<4섒6n!]|jI?,9ee9g)EM.E\6!I6 cS %2)V-gK 폠(ig{j2B%}yaL'1:Y0LogTEΙP DjxGKM#귱RAt9T/ יkܜhx'z uF5Q*<3\R=32za C Kі?Sx0)ӐGPgǥE7FXQwaWS-6Ð4$[pV)MBQ5}cpvuݎ(@N͐xq̎_.NmbŖj/v2Q϶+q kwf%bC7[ȯ#'d7z G7rB7:)Ԭ`\)vokQ|vkf7}~M/V0@P:.;֭[*P8८qO%i#@Κ 17Ym,ﴎ%u`/ET-}*= \T, {D;b$,ΡϷOZ) j>5mj>VD Os&ѩz^Tqh`P@#=N]Q1iAPfk-;3ӬB!3 ֬ȇ!9NΩKma>79қ*Ngd2C!jTh:?&wk(y3%RbSmALՖnopxu~juzd,"mdޝWckTkeRF/XHh4 |ŽDw#Cl2E(R$ #c#fwqɸN.3;|TSq:bmBld5a}%m߮z`/_oҭImdY=gl^V?Ѵ/Nq ńlӳsQ4q[k}twRA1٢|*~Hʄ=(>=9W\2a&9yi ռU 1$D.ZE {|n 63DRdQ&ll 㠀9/߁4V 2l}CΡ.N\}Ka4)F7C!/.H%;edx; <8II2T( Snh#jů P3IwARU]>N$p8gxUg^OS,MvTa;c_o_b9 sà`<8[">Ɵֵyy#ǖhWx)r}b~KIJ׬,x;KXpMhZ/>3 H,cu `q|UϢ]P鉺ilvg@ ء#bCKts2uk\T,@t<]w%YZ_H@fĠo)?odOLj0z֜#jz Z] OD; ĖOȸ_׫r$#b;[eum{8;¢caZ5O]Qԭ|טu5`%"fİCCI FWav$CϜ 30]CX+*O~)<,HO\54C ;^k0f'sdO&>Eq%;d_dEA?޽.shuwU 4Ļ{IREnNso.yTk2-7$KeUaBK4BZs)an !!zH ;vcf%WXSm+؁EQ{# %%ne?0|w?! Y. p,>ӻKU΃u-63\p5e-ɪ)3rAb+@xRg":IE A~ԭuYso~|T1-J hokb;ȝz8﹫ _9A4maX4Cs>.bSٝ筻S ɚi 1^dpw*J&DžIG}g Qi0 DJ[m2DxyRXV -wyCHMW&F 0TӰ܃gJ8>ԬQҸHwvQPy` Z~=&?S|~ !Àļ7qhB÷LymNRTr #X`ئ1+tjBg; 5HV9y+.k {ˆHyn+}7QrHr^.XP1n[E8~Exыh[[gow*xUP95OˤMϴ(x1799?NgǂWDt$얣8*]I+V`??J #nM;6\07|uMD:, 8)y3&/$,Ǡ<#ojIi/ W%\C:~05ӏp[3V@բh #K=Oq6 X4!c=6e8OH2? &Ӟu]tS}7ov1wԚbVQƑ~Mm0o_EwFю?2gNCᕈ1:6E`du3$࣌nbuY6](epR.ƗrY5]MpTT~F2 pmoGܽt2[#lrXd-l{@ ҈uc;mŢS#U`m|fGfؠs_g, ɱLGuwƇ n3Tۇ1)RIkdDJ-Xg^ 5{]D0H[=L6:sR1]i)S>~%',= * 7 N];U%q^EKIN5}Nރ)d΁=TmvN a5)q%f0{IY!L2^zk0T3.Ov-'7r FZ6ޠZ؊Jr^0x6`䊆 cE\VUrE2njeZ!+b+y/uŵ.{Q'Z2DʆymiGU.AŴbc`EAR>R֋$LM1@2rX4ߎt\ǀf@Y@dK˝Dʇ%:MKZڞdO9ԃ.]Û]M _2k i _LΌH]$+N*i%4"b)k|UK N0N~67dm36QlId6$WvH''⣕Ik㪺3i&/킳v(HyP? M[0)WܲA *|@Leo,"gop/ek*{Dtv4ᵳ:%MmT >6k`1>]jh:Nl; pD0oh:x*O~G#5kJ^U a>lOTyx%cÒ_ZF$-M~8(-^DlxpxԨ4T=eբ$CFTs3.k(IcG5IO0 .}P@ϭ'DLhtʏ %6ʵJ]#FyR B ]|[Ct])'LL%8Q@{HHLҐׂLl,D:JrߢPBRmw:RF9k [ 3}* OR \ &xDa'&}d^5DPwLA5$-f1ۇsW_ײ7jRNtTQM9 ~-N'V"Ƕi/ Ŵ=L:U2Gh0+> 7 # 8"5A3ߛ9ԤXtt PA9Q9EE,v{I\mU,3'> 78_J MJJ)B_Dl0P=%X <Ѩ]xpa$b1nI*fY(D/CHYq_U^`~_cO!:ddgxWЎT(=$pMV۲ s*dd N۲ _ŬVpb1LyCNϳgRB/ֽ%ØH-Ê૫~ X&sby+h8s|XrЧZDC%oӓxwaySƘ8ة{jpl' Uo*\EkXj;F{*h.,쉙4pl&-}sl _czlb% pM-euj"k8K'ff: ;6ր+>Ǹm@)R4J"n9ߋ0s/o8 pr,!@hde]M3N1I޵IcƲgĪqm Gl++n&#_&]8^Ka01}Waf| @V2:xŸ|y;{y ܊1p!soNVNksB9''Ę|8b18noKqE%1W ]΍f&oniq)syQ+\>w '!-,;9dAܐUSvG)dG08Gqi,{#hɌƾf-Ύ$_ +wJ%jmw,HfF%E%c9)j|aWJyYBN·Gw&.hx0X^=4%>ɝc |N9x2z3F=&@c}qp t:p,HKdlBM-L5^I& ƕ">JrYz2IoNXWX=0:mu%k*V8[SdZ&Zp D9+xuKAO>QbnFKmd^76b=mڎuwv@ n8Ug f[BE}>AY['y"( U>ř88WT!g1-S;\.wJXHs#h&*5 9M䊐kx|[x"sH$辛x4ꂺW+tXY_܊ awOz/8u]+̂" !.L)Wig!:uZ+Bxpel$@<GRX^Z:8YSjxE\TM @!H&Q'>g>,m={@RdxKyQ!SGR/f#SX2Iג9Y>WFԵ'~ RlY,\^r5j@Wg/ =ҍCt7 HV-vŵv[ :c`6(p$?s Db#@R5?MsT:J'L%)ޝgNb s*%3WBR:C_|,rXq_y$2yU9Os~F3\r0aD ȅB/YuOO!sdP Ceh Ňy}xzbT(ԣ#OpEȜkFV ƋfifXc?cz^4Zk}ݹ7_?r[m64 _x$۲Kܩ$bȸ:yli([ rwNzlԀjC` ۻA@ IDGDYN5W ɨQ/i_ |ѣ}n !1*yE7|eWƩEDl!D;֯2Y6{cklњG$dγ#`XH* T{ÚՑ?H(0s0 u kHӫ[ڀVFはA7.nzjSUtǺFDk`G3jr^CހE WO!TDH B:!IÈF\/E>HjRpvkZŪ6lǘ-[Kix۷$g`M &g έr5d%.Ufj_evk` \P&_*2 W~[Cͱa2n)`}\,'A(ͲAJxa  bkOuwqh#599?*tSmx/y ^8VS<̇A T@'#BٵnEw_Ǒ{AOϐTE25mNs ]"W%b&v~7RZ'<^΁q FBV I&y CpTXcu Sa6\,ͮu*t 2qG?Pfoo >8z x FK[X/J:fs|K&A VD3ۈhzpD[-l*SކR*wL3 \ TԂ·2Ua2Eu݀'Yq"yZ\ `וN+ VA8Pw%[*6*5ۙGO]wI~X'Fwcwc?y)t:Ԛr2QI7/K>ǃV<}\eze[ps>FIVă7~=9s>ad$e_ط5# If#Φ5DS:ȝ IU#@b'PńF6C6 {m۩b~(v#7\(V\E%cK3Fpz3ag~*yT"ZK]X7`3 \X &|=UΙ" ͎Pgz j]F+N?x4A5E&3 -}^rxC`9Z=R |&\AOlhoXn~'}9J%0;0wf @zsc-iӼ:•;(V1IZ8|,t9+!?ҥrjd6enuc4S+u`|ZR9L^caj8 dW{lSg1i?((8r =2'G/Q!!J9rT 28^2"QXTʤsgkkEH>btǜ1J:PjL!&S9Lbf7򧷠VCKUUWy< >!+-=_'P'^( bQq:j X,-ӔRp\eV(#b ~ @%،}Ն6nhwon:ڇE?]} wr;J>ܚQzvGL]?G'lP~[㠜sJ<, V&ZJdWt=|>kTVǥϜ}-w"X=u9\8U,9_AA+|7;UzNi(cDE5"2)I [)ET4px)+tFLGN0xHF}ߝ:3?179jjxG??A#h~0EkbxՌ cM +mά`>&J,%Kb3еMj@JdQS'LS*~P\S'S5F;[=smJ]jtD muO֧}*㮭U'T)Q )z$bwE˖;o~V:_{ԓ 6*!毤†'PI cI9mpI} kZ zةKwTR}X=vhW1oK {Vorva{J0{SOR4hJZtMNƍSc s20) ^d^Wq,smXX,09Bc]OzV$Grcwz Sû b7|#'Ta3t唈)q'8M"xSɁU@vz_ JožNīfU4 $}[oi>jK& Opl@ iyi jGg V%T~h`J77.E{uz'K(u YO 3jsMJz"Cs'zmv'0zMm0 ϕ3+z5 ֶkUL!R|N8Sx ö@20v."H0hV g^@:^ fR '3]Nl-k;٢=FǾ$DC+i42IiS 99фIĸY12iGD } s|Nb@;xbg-=cӕTY^12^w3#q&+u vg#ʫhj֖Ȼf X|{nj*^>.y~<4/vNѵRjPaߵvDxPP-!:UA%Q׎ 2N'>,{V:gnX#-*'eFTD֓ :'=nr:fԑWOU=I?bvC=SdeGylq_ha~ ?.]H6hi%k4M,7MbTl1y-h=*Ho*]±5C]SIV tZXW(J1fXX7)M,w2W Q,@ m`]u0wbR0,YWhjac ^>{&`ZpD>Loo@~ 2*}(ڏhsψV_Zo `Z 1} QgvK)EF>I'5sp3G|8/QqBOiY@h7&p,$THY'qrO`3|MJpykj.9 ZcHcEC3OM9b1#חKf:s c9F|4Cň*gq#fV]K(ߝڶVvDIx5f̈́(OZ i ԰]Giގ^W%_@PFQ_t/h$#9=lPbS[D/DiTie6WToQJgcWJ^3|_(w [yyipY;=#?ky(-߽Ln(#(2mغ_rƩ Dv@rIGF8 pqUA5vЈf 51e}]ЭQy"3-LJ\A)*y~/ DvӗfZpG:tBߤ?e;eR^wN*hˆc BȆe jSXXNK0p`toIt[WˇB~F $Lt=Ql OqGz/ջNr\'ELԪQ [ Lxs^lTl4+&'TApN  q?QQKLkݠ^'yDC2GT6?wԴ,Hvtule~T::vp)vMh Il-'t.&L\m|>:x-Tj,ШY\\Tx2g>#C>z^JPgzg`fq#A yx6J+_k.ld`E%rP>Vm">VxSK%'rwhz `׌\1ogw' bRy)$!9" ,T VY -flF'2h~rO?X. ϼ+F+TMjyZIP\{'J=*Q\A"\.w5AZEuYm\+֮=}ғdU?|v rpa0q?O85YO\cNVH̳= `zƷ=$QY[!]D,NG++4Ǧ$s jcL^tPzML?/jZeR,%!l2:`Fw&ڛu$" _\Ze,d N.F"?dyf7/B?e[8G3T8JJ9 7EH7LȨʖ"9 !0_b]EM. ҝ9xKf+)NcLU+'QiN_/%s795LN{'8,.5O)-P ?fQ#ӊV~[ԛ\V23FPpх4YpV(I%'#wÐ+J *C`m| M܍ʶs?x8X,2RF>PQB*>$0xVH qG$d^k]_:{5C\ORF22S<:#/Di ]$A/O@PA"YQSZݒv]W!*6҄%DƐyw\&yn׹])zvO}JUƸn1?0H&8EFxU#Jp#[3#)$*>QЦwF7Q=KxFx]ZsjTlOcfxƕ?xOp::Ӭ84IJl(e2N1vBȻN{DנW2r$` MKǮ,*ӀШ!D/L:iLJAskAH~[Mt&n혎 m}͎;V9Q>35MBۡظs d 6T~Q<-"髛#C}6/td5I'td Z<[EI]LɊ 1l!>dLoLzɫ戴ALG/w^Tg=nCƪKZ s @O;Ӎv2!O9硒F}ē'@͍ Ib.K9K.?"op-Pabn6A{H>B݄Pu?7$'Ihqu4*Y\^蒘h|aVhB-l:Ř [c)宭O-5y~x`ΨhRD/(Sķ \1-Id1F ϾG6_9p ƚx^סi4wIHQrLQsN)+ ZBa:&^< ;/@|& 1{x+"Myo$S/ "8o L ;H,mzQnH'!š3_eP:tNΦ%Yثgj/E=½ၑ}P.'?tjYzg:+s1ba, @J'E RHnkFEQ7p嶔[Gu%se1bR51⋁m]y;nVBMC}UO Q#2-<1|(D|I /*aQ;ҳL*+W7UYK FsFSw;*:a{Id-Zڶ-'.,^nhNv+\}أhW̷P7O|u^Rp_ڋA \"h2:/_ʣۜ#vZSκ| ܗKrZ 4"nm!=!P1"ߓѨ}ި4# O"vj{dNZd̑0ׯүmq%?TRI4>T}s`>fIsuFwcAؓ  Lg1mFe~Co ǴhJ3~X<ېx+7:`<]>#G jLi'mń<`.fͰҼb@r{I8s&DHp&ډ\G *gz6TҒjbfkZvdth~![n:oYT1~ X?@ԴSᬁZ"*:L'>YURF6naIxGpth/FhC& @Cs@POCRIz69!œS8(N^Misg]MG`)`mhZ,1ڻl!R"}V!f#\2GQڇv?IPݪ~c~z3Dӎ usoj $O \Yޑ equMn&YdPROR[]Jw/7dcѴj']"$nBpKjj!>l\R:|GY>6 "덂f9ʯWD.TDkP_gྍ?:EKwr`=CՆYG,#bh1%AɅAmyKW{۶3MU6*΂Z>ct%l#qEr*im;lRĀQ>'Q5şQ?%Αd])+D` 5׈_*WMku##{N@JTǨARS<Qpwbk. {Y$)7g3|5CLy{czG?d*k%nYo..FQN,56i&ƽ|^zGGeў ('QSgAsp+,fz"jeʴeގeSH *]5^W S_?W%*US`vf#Q7ާqUDpgc &p'ak 1F", ?Qmodp#XΉ"ÐSPp9 w^WSC;Kp_˜P*) W>t<< ;uȯSC$kbٰ1m8 cXx(TT b%= N$$ 5vE,U@49 9_"QSSV*HR\, ~4T@wl}r_[Eh?4R ^Zz̛a18(n\!yІڊ^ayߔs,ҋBZ<0+Ge'O"] N?MVҕn~tȤBDr㠃"Xy+Tb3N9jR\"Ы.4*ZUu]D0<) U|ҷzkΩGk`A7-FNCy~(>g!x7HseɌ'G@to?yD棅6b*$wz1'zH>:p\YdmtK.{4xR{QTEn)bկt ٥xj/7_o;1fJ<IB6|Եm,b?lמ{c-IfiNH6mB 闻S{V3̚d])smZCq8okI'yԐ1>ARiqȡl ?Le0GPt"iΞIV-/Ry}$laV! 7'&84I,9UMWhzնp5`SJ~'>{R^G.wTL/'FPj>@Ѷ&c ~_St97T]fk0,Z3j-2h+]xDPgyf-5T\!(/3ם]g&3zr.f-pӽ~E7-z|3 Fhh}|~l;[w:Z NSX1ǣh+{K3`ɾ] |EZ҆+j Y] P8i6tS1:^@R-V)lg5- |h}ܞJFC EMt~A]ʜw9hTͶZ]uk51v{5%YJa'C ^F#N 3YۨMn?R/(iHTg+IN2'%^ؔP,7X>IOݡ}@\RFP" emhSkO ^wl72Q[_һ,+©ϯ;{KK d+n_|tۋ.1c$\O<>m*VVKBh{ɆnKx $vtQZh'"F@6> 9iv-NFˣ4 Mb2EE෺f][*ڪ:xw$ yk M,̩$Fj‡Eya)\:drß6٠ \xYLN;$DaTPX }+w% 7d1wOSFSa_fG(c߮mqxZ<­OiI rכxoRO&Y{ݯpRV/,իpd3O 4EǶ&iC5M 9=IaaU# :Fu"0Zsrf-RuzJhU@08*-BXdLo"=|T& 3on}W/ןSF#:Ӎ^*Qt8brCSx:PCx/"f翲@ofe"*w*ᔽVm6qxTaҧhY _G3v+'B\g-{e~Yg;un`j#7?5U7;fY"`ߥeJjʏ6=f ҹzدX̎ؒ. 1Fg0E 15JDXcӦ|۬)ɯC#yz;rs200& iU{M49 "Ԡ!3aW3zӖ7#|CS'SKN,1rT"riM梊:E(j8֎w1UkP^=dj[P24.i&?K`3ae Q$s2|ǢNՔnczYPc͎ `1Rl!#KxoC SnB3[!R =}EvK:T:ѕ{ wPR^'zSYG =%J,g;K 6H(qC$krY:{Z̲M{V8wԜկ3O(VՎREBpp9n8{7junDmr]M.u<5ŐV01b|7L2sȏ?{4Ao__s{S$e~Ƞ*3Ͱ}.Ƴ`Z.@!>Vy;ݐpxq|Nz۠v*{O\_`תʸYRϘ8SFΠp n0_v2@C~ * h@hL`@k6h<Pv8xKJJy[CK!O}BSo@}d$j<LU~|ь m\ߌݹ2z0S`m_ -{5OO@N:;/>K̋ TyEu&th\ok.S)߭N:[{}6)2~T0ٽųG_*Xc8[Ӧ*/8D?R%i36[ P[,mc<ڊ#.GH4'EE~f41p4{(~)%w_[VCOJKk8*@)m񀕑bw3ڐpl!EKRvpL``vT{U/BYA3PoITf'ufSDww}=sp+] BXLM $j#LF AaSQp,A͐c!ލ?e{1G#Z: ../Eq& ݜm1yPc6Ob;o2s_ªWZ=$a6eT.c;EC>@+4]8Cmq  _̒V}ڽCeJnfu{CMỈXy6?wpO*4P,t~{);y"\xy)O UV[GW_f^\7q$jíd?ۨ u6;J-ʴTHd.W9s FA)>Pľ ƺ6z쮷=(U!ۉ_CڧBkCK~F87J+{p*6@yLsW"sr hrv]YէӶ%+oM5&]x#׳`[݄(.ascrBMmc[}MBH 9៛}['zuvx.*rUׁWZQ2e+>'^xJY@UMN# $+a]}ǗOvJ~c۬VI.܅o*Us9B-ߒQ󆝋C[޹7D8T?F5";Ȅ2waY Լp Z\qW`>0NC?9|\?L؎U7rtv4b:G5k$q~\r9_)Xٕ=Y?ؿZ{H֏a?ш!CVFT0B#rljUd7/?%;Yy־p=6&1j ]ᷭ ~r`mO$H)e_N]LNf7Fvq4@%b  @롤 !:2FMje2ԳsFD>[-)^Nu*t*14_}zmD4d$PёK * XԈ%jXG!:<~Տ{v!:slЦi >Y50S ~~=ME˕qrZܿM3>5pbu*Z(7FNIA&3dd&,2_KF zF?-Z$&C`6[jW7(p }źtJ;6 Eʁ;}GOړd֕δڧ_ʃ) eI=9DM S.V%`[QՖUeu+²n N-o!ΫZ9! %\XgG?ȿg((Msi5)E͂4"LLpXKiw߀lSIIeEjhZlWFǑ5Hԅ-6[vaԍ<ӯ f$Aevx6hfb;FD}<~%/=JMe 6q5L9*f[ћ`\9MC}!^65ٸ =*C 7d"#(#t|be+O|z;dާp_Y &bBD=!XQ ^˜}*"Xd*X|IGND4u$RudC N?x/ !Lvd*LCvFYT LIlzSZn+h[;Ę֎Mokp0O<+2fIᑒ v 3ŷ͟9H4MUb0qLsbums. ƾewd/DDM7bd#Yc;TC2[yTdn 뢉()&k[Yz8 FfF?4[o˕M"Ck/~yq(:'`k̈C8j, MOo6FDj!3TkԒΛ}D 2G@ F({xO(z}9l Y\5pVDiH܈pg+0Ns pO+k[_,:P)r;x7VY&+T":Ƨ8y(3g>V<DVٲI 8###z}#{Ll+U!asw!N!PJv{ 3kiI Jj;(ôuj4ɗ"9QPA/3!ڛCbGm$rcEMZG$5tebbZd Q'ro%z>y>VܮԠƆB'GOuR\$elXДR ȣVFTJ䡷o;4^ Dp*uqlν:pAA p 8GS7lJᒫz ino=܊0 eoDJ.ti_pټteҵ{WtI->br'f{ 0 7ऐP]rp^`kJ4-^D# ,#m kiKz8JCWlp7Āpe_ ˍ&n]9Z8{b=|WFdKBwĞ.O5cO-?s_cSGdgg\R=% `nl?K3Qu"_/$zhD-12X!N%vQh-Nse&/u R×az7U&ՆN7,լeչ|^{oBR8+?t1[RN tMR6?^=>'Klue@K$iuh1},kweǧAн$3H&`q[-=_bҐKIU8+жk D][ePy<|>Tf}sښeL@g4K0A}vسT'ox$ %Z_:ô.`8ͫuex3'=xÞќ8 *z1YArΠ! B+g/SY[̼%\H q??"?6a|Y{]پ?'d{LI R7u sDyОFPr -H \CYf4KzV_ `FބFO5X &cEb-0DԛnL#\1ӏՇ=3\=]ɥl(]6yPe+k̒GN`#s%LWs|}ЁcSOdDU1C$sL(m[3.uBr4-TY(GJ"{Mu^E_ ^5X!ڽK@JH(RVy!9oa] EW|sg]y81Fw'w\:Vo1IJMZ+O|AC3cJ1u;ל/ NJkVBUw}qvo o GQad'#ŮNZhwi<$E]95F&'%_n`Cp)>6 ikx1]2!6Rʠuj#njM\ZIFO])I!-Y3VX^璣~*D@|P`O ->Bΐ筣X8Lfj+RDX}cf ԶMdX:3l~o+PPP1Nh )nBNd]%SLa$(d٭ @}n{TD B:(Œ7,@e~כcI؈*gNDvJZ}Qs01=54l#rlM xBJ:a/vmڤ9p~t^\E,,UUf;me egvG0q:d S?n @;fյʟ0ԓnf+9]Ld*\D?^WnDf0MK;bYuPJIiVbs$E4{- )A9}TOIin/gAgR{@%L/E) ݕe0rpq5A'!za螎;9Ǣ?,)f~005fl 1Kǧ+uXRގ|Dp3ef1T[ }DU6wrh4K2A|Csl`j]/z z`=h!rL\B tE];%bI*ZfQcn; fM=f"G>%؅(y}{o`QAdÅGEg۟H(E6<IfV{솛"ҾWImuN.<=B+=! #g) T-t4!&{@x죹9~:)4Qteyf_T8@e *?!,"S4(k! lwP01d9߸;^W BQڂ 5 `'w7ܟ ge],QR; L4( a;ϟi'c!˘%L{Aej29V#Rnߕ*\Z Ta.Ce_P1&oaRսUܢи ־Eq{ @&(-0B/,ˢ0u MV~Xq`~)!-@j;i 6H6H>*`)-ov= fAA9^<x(m3C1N 0)r${7Eu}3gqj"]Vo](ѬP8E󂮽/o^Ui**$ZROV<\H9*~*3`|y,PE{,C(!vS)w_xzAhB1IC uPː^9#w]A!.<{VFCmBupP41E0F8x=7ߨ!j{A;;oON4\~^qH'PGHaz49%G^)5TnDjQ$:ݭEFҩj$w~p* -JA k"Ëֳ݄K LCaQV7ދ4s]ݠ#̎'kB%g;Q\pY"{*pXh$Vaz"=+kp)1$-+Ms[u z;g%`?ӎ JE,RtסX$%'jdm!㨇Z%r6^[,9yodgSyuՃp"&BWr,CAF+7NY#oK)p/m. ]ı}X6eA%#ԛm7l1VЌ㦃|)_ lև}CVJd0v)9{@#&6-] ji,y^R[|6wd3ơ *o[#'#RfJ_1ɐ$i7>tz"2孼>>`$fJ0)cT˄5+{U^7 XC7sh)˧wRwB-/F[Y?fWo%p{&Dtt֡6:Eh"tWa1 cl=Qw4@jTp=5fЗN̄ j\x[ 5l?Ȱ 룽_H~XjՊ!sǭ7M E\aZaӝMRM]LdM~ .Lj9xՈQPTye6|IdJ|'>s=g׬|]]y~la/.OI gF'U΀j8/vVb#Qv݊ѭ Q -/1{q>=06Xg3igJG˕QG aL\DVL蔹svJfS8%'l $ HHN Wdd'! {w9/DHY]2IŅcC4r7/psI ;H@o;zGFcH8'/f7rR*SN=o<+H˄wFl2(ۗ0kblT˝7xT-یQ~YE>(Ab*8J(jI?nyARi =yp` WIb w_]u' BA u e,.obc:[u6WH Ik$S2ecRv8 !{eGRo温FSoM،نU I6zJ$Y6" e7mgDY 5xoVac?e 'hh~5M'X^4 ]l5eD $d-A??O0.ljC!WiUҲgZˆnð ֻ8y HH-;?ǘ}a¥E:(eⓘC_MM!V~>#J#VBn`{T"ЙAiHO'bGd'OM ]\:ḽp\h(z@ƐSJ (ek7+2 d+)fqZʧxHmkt*XFCll'STYDa,pQZ]O:Qa覊9qØK}qiߧl%B9&Rd%xL~x )#$FkktD +y4rT r;d[FK A+F;@iOh~ȗVoM 3[Ȏo+r)Φ2x#S_lBxW]_oZ]YA $M=lE CgD,eCin CpPV]R(\\ 6UΔfdD|5hoކ{AR.AH2 lʀ QD{2c) In{60-P~ ȬbD44#D $2NC) $dDG܅cxh6쑛O?\R?S)#H E R<0b*£'*z-A9Z7Kͽ&0.bvUak^<%127޲MҊ[7J=+6x8#+4':Qk0٪M_"wrw_ i$x*'UX cݵ7)& A|pM+! &!tlp?qB`` |ޛOEѽʙ6/(94 C7;Ҧ;k(x23{Dw|ΟpFHuk# (S͞d(X]Mp|`R7QPtO,=b)St!3B$,Ԯb} n|1gl};H}5EZAI۷W>zv*?'d6ht: H+^.@yQˊQ֢U9RD#X#y kx?uRbuF L"G8yσ3öL :$xMBx{0Ӝ4(P5Z݀ave-klD"j)JN˳u,1:%mt u |RQ Ϗ8MFL)u58LH "Q3AuƋb*g Tx&`,: a E_HG0?tFk_ ap~ې {8ta.+3oRm/(8KG!L*@~zyxb@ |TI&2"R>Kk_vr+P2Q <8eN8l OڣS?v*-FF6X۬g,;=NYhЂ'%#ka$,5'KN$$-fW!|MᵡDd)`^ZUItwC3ؽʫp Ekk>NRmS*w&nD`[oَb|r&tBࢣʴS y]=~EcGC"IZi G}f٨I?^1̟\e(#Ui?s{cN/h 2=ı5厛ydewxk$1Gnl }x{!%1͑H}iйsq^ ۨcve<^oTK1c@hGdY[@!=[YAzǠ.RnWHHzwϥJH; &џ{76yF Dw`8cy7]21\