PackageKit-1.2.4-150400.3.6.1<>,c[ep9|H]3+י/ڜDc XIx # e17WCֽ*g6LqpiImħos+0w狏l}35p%ZALE)<#ny<` ?WrTI0 KpI4hcd|2yByl{д6;Yyb &n 3&ԩ`=s ]_ײgRD.XPp!83 Jf LT$4x>O?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/C5]"k%&˦n99Q Z~g hϖU)р&Wxd5Cs\cc;,xl##J[#ī#ZX^+N^gޤha #3@hQ xlzD\ns)~o$Ɵ }L']*lEk܏ x@zدcB꤃6:%+TQFSt2"qO &ggCS5$٧n>rDJd?d钕 )0]-3 vTG>PE#Dú5jhjL8Ppi>ڸS@T|Z]ʮe?̜|tm4!hlp7~|;EXU(p> N&h!òz O@FOHIf7Vˮu-],hqhLDlä3%qW$ 1tƂI.'gzR*Z:Lu)Q"ף/IRQ  Ņ{E$2n kh5 Ⱦv35>y D=v{co,vk>K 5"I8ܴr.D:"VcTS{c1?.Ƃ3(0 >"IW)>iigAy^,a>.dcob*β'xI,F(bD@j]κ77;c8<} '\&!kL2|l]wQq_[$YLN(FNH!$rE(vP]8HW沔LR.X Xڀ|*mxj-&@:r%5:QFcPehI4#=_VK]_s6p[u-_^-0|Er .y#(B\J@DW',O 'n0Pʟ54cR'I˳vaOz۹/×2eHI/ǾMzL3[G5.| d: ('a=%A]j+-~N:tMs5XsO/$kP"HuWAA.3 't-1Ms3g2iw #ݽ=0yyl`2;>ATTޟt{ݚ`FWjVln:~ @NuQ-ӳX>tHa~o:_ЎlL(EI}{>R+AksE2gwۀVHBمAM @E͙5@fߔ `PM8cNg,Cro -g6qlJ4Oݞ &;ϑ<,pn n>[].F*2&%){Xdy- 7:sL!WaM'&^']dDBN#+xdCu@ Q^]A54#DAxVM(8=U-Q::ۗ{_i `H$I9` ]xr66fY'^d~2N12O "A%Ds8XQRN/欗pMU8sݐ#ϼ ddaIڄ> 1`lQͩXzp ڒo1Z`y9O˛1&,6D'dȘ$Ҋ]c%b7|=N sX?(mD̦Ǥ%?c>i3w9OUpǬvm&=8+{-JJx3KnN$kyP7 wQpM4p}V*v4nZ2JO*RYω4ːOB XGG2M@tRk;\Ag Y/Eh-m-3e 2KнW* F{ea7d3~!j:b{yߕ_}^tT'emYXߨƻqZEskK˧T|&/`)'Lg v0Y8W, ' ɾ3G#ǬD|>'Ww&ZAgo B@ 6Nߔ5a˹

