PackageKit-1.2.4-150500.6.2.2<>,,f쨺p9|| U`acK QHF /7DIF!.~2YVYfL>*~η`w혂2E8H &x]I0UKFY|gy|NgUk8RNnSJ3&B;XfVLo~H\=s/>gCt2LQGh @Xrq!14_4=އbbիn742NL3cfy&5F >O?d   Qpt $*2%% % <% %  u%  %!8%!%""%#d#$&(&8&r9(r:1r=n>v?~@ÆBÎFG%HĀ%I%X<YHZp[ŀ\Ř%],%^ȝbʌc5d˺e˿flu%vlw%xҨ%y<6z$(048kp|ԂCPackageKit1.2.4150500.6.2.2Simple 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쨺h01-armsrv1SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 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 || : fi3h 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쨴339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d8b09dd9845cfb9c1acc342195bcb3e70726ccfee11366efea8676565c429e86cce1370d8651cccf359e55525255e2840f2b12f5dff09cae5612ffb7eff3dff9049ff3697af9ccfb2f7dfecd9aa260d9c8ec631a60d523eaef787f0ccacb1fdebc179e545854f491d131a3e0ccf89e4959d5b6e4ccadba22cf39d8fe6b3509c529debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a95c13605376ff0dbdb7f708c26a0df21ba691eedec2eda089901471b71d5547ec126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.src.rpmPackageKitPackageKit(aarch-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandingld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(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.17)(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-moduleruckh01-armsrv1 1726785722  !"#$%1.2.4-150500.6.2.21.2.4-150500.6.2.2 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:35582/SUSE_SLE-15-SP5_Update/ab0806b222ed8de998699d08ee3ba9c1-PackageKit.SUSE_SLE-15-SP5_Updatedrpmxz5aarch64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=67508043f1e9c12c642fc70f5962dcefc8eebb2c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a0d1f48580e3dbb3b4b32ab7e2dd20d44cba4844, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=94e6f62525d30de1cfd628fcd3141c1395e3f7cc, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3a0046c9479a841e0a7460767ad96abd2a0083ff, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=261d9797aa09ad45d50c5b14e731a77c51f52eec, 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-150500.6.2.2.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory),  RR RR RR RRRR RR RRRRRR R RR RR R RRRRRRRR R RR RR RRR RRRRPRR RR RR RRRWj =%0Sa2systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8a5ea196eed27c0a6b34425defe068bb55a28d4241db01e198d2dd14074e6551b?7zXZ !t/L]"k%&˦n99Q Z~g hϖVo:'b:j6OBd@ s; E0xL9AQ pg8ð< ]˄=ŏ~~'BQ4j%\p߶*^O3n!l9bxy`yB 4 7:$!JiFM':?H`J],!~xxiy?򦶎B"Bnϥ½V@tCBیo0+5j:C/wO5:È~\X@@E*(RI5X`W\D,G7Fu; F{5v';~go>ThT50po1Z_h@@u >Oa5 9Aߠ@ܫpTͰ<]UJ/Qnê 5uQ1kfЇ4"q#7jlpM}Hr7Z0(XCdpjsJɓ ; |~r#)5b[;$ޑ򦙃0Ƚgwxcm>"5s,C>`h/t2y}Z<*~óT jjvM,K:?`SuӽETZ/%\Vƭ=,Vs:k4|\؇D?v|^>:Y = h|j{ TiU+kHgT1L z˨SyFw*o0A j6ѐ-Ub 7;jS\Ñfh87y  ZI _6^?cj8UxxKn6:<;}h-qb 7,rnC,?T@nt^!TUUSH][Cy\ ka%Û׮g6EFl9-]\WJ@NCcx;Ȍ@? N V|EXIvpCϐ2;z#7?8x)WrPx>Tucp0Xp<1@EX~<&cݯ` 7iE|= ,vVǺ`7^Gc0WvX#J=A8o +«E1QdE- }b#s*szoop}3?ё/T&4 FuC˾Sټ9=c:ݳ$v΂lݔs8%KVÏ '` ,Ϳ{wiL*LamXJ୊ƿe\D|Dj')zBrYy8vKm/[H/XMo$kU):g$FAR P >"{1"Ik5`Ӵc,!Nm(oѐS#jN,3x+k<C'Ys`r:YG2$2FJxC7~|yHd`^ՌEtfqZ{MĽS!8YmmB0z qD]9|CAMNF( UB޻:'F|6{gec+ .vv! ޛX_|=&*tRbtpEy\g1 tROOζ]eI'pFYHF!;%ZynQD)c( v]L鈒)_'2*+68jH^@N;A%ۍp̿H䥼[#'ͬӝ&7NjVK)O?faECC=}U|ts 4 z'hB;qu} 0E,HPFf w{?}=_V32s:A3&tۈUbuIQ!^Ek,,#=ZAkT &Fl uŁ [:hvLeb߁le$ӱuQ1ߝ 6y2rG'J8|09ki 8U2\KEZq˧K]ƪɉߕ#`{k =:~>~Ww)_3:73#Q,D&_4Ax'ZLzk-I&FDYHqF*U[N1K_k1؛_ktiA!ᦧ+ZyU%URjtV@$kedm]K \L^CmvhlC5/g?粄0܎OLk-*cU T!AO ^MSd DDTψFjrmtO$V2s~Uj(F*MG1B$3SS0wK+)Z%ْA7kpL~u4Ae+4_/czvDJw/[ vMjz€f.Z!^iw|1K/(a1f 7"臟:>%CLCBEu^pg7D¿anɟ=+^qpeFǍ5KU"r8t ΙO30¿n7I'VtJkM9=6U(\2q0ň 0p8!n#Kiw1Eϛ9EcL X!ե>&:/γgdb%p9 >[q.=ש>ɒx0pi n)\+-lRxax|[Z6!wuB\>{9cæ0a EhxY 'xҵ5XgY4)A]zMt[C{rf^-,ju,Ը8F4K C?ռy1Lzx՟l@̳ORƜ&߱uxwnZx)Aeb̸KM0wEAnsªUXVLkj,T"z"=1UB u\O1D^1hӂ\dH*YmCA #+Ԃ8"߻4ؐ:GVw /|]ؾ}3#q+ޮ~d;,>G V__/cޢ&xw^HnŶ",sHf=刢D1#]>JO1/c2&`XOsܨs>y |O*z<" Aoi% m=ȦP>!?Br {lCNȻ,NlVPVz2ŹRW=,_b]K" Ep3'ĕv7gCl891{n`I<|zMgÙJ{V_Lxj?R+nh#ЛH“& t0ٯ+ku<$E LospSPɀX4G?Qޑ7mapyf m1YD@W%ۄ_cPH XzDVQy%V7NVW#Ml[ `C-; F1%M-(ϮӼz<`Bh]&`\C `_XVt,VݺT5 d;"_7V0 2aeoZRU>J7֑Q0st,TW?Ά-gX6iu-cE w#gZ!XQ(Lx?[}n(% 8C.D#t6cc3X~홅yӘ 8>ϲ >$# lI!s\X1ކQxrŃ{R\Az<ց]?x.,{ BAp:=lMtC:-g2(}Crc-xMZg#wo '.<5cO}5diXy??Dc*X[/tOud>9i|wz,'wFvBU7EQ]:*'J(f苤uc\~L@jBC<‰tVsB͸>X0 =J@)$y]`!~f x_n;xk{蜦Ĉo$~tR+3ikRS\v =C"%2O;M]7#ً\#:52"𲂓DᾍJ[7H̲ݰ4Tޛ1L!hM:< iQT<[ϺCbh NtKTptߜ"D5 ̅V\vk8'Y9YT`~zfyQ grhum'q@AjxnAs5A 1Œ?הE.te2,$$|H9ҏ<-'#ogנT&ED8fZ@щmiGhdRPE#sXxZ+!b'Ldfi[T',2ymyA{(H!w;Ʀ"5Qp4-DGnA=f+UH5O퓐˗:<ըш(R" 18͘6Ds9ѷIHטdA&OK'"W"|>8Fm>MYhDx,1*%E&fП؝ŽlȻiZ\-E>o7ioV7ICu$#`P׷dW*fnnk1dfJ^Ɇզ2_uUJ>1_IAz<={-mlŽRWȎRs6U|or}'  ~\2K܊Q;L>j>vi>3lV% w8M?+8|Hw?N`K#}u|ۡ^J'NN?V~C^_ 82S^5u?iخ~Ԡ ް;hY ]<"dJ|(v6MGpk6܄\Só88: uXX^nq+L#j.7TOJqhlIp.4{`XE'tb(fbG}#!i׃cj$mWaT tQ&(bݥ޶^&xp \GPΨ/9dCf=o/n f٦kun|$-:̀.C剛HPHcE]Ջ$1 .:M_ quRjt"ƻMo(ziH0 NI Ao&3w> D=,!|Vs0JQX"L%p$ Zg;}e^8p6Mƣ;^ fw{ϬԤ\.Hl& KjL(ˈϪ p8{kVl(`b"ts_XT|Rh#Xp>nvݪ4ySg>=}ɞ*:>c*^W`{_Sd rnD5"?WqB}US6ơC5X8eI]@MVR%4gL|%l%$qbsݸ-z8&˻_C ³ID"9$FD}oka=]J"q ZTk0KRQL#; !W,FbG`8dF(Z/,dIR}P\mVgbnZ_l<0}'IeFݤcƓ9 3_Żjvt|XB򈠐$S&"o93x@S9r:vY⿌|ҧNV?yL!_tڌnFn~Z9J㠎u[;AVHQ3ԃx [ Q%x1e 9g{]a = &6s@C4F-S6uq4k4^|kwR[˜\aрW4*/w.0POP>Uf3Aj{;U"nX(kd|Fӯ.vvfaHO0g/ܓ{'ϖP<<*B.mW8P=,RB!RET(JQ D:[lF=la//Kn*WBL /UYFsב\`&~O:NrB*Hg܃p[Ns5n?w؟Ydv*PŻDR!3?1ϕ?/f2DHf q^- x}AE131[”T0<7YpbzQh'|c4ѵ4L)znj*^ާ&m,^~sUX>üJpJda7CD}D>{,h׼&66Nzo_ `['[iώojm$ 2P#OWsC¥S%Th5H@ @ZUQ(;iUAv˜^S(s¤XBV_k\ Fb6Zn I8T˫A(IXUV) (w\#8_Re@લ`\DwpPy|;!REQ5ًOR Ч+O[w, %C%K*!xlL@<9khFb %KIDzQ!Ah?~=r4loC1KӬ5}dhe ϑ2}YadlT e!%I-'"]Ai&U p ,/RhVv .졝bʲ,:gƆZXZj X3WjAr4Q0 ^78FFJKCs/IKXjr$Ãt>n2qbs@vРK:do4f:Ni?՗kB-&Rfu)Ou(Pb"3J 9lF;+o13UU` A3@4,kGWd$Ic5+dAa:4=FIN1{U 9U4ZŷqhqG FI š:w u}PQOJӷH0?5L"EIimDB`Mƛ =/ߡ=$4qz-ڦknƞ F]lZN*<(\%]Pi 7cu2*Fxwޠ E?I0ѧ,}51f9 ʩf,gZLi] 絳kw4fHm]L)&؏t_ܠƧ5ϲu2Q֬tb6-YH؟Ԃ47 ~5Kc//o:UweMߡR\D)cF>$hJ^3=id1 9.$2h&c:%LM呞ŪcgίO I/&ƍEې5͟@4A})$(C{ms :a=>%50#IJM"Į{u.Kx+yg 2ޭ9ifzL O%_H?g[sR7g5-͛!| a{JX)EnN.ykOb>u+6<ŦrV?moIcfC )?T _) "1gZF3A&HM߰x+7_,bB¤.gL8]9u1h *?Y++_/[#*uUA96֡F !yt=D ]"yj? ⠖b.)(9}ޥZ՞f9}̂Ԫ$p@wa/5x(nl1ɾAмRp,6&F8Y`昤( NTCGym_`NX_]Jʍ``κ{qvXva;v@v ̰$"Czl$3S> U-"qH( ]LYi(^ƻV/+*t7iٍ)t_ȝ?m IW}BE3MB\" Fw@|*/ph[;-ӫ@sՅ;DFR:&"aF0Sxsej8klu~T0v{+$6QOG5v'=sz`ѭ˒ǒ .wARjIH~DZXGI$B,bf)l2ī~_9Y&>_݇BN/S oٱȠ}p5J'-9[HnhH8Jqex0ʧlWl[8E\$fYn`n 0ˆ4y31)'|`I^UYݳ:)F׬\E'Ǧ\OY9֛? _BetsS8vv9-6)J>agܑ қ+fymIRXu2E^_M6,C9bOsJ~EV| \4y֪i9P7:KWzq?um52$_3IzI<+ ̬1 /҇v퍙}L79m* y %l9WiNRgrhRoq+B4@S `/ifd4s'>8'p犂L_oTB fU8Wa`}cm; u>(TxZXػ k }ġGQ}?ִt97a0HR~Rm6(!^ t" mCr{/"gAeP'x>^b.o'9)t0UUg{.)h0C Cl*H&3L2&-ȑʖj;Nٵx5w2/&"ĎQ*{{cހ7Hi(-Hwg~4p^I+^-QJ>ʘ'RuxBXTRQYC{2) G G$(qwFO}R9guxGE_ZsX&^^ݥGoMcՔ(ͅA+s)Xڇ$]o᝺HTBAͷ/x- a,&< oI񽿜m\*TTU"d;ѻUrV] {T Ed1)>V)Y+;.5pŕ}0_@Ej7KIeWdA1xO~#cZ'9SorSxUC%u"1"#z `B9Uϵ!Ep'UEmSD- Z(h*z>J}-T DCqbc>$ Rw@]ݼN S3s3D X؟R:l~Oi\k} 5*su=9K0#Kق̧*J,nOp?s({vpg,K챙YMSM%W aFklhDlWӈ49]√`cGs ީqrj K+AR4`YOu"2wM 1pw܊RNPOAC wf/ \¾+$|fn,Xa&w6:Jq\D$p&r>Erh(eO$v=3q5A2~Fhn6.M=֡Q.4Z&j4Hg-|aԧ{suog{fd@!T:$..ůX8*GQÒ*|ӣ@F H{\%9q>(".d)LE8KՍeIEOx:#?&FYunn߱Y +Us<& 7K.n]iM?/bnA1GI *1/ȢF6q0wp1<klQ>{7g ꧪdDȂϋR}>?ڛLĈ,F4DwI>k:l pLU řƇ%8hmMEzVfO"e;Cޫ#+3R.vG?ۈoq*W,ݫn'lM=vlg} ܝ /#{ViQJhAljUEc4ڷo:ZiF7/#n| sW'i87>^W3a$+Fw_"x|eLaZ ,u}rո^mgيd阻icSIP-L|vMK"P-{+>Ou ikCML&ao&)%ɵv  T6jtZ8k(T x ^ 7H^ =x߆MݶK,[=Fwz'QeS÷p9\?YkgBp9z $Zd40ˇ(l+݉EbEp`: yz@XB`]'0#dbY|SUG֋(3EYB&03E{"(LXүJX 8& u*֚$w*FKB^~ <`JH27JxR$3TB? Z =շ1"OdcdqH6q< C.qŰK䪶n4f䄰pb:!y}XrWskQYqvf's>}( IȽd]Gpi+8O]>~GÅj/qӼ+r-".wV5XHlÑO`7T}?2;=N`8HpJHWP_+¼`b]_}5_l-laE0$QF\]Um6+(`Lwkb &xj*꒚Eq"Ы^˽W xZ5Kocgʠ  Umf96w۽ex*HN XӑP-e c[~ZT$ Ɓo 2iuyavgnJ{zӉ]"<3eZJe*!b@7bϾ>yBђ ?#0Wq{#Qy>e9 [96n So)vY`}0-ad*:'Zˑ){+vsC2[gGYС,?c@=K+Yh$ 83njPhdor?Nҋx;\4pdy7?1:ѡ{?受Nlp k׆Isvd7wʨ:Дpwjڰ5[ )ySzZXÒ{ndvu5ž[*0aU{eW`f%iZ /|AM 2Z'*1 I! 5y0G/|=E\=YWAy }ׯ˺6t̕Y" MD|kh sJͯÆnDz R*OFv{osj&tfMd>wtB3%{ wVž=ui[o* (C?R\M="|JR|= ^+204 V@;9ǬHAtWiFcuy |)Dr磡2b499spHg!鰴ؾ VDFG$qi̊{ZR;×qٱ eL$[ƣ!`'ȉIK.zC^Y7ᚊIn8gQ(eq.}I5Kboly~0REI¡<&υG5<Th[N:RU+%q 4VPEӍ*1DAveI2_s*C8ˍoy4oKj|:J6^a&&";!Ck-QpnHW 3WO|Y ;gbjGޝ~i`b ;OH `N `+&,Rյy1~e 7!s2l=9{P֟"Vkt RW\?1dQ1mܺr nJ*(zmb)[Q5=#~EX^p=X~^SyF(]B7-Duʅ nuI ZeОՅ?l S಴cVK ݠbr\3 RtW732a`5}1Jwr}43UI+#%F/d _#(P/,YO47P.w}ݠ$Q]@4*JV(N*5?Ql ΝQy9'*Vh2r)W8.#*F"|$F UE}5BFYc#ڰejEJƥ/Y\;+'gM? uFoxB(\̖=h.foPgu [Jç^3b')'jy r!!5T{N*bG_h<530SbARL\*ڤj2>Yn`C˟S{$rC3K܏RN&i:Qb``ʤ-ҟ8sfN? {v߽.f::|)bN12 Ku5C { UF8u^WFkZ_[XIXepFL+T|N6tpI`k#_M[c0݊+tKgh!FCGtVTur2|xmFn^ʞy΂:c Oے}NƑg?m*\ 0*"r{BsGCw+s{[PFhzDŽܱk@& س,V_܈҉_ h!dY*z6C)^%P2DVv,w n+L6;xW`Cv.$,>JBn]b804DqnM gI3E)7e1{2aVY[NFÄ 6ghTmoP/WNDyў8dgM"]! .;hzůnۺ5Hwta:Uxpg=.>]22@G$;f{ɼĘgIBl-/C垮Ä eCI˯sc7Ľ_8.rpoV ЇqFzs MaiK-%cnkgKF˛%o l7/w:yXa0fQ^],E>o'7Zʵu{$=HniCA Vn<0_jpbhPrw$ן4m<i#@ⅇ"NKcQ/˼jqbt.I/:[v"[܉i5xZ#A7פ9mE7{P$yҁԎ[Riq oS̄_?&tO;:;]]Y}!Lu:yIQNF{%ozp#" YA"wXgb9c %QvYI_Wp E.? ĤA|wy,> 8}賓0K畠 9 1'酮#G3 xrr_DU2e"G*-~Ln$ťdDd>C_XC%t=bӫ0Zm{mM@PRE[?ZtϾv/#>b^0O1$>yw5!b>ZQa B|L8aUն_U(oE'_IKCgR.šluܛdL @|g|EsO{]UۮO X!^]5`*3jhe9K0s24_Ĩ s^a{WMj#]AT$s#ozvڋJC`.e,#q ~ bR9b,,ψݣj57{H&8̀8ʛ7 C ě2.IL|&< ։`*8!e>}/`,:,xq ̾Y|rŘk#v3ϸj|яl$S [Mv(̵x95:3^-XB{݁{&tDh3.~CPUZykMWt{Ӥd*v?":GwԶy*F[cbFtbWlUvDNK bf>XYy`U+aAS3H,4,C)M_jHlgq2hk͇_CE =^!3Ŧ{`{kv*ؖ]7\!G= vz@ZA@.a)%5˳0 #nG[_]i:í)kys -x^G9mF) 1 :?7.^U[̺<$Dz0sÊL'ubB~u*גBSxƖUWkNei`)IYICm`Cx h bؿj< ,Q8.iA5`8HQ8w~;2c-s\H4 `Uf 0Ŕ$@t=>"E~W#M0{#>~^{1p-zD,0-{RI)yLjV Md%>0r !prW:i6T=N\F;'H 5$㭾OΉ1zǪH81AtԞ!:Ni??HNuܬ16T:K>^:ꮌ+x~z"l o=Ec?2oęs_T VߨЧODw |T f>A|ʮzc&niVl/VszaCX0gYtAc]ԂfEMٞcxfrJwRDL{U2pDyVռTm)6V> S}$6~Tv0tC:fQrRh| AJN=:))KOJ1Y p%.Uk[jYHF}h2ӧzAMڸjVwWioKo yDMavCI0M, `@ưH4<(tc0RD57S4$hؖ%hK7t[HU$1,x ڃwĵj%gЃ$FG 1R(Nۃ6/j5a:`VA0eYFհ;yke4Gr!k,jt]3rߛ562*/¨ x%5xtJvcɃB8pF^.׎9IؔZ"!|V /׶73=z{cj'ӹp;G[^caȸ&',@UN SV.ZfYkXl͝;ry^F4~:p,_a/JhʵήcdO짖zrh ?_iK=~ f oItWqΥz#Y1G?^lAf%}4Q2~aeYXc;T#ǏRfwr8@D^Tu. :_[d͙>}8 vЈɍ1⇬YqWQy~g|:R HKZO+`ewPTy v$tә1agVv>0&Vh/TB\a0/c~uc`mˇ$vRﻭK2`g^qg״WH$+Z"+c#] xE$TA>sjY^~ >cUNT'6Ӫ9Xb'.y3ب)cL~3'{IJъq!lLsPL q9{ygܷޭE 3Kl$ӫU*`Û)L&l+g|iN>D;S \Gp4"0K^np?h5(-U[j~K Le8;e%P;qw~౞ы.k`p[de7LP-/3;"FIKT5W@ 3l@_lCXSLq=[O:˸[|wv70eJ^?hƗКا4F)}jFTid}(z9+-7Bݑ (Ӏ G[mAKX-)ҧx ͩ`IDnaNA'_fڀ\w:r|7bƮ0; ȶH=.,vI k@L/ݗ,y..VxcyHZ&jVE #U9ƞSOW$2[0TH:~̈́Z8jQSO桎nRܔȆ?y:>46m5BsƱ4y2TCoh@ya#@x,5~A 2ktnk:E3yColi-ilO61E~뒥gs.#;RGj?lg%"+b9z9㽰g%YlP/%*]ɊF=#)UjMU<}CpW.G`^X⒑7BܐTkQūSZ]rԕ}Z De4(䨙JMl'r#n&`DUk)\̗qAzVU?t =:XdV5$4țPRZ-,5{ϷMz~`F+eOYCNE,,x^r*bUF񝉿o-hO~.lՙti? ;BpS&bg>Kj:{^2n?-S|s%GxX?7gC/_= +G%9XDŖXܟmcm-.ESξf*C𐪜/pӜ*F= uKB 2IoJs?mKu Jy0'䎶ƵވUu#u#%9lmY>&ɱ{›G B2D>y)'^A6h/NQ]S-o(omwd/1тuJwd]*v4I{Hnoh%M}k_\г{J_w6GH&oː0ҚdYkC> t3-[CƆ9edTm7f꤉ L8.rda# ;F.5z P?i^ wW%UķRR/72a~~foA@3aMӷ E]l-cS)r[D٤TI-ϚrTnXrl!:QƻS c!S i@I h[$9.&o$ /jʣ614 ZNMvUe}Rm tg>R}o 5 bG.V{[eXWCjM̉jeE"2rR#K{N nkafBf*Kq`lWwhCՠ3a8Ӳ[9xy P~Ѐcnh8!^Q_qif++}YO8s! `وXz##3^] F@zHTݸuʼnmA5Y2QdP#Ksߴ )u s{=o.@~RT:IHEOzptrXH%tn_JǯtUvqE6|ї FaK&\;Uyl+z*5ɷ) Y~'GE$%PB}lY\ISRCY.z\~(n9QuV ʳ&-a]pv޵1TݪIm@чQ r { b66 5N.R:q<3)5٨`RٸT ct<Ÿ c)22+ XsQ$G9"`:  >p#;tQWFƐ:UyJ/XA>pP6#r嚋-Li`i-XG4GrSK*w5S*T#o,F4#>8v?RnLU0Q/l~7u@bM*x*mTӇ,|?\e o"eGgAo^- b#~S=dS>^+4Zȵ] edD7 gUZU58E9ʔ>Gcz/u˥/ Zy{|&o'A "ڬ 5ω_;A]t/N>;Rز yNC* y'E?Z%ϴvlDA*]W#vzJ&D!R^uPł⑛ԍ wI=nT?!M},jIH'Jmr $H^(erz`ZXr3 -DAE<(x@& 7u8M@Jlp bADYԻ٨;IJYeq{f\TmGЕ|X\׊5r_o.*6h1"mB&Q% -/u J`$<;O6%IٖĽ̌hun/d0o,A-4t.JΚiW0\g:^&ojT{$'-[p1LlJЦg~yBC)zmϬɨaq1[_[h `E]=H/ؕ*ŜKgք`?*Px4Ocu7OPlZqA0I1=-#|?_p4= ňG Y/ !D^p7qQMӥ"QqᝧRtu= aAG>~gw2!OBmI_En{7R҃3k[ٓޥ~-9, < Y`ˎز*k;gG}~QW垭YLr"w\WP8c6T*-Kܷɷtv‰1ޡh2m+$v~~ eFs@z9g>絭T-\Y󪅇$ t엩S,^^dQg FEhƬs:`}.y+):Ch;[ UOUc'֜gfAut2Jb5.$h~ʹsKwWV;q޴֊(!E\ 2\i)o MQӤ[02dt 3Jq![b @w7=l!ʦ>s᥸j|LŔZNrR߮aXO|\*P1P:w&_X>p P Gp FkttC2sR0P HPF}hʕ@[ YSy4obEq6 ٍz>vtzqsCB}[ rN)tk}nVz` d߉i "Br8ÌrQXf7wS,Pֻv91]XVHuQ|­J(L3$ZENՙ r]@qNoVDE3RgE*,m<#S}Q%(nadkjg%^/ϥ+]UteƝ ?xܨzг>z{#fJ?[|&$Ww(8Z{oH*ဈhBϼ㋂{HT>ͳ/4GUOJqVx=т ӉeTo*ƟQb`Cq=k6i|mWiI1E$}P`M|B8ǟwѡDE킁 JV6hgFKLz#i}fqF*ABP Fu@g$(-5ЀXhe3ep6A M,c;TMPKpYJSTY⩸=e9jך3ȥxˏ6(r\M0j2T9<_7HECV9䥤ȯA0k3vr7^5*`6L,^G/lcWp\k@_;d_n;vhF^x|}Y>E||g 'Eq~H"4V|*RbȲUs=f>@kS) }_O`LD] wr#ʋg ^ 79_ʚ$ᛘp[yUXAPOSM|S&d4*&j*:EGf(7ZٷR&& p$pl|F[27##𑥩c8V\ 2i9*-1W Sn.oZ&YM _ب".6joFQ{XhĀ)]o]@*z䌉V%EW< Rέj.W)rBǓ JAƸ}_]Qvzn h mS\i%C-BWء x&DYI$''%Ya;mۉ ٟ"Y⎢$@l U]/]`9lHV č]-%SIuH/V'(~a-4uw>:is+O-ۢG. TުqqXjۂd^5!Tq(ꫣǑVa8_7),=#Nu-pUqymVK<:4 PΟ<;UHG&[FaaJUr 7OԨN:2Qt[|E[yBԱ൑@d1G bS8ئpYpĤOL weJ89DHĆt%LV~mɌ&屪n?o> ׵N:oM@GÚt LsiX{V4,TgE&lH\#%WQ%WaNǻx ` AA~$"? =sFWGvgR`g:f[P ԲU-6k8噰-=>oy" iy_3hEu6; VD ǴSt 8 LBKaקT %LڜXJ@- ?Ђ|SMO;? <>2yJ`tFː&$u3`G-å0 v;C_X\:(qw*Sr.pW۸iJϢ-4qG$Ƈ,t $e "mw .7X;6}aGǠCH2dsQ˄M l /zA6W765A԰ϧD#oSչ-55P}EEȼ Qw{!g*\ >>ByBϳ芹N!7t \r^$'ʎ lϋB@zJf6( w V L@|tc[ѣqa6"O?c(v=r`xI sfm:#c`׹;ApAVuv$)ѨcF,i}p71>4npCdeERK̺;OKsgkۀq@DZ!jJ5U{s$1ArRxH&h|:8o{(C۪e8dkUb3V I+o8 dȻ }L{h8f RVGɫR_-}Kցkp6ΜQH-j7< fӋJt3} 1giFA .ǖ-uɘ˃M_aƌXv: <{ͬ;D s]sh/a}p}U Q.B+<#͒#1hA0*O[.y'B,_1(v07d1 L:ć:@&cT3= S‡r{eeB%-{/AXu6SdG 0@=W.cJCiVjpb {Ą8ԏ, V,>ӥp"4L>7!/+"؂Nq2FHSעKINC¹>3-z`ܠ"V\IRTZ`T/בoJ-aP҇Cv*SOʭ37AxM05w3a>oi~$Zu*'&֍K T2v^DŽS +"Pé9" ]ץ IAwę j9]T)ע+Qˆ! W-.l9d.^MWbݠkcFHȐOPćDra$,ZdI-ﳰsMXel{DeڦkU0F2FQs&1o/! 0 *9@4@hXw&u*{5˄)|O|p GI,Wz[h M[W͆A.I[O6_n״_!.Vfzn݇K>\=VfCx`rA Ѐk@hQ.@v([|'*A" Dve8YGXS7LCS]jxXG!# kepS)@ҌstXzHE/'zz^]l Mgn8>x "CXm䥘d$ń1ZK5z4#^ K#0V/~bh07cx`$ 85Vjݒy(W&M,e#onb YCI>rH^_sr)yp~09GWZ*~Jj7T{MİQܚtZæb7tp\pS…GEGf׺$j;4KкR;OEDn9R-0>/m{B{CwLH#?ܼ-ͭũ`) z tմN(o2:r׮b?g '{s $ ;-'-$*Ri m$#gF,o)8LB[!O8 ctX~jxO7/{sQ \w ax~d`I6Yi<:0) ΜNnY$>?&&U A:Fݍ&&pM>2.9=Z%=4,ii6,tHcn8aO=b5F9D"=8Vf܇A˾FԡuXKBf*1M_Sk/ 14"Bd/a8He x( Rs ?E#4y@QҼnr-U3_nGr7=g3a-1ZF^B{?z1|(`;-_߄b1SA"{\b|\I ULg2us_{V{KʟUU zbG ((j4%cK4mrYƾrB@Ys^*quĚ\X)"}5+[Thn- oD%W컎D{N S/CFvK ER䏥o%Ah@Aa΋/($rZӖB xIR=yʱ73@hvR<ڥ۟-ç4knKz/w<x8lFї7Zr}x[n qp;)koKKTyJRaę8R)Ww|4Dq,(^liIoeNGx_&$1l| |5}+$CuwԂs\-^ƗW#(9*|1R7PEqb 80xG3_kES*GQ͒\ы-@c3'f`e%CF%bHJ>qĜBjY}HcOsI#M!)ݷiec|e|ѫݲGm% : oܔH dNYXvPB׳w&n%ڿeh; '{uX0UQ?kvJ|0lQvP0xX{uڞTDt1VW [MgaM7P?Fl/*|G)Zj5Y&mA,x r`,_[t2R.UCMB:lEiGfƟບd|SB]yJZjCv|!|!|?_ ]5 UKX2M0*5\.^dq1!ztQ] u6{)@i޹7IRHzGNsp3A=sr`b5RсI ՒF}`ͯR8}r m> l Hp!)]sG.f),mH]cER->/3%Y*U㿤Vmq,l&p^݊~ڇo20=+ɳA{腬j&H{DXsOI`O$UpaYޛAoumv Ohp2i3LX&i#딈/,_( ciOsDn)؏9@LrSwQ4"fG! /p@mvǹ\d˚|%9M}bksK'+ 28!>8VcFagi7Âѻ3o ?\z//|>Z ]#W%M} '$ñ°8vB[{@^ }ߥ=?eaL y}VZ•g'D7Opڃ1~5hzM %@ Ch@U"Y*V4S%n^yUxёec&vq%tA/ؽj;`wIӯͿcYSMǏjXYa J+}'vsԶ⠮aʚs^Jlbkdp 7 {4FQ_811_/FQ9&lLI9Zj|l2P+E-49ɶ0gRPUT[`$(=I1YI9R^CM"L覉l1xSꢼ%,١^4"(?ߴJz``>96 l{HQ.[b_if_0uB a-k_CUQc8v\־)#UhXSZa䏕2X/k[9~{v /$9Z"cC(ʣe2G!o-8#E*(zUhLIޒK]8o$*2i4Zr0x-FL,+ TrUPQ_:Y}>=n zuJ~1%(^KwҩcRsqBHRT(M~}lcb hzwށv%XտiƮі(ÏSɸCWdy3>3kO/}~G2Vq's ,VTxG"+o2t\,n|z8A# kwGT7;Of0]fsiecn;\\H~v 1)ΘƏJ ޲HM1quv,VOer8 >C=9HIaîb#1NsGHh {}/b[Z{hCe1/.81@&wn")=d=~a)=\`ˑL_1mi fLE3EUK[Xϣpl:l~z@Ӎg1QɁHO( C/lēZ$Kfuu#f]>P9Qڠ>!CB׫aWZD@E± `7U#pJNŚ$N9haycX'zvZ,d&;~sdkCSwe(Mh|J ?o1GBd"f1[/a?}̌]ugย 0+4@+?83Z ۮ{Yq#-{";5w/| CO{HWlY)z)'K5|gXbӇ!:{ƚ&qrl4: _SA }f|~n4¤,<8h{NZڈA%>^H S / N/LcP{3ܾ(Iֱ[}'cvl+AyoD*$?kB`ucԏ|YMv}jYa<"Sҁ͐弌e#F{I#K)5v3sR1p I"9Q͞]ъ-<@ڑ 0E9JrXllQ㥆 ,bTN>MYDZ&&M4~[&;"jMoS"/! n#CĨ5h]T˞&c1 7Ö bkPe A4O2 >>2/Fd;64/݈)\W|Y=,@,2ޯ|}UZ1oYH_(d쳥VFpH(_( sWf1[Rӝ/C) __f>6.laq ̶APa+pLf[~|HVGZcn ZyB|6}iGV(|{5@ W]C)h9:+M_ C}b{A~!C?gw\ihK;k==f.x(_q]}7 "y'*TBp*H]vfAzP5sq7JѵrOygh潚wKS+fPQHYEZTUV` 0w-+Mɯ @o#sč*zYx@Wrb,0'ưfBʖJ4MУX7(a6EY>Q!1կkgk|Tw YX=(b,h J{?moĥ57ds}UB`Rα̡B $cyuzm'+֠?PV%O?ԋcLoRG[jd:yH`vG!UgO,";AIn"ٷa;{&-FrBS#7Է s&L&(zp}=|Ү7 :R!vt寒/Xg sHUGҥrj&mD}*śϦUҧ*Bj[Ye]# kpPןq[f8ύ!eUd*iݭwvS;!eV[{kunֵI2EiwwX kU| Ҋ19nzm1Nl95"9[>t9E(]B@¹drdz) @I!bnbw9V7rBn7o-!;:]̥&GD#Jj:X%R|T ٴٞ)_؏ރܑtS#4[Y*:e:Kxjr?v[v+m$'Q6)0/4fKտ 4i>ؘlW,rZ8!Ure4 =C9oN[a=d=r@բx4X/mY(o \!o WzS- Z-3pl+ *ОkNj1-Dfh*^K߯G'Fyڴ$!w]}#x"~s)=|<Q_\SEjZ[*@,^beP+D\ XvHB7n|4jb3"Big%CUNf+)rt=5}z'aR3| )E<;X.½ػ%UrW8+@xv?]2 [YHyi6 {E4e̷;suڸX7ܑNP`4ɠ>fWw(B-ncHźNXC[LPk]L\@e3'@AZQM3)`sEFe 9o(3;!p0޽0RDbg `ÈDH̎][]۪1Ibt-j$ZЌ^74LsmuhY +k7*vxrGJGMI5C]1+-n+&KVod+2Z}vSRܗY6̮`%g6r&y]b/9/ f,8^iޯdR-A?zb" [IzBn7U4+)cO6[nmmPqQ\ M8~epxoU9f 2Y C'w v9j5G`"$-jk%$V'=  h=WWPe$[^i'/qwބdƤ1B^> *G>⹮yM>&IWמ%vB + SQ]~Iq; j5YEݐơ5 Ulvv|7ڀtf>rAy;ĸ"AwKv=eQ>z-zNrlXOd)4 }:8 O&֧W2R+tuCzt @p{r7Ҫđ{(ICc&ߙA"bKOԳ,#3 C[|0U!i$; /803"!xwC Q#ks/N+OFn3?Uc/Ls;˴*V49|@dpܽl@2 _X[@sB%zh)DI%.{|Dɽ>a1H`(@P AZ `ʆ*J`0E 9Tб5fMhQ`X^?yvŬ//Zz`Fb=yYWPh^hXxEb)G{>Wh:j=ҡTs]fGvaٸkӃJD`ߜmY+eԤBb6EMT콨.K$R %n\N^" DZxh);Rb$$I`P.hڐcʒ&6=R~ʚxr8@z^<,(1Vҡxp ء_r : 9غ3ڲUX#VP*fW=+1A.y\9| V zɉF1H 8LɈCwAHKDr Ya>"!§ω _^}=v?&$"aǪH6!q/P <.*j: ȺX1-"0͟-48Updnԕy:uLW(F 7 }LJ>8]oW 0H xo_]˻[лJ6t^Y2wk  h4aCs"ͣ_iP1k]結1 dꝦ\Xr79 L6y&LEe\}ck esЂέ8R+ܳ`kf <` &*^lD_$ ԑK"5v_{sԑh,9PO?_gǷKgH,x"JyzuydENT/&BjT o$_zl=9ë3D&:c&(x [̥L_Q\ IҡJhW J/R,:4VICO{e.}dg8B u@ /^c\VzzcTqQVRAL?훖]ZSҹۄ'g29E.w˨*gOʝ뼀C@2[@dNGaծ"W]- niUD$tqcs:³pJoha?pb#V=+qEudBIOO7R֟Q5\[^~B!N8ѡ]/gBcM2q43"o!E:]z~rICVE| R]An&BfLNGCZZ;^fY3:eB8B;eݺP ԚUj Νa?aU\5@3˧:5w5R;uIXbwZURZ &,37٣_DzNILP Sjܛ[x^stS,uwAbb9*іH:L>N0L_Oip\ ﹊Ī&N~"<P:&\OcGXǒZhzU^)`4ڄZ-?Vz*wh`7u/nUZ 1Ūkr +}չFJ@r)\|;5-HR=GcU5FsN8]5x<}$ݪ{dăˇ'];q+'ΩMOHmξu_܊>656 v}{+LZYX.}H]Ps?z8"ТBf?yؤc^$vOdgp5t dHQ]v$0, DǫCo*pKL*LG7tޅ5˜IX6) qF'F3S`p A) VzB O%oZvP.bIX4MIPAȈ-e Ed 0υb)bj&-(܃?8IK.{3jKKuXs2^M6L 4ohydOP% KN*" ".;Rw`Yڤ_T67W@J^Т(*IPJJ:&O5hVxP$ Psq.o]쬹e7ZRYuhBfy*^ Q*+[A>CMխ7o5]dQ3y(I{b# ` y@K" 3]rT&]'kA@ieKr<;u.s|6ޱ+tdNұ3@UF*il =six7OgMߴd,:O]0# Y0QX ZkV4gZSPoĿ<#ܠ.6h4'gl*X ^PT@>k# O(P_IZfK*RsK4VsJQ~Kj.F;,i;bJ`')Q2j- Vpkr}s{<~F4$F=x"& |2-?oi;:D6;aW% 3?îǕd  Rw6>Z@{CR\vKXM֬}>[8Ave M՟je>KMgG^5^aʌכ1.](|N 827Iv9T添̉szBg,BKg:iTƨD WvDw^[ c5zH4):ۜ_T#]I۹+D1!bvY{^uT&2?U9to`qj+0AAL$jy {73#r;%48] EȾaȴotuA$v"onS[)ҽ_ Ǝ/DN5@UC |5-+T5eyulzUT,$ ( 73'Tؠlw+,E(F3Dh\&hxB_n ~Y]mT ssSRz?6BP [ /1<9!y|W Qd|j=ʻ.{8}a=9~Vīlnws«΅h~I 堚rVha&չSBU2]/o馆G3f"M@l F--n@O<70;up{y?8>F1h}0Z 94祝ˮppP54aWX'6zB_u?9Ԉb `ۅ"$uX?g:ܬW6TMשB-,C"` ̈&f]b>P}[.L0n!t m/t*C~(TC}ZƘxj "dɆ#Y=^xcf@%wҾ,EWQINJ{g+ _s?S(*tYjJ}tFlHXUk<@{9Vc1Ŵ߲O/Ҭz 9 O=` 5t]lĪr_Q-6T_J(I=*atAKen_ `hBBb"x3(  ݲlQB[&SlI\;dgޜkǵDkDK?S"тLK ᓔ6J|@%">W*΢̞{lѧQ"pr]° b$DwȿZΞZ$p]\l@S񮅅z׳Oz-߸"iTc]<{S3fZsCwg 2HB@Gf>`hX˟ބH &w9ܻ.`ۖypjQ&he'[;NN,6gOwʪ LMBU`Qߨ4vSA**<&,0!iF#_Mdꬪtxa" pӨuچx.쒽6M k,u30C͋':'K0]|L4{KWBhE<0k!swE8בֿNrL[< Um\B\yɜɍ_9X֕r> h>`sMS9a]+%^wv5`<yL{D_M1kJf|ĻqUYFw$LZv+t,LU)gCIgmt\iY1\ĊG~1BP`[zԽcT4V '-->hVc;8O`ߍ2˃rd!VC5}R=W}O'd aTCLBfL[4agۨJIk*="J7S(5Jy J>LlF}Rvb GjxN6TE\5e܇VCL$A:A], ZrTh$lpYaj 2mty%莞|PeP6tH(*Yx_dT ,mϫvn2&F+k+L̈́pjxAIp!9rd-Jwcg g7D5.96mt*~+ֹM$]L|p3&' 0Kl۔jU.L-";˱uk? c [hY˘ū̝ǐػcx%ⲘZaI5)/P/9c,P\]:Dr_qD h$&|\aMMuF.)k\ljfe2ڞ HE./ AmeT>(ySػ*iH:(ʎBp̺.dXVcKA2g(TᆴyPB! 5E?Q*5_ekgK)O ىT>#^7BG^j'!1gnIXmT89Clf*-x6D-^2ybcp_ط^&;![ _bc_D) hNZCI3y/j5PGpO8<HŖH4YWD<{sitNҥ/;DO1ȂY.հ7(Gm 1W D"TL,/ct4ԭQ V렇·Fg \ujBܛh;U&]kl~IB :\րt%w3T/ WOruvަĢۍԠ9 ^$E@YřCnj 0oժ;~> ir20C`.!muvߨOt?!ad^Q*)N$?xKf*a L]VvK7hU]╹ ?Fc( 50c ;u +y@dmVlBŖٝK?cv[9h?}Ey WJW~v_##zū?fEG󏮦 IG\wV2)BϬ+Ji!E dc>J8f!F6HNܜp]dWwOdž5hwQRUÐ>&wD 9fRG buZ5gǪi.?~8KuWıd9=oqorvH{|N~xh=:@n$goh؂ڼQw*'O{Ę⬫Ԇp)"G8 *qj#7Pe0{B;8S (lh< DEFa1*nZ#AF]B0m j@+BRA,\Kd;[5h8…X04s_V]m "p:6gRu}=lm.8p7Nّ]/ccI[cj!G?&E/)ڥl5ji# SQ F-Ĭꬣb X!Fs0% a!Ž! Yn^9X^8b.ņs X@Xh)Iw1HxQxen7"6@~5zB%5oVD>Ϥ2AYT!?dfv$ x[?DQP6ɦD3oNMuҊVr}$dUI*7Qqzh`@e\0`@vhƇt(.jބ70pn`=.~5*G7 $c^M) g$4L]i`w`vH(j+}y#Z(I=`kEiTPPc$(C?Ӹ: "N ~tH[GCߘ  3wRwͭgw e6mзQ)o!FΨ+I/ Mqo\/<(1؛;4ٶgB0#xgm6@͈Xlm"%y0!+xB! c,?նv3@l|8DA2M 9ӎ^od;[t"[}g@4KGFͫ 3QLo;ܝ{'= b5y1VGNw $tI]6?(8`(C\c5 L3K7R 9k{k3L z$ĮU`AC~l Kc?b{J,Dl1pt&-[q1 \05wjIy6HM,\]GVT-D1u'>KʸIŶoF}/~8='+V4L v}~U )B9@ Zg TjvobT:DoO%mkkH\V Ʊtm!FM2srZ9QG.:'+(xQ}b{hk2lй Ɍ4LӠR,!۰F{ț&ZLXL:IJ!{q ~.ƙF l`wB[}|?*=x!U3c=Ռl9uNXAd͹#2ɔ},2_7=zФ 49S{;ZL{W#}3]. ٠6ݖ ”\;05fE34oϊīy#[X!E@|3 C%bfg}{3.$}J|Z ];S{VyJ(8^.v<*(W ]!}Q J_MLЭJuVsQC~Bm1STM΁6l[rC>5-^N+'_ZYu ^cS{ 6ĢEҢBr v6_v>+ /áP.pA2)UX~ߡ|qT8`_Y"}4yP+ӹ'hxH-YL5?/:se :\aЍDacc7CTJ þ~CלveVox< NsnHr`Y J8W,(eQּ($!A2 FG17"rĥiJJ'OSEFɗ[ZUH@r Dx2i [tx )}M qDW14a) |SV 0fU9A1;\k;0K\{iT6q6$:^}MX"I:ooE2}6w,ƿwoHd\8|ry *>J2~ 6FXuړ T5К9w4.0Y,\7.M))~,IقY÷d0T?&iDf3 z]]}Oߕ$ YGe'0Y(2o[H\ OTrBhp=-#;{y&H(kƋr4Qu*,0w)K"_uvݍoPWl3ՂZiSX(GN>vQf+T]~|5R};Q 䈔ā>x^-s`'"c#$R"YT*Ӭj=D3pکdO1J0CъΜ]|vZwS92G.^O+9raC0cHc[ȦM%E<ۊ7ֽUzFo+hyK gG*i>ғ1f1eDU+:ܨ ?kx1{>"QRe b"E}oPF蓃"mBE~DP(D36PEB3zqB6Ѱ2YNӍn̕nUd-8,ԅ%&.!:ʰu;c0kmڍ +qMulr뺱{3ڴ=Yx$\f/j&P73{εɧj-NQШoxr܁fMA+p$3]hL"O"L8U1_pߞ('QbS-KzjnF98Gy7)W'L'zŐ=2&$4!Tm.-沑 :U^ڊ…tU D_Gmg_uh['PfYW)߉ڣ ΣhA[M"ķ\%hyۼRt'p3UEuZb;9v{!\!M3C W.w8s#hم~*jw:F3'[ k0~^톍2CogD}EG݃@OS{ e]g]Mr?SÛ!Fvp(}/8=cc'\onLh[/l{oz;-z|h+?k)2[J]8lk+{"@T yѹcGiVO.&0FM 2cx/@'G'Avh ºxНL]U v.~u.Ul|r!XGp3qÄxY؄ ,s83['Q26b>JS{9`iB'=c]rp`KTu5Tj(?[g;+\wfElq`o5䠖 wPT&_NF`fFB!"K@0ێ\~ٟ _C#ČlpYzs# =`9v J&RԬI+^tG}MZ/m!3X[V k!O d*^ͣc8TyM~b0\tJy㟌b|Ná;oͶ DIYi\YRĒ+$$E8p!^78OTء!`y fB}Ziv;^c)9(PE%Qڸ)s* bm^WqB'?@p}~Ŕn:#Lޒk fI]o1baGG%tȦ}A\UyT0d׷9+FxTSV6ct5,\_Hh/C|m>Я|G%gL{O^,>+s=59RJCƙR4eg,(450BޙCHde*?SӒWO6a^xǍj#\| 4@.v!J֡_o;nj1n[ۚTpKmWit^pgP15FY2p۔mcC;|_tcWgeWY4]"3塰ѓ$9=rzW/`F"F/L+|oETw{OT2''U)YOc\3h ! n#{O4/o38cȯ=C$'|fċvOOIxSXs1RxymVaTIailj5̌Dt>|BJD_Yѭ9-]9y efV53R`13BYD͙UHcjMsM(ʂaHxmC? uߪeuP-3vSi̱ y*krWzrV|L@oS:-*<҉2"w+T27M2-aAviNg3".Lw!؄ZLփJP+eSCb#H@A0\9(}0U@2P(UGFf8d2+NvqnhsmMK3\L4W@_Lͽ܊.dGYH0RsЧp]n4eR#%dvu#%48t| \'ˊGČ *p~n͈L K,A/.8VAcZ_!p~ī2=D =/$j l213dտK?ZbL%|U%Iѩ}Xٟc2_ z.PoҠ16 N00zy %W蔧NOA M{6ZrtBHK7y-svr=C1؄J1 #;u bɉ4<6_dFUt;5/p}0 g_`r'.]c_ 'k}!òx2=TNN2YhQ'RIj^e/8[hюmэ8mln:."i;\pΙ>jl r[.|iKVk47@]\f v/QW fZ0 QTkeXw {b1 tg;G[br~+ٳjS ˥29ӟ7'Q0}K0 @Mj 0UoE#qo ym2^O=Fᆳ0 {%sv E7Jؽ퀀S2l9xX%F.E@)M΍g-}7|<=?#9?[!4u1pyyG7<gt$^:!ڀO]@/`l f1d›oԖ*/,~6Imu g𬿂F5٥P$%ơQwEi\X]v:7\ )Z(BTa.d~;3Wsw\U582T,?%܋ֵ2\3M:veJԒbX %^JsRߦ&#{?ܿuY ǽ|TKϣ4TI@uxƇ>\UAzQ dh'rx3hn md=1g ,oKmyvpDzuco~?!|3a}M_1}u&i̐¦U d]Ճ~vwxSǔ /*Fɵ K"<`P堪SvE^MeՊ2u7^@j9,Va罣N욍 $bWe J6TVH Ozk vJysPcO̓Ţ:VY_24 ŖfaΕw)@$4mM)2\lM׼L:X; #<=T<` `ˆT^yYVZ?+!( Q{:IIi=Dd*fְGicjI++ Njqkv.Yംma$+שb~MNQTtQ/ j+NRӒȣuj NhhH?t92!TRXv ,}˕ǘJYZ޺RԴ(kq;833}V ZR/i/x})QT7*FP5LDY/<@M 0( `(zL|ұ_zBdj5Mɲ($O ^) ҷa p,oGEC2@_op3=\l$x[$ Ng\:&O2ƛ_2hɇ^GN)*Si/ $UmFe $t9\>Xd3t*BAQK87Lky*} tu."([$B*:2aJGc}sdzlMP2l_8".fhGmT!X@<@y?~n ln௬⮊KgYJ8=u܇& 9.}iUkCI/dhSxnt',~+ MDَH5jy#B}cL)inxhC6"SOsQ *()m疣ߊCw~FyFT{PQFW { UB'szHx 2C~kថXM˃[^$VZ>Kk3c?A_>6iY8bt_(T`M!i=%j58 0gM6o V J_fh!Hxgcz7/lQ|s]-.kU "?W_1ӻ4d/m] /´t#-կ?뷕: 3 C\,I{+w~ ?Fb"J9vpWc3 1eOàt_9W,W:8״3aifK MA(Kh4W٭Z1ٓĎhWuմ~Mo`4\6sNpFVn>f<#Z(׸w+gf""lRhJ#6U<#"73zWӫ93((%qZ&|Gjy=<|`aL7Iw~?s"нQ B^g{ nv6=9%A큒l$WUW̄'V:#t1}ePg?appޠA]EpZ<*Rx7؜bMeX}\~ivu\h|kRN*'x԰MN{Or(I4i*'1fjQ֣^ź +/Dۋ, zo"ɶڥ{RD>ք_A$H;֊(sƋ݁[5Oo9~@&0GpM1@μ PALˆِ_AÙsK?wH c Z5Rp=sD}̃LJKcR#> EHg2GSzͩK8\W䉏*r 8F%A}nC{2TTWTL=Z}N uwV$a]/u3l}xgqQt+75K'$eq+c?iBgweNx?eZ3n.g[bXTE8#t{*3o-V.T ^1,nmPT,hy%CcW>H}kcBRjS_klp8/F.N/"Ƣq[|(#A*P L1f`z4'cǸ`BL /WsߪQ؃F%g;kEYa&Y Z!HR6UGr $#EASz.oQ'u 1)Q>h1Eu"3 AGv^Mg`gh?zRMvf"u8`94x,'}hG5A0`|8.-IfyF*>+)㠯KP~]D"LT',1<ҿroj>t7e y\NWf񌉃 m@V%1N>VUҩg {;J1ca@b4V(&=̟ebWiGUY>>Y? c>7f9 lb[%a wo}W#@ M$M.Pa-\c3<,SO%+$ם-nʙǮDioLF)X; H~=){Գb^m cR`k,o__H*4 dEqGpSz%uT]O`L>{GiyҗLԄjt*rms\ ~ڎ,4!dN`\3cjEIv"-hY\/V8(\ (WH F@a*A3`o1DdXBkCHM@[p` 7mj&d^601cg+ 6ΌJ#"~7E&1W×K~~bmB8+'!Uٺς1nYnl.(:##7v. 7@:ٲ ?or)wZPS~*-N7XuՖm39t}LN/^;eZ 3g7C2heuD! xz D&tglH][@"eD)m.Ea;3w dx)YMA(TjJI؄qrFNw$2e|ICio@kT!9bp7SA4L8.)ݯ-(2Lv.tFLXT^B@b1=.Y8U?V IG/ȇsgv-1@HR~ݏ1docRT:a86R\i0]_7 +@-I~vD0 gti ;tR<׳ޗ>N-iOP+Eѫ׀i# "BVd8\\+Q|Q \ ^I_{RpyjBnj85ŻQ66;2fN(NQPƬICn a"-IqwUoD~LDj02o`3Zr_!R5k`}%wĜt4|0 hCyMBvJ"tySZ!% m'iA~ӧ`ڋ[aȖ2{.W|t?Χ-QZ =`z~zY+&|aP_`۟y>D}j&z@A.k{>e|L2}|Ss?EUIU'NjᭈB(&sC4\ PR <I68YbA@GE&IR[RsCSڔ7A]S_`,T9XCQAdjƨ,[Cgd'GQ<ҦxSOϮg4p03+ N~NݣhJ(:dE@EB&Bi(8B՚}Ԯ?P)craNxls?݉7DWAdR^qǠےH}0>/(FO1ŀ7esK- EzI>siV^A>ɟx&ziIS[/edpF=%K$`y3H~m@r0Sx`Ti4F;=ty] =}x X̘ň4GJVLW\Y"T)CT[}1ȋ]Y:JY5*Jymmqw{Ρw(WmLqc{D,^!t?QĴ#ǯW_ `]Dt]a&] NN *]Y ܄ߛTcS]ѬLv15{M ^ rp`}j(Pnz@{a˭{> x#:\a+r$쑷 HcxteάVD&Ԗ$4~})Uy=X.hYO)Jiծo @!@%Hh*Or_"0_p'|{:ˉE2T!)u<[п?XtSf,RMRJjh#cU}6sR{YT}TXWmJXJ`@KG呱[飅:Pl$(iFY/DH[-v#0w}V?RJqJZޑ 4 %lrRtpӸFG4Ɉ?!y\Zf5J,q`;ᛎd^u4\ Hýd{TK`פx] X(`I"o?I%#*ͰX@C6jT(bT\ 1F![Hgu; 3Ĝ/ROJsiw,aMO1I Ƒ`3RF\ULP_ B(߹36K{YKdvovJ;donИȎc΢FI(,g*oI!vpۻ4 uXD2FUR 8eKn!x,խ;TR؝ e]*W$G4g>h52y\fDg {GL5 Q4pܵX$_O(58B554Tidre5hYI4^ʵ ]DAMbԓ]ص2V<zͧvSd""NЂabe=߻T@[&B;q leŴ/.ֵ_`r#Ǒ;,p"bo23pU&0SZ)VEuZ1aA@l$VjȨ!D%B}l|^|(~C'xY t%gG8 b텍MЄp'<(QR $wLoĊ'ЯmyOiaYr9uKd謁Ybmœ?Ty7ȶ5l)C{%q0 Z:I^G HuGf$L3≊XƷʞRާ=|ŏd\vMSX+LNn #*!Zy8XͰϡk]”!@>]+{A|A[׹LEA.RW {4I\ww䷘YS~1HwPU]i|M7ehR)Ɲ.mt(.~'6i A0B@@9gF!KƽR3p:203!UUfs }PS`3On6mlHan' z믱oT JU.ő"mMz FDJ}G؎Ch#DyPaN` i0qU7nf9pHw<>4h)ҝ@]M4\p}y^/)airlKPF v in5QnDݦ`EϓtՑWO\GߞP%WȏZhRltg)Qu< $ wؔ{ť8RO|(8aFR#7 lF*4f~3S5/kc$|ZX.rn5֏LRj Ѿ=hNJE#YyP(ػYqT2F쩤!H6ovU}_ o-"Uw˚lH;F*?~0a1OBT'eq-YP*xUtRS=T!!}X}p\Wbײ,Աݦ̈́ ( OYlS;|TH[ e2P G@-4?'}T8VTh]m"_ O~z&?!ɚ,N庬k)ەT|'sQuܝSݣJuj9lz B} s΂F tg33M)-\xY0'!}qW}@Ȑ\}OC\I\Җ9k+ Q?X3FB4NS%&oQ)Ӊ!C~x5_j n Z6p tbBD)G22}爨bMBucHGH98h|]B]dCis!`PZU53| FDt'ϊ{V6j gz&IW]xYUS*Bϧ@_02wq)nA# /<8e(< oJnϽT4 :/B8U|" ݫe$dy򝗟&t(f+O]wBWH~Ɨ _(qEiT(3xؑb6,2 kBR)lKG n=[e!Gn[P(%4.'\dg iO|:YZat_k*Lv-)CMnV߷0U! `Ri1ˢܩɯhh n'ř=Ʌ[=3nuM#הty m<,o=L-_GC S_崽84b* î+8c0r;? nU E kYG}M. C\lq{e`b{WF )N. ʀu3U)< et?쭰g`SC@IX's&=0A /$`wob@ " Jڴޱs8@5-@#p>ux1Fx]m#+(J uWcboq\8{@TLWL;it{b&6s ހS G(R(*f$qY̭3-M}ҘaCvbM8t'x\r6d )bhŐMv@s?$~|8PޔZtMV*Oi2*Fʱv^S͹Rb lLk"'Y~+"|&NMV#{Z)C04>.Ɍ2w [ΙҞ?drip8̃BfѓZ{ރ=2bУ^kiF n]1g;3gwQ Ž+ymbCN}\XNHU YA;=}ZJDK&6YmL-3qfcp?KЎ YS>D|9{O~/nt(WMLO"lXxwR 8$پ(u-~Ԓ5ﶃiyА\~xu}Wё'* !-i. ukπL rɍ~Vڲ#c4DͮΆR*j¼rre<Í N-<IɝPj=CRTyƋϸQv/t\/Ƶ6ZV uwV? u #'n{ :<[Hb,mBV kaF Nj@mlΌM&ӻU`$E:x.ST mL}Ρ!SPJ,.6۵k3IԨr.ȉKnpv|) K u4CU.Mg^*O2jO>'EP@&̵ooVC*HA8|5 dWDB_h#>jJ U=@ksH-PNgҜ:^jqQuQLXC <Ł.XR'R'T *a`Nh"jMTTW|g Tc@VO7{QZ/qM,LJw}{:6 ,ZYZG$`xm뙤cT#2-7{CT:0c Ak? iBe廙 )9@E]@*/cAr:H Gߦ{:n<_[a#zt 0C+RPh`?R4 Ire21rrƴH$JԂHjqS-˻iȔ eD\ JN"~fP?k8{(Cs}Gv|Ë. >KɐiYSS.^ $/I:W,}'UuɨF?7 GKwΌ$9%fI zr7Ҵd><3j\1\>qC93ut>i(D%v0P-.R^w!$guU r"( r;eϤ&qN\*l21q.b*d'( 1_ fxqQ^c@a#ͅ'Syv4-@;gܡ;*n[89YNWJULG~7V I;I_xog[׃#hKpVM9୨i"_Tp̢77PmI0ǩ1UOԨd<88,ՎJ2W lg€Cyx'xut(Ui!C:J9eF&P|ޭR[6t2r+@DGhKo|Pe7 Fs~J3)ɵӡ\T؅+'f(|)zo1F T2:3 )stvN$b[bTG1҂@VO+j]\ObMh$R3?1)Eqt'Ά?3Y9]4\ o=ҋx܍>E3AS9x_E1c`dCu3?ve&7V@+L)5@ z5QķbJ_5 ifpQIE~B ;osK)se k=[G5U~`ˌVV8AJ"aX{ѓ]X$^Y*y >uЯݪqvհ[= KR@`I?R9h8᪝:Ze,g0uyk"jvAP' t rr;x?1$D!;5+A=8m!1q;YqP˟ u#qY'WDS﻾C>?t/q6FDvV֠VyUN`"( f{(s_MoHB7eT2(;B~3<5dE'-jOE?n@JrsK%&4zļOƈAp#įODY߅A;/0uVCP*KR{zALNjkaJ.UIKz<Fa830'&Z*'lc!n'^wȯ$ (t(x)U&omA}õwꀏ3hƢB{v0 VO"dh+]n e O,z0ezQ]톜 &n[2"7Ȍo3neW6jkddT 8Վ{A2J/Z$GX2߲H<#||r@hh-Ѕbm; Rv_sjt=UJZвj9}A3%2/?KOG'/+W|<QZ!$,I#:nfdgf̔^@;l, =)K7ݚ.c0sm?#7 (h.9U(6ȇWk&)C?@HVW^Ti/ 䖡YxjtՎjDG zSYsƿRg5@j˝1}/]%+)6IHǚ\-o:žE@mC/Rtu?C/:YlJіPɎ LF)4$9wG7̛UM&o?Flk" &G3|> @)v^xDi"@&OQ3򯅵z@9p72C[I~ zaǴ>q_$ۉ1.9[ `R#z9-u{MGMfDPr!~׺;fP=LsN +!jĬ a5/Ǚh-K%KñU/B:;3첁qz]v9R>dẕ̌9cޠ\GdT*VHuHbjo^$HX#܉)0?>EIf7\OS5iE8VM>ѱxCǒ0|ʋdNb]~=nKsqm!u3}l+i`x4%²חD{GN&O 8\\/N(nq?t4> в[;JpSNs[mp~6"Y?ѶN#;8OdC(F5B}V:a*,l yX;'%z*2732Ǥ}&t.)\{c`7Bzk!ԡel6̰c>o-sS $9Rfw'Ȏ9$Lyqp/{y[z2*#,{/>_q ߐv?es2hR>FE~:=Xcۿ޼)Ҡܛ]~~ckd)#ۏ&y[<"ꕔ<>2Is!Օ-&]zb_WD)jX9!-vo!}ITcTwNrDB/O#'S?ly嗢unӯ0LgJ.-RQ afyFfZ/J`R5Xm@p*OoFaܸW t C~!) `bI~4}KC›Mg:Toa@0t4褋|xX sw iaK4݊"ʰ-Y@h \d|ȉ P?5%J2iI&gДVɉkP> )SԲ$_{ctzNH)Z9q`KYWz m)ġ`=,2'1KQ.4ԂQE}%Gp[2L@;FA< Ώ0yE,/~N&9F*v\@ *sz:Ҥ$4CUa\}bMB=cפRLjJ7vB rP Bu܇H/k߳0a,OO@#({a6i зDߎhĕVl ܟfJ-{kق}6#^]ាId9h ` -W5qʏ]Zנ(6:T@]I. 1semFP?6iFXXknhzT RaE{Y^zfk[YE%2b{ hhf٨Lתn!9#oρ.Zt4 Le}kfao Ç[ B:(iV#F޽XMOﲤޏYM6 [(UDO:}AʻsY@٧}hЬd1}mK/У0ϓk#xڋ8NPՠaA)Y1e#SdF#i8s~kducοWcR[L7 'JjG S'&raͬR&1+.y  ѾN׌3\o k9-75k0\ϯ֮CНɟUFRUoa~=Y}xu1MeU$f谑:ǹ W5w!*+jM %Gk8I=\r{OL;ߜre3PgiyhzBY˹"9UՆX3B#Rp/7ApO^lX/Rnd ^l&J x=w8_)g] 4;9dhjw(ܖrk$!ZCPA,"i4 S=E[+ Eq{K/m1z vl&j^8vWQ\G7ad.t)؎˟t\2Sbv=]5e&cڲ/2T~ˊ̭ ]f艤':g` ؎zտ`x hwdz%IJ)GU1 Vz R3؁HZ=}4Hr4.[2B0׶5r%))o 8ĄϻvoTF$_ b|1dQ#l۪êsJ(u̱! iP5T`+N5ZָzHW`wYhrBĨoVV3vvH ГF۾=UZU3SAw9n }lLغGĝ%!E3 zfXf`/9Ko\l\,DsWSbRc2o^7$/A$yB_7IVqN %hLM@Ex?k"h4-[ڏ\v1hxߋEbtW.$V}3Bp[[`)W+>Rn YJo̎d8~{fl= 5#9}ZB7v  ~y??J؉@-9=pI0/>eE`K=RDio2<~Z˘IhwxԶnʘKl1#3=Ny tI8EM]]$P,Ŕh},*b y XVb1a_"5BĉIr;j X o.6?W cڵq!KjݲRۈ{@v6:Q9YG?8*fLQF7Z$֢Y̓As׉pyA5[mE ^j0~{n˽ypEþÄʃl[Sbrb$&3EP,l,rvI2c?l UuRrI)[UH ĶAOF;1`U3oK v:)P6[>svHZ%,t=ֿfQ| .zvmTKBsYw^..,lAx\kS"d$&X6l'cV.^`Ɓ2 }oS32VRk.O;鲸 -&(P.ŰԔᗓ7 hHXWe~>6pE"i%b w|ɩ Ty;EB\Y3gtGR{ P ;uHv'W 1hz&T{4'8P<_fقk.xi2?,gq|,FrǪ9$Q :ʙBQ.^4BO|FQabi-j8J]ZZC#f -42uYҽmMo!2qZB-17&¦?x^ѫ6: %>ؠgXYtuN؜I2vec|z/^ C{KUiߒiȺTir,w͡a=ɣ&1,qcɤ;77{$omoۺ@PT;)BaG@?%>d0[FP啵TswLb6"~BFEx'AMVaJm;1Q+L+83޾0Է:/_V{!j*yr9qu3{%΍ \h$\va+Jσ$dÑnYekK5* ѻfʴD7 Dk ڹERFdRs0k7ңώq5-,m}h ayDPy%C NLܘK.Ua@TEWVxf- :a\@ߎ"D! m/ʚ-I\1[,q"ِTSuRUܒjXV۔zKFlYHbZ!<\lhYQFcER(}a,Jc!Y8;pՔlykzAӟUR8 f|_|Gmϣ$Dx-P"6<OT\.+JX`i!WڬT)6_2`PԼK͗ۧ;j>5~; WBbƘUsn]L.c[OOZ.nG߀uk`֙C[Јs W% &]7!}ݥY7p[\һ1˜Q|»z]v e·S R GڢwݲD=U;3@UiUwL#9\%l7D?dvSV/SX.iD_~edGc]o 46DQiQ?i "mjON4*PzgmS GXl8PLa=V tځ*-5ttA d"긿\b֊ KSûED>>$2# #d1{r_Ѐ΀zQu,l`[FԶN67HPR 0/X2U4ScwSr/L ݓUNY V50纁`cnR 胃V{&J=ivݭ Xzϳ|Qc :) UŠ7e' oJG '@ؕ_KJ!jFzt&Z{F˪nEoa/P3fc?呡{tWI\W6("-3ce  4 GB;eiQө%kaW@{wȾt6{J֖NyN[¢Eڔp!8D'? PBzvu-O8ۚnuHgF ;U)E'{8%Gz V猙`C}t'yUgڨEN>aҍ:susB5vVIv( ! +nYW#aTpCэD޵A*ablR: 4cR!1JO59meSG;:f8j:l$KOMN9>N(9ba LMZ#ph.,/}Mj1~h&/չ|!dKU&c8hDr ">%8$/- `}ks"¯&^lt])\ 2 I@2 ;C8H"xJ<UkjENv܏~g ,`xR§ )(f#h;hj{ɣ(D4cPq6uHhӵ Aa;- oٔem.HER p1.bD"(蒀.kmgrc*rL!vޯv_#cJ㗛jx.c,\B(0;o,~ARkڋuVsBY/wmϱnڐ,+xvp&9&f󢁧| fGYw4&|AJ@_SM5Kn]c `O.n!Vpd:ʙ1FP#k>#C+dףEKE"RFػNVD[ԥg ׆]KuFH_4bv%Gn-f~ 6:W7 Sت&ǚʗ+]qjX3vw|_Nsnץ,{Bzq6p:Glg" Q1 ; b)9܁uIw=wmVvNA,L@\^ #?2.juvTIacIR%d`vIz9ǟoUP /@vL- an"Rgۃ֕F-vJ%ZF;Jf 0LB()aÊQ HovJG8da]XF2~;R2 ɒưw2}QiJ,{EnᎵTj e/u?zE{%2ɰ,u!:>sA {VGt^&ת6)zlkgo*ol80_ Ra y]՛zcwrqBk!)?zPcK&6OkyFP4MSr,,%⾮D-B:F pFS}f U$~P IɅ{ˏ% l}@kU9P \ RA Ƞ`ؼ#*5o$<'R[(r^ &I)B⻫CCy949D9{O$,0~i^'r G2+ #q=ƕ#,Ƥ/bHY"Vʼn6~`m@kUC/-RaZr=1mZ}M^rx`P2e.gq_)MKȍ*B] c N4CzaQh4i澢;iI&pgwf9U= J=H2/52oS}",GWa/t$;^Gߙ9F^Z9.+,ݍȐ:@X_׷V Xč i隦Q>Iy=q\%ScpA!IA[${N~MH.Q$JKt. Ra#ǭiPDz(EW=լGd3XO u5QezOVahu&\<5R3c2ZJg(24 WwXk6׻8"o|VbK#/3I|LfP>-=b YZ