PackageKit-1.2.4-150400.3.6.1<>,20c[ep9|c<0 DwT-4rץ@o@BKOΚJ( FB0ti:@@.(s?:DIOW<}nA\I3Ήq^}=ٶ{6't_ Lp3[݆r PUiēEF"5ƇRp1^=ma5~JRO?d   Qpt|  &- %% % 4% %  m%  %!0%!%""%#\#$&(&8&p9(p:1^p=>?@B FOGd%H%IÌ%XôYZ[\%]Ĥ%^bcɭd2e7f:l<uP%vwt%x%yќ3zhx|҄҈ҌҬҰҸҾCPackageKit1.2.4150400.3.6.1Simple 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.c[esheep738SUSE 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 "/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 "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi30JF@h X WVwJhF %C>A큤큤A큤AAA큤큤A큤A큤@Ac[dc[dc[ezc[ezc[ezc[ezc[dc[dc[dc[exc[exc[ezc[ezc[ezc[exc[dc[daMc[exaMaMaMc[dc[e{aMaMaMaMaMc[e{aMc[dc[dc[dc[e{c[exc[e{339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d2a5ed419f5d77a360f16e493c70aabd25b3e5ed3dd8bac4e7eb44743d7c3b73994b03f4385ad6fe036d6198ecdecd97da99693876a0eca26c6147547b9dd9727a41feb20663a33e665b1ca72211392d99878d420fa4c75261b967f8ea29299fd5be1ffe4d4b07acce6a8597cc0d94e933452aded8f9a2f546f042af9196bcda39debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3af83e26b830e618256db26e2106641069013b02677e8b67365da482eae7d1582bc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.6.1.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.3c1@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-modulerucksheep73 1666934149  !"#$%1.2.4-150400.3.6.11.2.4-150400.3.6.1 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:26606/SUSE_SLE-15-SP4_Update/73631dae88acc361bf4972d0031ebe19-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]=7795e367f4cf36f951ef1c8cd30fd293b68f33c3, 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]=4e57d91087012567d672a406cbb81678bd42da95, 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]=dde8d14235253c57f7c4461fc5414e27d97b5485, 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]=cf4afc3258fe276e2c66fd7ee636ada2af80afcb, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=73fb61a9c829ff1ba784fd799577b277679488a4, 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.6.1.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?_mY<systemdPackageKit-backend-zyppsystemdutf-88d0e3c16a6bd8f362aa59ca1b5022e99e600900a5b105aaadc747fd4c52f9c83?7zXZ !t/N']"k%r,Msc3.9kI:a^ʙt:OKhX!= $;cSYݰ-w0W "#cy5KBk*bqoBC2tV7l֙*#9ɑ=csufY $%s嵈3OPF :4 vU'v7󽨯*օVͤ)Mʆ{3a}VMG )ZOV}z#9aLY EM&PUͷ4F6 %Dyf}o]t)3,(Yy8p V`LHS`mXQ]i &cU:ۜfJ^ݣ_NԲh ȁX$ZJn}ZE֎NğKv7lN%TO#iyT '%1&6#B*$KIY:rsWaAy5"u98*6Hiʢn]ݚf،t? Zc)L܎)]P{.2[i{#q'GgNB5T #|+YM#-OFr\cw[}q{;< vקy\'FwXqx<UHpl)(]h?N %x+N9OJ_m- c=sbʌK9捧s@?@_]yqJvmA})PUa4m,Pf>5<tNRA%H f2(RraOJ`^F>(}k p$Bw`In v;vF|O)FMa(! ɧ4B#J_1]/gV{bMJ|D0spt{xk7|JZejd#3^P~$kG(}ƨA`pk %=H,` iP%Es &b> FJ#/M)7IC3hir] u1LFZJ}vn+&5@d9c"[NDH(Hb'%9j3~P~[A.K14BTeHi{(uD8nؕ" v :3'3Td[D_/ۨ! =fd%.#z]62!'T}+p&×=iu Ob~]s.Y$~|U69OJT|NZQyJzuI[%_7{c?L珣[D NF iBN&G~vɅ<U \ 5o#'MIEL 6)3cοQ>dEJL3\˧T/TXMdtNA 7Ǿǚ E,.2"gGճ~u5A)qVaqt|܁F˷hEHV&צV2wih;1[XPSqW'>׳W#ʲ0#"z.Tl'!SL, Hl0!R~Xg޽6\j )”KEHU8apSlvJT2X Leo"͝\QϺ2؜(Sy0v2+c--HfޭS9iO mPy7V؞=_}FZ!G/f{yIey3)=s'ͮˎ .̷F3Idp]dq Vdd`͘u`IǽGQ0&6nd6ȝ en؝"ԡn6yR_ il Cnb[6"rL '駃`PJ.=e |mefxc3CꍂVSX]NԜ(*]:WnU@Wu c֦~Xh"$'R-gyc}_\1|êY.$T{Ijk8RבoB4_E'F^{j~?8 }B,Ly)|~.\2U+Ƹ5i| 8 Il"ߩ eH .L_ e!u@<.ևH!58[P?cEWdgv,|5HVmYHmi8-!Z> \3>\J(I*R \\S39kJ<(hډK@P.m[HA RI}Sn(j5u]uiJO5Hb }sg9]yQ;HH s_@}e0O P8YTv~"$(ԁ=X2q8c?Nw4E|aI)Dud-&B'huGă KuMX#F8{F>A=E# %-Ƣo)FyU'Ckucpn Q*fjiwO+~]_HL@:wN]TX jsF1/x{6K?(N(VÜMg+G\uR69!rB䎁glxfߪG[0A3?Y 1P68:C,.8J!~N gU. lF&; J@X9> (r |Jl|+J}%ZԁUGEhB9u@oEQv4ch\Z nDk6)UGmIܒe {L]^'L˞2AO H?9^tr,x9#Z|[t[a$q7@>W] VQ>xYzOD3nXOCo0A`PDG 1(:gq"BC({ .]Jv_J9K0i18ޫmЬ$^cC Ťd:e},gW#aO,sHgv+ξʄNw-LGn nR,(X/d\(|1\l܀qV|=hxŖ =Nj!FC02v^\`#}s#Sm+qÀŖR/N9̴<7!MFN2^>o91uo1xƚ Ą[D$#3IhJМ2hm4  X{z<_B}(qx"ęoRAl E_;o+wـ7ťa]?I@aΐQw?qeVx}%'3L/09hѕ髴ݤXko Qj#V='DJᩜLc5TL$:c1Nlҝvmm'pOS04 gMOh cս6Ђ f{[)lsR}03?7H3mvy2U5]8Ô#{X)^dv,"soA>c?vsW","FcŸ*E$eY;6RtOdu?cAn^؟Er?m MyCd!جS{<\lj8^s6 ?P  oCWr1]ΨÌ7F \^yv"n#Le~_^Uf.ǦK\oI)ТGvh7:Wuz-n 7.-˭ґ[fOoəb=Kʾ/"ƥt+xnzKl$έs{ZF2Fca*+1{Էs(G`ѯDxzz,f9pzF><ںS!-D2N 여]䲄"I!r~n=[PIh7iN[F^ rT#H_{T*R e yyҨDƝklIJ>f _4Ym_S[otϮ;b-Z:-?'Mf?P#!M@&Shkp20ym퓷FD {cSɤ?ei#]&deAQ ?W%?w >>7Lz1䝖ļON-@0cLɁIpibnGm4GzJ:7-LL؂l0$B]QVp9O2L렽}Ԕ=lQ5͂Cʥ] b|eCsLt7X$ןG K9B0KBI6jU}7Qws%PQ CJHR qTnt tW?Zޑ>e 7RYyo aMx׊xU=?A좢XhjE[ZV-,Pr4Ŋa2z>̗Ŵca&@lטg3@NׂYHapLLZ-%%4Ne(,F&f:vtwDuQTJr3s`^i5V֡)SX'G#N v2ltO)Vp ASۢ*=@0dXԵzl+jlNj cׂZ:&_Q {HVl&j.HJ)2t}A}L|"]D4Nr_fgzV蔧h5&-9ӡo2]j8<2b̟o_h["[_R艷{FF3\s  5J_ҾcMvhKbůL7 qleb7#g c@bZt G\ԥ;ҋ/ ek8X?Mufz55>$<8}V$\K_o.qÔj)!eKTVuh(PEF-llP /Q>A6 1mM]aV9Ē6cdZqu,wF`kwS۱#LpU@l LM*LkKei~8 f"hyv f/.!7@QR̙*t JbE*f&Plx AS$,[t4Ĕk^ǖB;|iLvm/lӓM 5 A;N"a8.Ae~֣R1Q!Ful.E ϡgTDeM#VFWp/;r%wzI"C VB:oskɌ~Ϩv)ɝ T`@s xV0 fJM; 4Y΀QKH,\ns-Z1A5 P57[*u?JDE~m(2_~ RmTF 1P`l0L[AkHK879\QmH)X&gxgi7ӛÝ3ZB 9% ;#*sz9d> ԩ_%4X.F*;ix D^Dyt[:uoH]d埬aw*6 )6S]u!9˨k[_EbA84oe2"Ix}T<#!;E}naToSp^=lv 8G8 b{\,`6kwLB_ō4;؛TKuɊT_~$OEYr`9>iBpqttB|<%m`"Z Lξr S&`YPDfo?Gf+bKxh e@(n"(9_+FiF W>-tIFdgOũo-LGg?s՜"Gh$[,c]%e .}B =dQ }pE׸/F} 2(Ʒ/nH;T%}e]I`Q=%$Wr\x3Y< gܕ| /Qc:zAcAǰ\Ӽ:~=q'On..ց}>2EsǜC6k(k\[)ooЁ-)fBe0Dbt{W2,bjjڹ>bsᙵf!>Y.DkTA(J*j!KhXg"|+nwrl` HBV:1g̵g6ިu!p~5.tV7è6fr*ԛ'XKy=V<O*a4W[lo7*2,af#nRuVЪq [ IP3Ûd /Za9,t6/09ԝduMf% vX ȦoB*덤X8neo=[QwNDbA{`-N7S4E:hb0S$YD&6";klixlĵxzC>OG<ěQM,wh/ճ;,MLJlZzУRG>2A?aPj{WWf!\FWrgQ:*@[( "rwEnFcUx Bz?'%`%byn* OG1$k1,'buQ}`i'fgc &9`= qnoW h &$*Ag &m:k3^Rǭ>/'cZ5~+e@=szT>;wm93 fV!jéŠ<x\yT4SzHs{wcfQ Z*=$na4F7P2# ᖚ' HQaP>Ji<8V MW.+3a厭&2|ҘTox>ti4ĠtSp :M^C:3 [#3;*C+ 9fĸX:%E.Q-O^:~ d{n;˼ZlSʭmKWkvua\i 6hFq>4r~fW"㼠 P`ox Ol@(B`vZe]R yupJz?VG}w~?,ҏUKY%uυNIL>fj)MGm^)_ڬELP"nlYxTbb/e(~qKJ>˾'it$Ni;XL9m}7JZIXQ)H~H X:/v)D4Ph#M&6g*;{rt6ƥO>d?#0<^߬9WVcSAdaAPDѺ.aP] bfyZd8ku]W.A; 6Ha@gEV-䂁zRu0&)/Vm[JG26(@Pc"= Ș ,9zJB-* ^t`O;8tjióNjkAD.Ñz ;{4}1&c 2US +jZP'J/Qɡ7X3d؝2:wg=QRBh}07aSt>rw&7JȲ+޹R'D`Z(Tڠj2䶿Ԝ8^"\HmnpSˊKuM pzvG -E1Ha꒿C{Ք- ųDƺtuP3ȍ}bR" vr0EMEd;|8Oz%zGmMĠSc[5 Z'7hq dkA]1T'wB]x$͐Qdl -[]oWY-\CF(9IÐP}WaMZ==3ܕ ~MR/@[:b[Q(߶v٨J+i SkYX$+ъ|hόղjn*~-lMzmG6z-tv\ E61o6 6#&w2^Tȕ |eLX-1~Z M:8 `Ѹ \5 ^9Pu B|(lm| si4w:s6\B&Lwt-t= 6faKb_ʁ5VUڻo{dM##޴S &WYbք@GΣb[}0j2Iy/B%BjΛ_~F7;4/`| oNY@'5Al2>U\?ϱXj\h#;%.Ʌ+c EZ"7nZ&EG" ~0LfrܢŴz2&Sόo(RJ쁠)߉ xB>ICNDMe(;=q-J2I}%%xt@̪Te*æ@j6pa IGʤ'gt[sIB9gYkFAV}͚P3.to{/eq贱]o=NBBm!N}wb L)]2V62Da~mG4ef+<19,;uGkg6f]5ڥdx@atqӅNsȊIY骷ЭZDXf]1w"k%BUV ;54nFoh2qpPMkΘez CD0;e#!E( oi?y-i볷 fNX`\Huʼsб&P*d<9c^)C~zw봫׬ /`DXl\6_KJ]/4-{)W滉QX(*&$7"Ty~! fQAkg|& '>{$2p3 x؄ޢ7YS]:E_3@zc`@ԯ6n, LK}G$X0 JY)f+|YcMW[?p!8sMg2JL{Ixhv,;/6~;[(B`E*|C]!;Xie$О3펞 jaP\$!#A^ :j`| g{.m _O΢h5#t;_jj~2w}h脓q{j*O1IXU?9PS2|d. ;D| J-ZB%GdXf@W8޷f ~*Tigy gm,R>3_O 3y#rÂjuf˅ Q PU䃛6ِG}wadOU*X8n'-i@O4zE 密2j.P3g>ϴ<uO/󢪋H*'Q ]L=ӥ{L?wM7 2YOKDT:<"7oU~vgd;Nl~O uQK+-_`#fƯto&h C4 gej`e>*b߽oZMvE P֋)n?b@iw+ mx{cS6 !Sy:l3Tk<şJ 偋ki\kpZY691m90zvLļ]^ cJaGQ !).Вht ϦD9!gn{ghf*X Wfh:O%*'l16Mmv$)V*,z+:b]+YL? .Tiat sHQnbi\[LK5DҀ9XC 2.RM S ^#|n4 0:K"}CHEPހ^.Ő)57Vo}֐h$6'E%| tts"VӉLgA:ջt8cLR܉L{Llې23@. NZ_Lp`H12)=Iٜ# R# kqۡNf!,+URF1e4|R0 \,蹧>}ӖJw4;.hgDe"_5J- Ymm&WK5uHO}hEJ&gdePP/Is;uҞ6;p{dgxXaI >f&)-Fy7[7el&zI7e vs]% is<.OyZ* #fM!MO.=7k'~X/QS^eC(wZ["XԸa{EUO[W(r{?vU]*JXM> s$ Gʃ4t(JMAh8y X9~>}&L/bk͓ 迨0qj>\_Q+DPE6eh [` BL<+%;:9e Q ?E@OR֙)3 DP*\wa|R.ٲ[j'$쑾9Ua,j^aM).H- etgX N⩟:MFehL}<9#!ƈj9b01**Effn\IBݖ;v~ mcK.KW r0*1f%(iˢkWXېŋ8:;]W-{ڀ@g4R ~ <`yɆwEդIe׳`])XZgafn 5"=J^eMQH:՜B')Ht2Fxj}qU.#׼l-sy ? s>~sSf B>ke%%ތEu*,QP=trOkhz.%2}=u0:a͘r6Z̙wP]o_)$MOr,;:d%1^o3;ێNug&ڗOE< {:^TC c<'6r1"r;RobH!nN]lo@hfY%!xEڹ݂WP貂0OlDUk}<F/ ; 9t9B(+Q$wE|f25ކX"\wr#A!f/dw@>'d6l0u^ȣ&iWbQT6[AWleN>w֡ aP6vݰp1:2.va(,zn ng=-6$I0&)#7o_cB{?)Z8&7;[UAm2ROh~^A}%r8P-)k<߷V 9rЯ e^KzLk8'6[ì7}Җ~l?Ű/f %yslP'`=KGѳc_Hj7%&uhE%+hM4Ob!ξ-yAr$8{| K 7L=<-^WK$iBVoquI ')aY)kLj"Ck2\Pw}Tv昮CBFa(*ߊ5G+HMˁ.ˎKu0S hCv4VV#~$*^ZҳrJF|D୦B#f9 }F.^ƃpp7?/:jοQvb"6A3YNֈ=ua,m2'oyS<]=K(-W=_ "_g6]nsZ@O5tв* IQEY䈬nQv=]j{xmEUhnvh>ČZ*}Z9ƼV[5UDzit'p :Z 9_te%DO~!i.se1qv))T9 K+'4`׊ ]q4I?_%'y2X{4@m-2_+yflb΀)J?ߦZp"%3p={4ѐyHD3 _;՘AaL6aLaI~Z"@&/~MMv8t/AɴؤLi/2!3TyK"r&!Q=2v$8w^]!n/L BISy*o`8ҭ'f,Ӥj+xws >v,4H<6xμ&OF4}2W.VHt۲ycϧs^zjfrj_ƴMAYCȃ[˵;Ce1M(Ups:Fp!_{lTyؚ|TߥMz\B1vupO8hDu$KIJqFu9B؏T8_tL߷?F0!,r{HV)4KgF 1(R7ѺGM)Ma*^ڶ%hb.謲\W/m07Lcțj%ٽ5 dR:Ӣ`UżnIOyAEoE7IϛT= 6<ε{oF~S[#VvOGof}F}wb0 J7GXAUp5gw@$ Ym6 >#5NޛJpfB3T" 97 `Qݥl 6lQ֛is"F.2TFz?CBUwlj4S쒤u/ }r c߂?J46eE\#}f!MpkaXu܎5_FukFitq)fYVq>+2R=FTTIfTq?} "T\EƒE_|Oq Fr/^eC"j'(s ySBh?٠46ZPt-{ mnJgYvWLUw~Sgh C%,eխٴ6"SiaI )?>>nܓ4S_u7IOzk0f,/=pwor#&9GTZFm}+^kLS|.Xd$VeO*.\x5BŲflI/IQP^6(+y&+GWts~Ɛ?<ʣ,U5-ۅ5Άf#GB龎&T֣]ęVIdhEoc+(_jy[̦sa.9DfQoaJO7:? M~#~v%2ȡU* T _3Q20V%uJںNRV')(2Ի|#KҢL>ZǰGhHYqR<,Y3Byz.~xSG|3burT|~ZZgݐڦYFQc/nI|a670gx܁*&Dus袝LjWR.ǭ`U fx&i|1ERrRk# jh.a' ؖHʇ?C"? V2GX `~rzz} _z ^?1e~5mh@+\U#N! |[Gh1\Gs(;'J\Wb\Z+ #8g XE `4lox24H1gj-p$!Y.WkZVqCǫn}Sg?dw99|7(4g K_gi $yF3'j1?sB׌go5?Y2$ԂR]4d өE5yrHHCnnX{Od.M6,~O8"3PR_dwGFrh(:|d E@Wu&[B'xF+>ź&`g+J]x2]x@3IavL4:mXv0 uZ`ހH+T%J1F%l5jLa|Py\wbwuC E܉ _#5?g6?%ƾah% Y̫}.z0pscwmFBgJJZmel ݍŕ6q^JdK$J`iDR\Ug|u˪Z+ xl ,=/7VaLevR±Bi;QMq `l~|2>AhM6c0>ro i"wD;-/3;^y# ic6xZϒ)]-9"L>Jeo*K3bxQ _S`8(MHL&t=M/l? EZn|\ q._́3o:%@hR!z!,|{Jר*afR4$ΕPL{zbV+h9xJAf[gUY^qx2Ll,x##֠z[bDd%BmPGk{maANɮWlXWfҩ*,?EssI4NR2>" "4BCќos1KA蜅F*k,Zx{i&(|H:65v+Z{>to=;'`pq&cFS뺽AD(UAуn* _7~~fXVGiURB9fd:H0x4$Chrޫh3@0 Hdz$AwCg,~iZ5B& 10- *̖25S5 G:W)$q¬;i#Y9CⶉҷYx>kDm=L9&08 {ѡ?kWhC'C^7*٩d)EDh7"{|vt)3Eb;)ݰNDJ/l688i Mnz[]mȌ=/U> :Ͳ\!YCgJ_*AEm.烣n 5*E^ɡ0){+#  2iyiϓTw7j:X&T!Մ AuXvݎz#Ew4yѡ>n㭍Q"g*D]4j {hUfgqRcͦj &A QhXaI۪VkVPXO)p@NbrTxZבGj A&7i&hM2>H勃{+NTqczE-0(&[27֛U4!$icmuWL܁ͣB$\ͻmpiyk_g>A qY c"a&XȬ3msBe3'A5Q-rMX%| ;?ɬ"?]9q,~g=ĮԡW#GκU=7c[602>%jST3C)k)qgQ&y`Uhj~9XtWp]凈w}{Z񭕰NVJLd`P黮J⛙gN D4 '_ܢ]9L^&xo#^w`>^ff{>yfPD;.}@'֍LՁ.G >9ؽa^z/O3;ðUD|ɭxxU@[^TSI|nG ]Pq|O"nisI8js'ޑf9)N:\>Lro#K!ȝ[pй#ea]?8E4 Mu}0/= K*M79jHtlM!T<5͗iĈ8o<-vtJg,Xu8_X-kXԦcXZDt ~">TND0Ӂ7J! Lh;p:5`I{y?ߤh B4S c RQpyܩ%"wTFkT{o;C\)u.*DISD!wWWέO3u}[#4aD%3Y%ēEVԗEStTlua5@=z"jA)0gy0{8dZϨm4w:lᰨf.Y.s8jf\:l~WB31/giV`AcZh櫿[y;L`/)F틐牭}ʰ,^`JRDgNRx`YOaJksp1C8r`5%I $XKr} L9^Jvj{uwԙj *s@-T8I&,gv56j|ICeiXu8H=Vsbj O(dh~Ʊ5wO˓Ch#fyJu|VhN97zM>Đ[Tj𦾍o`$ BFY>W'tީ-_ 22.p(`2G߆6S]d'W%NUѠ(J "Jwgzo}_gTN!_Ξ!"݉MΕ8H_X-23i&:ձx1a{e^6+_y_axrR`E:؁ׇ2|T5BB|O"QlAQb^zhZ˒~ΌG4Ìf8C!F`$6` ١kP[0&Y $#U.ˁfFt24 `/LEoQ}-n7fƾpgM Q%0dR daSQ a1nc1[}dX Kڕ:_zDt\#D_}{b_N66˼Uf{D\ȵcy~>AWdRkI|g"Usd%pZEoE0su aKjuG KV3?,`:ڕ56,k N\k쑶S3郀|[$}]jfY(~X8Bxr+z96di̶~ `?ÖZ sa'\~J˚427.Y#Ia^:5댡~#OjpMn(}sm S@R?+zdn?_8-{`̠0@JϒD:֔=i n]ytBK;B*D5$aZi/47sȣG [ϛk(w_g8@kRu+>ϻ7rCȱ΍ z;yN8PSw/ni:W*_k#!U)+PNUg 'g ꚩ0_[~gq,v2mhT³8\+üWuj E(ޛ)g0p.40RiC:NGOnoE4VKaJ[7S_2y BAϬȫR2VQ>0 Cs{/LdEKg1 vc Ƀ|隦`xFH۴ C7l&Zhdz#F7W5 ||}]1F,@9 OL(GVcc6U!Kw妝1y!_ +T%Ѻp &sۨ eqwbN@J!'>]a aj 12|x1Fg{9XY\Uw4.j+Z[(q&/m]zO#ػalq[=:"9yBM*M dD3J!ҦYovNSlGApt"7^MPJZMrsh[D<@ nΜWJu&8b%hilI5ᐌ(JӌuZfk5 9r{ .`m_-{ `y,Mܹ=& *`\ڒpr %$o PK 3?L$>^,< X7*:P'm"Lm'*H٠P_ʾ'`2ɈĿ +aZ̄[DW{Rdz4r k14t.;[L@!`ѕo܂/f?z5>[SZu#5,gA$A]W/i2Evp2%ۣѿ{4$ 寗*~JOA>9(XP2R4މ'N.5Aq^bu[,5Q|IWjLB|=:Z߫ץL9.O98fȏ&̊wX2I$MAe^ a~$cE_[n/Wq4hM~_ֆc) / zJdCaꞪS&ǡVӫ8*h;cP_ mObš͍}tp˖o *YMh`&yT䩪Q_TYH B2L8ܹ)q0 yU/)0&O"-_/b> -vohn=;<`U|iΩfENܑ˘bfp诪b؆Z]TN 9얕D9-XIlc> YPFaYI7L{4TsM^\e$^Մ@ExCPŭJ@OvK qYs|\!Y(nu# ?k_r5g5 v):h֌ ðEnZ1zME*#z٠I;US/)=p~=9[1[8`dzǢ"~\ ]F~ SOm:_B\ԭ֔sƑ*̠scw_82Ti-+]'Q-1ƽĨASL^(?1ä%2,^xDZm>PVe N\fs]o[]g:FmIq%ɘH/5uݽ5%P!|u0KЎqXU3,f Y! $@$A3،_AI:-xvSj~ O&hٌPE`KǷ>=(%nD ݬ ,Jc,(h!')n{Z@p)EhC$e c'D1&HG+[&AQ]2o׹d[Ax9.h(&K |&ȂiSƗ4SZ*6{IB(s%Nľow բ߀r\!u.vj 櫌~˛q-MK qpo4X-u)8ٷhxrVo?L# {9IJr$# Ӳwu9 s*3M[R)Dc)AwXۨ,ŋnFsP Q%*QۥuEpqo!ڄ/ѷr= gb|wG 4yB4+h#xUVu=٤ l79KhMw.쒝0igq~5'y߯Xzia}{sN1Bī| J&*u 8׀a zQxXTHZsޕɜi7@rF"ڰ~M:ٹ%\Z!?`,<Qx PnYȭLI e{סx !pzgZ Hm ?S@1gAB8` Ǘm ~(ũ+׌ʀ$zK )uXf~b ?\_ƇuB#5? 4O$&,?P2S!?TٱFA?S;ycΔ;&Y=j8U:7t%xG@i}UEEC.8%\`0H6l(< h 6ԭ^:ړ棊D%28K/SZf m+^ߑ[u^)cȽirspmcߧ+=@_Tlݿ*(+(q:ϊD nӍ8DRM7-uQ+1Cgv+Yo"}Շʓ=s#yf !PCR]a$vN{ʳ:՟&a&uRm1>-#"k\ׁxEu1VPUL핇6| jMz6F~򆷢Sw_=MIj5ûƭL,:F:r:IPFzK񏋚*?=s0 $+aٳ7~}bZ6~qߤ^3Fce$HBیGw ;!0ElM]o1yI 0 jԢTk3?:bQG75+d8H<2 KcLTaEEP8x%dEzfis{xt$&4jXoZ*Şx?$U5>cIǎ!xO_yJؐ\K(Ex?e-D3'   fϯ aR L]c+T'$ [~F. >X4^l]͒Kڍ_$JZ$201%uaLyZ # vid8^m[o3T޵;/U }A[%+9 2^5mWSf g-G;<lb\|Ӂnb]F93Y) ^pjr/!Bunv#&)J4՛6dLΈA ;y~8a~M}Vۊq#чYS T\^\-Z3]X;wK=oح|l‘ `Ӹ|<9w7&rxajl2T5<z }f|yQ!_>E, iF*U!cVZdfCF na7[5d3]w[/}jjkn ?rrAl bR֠%te9uQ` z_:RmΚX5}UCqb_4Ѥj6]N('[hqR+8?U}&3!,ȳWY`YMr߸wՈOwr4zsfX"]xg!N{HٲRڱFpDUS2HF0P$x a3zQcFnFdAN5i."4:wIuWR̩3gvͩʢj{ 2`T L=@'{5Q+8^ْ^p/:Wz-$kɟ2-%ٝƽ"V:#H7PUsVzXdX2f?umbRn=g@ xKʡ nD~}l|RnEy g"LH%H;*մ]l|K}~i69@H"גEmWt%=nyr;L+iּ%@ 0BzO֊ȐuUp&a?9zDR-q(f{ݐ4#//HayW:21T>Boa;-*$h1LKJD]'D)e0k>zsD0{(葸~Rk=3 cUr@ҁDT2u@5uHиG򝙑kS|r6,;Ԧ%r d`#a.*O|RsA}P@Ёh9{@ *'uG8Z2P\YjoX`1%ɝ5S6Li<=ebgsX`]bς+\hT:k̟2 pT/iaMR>ÊȀ4^ 0BuPʢOIK@FX3ҜH6:}hQ~)0؁>Mq2½%X3}KU{KJ+ЌDW_Ql$~c [w.Hl4>mX(qi ? !o<bm{]_e 6EqwghWo| z2W>8ɷ^/h@5)Y6e'kZE ""!@\lUejRI)r=:=m3+ \Eɑ!uMۑ>(}f֗)ITwo_yO=%$M!/`0th؆ eGmJ3To;HF{1Ev6Z[m8/eʝp˸$!,f]9C,EVuIG\5z@NJdh6y4;=Ii_T0t&ZCE *uE;E$H,N(uh+kXv?EbR/.@xvG4y/>*xAo$ 6\bW3Ӝ#[lzߑNWOeZ:%|Jc#az}Hv囬=Lqb+5h_D&BȩsKY=?rFV=3Y5LۙUN ک(zos}UߟJ!DX&݈DVSt˔O[kWf1m5Ƥk=g]4hBaԸm_vMO1U$VL}!pNwwQ"5bc$@Ɇ[9*a70[}i:(]*xcz{ZHשߍ>2B٢gDR N񽦢WjE@Y˄E՞$6 5Rmyhվ4s:+Fo٥#dG=#5osͬhRKg ZA&aZugzvX5 sG(n@d9bWXлwJ=AnkVת a.yn< T8X(X'Nk=es2n4X!o=v&bmc$y2Ol3-}<tt:d@,C]Kv4]X6cƹbGWfd7gc6=5N_A*&gSZIGKGbhmY49q`έXN5Gܖu?u0 BF5E4 oW)_3qW=2\}fäzvZ/lZ1K%q.&ˤ j+ .+OtoDZgkcVWt HJ\VHI)͑Ėk悶ϭ_OȞX/ )  XJ 'BW]G!3:c֛D!`Ѫd[f#V<< AA)14UŠB{[ .L׻g\f7nCݧ8~JEׁ?)9hE)bUa뎻U?QOX~vƧ7,yo?WtϞ\]mD26 @PKdK56 )ȟY(|՘Cx %?k:c~Px*?oXN+`麜tmR~<&}E3~|ڇU`Uw釓C: 5{<(co(>9CBU~v #9{VSYPpzDb1d`plI|؅9pil ]s0P˾VAԋP#LuɆJ[/=r%>ݓv,%}^M Zui v-!OsƉ" wӽ]/ͣaKį5h ={oQ)zL{yRϯ]p+tJ:6TmuS=-#55%W RC" $}|Aж \.PB@'vr/E-m%6ݡ|yLh^F(aψ2@8>_yaW$1:Wڷ@'`/ZfG)O d.) i}Ǚ p7h;T/d SH>gźVMl׬JA :Y:neBNGx,Ż?zeH\;Bɗܪc//(oD '*{?TC.xzNf4l.,SH { #gxB9s+ <Ÿzj'ߵNBZRy˄ rurA?5f#@ FNEe9{ىr ^YF[wL 2ocBn^x0hm.^yuyD+LYcZ,>%PoEu)>8CJLoa=ZjH"0)&R>uZNb.iD'FN `I0M\r "RkUzKrQI%~0)+qWKjoS7( ęeZ?kdZ J\ŸqEpۅ ý|ҕE9-iѴ7gYx+ZYQXwC72?}q_pnW&ҤpIH>w& ,Xspy@l&nT|rkV<Ӂj_XcV/o<V/jiT}a$@ǑGMJǖYD R]=`(A9VG;Tјhk1pvܸ2N|lcU"s+kjF.5HLPa0  pDQ!sAt q %=hLkUgY*Gq/;;-x YY&J+ 5H٦&I˼xƑCYR%.վhYo% Mm- )I~/ʯx߾fwQNgm">3T&ym7}Z2?EvA]ۉ1 x$TXѰŧXeڲXy]c7ě`~|!Kʀ[;W/]|JQE UC2yT QCg2U^]U1l? 8iU&0dkՑsLQ7"`B>'BxAav :MIх }e7J0Kɭ6 R페ZJ4%_L_@!L(׏zBL$l䘜N"~ziMa˧JIXͿP+I ߮ ?'߭€{,)Ĭ;=y'6TǦf*,LqT- P4b|\,3t{.,i>Q.%+; mewfTa7r)(?dh0T33i9wEw J Lw%YyWLsd3C Bm:9Z5[ps_0gH a&U>m+.B |  r!߮NU~,Nw¸*j_rw5RG`[[3puİE3vs!T);ݭkl3v 9m+`Mq P̆b@6\e֥hCbY*u,V˪])iu)@2fn'ÔS9J2GJd`^Gﯸ-R0.~n{[}j ?4oRߦ`a5=V[˽j9^Ez7 jH0c` 9R73 y(ٓK>K+}6u r4"MaZdzv䊽*<#&a&ZZvxf!rl픰,fCjbZJhKr`oЍaa5)ohІ+ҒXV?(YPCA&3_;)Յ`+u)E"]QbNƗj)t}eY#fvn|#˸Ζf_t  ӟkdlBzaC"}ӌ~Y49 O Dْ;/^6^4K,^"P/eN-V_`LIaxijZ:Cd,g,G`sxJ;Wk\!t lRLkՀ"|I ҍ >jn*vq 9[5= 1TW33aJA\нx;+H󖚣_lj&!mR;0uK!Yֵ2#* H霌P0T7NAW" 0Y> b̏-3)ngLZM3HB"sY=5+pǰÃbi~e[LmFq㰝1m$. FaN&Arq moBl)j \\XA<}hQ#g*BaPq/Ykۺj_GJ7SYzٶ3k/Pu#Q0MAP{mMMGTڬ\PnF]y1, <FzXs&Z 拶T~~1aqobĖ8^Z y͞aE-VS i?B]W5c}Ŕ^Vp՗lV1`mJ(8\[JQvo1F$rUJ!TXZ~%m2Hnu&{I]kl88وBHx^<j+pRrBm`JzN43,ָ], 4c\`w$RIZg-7G_b:5w$f"^duzV%n1 quגi-lc#$H <@/٣)V'a8RM/(Jkx9 >+8K Yjh wٕsb~L.#{~"#_tNH\NQgVk*&}~M:`Ƅd,0vz%1wL ɀiBS:F{q^`aוj|YI/'x*Etbvܛ^o'OfO $#eX]8h aTA DG̿ ؉N"!4NS邴c + V|ѭx}6kB1+0N wK"m.}RM2{q;svSI!M.">\!iɐDؒJ|`k}moЦޮ# JN(gtk[}yt> tDŵPn\JiŒ > jP얌IvYT4U0H24b崥hf<:kJrW'BP,7[#dg-z;F,Weڹ9Tup93_MYCrLmy-:P@NU}>wݫ|+jF![ ^ړc igj7mBн}f-L4֜ :i{sQ +(>!L0 7i _&͏~%0(K> ] vnfyaO6C*_幎]v~d).Y|szYY% /LfͶye$(rsaigRY=bJb';&d2bZh]JOC% ~i#_[}Qq]T5L2l3JW /w_РH=ѥ Csjgo3wɍ7}%=nߨ|"ʎ޼g_]Kdk VJ-!(oݰ;=:F_#!p)@mW8hbnT {P]M>ۡfW /(؂\([1Y0pw=r4MTz̄6em/QTG`XVQap%z(yLni# #m8@[q(^hѐiT kYc'u1vQ u8 Y֢߰I纆VVk F=rD'>[HBզYRD2\#,zv1M]hXkKIU%x8C?&x^Գg50< pőJ9zbMX!ܴ0+=cez5\q Ch?tb/Be\Զ[aq-=G}$m!n鋅Ye }T~&S~Pw|0,WAeun7yZ:wiHRLLVGsNұ˘8%]=JPrek4Q: RÞ߉Y!|xXm' ~ H-Q-r\3݋XNwN`3\zzM).б'۲wbjVz<ߕ1(e׷Hu̾(zføVN-yM"DwȕxHBF uJ5Jn[w,c*⢈ㆷD -N'5Y[P-(eb>7LiXD INWԻR23jY!G3T<_s[Z4bL`q֮YmMM~$9Z9WJ%K?rMA Oe ],gc ȮfF(s|WÏóOěx;%VkMh/+㥴U3&߸ϒ -g ?\ 5=ҟ:2ic!tS6H0ц;sY/L1,of܃h$ D_U18Uť2"e'KLS׀W]`exVܰ ~OLOrgvC%dZ?pOʬeG|PϝoAĞט 4K8墈u3aL|qkLL5w U!IԁP{VI z >c6is_4hj‚Us`}*ZNrZa ة`ɏkf `8dCRB0ޡ5S5oGaBHוs(liCtC I# BM*e@[ܓ\HHXL&xKۮe4IB\eEc;z2j,, 3欵C5g)0ˬ3=ߊeyH] ZEcI# 6HJ˿ߨ/5FgxV"g%bM1," GLZrAxT]RI+u`vf$G@OׁةOBY[z dԚQF821^~C%C_Ns/ JdYDChuc*=K ";I߫\ Z*/lW+|S#LUIS7˳j檷+e׬j $9uLˏS crEI _ %í*lzRl^N-}kÒ7n&wi!wzl$IݠEf -_+D7S@2b1X`Ya.+Ic "?P'jJ!Z:Q#l&Zd J ݬ]xرI+TR3x`:R5-(Ai?'ɛ}]L/yyhtft{Aя_jyMeycC CF$^x(T1Lb U8Iyl>b0yՙ RK:Sm$oKBeJrl~ݹbn9SN'a/z]:؀]Z`}_2~]VsdۛSFjoBP4Ґ''i#ԍ40lBTP#_z5-c_34 Th(7:Ҧ:e3l^A-qu\q#Wvg+dׁnI." 8EX@-KeI-twi{4Q׹J2;P{4jM|nVtbxr8jУ*5gP@Hi1)BnV#1GAg]WQƌ+4 k2}\Fo9~N, x(FlWb\:|ֈBGy` 38!m;-|]o<=[}R]['Z%]hsrݨPfT VC-~Kӧ@˼o/CȦ5>ƥ1('$ƘEK{Œz`<Է.#}ur{`MF-ӇlK>fj-V\)U}YN-N "'ג{e`'L(kD6lN5Q@W g:f0M:(Г̓KOۻ|=cv{B Kh:P.aOw 4AT_eHS_ĶαgBTW<hllV8)7X͡ACTr%u|:V2wLv^y 7aaX}GvؽުEΪ?6P*yDnf :悹ȍR?^ԮFJٌ4c@ݸ]~): qn=[-iyHXm/l[ʤjs {ׇ;^F0 AjKSrz3PYȪ)j0_*I^ $BK ּ%{ݜ߄~1Izyw@Z!g)C )/&[jN5@1:(b|>!ia_}Շ\$2%SeB$I1$Wv)ρKl|fݙq8_eЧhxC{hkP[] cQjO- \[p.rц`DI aS3߇F\Q7UZOQSę$5yD_vZY87Gf_;.Vڮp*Y=);׷,=uyGm@`ȣ֐k#a‘͏Rx47?]s,%&,8L!4922;s-89I$+txD*V H*@1!Cstĸ;p4ĊrX_w)/MIQ*}óVRʶr&U؅Eɞc*+SnkgZyܡw.ы!Xz-o[C.y-ptwjv#OGjv|Hk^.ir3lu"mS࠺C:Z 9`KMEw >̓A5(Ќ?-/|K5ck&>6YFhFos#Iܐ\ 5#>nJf qUa銞޽@TV˚U_!N<BXQo^ u)bМ6JTou%DMNnvl|Ds}m@o]u(lQk$\Zg5FC,g_<._ ,ĜS7'a tJ[SuI A> z/,Q# #IW r4{p=P'|xv)'˵.ߏcm@KU=ڌ}^.]^?(?bjY_zŒīItv0Lͮw!RլLtUs1LʅD HQVQ%`BGw EkO%\tuGem㹮z3r5?> ^VWuD(=Rۆm:||XJOxoQƈvo0J>-gQUr@jtkV usv7qD H4 |;+[fmC%V7ZOjXH}]?oi#fFp7aEg7֬K>4}k z4^p[3 mܴOtVӏouJEI%ƒDDA4~9'nL֙}|n `Rlk>$Rf0~tfy#wdT[J(yY*,gR4>:$>RdMst쌨Mg&sR@=TÆ^nea e?*p?_^Z3*cVP~Vv^j<.#%=ԛÅ5ș|!,۱Cp ʆDwɸ25]ߍMHwhm2LWsKIvCoqSڛ) h`hB;?OU], U7A`A.. /3i awW(5`} mW41Rk'ɈsUP+'png'<#c]|8 3*JB'W>K;:8wchIϚCݜ\'m֪FǓBwP߯|NaHGgtlH.[gW ]A^݉07&}4(z1u $37OjN|Iρt Ö-xuBDAgh}  Nr"I/TTÝPG"8eϽٿ1TKh:JܦN`}<ƓK7}w =}ccX@dx͐E׮"#e-58K`& Z"炧mTQr/u|q#a BWϯ)B a/8ϻVBy0\e/^\grFb/N|b&[7hḔGf&[˜ ʓ^ U1㛔@ DE}a`fxyv;:ϕ8ͫa c4cHœ^`_?[c`z6B&_}o:@c3ɭIZHdnɊ6hfhpzIHeefՋbzEP*}T*%g<ɎجnJΩ1%8<4Eu;׸l54K"N/DeĪ”~זDknƊ:+ yjW\=yː˰ƾ{ ?<$'"{nFQeV5K_/cT~yyc㨰*/||i*rA_ 䦸r2y^w. _Y&eH[+8ә\VCh<8MȐ2lO*&ꚳTTrneR&0&-f3C?I$3L,vֻKym[M6YꯍXPSxB>0|1SUzֿP%O'8>HD`Z[x^%0lwMB诘h SmmMe'*EёD1ӽbm'&cL3mIիJD1f-QS wįdl)? mU_ af&)@*R{{N&2j*}5N) տ:;b潫p9Xv;r;>#s!eagn ƏGO!OvmAb;jq b[tC UUZUZxX{sV<՝t Ƥ+a6ӣ**MtY%_ $4DjW:KX)@8^-YO Uf_= X֡j.qߊZ7w!FBX*;/ X{Js4]sB߃G}0(f4%2;N5h\}'?V "WT2sDlSau+"Ua%)J_^x]osiuQ-$5twN>V9wM6߻npDo4&\K$lZwu`1%>!_[-揮 9'h(Ns 6ًqH׭`Ff ݋Yw{W4݄k% q]ySiǵk/%Kf2XLszc )4 n\¯$ 09fkz0qQ}{=lLhMD3ƺ< T.e܀RiTU|^i폄4mASws% 3LYI_ON>ǹAWƴp@GB]5> R?KPG WK i ij76okG#=;bGHeA9*^q>/Y$S4 AELV줸R\a)xu4=RSREjdiPh(%-s(v@C?ja;xGR1cf>"y2K@'o%haSz2麥URZ <SAI0+ DĐT7t<' 1V{T7Ƕ,mct#-XFh(ؤ+zY#5@+bVi$(ص*GKJc Ao֍t8k__ 3wsrm9%iޟxJk1# @uE_Md+ʳXW92R.s#!j˞2"7fFLd:lz9ws`SDܥ8F8؜0)" nhzm;l *vZt &t>co/ܽ9VE+яq.o 5|6ltP$tHSԚR-JW&;W}D{GHۙ0'iٙ4u$n jZ{Me~,ARH[ɛnl~jn㜹k|* 5[TTvN%T'DIj&]GeӃr:Ga;u'^^-`BSiqj:FE ""_&STn?&~'dwVgHvj&}2YDYmGrM3'֋7BL4jOIvۂpN瞀&eA7LMVs.k(㉌ooo.M HQ/v)<>(.tdnvM2T]W#P%"ؼMqVkt -}c̟ [1.j9sQlx Mrvn'\*_fgx-Y KJBEnMG4\ S#\8pbQ%DB;25!E;\ xvMGuiǕ~P@ԥ\0oC=*^f[G/<nyӱVsIb9zk8*^!C2SQ} J\Ç@@fJqR}D 8XĂŝN-5WE0d|:p9PF&1'w1UYFJ_Ө'쥐w\*u]N=!?e@}GɭZL[ 49̪k#iRc젊xET]}sc6Z@t_OV)Qg )/ҶN>ķSH)G {{jjW[BhkP0TB,^qN8p/~3HbZ2NtoR@R#8׷ E5X7%E-x)H)G\vO@o Ui$9@* SIaa_HL4{tJlր+cucl }N %4"gw@3zR*!EeH Ajhi#5qK;B8{>Vx?]ԑoE:Rǖ_wxIʼgֲem v`~/c"֧%HR\#GBoLhli/ŋ{7A(uE;ߺ]e@) H̎(ϼ] K UH(8 CO-~X(jJwf>{ōԌLse PHg=z.>sY2PD96ENJcdt};$nVtD)ÔG.4*_wHR8oD_} +EJQx,'#DJ=[@O24q/j |IdkLgkt}{sPdr;8"s޿_rkRub0V%b"(`N:>eaP$pD@.7t*ϕ v+' g G*I&LRH`p,GuU'F UYsrE+[ŲrChIYa:@`eaQW(c{KxsO#\kCV)MKT#8mX#zBE+50zcNbA[TLzW r" Nn7=,X ,ЅJ}clP+2` KQ9DG8nD5}pʂnɗ25UQB+ZvdVƔ0CvZC^ށ"k. ajABJ#sDéMKA(Irf3 ),Kg!zUAOQ z |MuApܿ\,{!&ZvB,㞫7)Y5f> 6_}~(KT3De72*%Eo 1# YV*h-FpYoo#-,V-_mC;݌B9wy XQmWב:M4XG^_oTr1<(\Cl)9rnC솋Ld^sqA fJ]8lK WvzXq;ʂ S@QzNJ.H5R]? :TRgC9jT;df_ZM=S ?K+{ĉEZqcM'y޾LqW*r3Q[WN,Řnz3R_Z;\d=A!wUٝpS7:lȷu(P[J mSاLfvtp'#!b?Y&{pa $^ eplu.C @7ygs票@u,onݪ\ۂ;E/+{ܬ^)10AqeQGLǦ j# $GO`)"0a8 K8~h5{q'!(>1G{?MíVW@C1bO$:_X$ )blLZ2g:s޺lndDk;g5'N$FOKTa'h˾*~Q2[96j4u* %6?Z#>K+&7Zu.IC9srrBLUU%W[N& {^H3vxwUQKEEc)Dz 8sӃB@g&D/8^u6;cU[A+ Jo۱ *tQPk@V  4_ys"i$^-hC fC%b$"Z8neza;FΤlh1xOe߳6A}ӻh,d`vm~aO,^o΄z:~Eww}&eQ{q%TK+69 lT)fPC h{ ʯT@ i#lYoY|RUMmli;G'Jv~>zxM&˲E ы#Ζ,̣/|;0!.'V/q0i]NҥϬ6|.rmpm~FBUmwOA]tdzcfHYeHɋ ) AA62_?EJOd-tF4ۗ>&_wJ`9Y`Lt0<2/=S ޹u\D4f*5ȵj]^Ц="i7Մ""%t~|ʹLWrm<Ԁf*IxK.=d, iFMHfPpi+q5<[ gϊ ,F݄n]r*./uhB`R}~խmt[2[Ia>ՁAg[n&qO.|Ä4Ȉ2 mL۔Q:C 9*}],MaZ_1XT{9qmTWem߶D%T"IUA:/3_jF" OZFǙHM1qjhӼY"҃2?{Ƭ;=7܁&%havUZEFiycDhA#}~RN,"b_̒jV2tіeFl Đͻ &ja!L*V۾:q &d(E{6hXm,V?t +s;TC~-ivX.(kv|p:V]D,q%NFrn$F4q4.W/ {zAyKT7 !qYe. V)oV'vhLfnJ{|6jy&dQ2?!oL@Q/04_A aߔZSq;[!RC-AU#*x$P$? =ŽC>,#rt)Mmk$PIeJYn%9~DzHNW&^Kr:\F␿w㣁ϪyFra0'o&]0\d#ݺC'*krE d) Pӗšr1ZJB㲰%b 1 s׮比Dc©Z4{`MYEhEI%?%)|[ -0`7}wb fl^qO\Gq%01"^hK52Z!칄(!r#R j걾ʰW>nUWNSlt,8uhO| /6L A%%6YyV@Ҝ#;FoCkJԴq᪴m+AbRU~QJxm)S#Q\bU})҆T;׎NVճ9{4_Av]0@ ٰGHuK]ڌzsPsIcFZ@0&6ɮdwmGy=aP?FzgIvGCJtgWq2j xjӞ|:rNp >7ۗ%nQ*?B9(щ2׻4V'3^S8?T0'&(a + #6#XL|ؙc[;PkkNWf8LP՚оJT ˽}o]$?,9$&VE= I4w/~S"h!EVJ{~UDkt|Z >,LB6&Rn.P\U9Yl}C} H&؋) V$"zn,J6X#< ͆Y,{rr7R d+x]mlʔ7k@o3ǽQE6biOyy2M"&,r/XugazŅ i *ʄ1Ԏm./tHㄖ>) i'Sm($j;>A9ryg} y4R%VrIa[ю'Egͨ;#R;Ud?: XDۛ o^PΚaL}}xHÑWG]G)U;]$v<j@y_hcΈ7!HF#|kԟ+@Tv2 !+g\2%:/bSb5|up j.E 3Y2o!9j i;S%ۮRg3/M+[(# ҄n/9uO-J|FѢ{Id$Il Y'wn?Ւ%].}Tסi%¼#W;Sb͂ x^Ҋ˞w1IMq .E-=IcA3w9 *$Ϯi,̋HSZ`q~ʯшA}Pf:[zO3]V=SVtd i7`C*_ȯ Tdl Vm > MA)ayzlJK>ٺo'Z e !Dl!0縇 ƅe M`) yףB|WtSMo l4 չ`Ĩ?n5a*%`Ï>PvfE@ev9Wrj ~z?>g|!ZM!R;:l@_m 0CF$n{j n%u&l1uC=uۥe5gȼ/'օ44C9X #T6 S*EeWeܧsP,l+RbI,Plg>e>D9L`T`1P&v_*p\k[*!HoмߎIip 6Vd=OPQ 0?|uß;edśo~ 5_ԗʲbObp8_9ED&t*!Br'd`{Yc @}ňSNIVww! 0E9OL}Gx~$|`JN?6\t1 iB;s(\ǶZE6ڴ˩:O. 5cA "Rxiɨ yLJLe2t$~2pD YcW)MK'Ǒfm+fݵIH Rg){ߧ`ϒ%n%{W߀fJ֡p¿Jv΅Cy*%g(K"0T2- UwtUjuJe 4h7{Ɋ|ja-)d7[1ytD/~kj n"Qek|kΖW/RBӠWd> f)1q<ە=7y $j:۞ tĵx&ith!sy 1 >3uiȒ~saɄh뎠5Ϻ<t;W]tx7jBWi& "o- qyalE|)مbP0۩h3[+p=Dk j '8ET+BQ2o5+{J#&iЉ0NSյɀc),b W~Imn,SCɀ{S ;Gv㈹ iM0 !eeQ^521N&RˌxzQ=!8qe xxb9]Y2LmikKwfʥ:~Mlvj/}🣰IlϞF|ǿ̹n`72`J1M$y 6i1CgƬ ];1$SI263*z[_ꙹxv68 T@8mgQAπb"e/W3}0A4"PkȯM+Lb+" ߞɛpQN\v Ѐɀ;M`Y/"fh˼Pb"?eufU8;Mܯd!8cžZ{44M9ҳԧ( m1NOd$293bO5~PG^{ NmĘIr ҕKen|c0nI-2 3NGΫos. b?2֓F;vn'yn"}?豏g,t)B1U|d$XI̖ŐvI[RB@C۲zQuUJ<-;6ݐr0+xbs 5I?L /߅yϴӄdy,ݪ1=\w&m"B &O଺d$(S_Ϋ}z \S#]d9M8]+e»x,铇zbv&+]J#ٲPwX[1k9BzDzx1;GE R* f^܃܇/aϪFK$QfK#pϮqIƁVD©7xwä]jSX*f,}ES-LB[ h1hsG8&qCbaZx Gt8>+8O^C͔=즚p uV-a֨zkkݯo/hWԼQ%l!MɣsN| 1 UEuA bیժDelJ͸aa7'E0;^N!266g{/@,bRyF Ŝ%,4=-->uHRtt#;RpH M-cL{tFG|{- 6nц CyM}-loY5vMy#@&5y/o;`RwYs*1 6DZmW6sEy@W8.bT ^>~D8eD\{ djl/O,GԗDSi/RiƓa5Gۍsx,B9H*i =kձ v0&E2(Zy C}>H=Nf ~d}(jkyLGp +,e88hIຢ*ܓ 5Gzeyp]]^U)8j߬XF"Ȃ>q\9ik;IOf0C^u.Aq'F8RŬ(2}oâ FnUT-#c;lEg; /0_W6iUF%&TGw`g{Bw7^6&}΅)`-ԟT 1޹nv9 X!94r_w_DLrtOzkr0+%tY~Pɗ$ p|Uy }}`0#3{6 [+V8=N%bJPUl-h%G2|kӈs3qCdQ3$zEBƱBTd wj8j^KdX!(;(ܭuh+0!╫NyOCx#D :.|||ĤhsX;6se(XQBRHv91ad֚mtH;f[mY'! `{5gy]Կ()UZVΥNX6C!)1PsLl4eu"\F, N|5zp;$8>fr&CIZ R2$75дU5^k|_/[ מyTIzz[<)#iM^MzmuaRtT[? =s=Σ>ʹ S[2$SZFD&0dRU`GĔwˉŦe͊3& kՑ/51GHޢFfƶDf0}~RN;qu[^$[2^887lٌ>eO.\](BnjF݈XzG~(gpLoȜAPei a#!===ӆ%x dc=֕ee{#?$=GS\m%;k')2$e~cc OaY`{ Ѐn^rT  %pЯO~}q=s~(ڨdn]!!xP"'xLתWyZ GɄS&nl1ԀDnk.Fӣ#HQl23ߑ"7|]9 =uthQ?8bP=+X (䈒sWU_zΕ{Lhe;뇎*Wc$ܢ:}bl.7eUo \t'lk~ro'錟qC~M&@vi SI:a.@j)˿fURV:ەy$Zwq3G^Pg.c`2E·u;s'k mb[!JP{D}Ķ/\tL=]j- 0?-γK哶w&u@de8yhxQt.GS>.\ Dަ;:0\{E‡9(k>{ .xPbCw2ڵ:,wĂV7 [?m=UJs"]euUIiCҤ43]';h#$0_=~] QHڹ6ڂMC,2Q;5C0噔*M֙`ۃے$Ӑĕ*F;%#LTW +[I.mɏ5w= x'^]ՂzYc|2@2lJIZ6 2xD9Uoߤz樢%SL1?f}J$%~Jy^ynp&³LxnsEԠ&ќ"kY,&TKxD>/o-U쐋շݒ S>yg$`SX@e(dLl)[oaIϜ)Kg<@{i^n6ɏr2FDZf\"1%|u6XfAnŮAsN)nPQء.TYE\ 7WMpZo>so)\c6ݧ-i`.Z` k]* <>1%*#a1=h.XgE/Mo,淬F*F5[K`U@t)qF6U|g:ױˢ!j ĕX/k)~#s1nQB= &G0#W[^M& X''y}vDW)ǵa{/Û_5HhcVj^H]0Gy*zwsEwSGc ,G! ]'`fih{KW ^=ͻלδa^^j NbX@+ )-47AP.vQg2*`WЩ U5 B@0,ݔiթs6W}cgdG[6D Rg΄N6+Jr4_o dYfIQ I6K!й_쒙;g/ټrPݒ9.KC!0%~~ ?b}J :rT'OHn75&l):V'|ƹeG"4B~1+w%5G­&"vp}i!ߥL;j~uNķ UF0DS@ZK뽑2sAa,5V~nZ(32io˻w 6`{:asM*5Z/E[ʋuO3~`mzHYvce3aM T8(p'Ka}ˤr$k@{f]<#WŤj<^ę/ijBֱ( –kgSKnN9-aUcD+Y%9<*x GM5a 2;d:$5^T&HLplYЉ""TTE)x>'δdk0mI*/oit@yI^hp&|/Zt>_9PǓ\h&Q.PpK)UlR(T'cIr)n#O:X&}i`.S.(r'@* ?pOj[;CRC6.I)Z>ؖBBM.-֛2 r&߹(V6F(cૈ5oaVuPA>Ok8yՙGH/;,]}}%kYu]J6T;]({wXNT}MxF*XC3̹0[ rG)&!NoK_}H yF4p\e(hg<+!ۮ3w!}~4CVdjӦعB`(ӛ4T?@6ϗkgKnk |œ)܁${ e 'qd٪6^Ji[{`,r /.Kn0ѻx?*;i徆Y h"0aiD+Q@B;53P9Gg"v:/Ala+T%cԟo秱V8`}%d8͍ܸcf |kQ7#*`O+箣 ӁvsX=uc \Z@XdHJO)8J3ɎXbJؐ6N;s CgMIH/ @QomeԩF<˂RHWB 瓀or ˊ^?rFQDIsW9 HI A󿯊k S$Udz ђEB&7yR&jʀGO?*ON˶{ Ǒg:m|*S,B >]53^oF- 0MVi LqNװM .|V1_b!#b6C˛+35;^ Ve-5BGfgWvwB&i&#"K"5C gEbn3wI䟇ټM~|9x'ZTk)Ob#>u}sO,.YL"YeDɒ$ۉ_4yvm* YHUA9\iɇ<2!YDu}#LEqUjn<īJ_O;%&3Y803;LLY P_ZNm¹c{,.#IBN dEC(afזN(^GèJdL \5XpioE~ F"o~[4{s"oŬI?W2V*q]t حG nBɎ0x(Twkf{gDOfm{?d}JtlZ1vNWen G']k7b\OMQA)ED+<}·0 gf-{<q.u"%`A1 @(BkW&|uӈO8#7/[ρB啋s(fEX*reۇ{I@>@(QZBZЯKr5wb*Q!]@+2q(۹dĹ,!m*e)&\3۰/DCrlYhWdXHVQRmcK\C.$S>V{hZ[Q(Uc,'_҇l;^+Q\Y#_%[E2@aBq`2fRn!p*>+Sōo6^%F3RA-& @6؞fB Amв]#;2-mo&K\΁fd.i:yVi T.Vt w].93NA[ djRC -^bX6Ɵ~'s.\)!}0s~qF)/a)'ӡOʕkmi5긃v$'ᅙp߆vPBN9KS;;Bƺhч7'/Yo/&Mc}O ࿶^1xɳȠ^o`Jm}S2s2=JbiRfI"p3GotL| VP^Sd^C!n'b% %R<0#̃a:heCTkNAch, c'_]t ZiMcS.lC@9#D: 4R_+b @+_=t`r2 M<30c`†HʈI)E9y0B-!5C ]_& |Lj}gg *L ݘ(Ț_t Dk74UANNJ H"72ʩ3qkxw djM㖻+ 2I\]g(z]$ ۮ1FǑb nX4(E І pkZC'zc iP1Re9[ҳ}X$JnmW~Qr"SC$5P/W}I\;Y;oO;7lW{sYU6p0գM.Ng罆Ԅ*6j܍==oNeq?tA)0l*6㷬 [Թ, -+Ҩ?r]K0W@27<=ħHhCNު_jcK/ u}ݏUkhs/9I "bi(C]1T[g ~ )LņhͥzoT+9/C J;bdQgQ2ƛ,"y8ʴVIx𮥉EvYߒKSk-Q'e.K8@,#Fa Rʽ0рDIpYeBrGO;$戰(jl;F >ˤȴH|~tGCkѦDԠII߳FyEGf)/|#(djhbr宋s-weoCO(gYxApʘ+qSc==v'_~Rμ'e=b\4JVpɌβyOcoGÿ;<1ACJGy5"xDjG9ib,d &aRenvӿSEf ъ٬43d@$rl[LOouic.tq&Wj~,~#ϜC鬑tM@F ?֖DQ]Q'x);W)0k uFViٖ$p>&̓ 7^&.7R\+NwvdR^xmQSN ΋V17۵*Cw& #eW?r$o ǭ,Ea6XR6c@Ͼ=")Écj{P Ey=vأjϯ" 's$փ4!+;9Dbٞ_F՞! =-7vh-co |=HP [00Ba~lS+^')1xzVi9|6ɨ|!b# #,9Uz&Rl -Pj ÿݓgINU~DRge,'&Xaj;a|_Ϊx[&s OKt_y,muM`+/{ԸdY8kywN[^pϸkWħq̰ ?t#ge&`0ۧ oATW͵'zON:?pMH!V%IJecU/䘆КC!`^B鵷at4T->Nhf=s nPgf5<(;0CR9TY c"[Z-߄#'23R,Et8S' 1dGu g$" yIy(Um:_(I_V%VC|uʿy<}KoRmHwBG]xc>،XnxC9ۜ*ejsw%I>Ղ\)Ϫt*[є@L+C)O2[fYWEg#OZBtleʟp璢hxOvт%eOIISYR uZ8iX]:iAuD1F U31;B e,*F*ݐ:oOUT#}^BYk,JCG_>gKr_)tF3#f8X y7f ZϵtE {SdG 0o'=j gv 5fUMJzb_kC T}A!*,P@"XV b@butc1x,_]˥+7e2ψ[xb3^b1 ~.eeN5XLlۧuߜi%_12ayO dȘrC:JS6ߧvsZU D|,|d4s5;B5IQk i֩ S`?7kmꝘ}ܒ#Ez~)Θ- ȼǎȇtSTACn%omݢcQn6'ǫH(KΪ‹LZ<(PQOhƹ#ھ蹈24:W WY>w--iN $ \f|U<b^0󿶛d49^2t{1!.y[Ihy3_4A;r?F[SWIºɔϖk?T`Gez2q:IDZhB[+v 8H)K^$(5`t %3VC94|qie\˨eZ޴broٛAlD!³(&Jʙk`YqN?3 R/IT?AJ  AK+LU_dr8R ي;dгiX.w׏KޛPvQ0+N4xp,=@WV SUuNvNHUpmݟvɄFCRpC`m#}Q3Y=@4xMϿJ>5& @Z YZ