ñ1TC7V;;fiCtCTiL;Bs`Rm P h??fxO*q%7\iJbyA\B][,3L`F۞+ ][??ZrJ;,mϜ%&%υr wsIK™LO记 ͽвͣ_qgUgx6 rj%\R7oYi _M@a<`l}=8˯ /yS;(׼9]BrQ-[eȈUZ[`x./7.*u\Q Ԙq+M&۳"bi}'ldKj9D>Ⱥۃ ̏IT+!u5>A>#FRGꍙ\ sO&Έ? 3㾵 .k;LfOg {^qk 36TplZ=oc6~)~wEAR<[yk]5h=fs)ijGʭǑIg?=[z'Z.XZ{5x %_C0rZ_Tq4^~;fL0W ىoKr Ѻ$T!1n֑ Jhq0d"r@I,pp ‘/z e):ZF+^Sw׾y"F!u)*p[߲K)1'+?sQ1) $ #i&>[)JrU ovV5IY^mis8zvs\InمRtA+۴ɂ]'uoAW1(Pi.aum.ZE'JmeWJrv8.'um}ԧq%vaDL)[^~nΩǁ+!7T1- b(J٠ &A7w`9^OۊgO+dCڠjPA*Jdk wlD% SˏX @M^}Lv;Z!#ߺM> .~eU[@q&VKjQ֡en&C93C?%\3VůS j\'.5K9i*$"#N@$~1B&1&0/cepe!~LJa;抽K2t-{ ͝Ns7q*vjQ<1 n:5Ng0i|maz̍=42cc1섾ᲚE8ZUZQHY m;*fsު dwQ a k,WjBR""!3Qp^w<5͟Ҁ23]+kawh$Mnť^D2Bb?Ͻ/3bˆ\@t1l"mv9<zD89I;,ԉiۖoAfEhg!1y!ud7;ޣ,.}>Wi<ՆAiU_ߤ4ckބ' WmוŒDrF(ue~%VHq󒋔w~P=bZ?Z Zi&`鮶_C5G'zJ4nu  U޸;& %Q! o2ul$BKbKj1fl'y א/A&doȓ7\G9e2Kd{?SV+@gc"Q$k'ю3pv=c70@5O?)A֔ 6(  \>)}Z0] 6l3h|r=Ǽh֙Ţ" 7i~חZ FL^?!޽v* BMjI4;J<_Jwd mkH#(0/l?)3EfbVXvI 2W #DMR:},t2U 036ZIL5CPqc&PA*jg<v&JvZ?iWq@ܮN)F\+vdScMcp{^>w kVvպ9u[̋8\oV;Uhòu9V5&%d4]u/ 9,`\^wX+BқGZ+T_a}+r H7LOHEU45Gu[^ayst?;9$yP^j!О%(c`4NuN+ݶB9]V|ĖY*d4!K?Úɮ -SQI?[2|1=2k5Mc٪ۗX\)8>ѸQKFjXĖE:(\&%wGEA%@cv:#$R[Zgsf2k(eY{)c#;m-_=q01iIYn3Ks e*dS:|*u~(&:سZNk`ux{85ϴD}ݘvM8ZnC}uy}a/`T /4ۭloj=~[DK$&5!*WW]E+dXN W,ux!6ձ KA1 3L$$94&I+vJM8wi ڐy|'}x:^^p`+T*U` K ڱBeu>4j ?(lIn껚5>G-Brd3h}`uxDzrRlO,_d1R mݗ'fdn\OpP:z{GL5:ZpRrHP*dndg> O]"h7H9eMx2n AY_dn6_qDXҒ(?,_Tb!tkS<ꠗRy~ѹM6aky gߍN,7("gM-3lh B..N~]^, z4_MZ޹%+ 7:bIP:2\zD Z#m#]$G!P|dᴹ+s7e9$04dŽxo@mWgܒdAJuR.eTC?’םSD0Ck,)Lud Ž lUxnmGkT ~Xz3p\ a)3l`UY3 U-k.pn.?~}W&9TmR=9 `&OP(0e6CܐI #nw*H r75A 0MpÍc` NJ*T1Xh!ף0УуUvi9 `i̯<Ŝf{3gxٔCJmQoI+~p䬪Ki`P29%&\tv:YVUWjt' 0P8} Sdp |7( }96pz z7aqr|y}nެ)X /Q:77:QRw$p4TLji2s;W"m }-ĹEs|kL aT}c^k(lPHHy ~ gSPs!ØwS#lۭ&?CnI'7(ng' 3Q".eK}J;2>6f @] -G  I$,_S4[Ex i[j]Ѝ2Ɨg6у٩;)SQKe0|9ϳBr[ 6x0!mJ띉d)( qbuB(ETPiLAʦu?{H ]RPU_466L @染de(hPUݭР(WRYfYPjKI*=ͷu)NqA5:_K o(OdcHb9 CXyiɾ5GM)DXTw.q B=x*#{_HbǛwx:  kabt9H EWoּJEKGq%4Di l +bǬhR\/9&jI6iX ohKuXSbђ=+i #vT+wY()S}1_zKGnq0gvnɩ&P x 9Du[G|#ȅk_iX~lv 6b`q颀.t7@љdRXe8x',:RQMPP5i'PЈhK~]c%T+f> |ᏱYX^v~h@H @.Fў%?ߡt9)1 v8Y = yp s9Od* 2߇tZ'ڇ`rݑ320.31*$t)hAAux4U'[)^%W}4ӯpc%RG(l͋tfKQ2)mm<%I#;8y!\YhQ7y: .ݛNlE8:vC$SBU<q gd!j WT%{,'RKQSb, ?R`x@SyV.Ke0vG2~j{8m]zNٞ'^ܵ=Fz5 9hGCѦOs;Yu:邶^^X-3G^qL B ]񾸲ǻկ"p/]!ű󜷎~# ul#;bv%cBk*jvz9REZYǴϐǹ~K4m\"SgxY[JSc{AV`|,?x4%&m%,f`v궲uPsI0V8@_2,fO*V^33Gu[~Гa$ VUv1FCƪ ѢLov'2Yz׉Ek\D>7~X1 m-7wBVL3)bz6{H)O_U|PnajRŮ̋L1˞+kRҮ8OhLoT6q5a-fZ'QF sCGTZ,6!o=,ŁoCV ,Cwڀb{3N͚n,ґHB1$a[2^)^Im `~"z@ZSP13H fE%/:KDh&y ->=޻} wBBAMUɱ:;~%QM>’xcv yЫB-A$)?]1ײ11GbT^y4m>j:DՂΘ͇&% `[go /QT_|Wb4W ڹPuXZ_xy,I{Ъ<[6uVTx[u3'AefJT)uVʩ`̥왕]+Z۵c'&7(>an 7f3buɒO}X5Fc;UuwGc-uơ,aX;VRW&t0$a|hu ڵCy!塝S:KQbd'=a2VbCKGdW`Qfp8XX[m׉aaS? b&S0T{ʇ>#A1MkCE~\4Cm8ϳq.㘾V@]|>[C^e=O]HbLPt0g閝ZxBщɱ+L.?jv  EKë4a~gf {I /-d؛浾r{݄muuò#Jo- E}]Zw9:>p>`{(r}En$>#:u̻JuJFd(K?#sso!V  fE K tI:)*W3) rIA7D Etnz$VN?ʔKu?q!& ?B6Q f:mft ^4"4CeThA*#gj~9?y-qtO`3kCءL8~ݫeB i%i⬅dŵ [ ATeh%)n2VsFЎCٱI4 *z>OLb:c~K*4D>Z$9iuP=A| M1VII lp:rdq &loNhJg= ZHd5$ v⒆̮vfvإ=+[p]ĻzkZ|-7oҭu/'tN{l&Жr8IօF͔Ek9j/odx}YT Bbr%@1# b4 qC-hFbG&]Zǰ޶D辈3Q#f Z`)9zķct@IR^cŋfάc`Wiv"ܯ֤Vf TK׫|Z7p䧯o59[Mn.ogRLGuC=0 =9(A:@^uc͑E"ANz6mo'"x&w%tq=P/6N[YcXSY8Rl9o 11J|BnRC?lq[H v[S,EU~Ht  :}<\m|S^=~)a9c/:Mȩ ;5ޕF˾3%(ɚ_&7:۠zatyҴfcQjr׽KmIR>  CfΉNm >a,DF 592=V*&Êfj6I-tgArt8Z_ߦnNʼ-,jzV5IdyhF (!<$O()Nw3 ` @.L8Jna#Ҩt)+H€@~_P4x3dlyT$Ja} v9 ZY@Xj%߅iC"kYf^*H#1amD'ϤSZFQMN c vGf̺6&{cOzV|~M!4<| 3SECDśN^ڀƔkeZǖQAȇLER&טu%R.f4SڴjPƵ/Vi4dցK+`KP<; (URbŎ]бf%nToLX34[w@>ދS:aЇ8$g9 :DgzwM&PMn(yOW3T^+|9IwРq:B`Ac_ 0Ѧ,6GMqڔ`{Xu:Cd +;&nXUL$6i$,֣{;/]eL F+M IAoV)]$8啈N "\{J CM1Sh-ۼVU-L)y%bػ8i/Ή+J2KpALnpZi$# (d&B,]A*h ^x|i Th)o& T|-+T#Bm/zh^G cY(Wf9-EGWD)˶I9y˘C#.TlD/3jm_xGM}b,^* ?B]"*aD@b 5rq`*w^TM 7a[(6n"|ZZq8%F},E$-,zLh0bla~Yrϟb}CE ޲!#>ɓ)D2~Y^BHAQnuR;;~#,ѷڭ' zeԳcz]t֧_ ЍAM8B7oG=KEȓxJh)@P>bsg>sQ͆sLVF&c$/0m}ojwJ1HآאyOpx )Ȉ\|sXß~F .VMe3> 8O/|Vm$@#F ҳD]J_T=Q4{fESYd!{vx'|]7=<*~ U/g0l>iKx9e( rT]/O"Ny;*ZkA;3k= OU-vFG?Φ)F!qIb,/aH<I}{ul%B^CHju)H Apc5;!Qrb{\C>Ξj#ܭAh ʀ)cL99Mr,Ohr:q!2CKJ.MT>?aԧdgπ>w0zqzGH$\j\:?; 4#C:LIp99=ۀhpc6ȄWidXbUi_ƺJJ=2_0OW&ѝDqnO%dg[ KGmW'a5 htW#&)I" G=zv.Ϝr$`^Rђ/6[u$c6d3FS'FQxLb>ŕӃ8@վ{kXnU75whH*UXhՃWE FofOZĊ44B 㐔(n *3`1 _(GAiUTƋ?%𠆸 OCBx?29X/oI<0kR-Q = TNżwD ⡌Qucȯ+#H-UUNv[ i{U.S_vz:"L.WIHPi}B0i0a]63x2u/°E||I1DNc_BTNgq!yV6\+i8W?P0[8dMA3kpHK0^tyI"PPDSvT`5/> Ie4Cr9'Xfv/yD?FY,Q4M3>rs3c8&QߎJ}rpiXkI+Τz/M棳 |p ?g;6a$y|Վy=W\l݆B,Y$n.K]&ЯTߕ{3)A/qͩ8I-ɸcKy5,={4߼t<?1hչmE\ʃm[X5up@|b#/Xay󋉷@T՞G|H\Z@}>sM&qmYex-!YsNzTpY Gi`z 7쵧/!=U ];6e5#*%QQH !-fF_ҼWVzva^ ~J*o|v:.bQJ#`vk}F YA[j݌?\m\̅hr[ (ϑicu&\/YqD)ޡ_' -N}Ps!d?hm cWUϞ)ON Sh|Rs\:B d{{{ 2hAuۚ`pyo:pGSxXMU1!ZI[gL CtʇA[dݫ@zkO@BbqVh768j 6!]I8Y؏ LÑYyJsp.d˸DNJpph諘w^~NzN:Ec0~͎ W&4T 9vN 2 66:|nh6~MXl~ 7KfHyN_^{,9B9R ^J|J!Xi|Htf /=^E@U+]=C{W-yJȀjP5.JセbU9; F`D7*fmwh\샕 yþ g3`H.4(:Ul=.+xdyJ"!5(¸}Hi}M]i5^ ɭIJDvƢlTڄP^gF% ?6' E[&H8ˢyUIrpws4b$܎2"lSҌ,Noq*X@P GƧ6o|t:wH80gYEIH\E;M.+kZ;-jݸ$9{bͻTN^1NeI=#. ޫI<͵ﻸ4.ր#6fkKu){E+*y8Z+Lp[{Wv.ZnN޸A `a.5gQ0"e;?gnUpd7dB^/j\1)7a7!ȁ3Ţ:;#^옋c?Ws L.2qQ F}%"pIt\`6et}Y>KOq!6~>_&{4p_{ReFp_'(ځ}vӣ>P8Vv_#6{E1.*XKp!q ך7lA_-[ue\a_1ZI&A3Ś%+ޖ=8`'(*C (eqXd ;W=qu.k~rWʭD ~ c=h O0&xYC8H_Zkq|ᛜwS$ )՞I>oRZ2ŕV&뷮D7lz\;_t*g/[cTt FBhj8alsa6 AA((u2@;_0(Uc}5_&<: vdA ) JPtfM!/%7H%C## =D̘D< -]ᦓw^HdVS7Ȅ+%AH;<xw|+3iݣ3PÙx2 o)`wQrc}$#s:h|Re{`!JhyP vzZVT@ 7?Q?I}3Qe=v"lplUFrA?Ϲǒ9\GʮhH/> AAq1!cS!y8^'%#D '&֫Ohkl!B)k cs߶N\EK^~wyJ+"#]:K}|XMҐ$=fћnJ6yK΢%M afQy^׷Ӕaz\y0|2DF[s.,Wڟ e K6?m+Y%*c0uGC۹DPerv9_djiHT, o"p)Eq>I;VMSfiL[X8盇R&0ƜUŐYEAYgM^l| ͕Խ=W@L_A)L}c K)FrDo <gԍFۂ`*thx)dRQ8@09j[<^e Y^G4r?Xҧ$+F +$0:Ƽ`pڪZmʻ# J z\O_i3lk+t9t~Oxgi 6xLs,*U2JТ'# ]Kɒ5-Bm4\,hR(CrƠNѯVP}̎ g<0K]}qTWEi-g]$$o^3c ͷ{j/LewS29ŏsF:;W6|rs} $DγTQL&dLW"1KӞsnFq?=OOM{+H?ߠZ x+pR}2j1J7aiG aˌe)t\{;| S /O9"qA{3&rC`502ϊj0į^)n>h[Z)ֆSBsN,֮CXh'ظwՄ]FThOJ"Gw(Ѻ&)2JFʣv_#7oK~iwp _k{4M:f&Djw"3zu:% [lP6h!mW~|RCD db ;-2ED 8 V3GsȞ! #REtѷY85zGh,aY@`Ʃ䕞Unw"ұy{jKE?7t(>>맱](en!B֥Pk57<2SoqQcNȇ *[) >܉gyY\4j ڂZn{no!aӂ=$pp^y@VX}slGУψs-E0h"9ʽ(̗gH)L}p ]$΀!NB4I@{2O*Dj#@M2p~<5l~cG:Ֆݟ]5,mn^Y.OÃ>ydIK_eާ5+hR΁4c[}n?:8zG 60~aғ9+}U=]nW:Tj u^]+a1 F'2Dzu(ɓCdz7̲Y8Q8hѝ%URPjBZVaP]J?HmҪQp-k:1CRQ7ՉNܫ\q[v in*l(> ӱY:Pw"O0@v؛&e]9"k-Cx?jL'ܵL=/9%M[5M&_l78/njQ3a|cvG,)ǶDq ƭXdc 65|)nZy :QIůs+uLn*58پ EFNPC"aZG ۢ+TT.ߵgij4(B4i5zCg~OU/QíX. 10tF~}5GC|ژ Ќ+PYo3\:Ӧ/2tƦ.iI5zkR1Y =]3й3?<\4G%}p /PMFyn!M R|(I s(VЩ<*sۓKlOē շBY (Shb7 Fٖ ttϏ8ۏvٵˌ YnHEUli )bLko*cH_\)ݮxu@ 6~5zmvEQC#p[EM  ^7DsDP >qXXiA荂b4.WEI7f>LleVڒ4ǗQܣEpoV##:ĸ]55srB:1 j PrXѺä{Z) Úգ\m_cI3N.lJsS*@m١4XSsDe;ݒ>pp%J1B uYQ-P11͟h\y>)ń)T@SoU}I1MZx{0IG^ɒgL#6?'cH04 d7t38»Pwlmf@zX<'QIU\ܫ]]SiZW]@W-Ñ ,d B$b-w_>2,-шsB._eц63Mk`=MUޮ}@AW١>'C-8BxlAsoyoZQy!hg;Wj~ ִuAUgE eB9aus˯#M vK{}Ba`^gWwc Tu|y 1uUR}G?!?n7h]3}wGKd;RYjs{WxY+(;Y+)I } ڂ,)Vzc JWtx7Xޘ+6PDggD9^1cB"L8~F.{Tz(O]f+чt68Cs^R_3xasÊI$^΅f+tF_|lsPGPڲ>lЪFtp2g:U@d '#`Cb "zMtT([/DvUo*?ġ ާbiZlٜi:@n]([^pag(a= Ovr } U,P#~'e_ډ8y; GLYpsy&fӹ}7-ҢG[gWyHLk-TRg Y V{RtIpW(0jm[7M-0G:C$*l4P$5}`M;)eM FT39Ua򥙇+䓒 {Dt$/6>C% !Zms'y>[%i0XŋܹZkY XG\q'k W\HA> s HZ#L>ޡ'Vo?{BMe#_Q׬3DB'.~Pe N;$+^V^tUpVm/5ބcL 7ʴ|P\s;KcNgmu $cGv@NB !!V8\Q)fa`MX'=7?;tl;sFPU%CbQR"{l6D ņc# 5o\ؕ$}V8e,=}m[e&DAnRR\ԪtY=b!S Jt&q1&70udKNw R=rNzV9.p=7PL8fÊR\;y(&[Dݹ ul?G'; M">/~'iX3c5X0e_瞰 N b;auBz|ǥȏ3gAT:0'3HzKyGzy (K1.'/P(K^L#CNtRAXϮH\V-@bZ/ vZ^~.lb&\MpH7pkIʹE!Mc:(TX3H[+f5qv"\cڵS3N$`G:1~S2;Q2 2έxɻ|-SVɬW=:*4:UlPBui]W[Mx J{Z[ fj$F1e ^~}Һnd5EΧ;hRnM)I3 x%+|׍-l6\"~N SJ[~@EخQB {f}!-邊SBO9B_g)Eko0X,옍B0"Q9\w>La %yO^WFTe9;/Tؐ.7Giŷ]XKһ]zƂ9 AwYprSõ=n2lҐkr@AԽ.[q 9BK "l̡U)iin\rs+ `%k-D[Aya2q~@k1r(ծ񿺵$n}(cz]{j FcM&TNtjw\>'d1v8@O2~aFN8-C*(6\̗N>́:;{[zy\7)ϟm l1][DPNhwq=3 jt4̆=AOAet~cJ)a/'cJFI@ ۷H"3:8ܶϒ+MhÓ#skSNE DWљ -8cdLOv<_th%uV'm;*$2]C\\bq$M L=6Vny&XtNbͧ~un9w8W:9JbT.XS%8 J)ށ9Jt2 ;KCX/cY-͇& IM`v35jb@²3hqvʕm7M`r .Km|!Am]/22 yec_N tǧF}BcGI{/h%~k`C{  ؛RB"lG)nJqފDo'tM (7];A?7];Ko: 7;(ֿ:h{;_g ,lzYbq;\h׈  Cm BPuSL=f8v 8(!!txkrl 7 pΜqzU{* Lyf6Ir$Uha|zجj؜=N./=քf"$_k(2e>fYO5.FMUi!Q&TDE}PΒ FEy{ ã nL~#@_^h*>O\Q IfAh9FLwEZ3';X=M7ބ.Yߌiz̏&YɅ dX"p-E2~j.䖺bR:w.} v~Mϫ946 bsq>dD*5hG W?0[TbE a+ݤ:UkmT;c|Rd vƙ uub4-O=0{9Rߛٝa"^豫XA4'sA0V¬JϣOtrfUyxecczq^s#[?VQ"r,U[3";7Ne6)"H}(zۚ{)t>0;;[Gs+݋yNe_qob?9ÏT&Plw4{%#3@G`g縏}z@Vژ]zP$)Q살=5#+XYW"C֠X+&_c."2,jB mGR=Cl}BSn3~e7Rj!~INJ~…"Pa`'Huoq #JN͒vs|;*5/$~ :_`7g+Ixr+P5g/Fw"!LS;D5@-ZDd?!±*.vU0e60r4#߾]^{ʜy]Aص ~UN ;Y,8 d95!.'bRi@Pu'Rm1F-k$~bZ *М2=)?{5F^;BhEq{׶,rz]LP9F8qI Iٖ:' ϓyּ@J# XT3,3:n<cX!li,7Z6vOi ֒"ent6+tČmsCYa<1\K;䑮Ē)c>Ͽ}iJbZ(썟1d䝱 +3Z'YV3q<<FqЃҨw=O?Zl(MS`G+W&*ERaXOfxl]Jj\&܁MqArRu;e3%u\`t`q_t~Θ9Boϼy48DI~'R}qi*6\{ً`(&Tfzz,zD>tTB K6j*hЫ'θQ"^?smx_]. nLHx5zOx,-N5 թ l+~ [\\0e,G|? "+*Ds+$Je*ۣeX P7 >%Q'N_SH4~NS-X1x9]@(P̖Q jͨBx˼4'f¡ZHr&gim5t)ZUv#rb.jI%+gr=Cf>imڑ'IlHG;4* A+YFyk0Zi5b4!{ ǣnC×X&s7 omZ?MRkF9k9-Ie sV1-񝴻\!wl.ߙ<5& CuH}wTYD0儉UfNʣ&4=Wq0yZ>% ~bǵH:&qc!sܑ>&;<+չ _j"IP~^my_aA *EΊvaqn@Y܏bԘ[Zw4Mfb/V؆{4ץK~wb3kzUɵ`,O_~HqIKI|jDwk*â肝#({Ѐzr)fQq3Erf@ f޵g[G]w;'VܳCj0{ s`pmm.'gS~/?Al6ۢq|Odusqy`g(O!DN/tBz "u~i"_F*w̕lЇ$f1ݷڱhDߗSP_u!=4zd0aΜS NieY4\DҳQ!Jc"`2{@^dڮ(ߴ P'FIy.$~p:Ǹ@~Ԋ[ ԋmcNB\ID6tvsoqڛkI-v{m~>y~WC<|Ʉ\OLYAqN_e|}&ֳٰ~BآVo \8+B^K#&[NP}?uLojJ>IGr\zl׏f/p!cOpɞJ-LTkw}A&vMNiB2ɜ3bc\1ͤXd7*ZŬ",Jt|)wHh33P7т&ߔLԮ-$`Xx'O:>%'R>clEMUĉVRuK#B [awKqk%ۯ+` 13]"JBvrؘWw(6toL*;l}[*8v55ZMAPOW"{t"ػY!/5`Vӵ+.;9 p$;.ެ 0:G3H!zellyl]94+7wi]%L/.}u-F-( WrrFݿ.%fe{da{eÉ "5yh[ Nz ; i 3z~߇wϹƗw.3dJ{%/ߌZӟ|vCͻI$)WP1K9fJCU@J HKhJIdhUp,u!HtJ#˨v)vDi\G?4vv]&[P;s#MۑbWM~@![n]JxSՖQlćJvl! &hR\IS󶈿Rn$}kx43b ӥ Wvjj=zki V#= <ɕ'u"&$HpZ˂zٽu  OpBCHL`MƽxիkywV m&U`dOPĨ,iDAˆ|QߵottzVat5lոWK"]33oegZ1vTo@P66c3eV5Pa/w+.9]ALK ./qjT QZ/&:ݍ[sR65\DeL](5]n RZvgzZıg8RE  rJDc$"QGEo) q#$Ck E&T!2mygk4~xlsab肪cMxøb;&FUj@QY\Ń\/͘Y&{{\8SnA0m!o84CbH~8Ԝ.z"xsy4|wmKo%)%ͭ-X6t"9wB_ ۡo%3DJ;Ȇwi`vY1jCr;4wegD1M0lN"g>Ñ`d UEޝTYm9Tm,>f+L$i:"誨j*ngmoD *Q}Ƨ>T`;/h{=*?.\LP}ԘO]kpĦܙ#qg;.MHYESs imLB[;|-FE l Ԣe/֏^>|"ͽdY/!sH:]|&ew"fT|8CcX;H#roX:/Ԭ?A6 ̩T7$-ZefsrEptnU n%PݨL`* yauaXY\"KrO0,I_:b >鋵MC¡#!΃UkJ1>+d!?nuh#y[߮GhWXDa|2cml4\o>  Uq^U! >c֬ێ,/O0E#+?-EYҦLRbҾx Yj dT%ˢvg>ENt(b=yd3=i Y$fͫQ]Ft&.kLgJiM(ߵXr>$[1 'p L0`x7 &iUvPoqwvgU+bu)Ogz@kĔIXEpcؖ'0PՆ /bV$`;T,E_"s!KOIZy@*e~;]6C%zUMv.nfGh;8s=¥ b2]%lINN%#i,ڣi-nBS"o'2ѝ@p^9xkx]TI͑Aacr;kKeʞVzhϐ䢵 g /ۗB+ߊ/OieT˞W:~ϧAq%g 3JOx`KcAe_KGe[@ni[;9 a\5ON؅ 5 QV ;i{ Ӄ7 )ej#oNj#Ü`^#bÜQk`OJy 8LG5"dV$Py 6cCMLx5#ݚ=&F<$[M_zѱ °Զ}gT 1$g2m,1([vZ[ O¨GHJ]ڹJD9[y%ڦTa1a#'t>?D1DTpO[آ߲}k?bȻb uReqp,{IyÑW VE3pөb 'ס!5<-&k j*;Ϫ-"M#Mh%i> up'@vI ʞKq$Ҝ5 V=y̥ZdY)QM+Z 5F"#ITp;g{٬N:.,JQHdX{uroMKBOFm6Òd*f3ErJ x\%LnlOf's^LNkhe/̫Op:7 |[^4]!ityw :i3v0b?@iL:<`Uz5z{nt8bM`nKP]僧T]?T_k2i ]'K) (%Rf ",cx.;ql 'r*kG5i*jNoݐsi /D( +I֌)ߥOFGXa]rj %8>ΎY0.K1EK;p ARYwc"ZfGM!Ɲ]J8k[nXzA1Jg AQ0y7p1%s,b˷4%Lʝ%]\կ`-4|^t'7@^O! ϱTi&Y|t53:G0(gb cp-7F٭JM#IkLRϪYG,Rc A@8EDڸ 7 oEKK]M +avVf'|pK]-Z$@~ɟb']UIn_w_ʀnuL{0JTSkC(2A'`#In;3Dfnd"cEh,o}"!sώ0=ɍ6,:Vy@h,}נZݍ]=C&PlT<!qcp-YaOEb&t5z{CaP8ix.AЧ|j\ŕ_7JeLH 'Jrйki[y ^Yh!){b,>S֏@qgxtIPMՂj5zg 70ZP kXyY`LYjӣ%i. Od]|iIXA"4;[$LQHieNoNm~b]2PdJK퍐wPޥ@VlI[¤+fN|!](ft@Cn3ANaP=kCM4m0X2KXn6|u< oݖ蹵ԡIwv {,Cf/0׊y օ//BmeeLS 3t%S!=՝Z"؎qkV+2X/>\-{j=Ƨ6aMR/hQ1- -5ZƵοްޏZŏ!WM0q}eMY1 ۱l_19xe{Y=Go9*U#v"6U3UV~\ AʸX8emMv9"^C|AewlJ+ |Xؐ@rnk,M6oI$"lj[Њ,z[(q훈WS'؜%4mҰ?z]+0f46ZMc]D_'dh5id>+LmL0[n|:Ee85@Ɔ{vXR|aIKg@TeEZLO҇*苉>v%*2v>}JDmSQNہNV5z=? POcEx0ɀ^y869eRQ l2~`AoL9;n`< d'13$V I,9f MN})(>(-F*ɘdh4,!U!dzN>Fkf y%uhot 4pDe[]GW/wVj5ƌ>lY5:?֟і'Yj<-9[,xH!Kh^{7zv7}͒ hDtNfgķ ]6h| kAt, ϲ~6EvE=HX8 J_ kuB ~#2DsѤbg(zi)L2a7Y^Dn}PO5˜bJK! /w Ɠ sudA!bYp(yfrp~JzT1{BJ>%1dOE1*q/^r'VMsmf=;QYU}a@Q⯍X(աqCCw@XF_J䥿\$A95p&OqLLCb[l4[Htz>ηCClҌb)tRb}H͞SGymqNڝuB2Z{fwx,yh54>e.z?V(,1_ ApU*  ՠfChl\kz`]Y?-ou>uZMlhzPJ_y6١m R)R5]a#e*QL=,ׅCtPm;<A$fA (TyT8V _/Ռz?oT3O"a|b'W_+R~sw,5иPîBB{ͥO]`3@tuŹVRKUCJ~Ň,Hx_u旯8'.CL2c0sOGȜ858Gn%÷Q:^QgD %p30x`st1$ S6DL"B@nVk.2@Tio ߊU06W[`!tkN?@R5!lA]6$][uS? .]CPT͘h YkC?0 )A, OZH^/29z "`4iUjPªAE!H T/B\`cƟLذA"Md-HM(OShqI〛ϧu20=M⭑+c(n*5`2Jt}8(w5-H_\ 9h(9f)zѽD?ײwc^HfUjI_$̷O8{ȸ#?<'ьO-l]oRNvBL9wR]Li#X 5P'͚]9K1Sys1 …D h~ `@øc/+Sx뷌 I3/l h 쀰vZSȆ!d#R $Þ'/ŦPIEޜOC kbb"H3 ,!,GRHbݲӔ1A0i` T Pb«Z{ܴ렸QZΩDJmfA;X}h&?eY2plME_z4eOvȘ!NÝJ(6G/4TxE9=rBrʞ]C'JҦ$ٰ.ܰQ۳I+Gnܓy#Zd=((h'HG*rKbT}U7a)R-z>F[LZկ]EGq㭪q=LIdSf/g)h7HbQc[G#xBl>rn)bP:Қt"ӓr]|E_ eq;sސHcK.B)|u ԧ3G+LA:oiK %&_Y~f Qꓒ{AAYoHœkDڒ;u3@IJM yzݮ"%ԫ+'BYy xo 3B yfHV꘯7 vh` v1'&nzՕQRױ$UoBlU(ϓU7⠥n%zc`Pɍtd^+|B{ɷ]wycAquaZNw5jB)8s*(zw0!i<|2 x xC yz sNTu@,I j/uqt]~ݭ%D]ҾMF&J݋ C0Bf/3U>'SbB\Vr3٫1+ 7k~;EcFFO ܛl5$&#s}n2FɆd2> `!"(A:Бb2qAodBZf`I_ޡuN+vw 5fÅgvf owZ^ω9B ~Qoֱ7<_3]aDVi07dz3|*5N05$EKAHG)*b<:W8 >J E7RJ;'װĥ{1oű2h&F0S0+FMc|-j3!"™2IOU/BSI3HDg8)_`Bx\Nr}'Yo|(GQN O6n 4e1) D%?K]'n?7+X`Fmج@JSNO,p/(sxjC3!QF)rV\K}wbĸ+JڧH^9 3ZhtQ-t \0bq+%*gRRqQ,F;a| \8HSY5VW[6ӓ@lnYkS 1:*|ng 37R'C~g&sTXQRC=](H,=ĵP1$Vυ)qV'DV \<봜hWӑ:F_`&3 䳟I%eBopHǕQ ucked2:Ov6ɖ/g! L1ۓQ &L4sDGY0fݨ$Up4iVTpCG\>,V"SC2jͨl/izUEIiIJͮ>=`#2٭Bz?kviGeR U0ڥp|vRd5=Q`;dQ[?`rT_Ъ̲ eGBV^ 2R۫zS%ϛ=-Bbauoɚ@Fŷ;F́1#mK5%z>Dx y;΄v)8gW"a|#~H=վyqՁ?D|TDd_=PKgLHMO} 6a[9lhqQL1$iFYA]10"ׯWz*9`EiMd% 8v.S׺Zv'Vц(o!.:(v:'0UDug2ظYGT;fˏ{6%m-d0/ʗԅ)mIQ\-AKJN,,쬌\wPeui}bAY7[}Cv~h1Q, ~{Rݧ_˞RY ށ!yuTHV aݬPtQ3q_TuUoŏt  `Ϡo)H2mKC%IHq3۶;*qJ"!ӏ5 5rg3 (r >?tM<<89+F:<'4{ʽNœ j{#gb_>Bj,K5MEke_*G&8pZvP+hxvQZ# ">\Xx}@`1Hh}G{89wnPbT#vʓ6/OشXSTIfqY(rpЃCljdyVvߖ$=s ~-#$8[|A(`{Sa-9E/zl^2.X0ZF lOKo!/^~,-_yQm =b+-t]0s^`uدX}t=_@~  _I!@١ҩdH]?1YOA \uJj?RD/à lE>}Uj«gG|6CkOA0tm^zK_u3Z}gg*fl}Wa765xjgɨ ţwO~1%s<26 )IvHe2V Eܐ{;a_j3 `y:"Ǩz\+a  9+A̦AHwmQߕʘզqڮ8 @&cAmh#sQeǣpl:N\NIݷxՐ5n1_k7vytnB,28uc׏HSb=4X w1Ss>~?~>Kć}:a؞]xņ.wf#SJT=:Y.YeFvɎ[*z_3zcHWÚ*$m*"9:ɌP '6Au 8đJvLGDpE5f2>wɄ|4u 1U >WH!`kqT5`Zu9Yb8zZɌ ~9uf;iOܶBaQHa󱩖Ga 33A3->fmηA3HJVzT*>Bv5q.׭DYXgVxqNX1{[!2O}ߒC4~Lu,m߬:84aܥJ$F yS狾4YD ^ J|/S/z)gր^)k8dUsl_v,3?D'*#K\f*zZI)XsL .CSn8nW N@2'K$DBG:(|9kpgZa<;Wm$1@Uerq F}! PM[%$l}J´lЍ A {cE?| އ,?̤o`F4\3qˏTp]Π8ph}9baxq-XlsnXW7۫ΔʸZ:4dBgy#C3R)byt=rStc8VeyHXѧHn~H;1?}""F OZT k ᨬZ*UkP9orE*)O  MɩU:f(Hj)a%\R [PF]Aleh\:*>A|N}y` )8=h-A.7G*TA2Ex>(&N  03sfX[' 6Y\t襏„hJеʙZ) edUu=>'rK$el<`\۾D`:w5|F2# + -ƪ(>5 5 Klp:lU<8m"VV'cY *.vg8KԆ[a 1ʃ%XGhW*trq@?H!F#ΔX-K9O൉q>@p<#8@xs-Q-:qNEFz11'ϤSmsA6(l 4 <#oKJK-u;0mӤki10oJ?aͪ0)c9D&Yv\q@/ b3Si =6̃N r`%}a%;G{U1@dQkDܧ:5udzbF'܊†tv E+w̐|;lx~-t6mg R2Ju,Xc>c:X^Y W[:ܼmIU'_ܩpU"$+)nƗgO^Ny:{ʒ4 y$'88cǕS̈́'VEuM ~<8"$qtP -T/ym@tC9=v-5B*eDIN}V֏F`T E\HMQ+-F1H?}Gd6d4As0Qiœ$<`KZ%Bp)gv莔!з|ͻgxHpe t7C9A p񶊝ʂ(.1V *MC[KW& *`-B#«v|f;qɯIf &: R㣹]/CC>S)%jCQjgSh ˜; gFR'/!nMF.=7"Z_}_+n:O?kڙ!N\h(eBIѻ =Xz5?t} zMgEi2]T(D\h` /zٵe=8+ʶlv,JOS٤W:X>@, 6m)Oyhy&[F;5Dc DڭZJ_~ܷk4e襱WּZ^{T%|ㄐ1%L ?0ˀ.]OHF]ϭʷ p~; Bj1'kW|{կm1]Y)z7m |D3Gx]Q6Է16½;r 6 q>;& XxќĢkձKPH#b{ x*_=/ݑNkR\?`} ON%)smT_nA~QYEHCBz>42 um>ڹ*(#/ ]gJ 88cT!ު7; 79 m{@|aY;L^ o aOۏԷuF[n5 _eruIvЧt߀)I&oL&xD q2[˃%Y %ch8{E|g̞[\ürR"E4%S;ftGae8׵Ƣ=`M=ɄbQ>sֹkynP71 72l;)\\ʭRtKdDh{ΰؗqտV@#|H8|iY yg KT#Fpu4ZMlۗ+)-Tuy.q RDO*]v_TDbn5x/Ma(znpPQ-H_D)/"-mrFK(r4fAEbc'M;pwvxjsi߀J5+@C*E'pzH'4Qم4}|K)X_Iظ|ݟ %QŹ@ Uȁ%ם{N"Uņ]ZS#Y R]1W̑6`1CD!jgfKc?L楝e_selEX 6|L+<}n*->~iƸܹas{sFyz0% O΄-/W )׳U4I>X39Ӟk3ri/;L_nŁYoF[3hBU/?$rx<&HkP%_S4fe& S+qXO)D~Q_,+vECcvB1&)SadaR <š_^2Ӊ҆LЂ̪X, o19ո=G|k?eb Z:kȣ ^H({ZL㼱ZB@osCw3 lThHc xTsFǃ12%F2uU9춌ߏs&p LQPԼx{Bccl->_4NPU$4*ewxpTC{,_nfGcW;3}}Nv1-@jj[=Y^ YN%Gf ȍޜɫ3TmSSPE8^ K۴γH'e,C\܁2]MZ AsJ'pV Iw]uݤ%Pj9YT\oǧ  a\|,5eutrZ%H-3c%W[p_0n~ڵ"}Kap .kYУ0!8?P}`%F浠 u9 tXPP!qu&8AѕGܩ,]]X?lD~륢VtOUN;.f~.1kpɩ-١VPD?A "m1HW(4Ҡ|"d^feNO7`4a_ﷀj'S:Su|bĦkwÈ(NmI_[s!K{Ոz%g* $TS$|Y ݬR"L,W0 *C낚}e8u#'w_޵]MD2:~;-TU#dt*$':ԼNr"};zL_ņABЋkNu]wӫx&oNdmpS̃QG*S aRUJco1|iw+_)#~$Mϼ|T-OjsS$_ R^͐nRPwprS.L#Wz2fdH?pE9;*eZ⣔vB֚xAziQ 3jQ{ ˜"bdIn'~=?Λšg83m$T?c'V w:; TM% _xA~Ή105&ؿ٤My)FrS$3?x'xep gC~-}FH2_l,6-O6gN|T/?at\!iðq :SXϪem6f\:@s}:y%|=W1 .)kscY{D59*J8 X/ؑ¢KR[c'M G7VGf *6j;^T)ũdp8gƝ%TF$ȝ/`QSors H.`̶ʤLQ4{PsYfK:i]s~_z>ݯޜtfc,`B#y3 Nl$UCp `QXJ@+gLUE@.mnPF) C9.0`Xp,vBv N|Lk2yWAzt(E{"!vSƪ5Q0GQFW|y&3}xp9KTN2KSŞUS_עiأ^f]Ȋ\h*L*z_ %$}v˕iYe~g5VG'@Oo} yj\S4s CP|$"<[È} BXh|m[[!\aԆD?I]mMU1:P1Q vr-;sP\m9@s8S8QKqx:58SnkZqQUd9(noWDNmD6K/8T:1L00:HX$o>'Z{YĚXfBfXPkDvFZ3[kBcX]Ѱ0J-c;&G:}5%5<5. eu߅}x\瑵|4 1W5>\JQ6r#*hH3 Pp+%rd~FN2H7 E*%i$N4n?&`BDt{jviyBn$G-4EgU 75ǞjĘyk([.DN*U.SՃa]"61"![uXn¦gSx23JoN9Iҟr'p=5Ia x/ Jxq}z4@ӵ^ _@?zzsTk72GWS>7Bu1rQ$ys?θ(ľL]Msկ\O.Lc1OϚwGI>L@SgR7[:s ꤋہ0/R)|% VOC%{ ^yPi)՗ FS UsT✄6ɭk5 :8,浓Ⱦ-.ޞ )nn^rwx28Cfc̆~|kG5 n7JbȺaBt\xz8!lm!آ¬ic9_PA5@@Y q{S3~34L3baZ'QV͓Xsظ$^hH(=gZgwGv֞,Ok B"+T](cRJ}>Y2GugWY71ɽࢴwk ,^GnĦ/0@כd79Z4{l6#PlgWFn;yaƂ:äok~TG5.nD(K|5Ya94nnخryYK Kfv ݀H*@! |*?`['&^PpRш Xed#YK/wW%,^3yzu$ֹ*eּk'1&0ZZTDphB%)'HUu?Vxw>κJ`ݦZ#ի#]=e5_}'5[:|8_ʉBؗb6IbCcso9 \G=?T.3my#w&6NK"eWpX(8s_}l^GG~Z$%S~Z>hZfBΧnfJ8=n'emP5C/0xxoXVta*Pyl}0@ש$vZ4 0r' H'_?(e\) 4J#T:v$Ý>}xO& *,icvR|L"@|#=^QR*sq@VIƿpq!.風/b8_B{Ys_0I{Ń0l=y64wEꕆj.}ZZYpQcFlȡĦ( #a~C "/zzėhdSͪ,+ a`y\\"Q{6[c?~XݤIPQ3>E Ҋ":JF#ׁp tf\T[mdJ%I~PNpʤEc^m c#pNOAK]OMqQ.2Q]q0TrP8wS]kc<'=0xAEك vjlwV4l@xCSwXQvqgkW5FvR_G.B# WUKfאUXҋWꠝhR,`:+!Hel; 8mLa8MTC2ū/>Vz+ p#_3o/jsAd&:ELdh/+fHvK* 4#!f%pv;,&C#hDO$Y|6:w(֠PvC8\a8S}{t3'qQ!Xpgj!Ci\!yOJ s$_v c-"CBt xKH)%x>J^PS/ \?njƓq2ol:_0;Tq?GsQ-$6^\5@ T. 2,&L/a0{`J1 %pL2G:΢Ŋ8TMJLs%*D C}dh[o}_M,tHEmȝg,d|B)3A6rcin 8Բp}exlH px9V,2 t3<#`:FevHí̟x;zu/ %FuB1;8'HSς13n]eǺw.'?[Ӌ5Z 8ihA԰% 9 3ȻgMWo$uCi"ӆq+w]"0֌&yz@<&`enLeE* !ܖ;CO;FXt]i^pXVe (WNVXfOƩ֥PU  ;ȶ8 JB0/έqA?;z#`j޺CE@袣uĸ0^*mtQ߭?ݭȤڭ*ϥhCYtO *S4,?]Φp Zcތ@lF14SI}pYn۲KFzm ߫IMqPX @>M@βpl͆X GIv6T r:I&ϩY\CTu;}:?[)@!{& ;L~)pXѓ$ tN`eAP\gw`r )v8}!>% <yHMNK:}%(abg_aDDe=:y=z E.\8ˀLe:zafT^E/{g7_x Dm&T" F Wy@c5}oتew]sʈBhhTZ6ԣr'K&w*zvPqeW+;D6P"+dC[^bm5c;oXZCOXu44ggDgKY5bI;2n)Dy-<5x<̆s="0jCzy."fB#ewGrWTJuҨО>X[7'vrX}A(>;g wІUn"%rbpǃx]8-nHҥlW_ u%13,<1mCbLbar$_`S<4F~p"x.!G|\픎#v7K1o48"ń'HjL(5N;$dSY~*=S޲d}y%h 4;(KHD#˾tC }cEmqg /~ N&AOq܁7Ot|(p+uGz bUr}a5&MZN-YCYj48351H]74kH={"[~>:-Na\"Kq$k.&`0 גB ;\IZ`dm$0Ȭ1}h|E JO*"t^83@SW,mI8sB.dNtY`@CW|_K.a {)X7u_}ʙnpD7z[gʨ]3=* lo>@Y>_J$}FRTS3oi}nΧt/\J1 SC1TA9SM}ndmFuתt/KF!>" py+z@$T=Ԍlej˦K`Y ŠFl\Cmv5s=R\RsM])OqX P885ʶ 1(q? ڠ0@oU=ig{3S_W^ZY 0ۢ\L衃x!|;h?Qcҵ`) ۝sϴ }Ӕ*V`s{Κ/4,cpLGsi&yJ5E\o ALMςOdWal#>[- aAF9qsKݯ;oCߛoXE1]d3BUYN2u-BM * y66gANxlI]|R ; H%#1*Rj2H]Ł3n"/?gUɣMDc/DA-ZzwStQZ 㳼Xgnn8LIC<6Zr pUW/'PcrNZNGQ' _,ɳ~IM3mố hIr2Ο5Yrki}xϼv"WQn͔-ښOCaEsmϮ9,qЂZq;}^ *$f{Ty8깢^T/`}dBfoݏ.#YefrS,_zo%k5`#?cl&1幼'& Kg̒qb6`k3{ u ^W-"I'Uhz⮹-u+ԤHۏTܷ~-xt5@?9C SxKHLFߤUG=4ZlILIСp'B&ͥg*˒5/Aqla@5ކ9еѣsrg a ht/] 5V9{Sۈ*:p=LpQ={%'F7dtʜ5SmEy2`xl013%cեB7guy<9'=79,pK J3PJBܥv*$60x#Y|8yi! [ *HXN&p8b-y="Aw^gun?J.x9sLU/'iVx@~"z^W j8BfhQ[!Z RW $"946V+<12 9?7S(Rl;.&5r*]Uh?;˳ fH#MadD?a)OZ>X1J)=[O 2( Vz1 $A2L=SYHqEUE˦28|@- I' >|OUள9Z!Fz8 .Lw)kVH6fcuL dql Q $]X' ?vcgpnv C($x21 e-HK y=tGZ] C#x"k~`]fǕvE>cI3v/gN5SAsEq.>=WB%3n2:,apQ{WOW w G2˩w`CS0d eWXFPCY71< 0װ.E%0T,F_2˨"Z7Gi]y|mςRFwo-'MHQh-}X9a 좌J}OZbm3r9^0 PgfSܝ!-Z]h cU:g HG1Ҟ8/^rцUHv T F"B#^b_=?t]2u`\eR /GsU (Z'Bdxi \7%fOh2+'jnK0}O nQ$ ,18Plt=L5lf9O2kJ2~O/+ܾ +z%  춪r~ip#CNkg>*ce= ?[ɢ$ \V>͸VhNQ S2gO˵I[Ui/!xчjI6#?ۅq<=/QM'RLTyVG&~g+3(vG;ОfuQ}%4\!aF; kѣI6oaeP-,<Á(zF=(?9`ؘp О0Y|4؊i ̕7=Aȩ<3>Nf֩Ѧޗ"` Nޫʁ{hJm`!ןbX)*lj7_s* Ԍz/ ph&|f%I3X ( + CW|[=8¶eV`B麕pHhE<*Oƽ,U#Am.ܒqf/o[O19=}\fd2uZ u?a@cKAxe>t[b\*;sbS*&! ӐjNP0r=5bl;;/aD>ZQ4)8VG"Hvn>)6c4EvW|!nH/5uw_aO0UARCs4O,DԞ.A žusHCtҸʱ@#¥}M n)#6\-1$k(  i׳ iWwD)FX%KgEodu9o%إu5K&I䖕ϛO"V\!/?0Uٽ#;쵇Cݮ' HCԵ pwWMq6/kF䟋 mnr#V,G'i-R\Neߖn:©v&yX̓xVc\ΨiDJT1f!p.2~FO^;^b|.49c\T1h (*bp2+}Uggά1"^hBb-C,̎GPdS dOK"ozBF~BAbw]رĒQF㷰a ~uR7/YcЫEZ^cC-Sy79srcLdR 5ٖT[F#?JU&5Ȥc@U!( BeS7!CM_狞Kz =$<\9Z|C܌uN. ȎZHEFfKْ|CI4;_3`YC\z=W2m+!}q֏_)o] 2ϐG49; R<'¾ $nN7:f8bkrDqT2}?:5 4ƓA=T׵n["@08+i|w,vx/O/7-9O|W]rJXzMcV;^&ɛ N*衎Ukjh)gM5gOs!twlؚ(N%7.:ۂ!H,(l]ƛEl)SM"r =Ti&z9ȓG7{I?Bںk>93iղcPicq <&1X]"&dN| -(CS]>B;峘=(V12CE/ ah͵UGf!6Y\:X^h"сrk]~QN[Zlj @Jzh?؎[br'y!T5]S'Ɖq5; /KxQPMT`wvU@'a++{3Xyd' Hij]v KVihsl5~Q 1uor|VJ%jy+9!}4X~vfMСV7RtyB^#pDvP [B`&0Ff07Ly|дىc"pt&! nLL8ǫ]Ҝ= Z쨔78$>u2BHZ.UQa"KVKFU,^@|M$nN<.d+ u\00\4`hibKn*ㄿVs{bŲ]d⫝̸Y%cR$HP#ڶmUz4t#a,(-'ϼBk r6nt2{&x>&JDC[n{ |)/`anTF}s?TwHp$%z$m_k>&j| ׎ș g%\",[B=[ݾ=c4_pQyc0HRPHfD ʥ׸mn?U6:N$L4cGqcӅ#G"}P@GGr>Ǽh b`,"*geedte-ɝik]eLڵZB=ٗԈwg4y 趪="SgsLu2Rr'>mMѳKH#=@jH  !`]lC' U9IM`(E"rY|y1|v/(o& g.ɡ)HsZ>[{}aDv9Np'`8y3.7㬗86s+R=}4.9;fyGo{ }MoXCܷX^zMw Sp 5fmIDʹ"ͫ&M7RS#pϔaӰ+ÆRշ>P&׍漏Tp?%:Y˪Œ:êh߯. 1q[rtM !Kb0}<Ӫ{Gn I/ #ZJB$|W(A՞Ɉu3i ,1A; =9 Ooq{<*:"dduG^~N׶p6T˙\"؟[$kҰ+F3;aGKF@݅]EO4}9s" Kjm2c*LBqF1N#Ңpㅆt`G|%;@PbD')-T,ܩ?ΐ$ S]֐%'*\!;RƈJ3=5vgLOfQV[Ret3_UOS}6+&_4Vu^XN#R_k+Xl3 Hh6٥䨫u lEPs_7EbڙSgCIkBV֌~:U>mt6'4BfZZD ֏:Mqs_ ?yѥ=n,CJK4 GK_5LHGi7+p|-ǁ$/{ikqt7'%vϏ@9EG#^ 6 NDd6ͦ,~ 'C4;Һd*~dڇ<>Ǝ!qS9@h!f߮+nު#sKA9E}dO"D``7AZ$'aiQ b"/24}#( lx9h{$e תyҜYx̔[4rٴs&f_j,4oA6g 4jm) C7WׂJ-^bM=٥V\eJ򣋢YG-r'2B+̫%{g/n#@꫁4؁ݢ#>>h녾t:BҝQS&N%y@1eb.O1邠*V1>gD l_ܑ rEm=\l*Q"h =#d*ytE֤!qcd*ݨ?w1L8ɮ'=:{tFRS<2:y4!k"ںVCP? $ksi#c•`J(2K4%w*i|K~lzkCk6C 7fA`iumBHw&rF"^s, ʇ]_^݋}(1NZ7"mY}e`FmBS'9Ic4jY`K3[e=)@FYhgdεn%U fyk0yܬ5Ы)y: ~#X7ow}CVN,:-`֫B+,hi} <י\$*+67跿zmائ`E^QЧ'W!=Y/|u'D '}}6Dl9߫ۆN'kNШ-L5̞cd81VCkZ6V@lTL3X :FJ'I&TlKN@ O=zr9ON#n2)"M@>)"RK/fPC(Ld_l3]j  HD!ԥ R6&xidƮf^g𡯧[S $6u R_~ЉO֊yjEdZ|받ԝZxϓ: ćTt൹DO!?cnEH)&\o-\~osj^# cGe i6VKn*Vi;pɏl#Wb1 NKz5Z';W'@҅Æ_)AU{_`ڞl5%";/X t(a8p?)tͶ9- L{.*c _L'6{^L?PuɼLDD3DG0ifvcF_YRX_gbr:~$S%̐fո ci a az ZP 8l_ꪭ]~v Y[փخhp Si=40Ik~8Rف,fzT'krAXINƇx3G#;ȩ ?@ӏvI9SrՆK*HAB8 =y m]w'L 8R)'@k- K/jh!87y,MwЮ\`y 'ys* ݬZ4td -Ф}/`c!%3qNJ7*Ie$nr?O$2ly^d٬uǿ瞃YE^9m1kN ++ZxV{Wj:}> 횱偓C&LF'p;i b|x)'&w LNd=nE7"Mˍ*!M@[|lIr:8 2:G8{V?/biDO>CHvym7n0`|m}< 0b}%=AҨq Y] _ w5R~VoԐxh{aᬄ,$7K6둄Bq51y =#!ʽ g᫿ 1))߁|}MHWâkZtH"z3}'v 7&9q(cIJ[:0QÊtarR0hNϡBNg]+yLRaiI[[n-F ԅc`kω̙ }LTE? x z,-OrP%xZ~aM2r'fV%QfKT{Ш}ač}ͺ yjBfpH{P|uSLHsyug| uuۀt E'b[ծRxa]7Mk}gH- \LNO},@'L;]TuIvSU-UH;h(sCKbn{O{:/c"їK^?b>2K9PR0]qpI~+?F}˱t)U'3Ts"G-R`2m2]# $DAJ,)J-!TE E6>ߗ!.@3[Vrf/!+[3(m Dz35rɹ\EW <VOoG!"&[NF t(TM %FC%pD.ʟJldž$נKɎo68d4Ǜ2A7~ݗD%F+=4N*ACJE%7lBzKX0_k#psCB<9!#o3P+ a#XQO`ZbN#TM@cuAVܱcE9' .|:.%8kF,0 V>7 k.,.bFjhj8MDVUzANX(׿՜ x1}'j_鍲H 6EE/$VJrbM8;PK%ϣXT6@0׺kJ *Z*IrBM{Kp˓Rhu= 3tQٓY\_ tXtt_$k}L;E;L־]?ɋ9X*LZ4V즟 hNNs%d%@iaxwle\MB:˕S5"u>;ii^к@]XI+~ov0OlIIZ#6R,X}ݞ;D2ni^ 7 oX:*g9M/ Qo5?h8Ç 2dDSYE_ՕR :7OC\ R 5J234[xĐ%[ah@]8ZyO0_|)#o__1ٍ*f)&۰"Mst)](.;rSr:L|HN1o`k*wHefF˻\ҏn@ua dtA$`HH"_M_-odecm A? 1ü%W.4J8Xak(#A ٜ{O ԝ G$/3~y @{cd0ڦܧi""6q余sKh/|5@@^v=8g;C@htk3I9&*%Յ6qM/pt6dɺ8|C$~DK{ ܺ!(ј O]p`s@vi˘<|7X ;$x!N+hb/6Fp^*a6sw+R~d؄@ bGtdL;MJ65f '5UO̘*lV ")@X#6:Vp ́Sj0P[tJtMbD 죛?]SZUCs:. 3$kYT4J"#_ a[/ !2Z,7 >̩;zF/;`;_lI`1Γc2Gug4# mPyζ\";@掠4 5\&7Վ*[FfRdʉ6ROTCc'©F eş&eA EQ E} e|%̾0V%G S?t^rŧ0cJegt3KIK17^R`*Y ]h0vسrH³CY3xOf]͡ |0CZ?s:mkȆb-:%;13UI1FbyuZT|<#ے:if,Dޅ2X̖3?&CO^HwxM2f=?hO۩e_C=t*¦\6Y`ڊ| ӜZ۩0}E$] ;5qP Z}mFdb^_4g* `YP,"xD*â7q;4Y!ߛUx}'mwbyjV :oz,{ Y$7'#E8p=FǾ+00歫|3%XIQndfY:h|:Gi귾ËB)A)ˎ452Vw'O"P)GoD16A|zoƯxk\˱'jOmn=1{+"K9B84P4֗꛾E6xyV>K _!;?ßP$qqM%7v&)j/8'@і~?qK!䌪tnC]*(_m@aW,dN4OjqPhhW [S 욚P~!/V9aP| 7r34"YsSxB;ԋDIϳWOȀC(YU*;W[}iJ,t24h2me8<.VѬO/ (f:׋PbU-$\h ~.?:K:NX!*!~[O;uL31uCD_.qx9kSZ3}%eZ90/l'*T@~/.]-&4}+fj!9C`7 9_(Dzͻ@>Wv,9*kɕ RWvt? cUyHja ,@BjgV~#Eæ)2s kGxN?.1^uֈKt1B((w0#Khr| pZ+$ʼn*sޙfry.{w^Z5qh2ܺX.㴼~T2с̐Wcc !Fx0F t/\3Q됕zBIx`EdžG?(HJD3 "k\4D 7?DtR:΄,}vl?@MOK 3{fc|Aؑn/Y3j!t@fTdV/rޥ^~b{+j,\x6k!:i@!خa4| "y)O A:&~Urltt&û{ M |+ 5Sໜ2-ĥP N`ze 3ٍ:G~IM ĀK"ɞY۞ͭ*ܒ%P!4 X.G46` ō-T6$hS n}ja3Bo-aՃ/X1l QKcqS:&د:P==@]V7v'vxE u^<i31ٸ62eʽ/ճg0{Kvk>8аh),#njסࠋuNKXn:Q2a#MY!a{t@E؄N9 D 7Ǭgo\@ݭ,&hhTVD!@:JE\`q'?IB.Bz:0`SeaHw([vew(.^q'f Ah-\2s-Rcs,]L*nv!=y*U'*8n"޹dox띻ͨa4M&uI@˖S~S؄!b ?IEטTcq'C9K;~_1?ObÀ_c&_:.:~C`E[I~-şq<]$-+SkҎ1ϕW)>'jL_JPl5de)8/J6pU2bE,fH$y:$JȭO. ‡]ZD&2~ӹ`QL)Ss6N\-1S2~mN@5m?@&=Q -ڥemiZ? 'j~=Xw;l̽G!L'ros͛^:Ba}zc!4XIrtŕډwT'˻G԰G*F5'?_rip'CK(|KJJ[1`Yﰫde܌B`M/qvu9 m~%n τ? kZ܅L9PO w>qew/x*70c,YImo)fySh!MDT" }Q:N[JV~X]s#d2O&#l`JP7o#3W~g`+Qi Z 4,J㻙.d/db:;qzRPHe:S14\@>OMZGtV6pq$H蚠&hsE~K1*Quߠ}/8CAʨQEWI`2> Sd`Ϻ*$pI-y$G 1N+fxLS^eHIC=0)c{XؼSsgaO?bɌ~~#baH2KB҉X9N2{A{}~{=Y&2aH0K6>/􇒼 ,i* ~o&_=8EMפ"[iܿ+vc)F^í9._SLAi99-I+}7}3$UO&= f<ҪPIH>K'Jn{͊u8)pw|o!#GGV1z'9,+CmY\'T3 VIg7jy k:&e v7On tvy{6L?)|X@aȭ"}O;!]9&\ QfgUq?҅ʠ?`M?PU@~/,:,tw&dPb꥚|VpuH701m̧8JUA Òj8'辤FtmF\fhoH$e;W. SsZBVVl`W.;hW]0K=nzՊ^xCVj,;Y@p1Ҷ17Q7Nj,t*>b?.I׿ti"tA_s3j~Q YZ