PackageKit-1.2.4-150400.3.6.1<>,:c[ep9|b Ea <۳.#+cvz3#!+i4H:g3a~w`Y@DMz7kII7S $QzIR~V͉g~oB_E+ p2 75%ʚ6wP,M)ta8%hIؗ] ݸM֛:H$\vS gvM D Hmt:~ [2q'{6QzK[L w)80Z_/6WJNgNĚ>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/N]"k%ngMsc!K\(}xd  Fv:)"9VS>(ְ@ h-7\l.s|5I Q J`W_,-DѼ1z.[fzIWz;~Ͼt\M\㫏D?;Jh& K.=GL$ƒP}ZB 1 Z+dZ#[}X8:G;Pkm,!]bTj_4TFf:/n´#+XϡkSt_v4.%6Oto#-3A͕cDH8j2[qC%w~>އB;9F4뱗DL,9 p0 [`ǤΦ炩}cf#.Šoz480]vSە-c8 4qebVX1 *_"~+uJˉwut\!1;Ȼ6ZQr?\ί) `H\u6R^b|eA|1Tz+unVපRC4-;ӵn6o*j %ZG~XBd^g:w 1 )M/*1xG( &`/寇=[Pc@usssO"-\BRA}Hڿv9@/rKR0#r+yϮ}3LM`6>F}or)CKf[80 RҼ K"~y>< ^~'ի&LZ29JHHįG%=7yZU>[E\W&sWǰ ЮԂ(!FSP >y`bH{8p'9c|;#/-O2 ႕+ЈxϲM 6PQiֳs(b|.A^IȜ3.ۣp0Z{,ԥK:^ SjPGQh "JZnpWaUe<+L`{85i+E/@*ո#pW%@~/nPf'6yͻ9Q pcQQ5TRF[QZ>Tk&db>ϗuF){4~f :z#3|Ÿ1 7$eMҥrG5 w*weCI!0YombZsʧh PJKdk LR*}hezus  @I#>8a.۞NC-rR'&%k;"2̘AXoSF#.VN1#5Bi(1,\QQoz G<]RR9?1zWZ~ktLRLDžޱ)ˊhE(ܱgSkRנz*+|e;szRu!mG 'ZiZx}o_ŬG l R~ T`stR)Jگ`,XVJmr~gpKtVAV5jSN,u.l' `T7'Ɂn˟;p@ fdO\iv"fT~2SP#Y?\9"})WF_+HAsX`7udJZ2.p3؈bip=+g~Kj XW6tq[+iV0Q] |.AhԔW B AO؈E3Qg= wŝxUнɐpQP0seRܪ~۾H AEl5LIA=[A,*v_-V26q8VMBV#]XKQf V g4Em}7{?rLN l 6nD2}]"D<,Ɨ'h+32#(u>#pݤT|[cO4|=ߝ,_xkMX3}ϴC~F,؞.75kzXMȸ] p|!5q^ f#NT)杉7wڊM[YXLޤeiogj?#mZhq g%Nw9rT#[Ip4#2BՀᛱ74'6pN "T%ՖIY\Փ؇A8y~hBMhMQWphA1QՍҕLki'}v1cQQP=_OQޔMM%EG=">-6c8iUwU2DԅlF[V79ˬݨ@*V=i 겏 07%8duy k ?#E l&՜iٸkZ]@ "no Y E3Kr`]~eׅCZ*d&u !I !m%!F Zfkt?a=|DN@VHQjN+↙}yY6eOWW07}ZqqZu%oun`fౚO˻Kݭd(h>}7e$"YGLy*Qqf%Rf'BԖo0@`%#9BUgm%Fʎݎƴ}ҼYNX[$?tO* e%8|Q#)Ɓ'9?66/Yw;\'R ~zRP Ӽx$:?8u'=6yb5[o."mE~.n%`濌x$Z7oI Uamȱhn:+O/v:m-&0+mcZZ2@,<ΓH، &o1fPl_M+qBG޹%zN2$> KcDD5#-ex9#GƤ+qE,kWhV򎛋Mxx(p¥I*@ I-rLYS[n*mcav]ṵ@,/ KtB7|nK(Of̐8YSR䚎new#/Fިv}WF9iRJDfÆ:'̅.ɪ81FC1X8v(/*|)r4}&v("&1ŷ]zTԖӒM0ZHӮBIajE^MʯmCHUUگс&TFhyYR=!WkMZJ+a>yB(rn-"5*/Zj(,H!Zqvنwk_(<2?m,28𹁜0u&#^s4tf6zAP[ _fP?yM`=3[yDQxgjty /cT VuVםi srK{cn9@J9!Fds-F Hб%u$,+ЙtiHvE†VbԩDGwb f뀙b (dV5Z1-OV<.UM^^,~]Y$L7I-bM7[}iS`;$ǵ]瞻5H ?֧z4Zon nC D{JtkGSbl#C; C;R"79]zوT5ϋЯk|FYU o:dKv;k@rJq [fޮ8Bћxo Z!ْt;+P^5F!0S9DlB]U?SI/0msyi­%w+߼|^3;K SvO9D9^??Tg|vnb;ccî7Vzg8]iSCm#ܳX+)Lvwi!ibټ8;BO.>Q#\:_\JEoƴ%\˃O6Vd'%@y&\sK{k%x+M#x4pР+l`Gx\[?vKv„Y㖪<5SB)ߔՃ=C?a@/vrZ5qHe WO)d*Cgr{UtskneA(MXV|Ϙ[Ao{,Y8XTHaǘC'fՄe(k :f.n*=™{MYb2֞2sfI'4[0?Lj9w5V>/ bY Y c[?cJtU%Dru<ޮ>_gd\Nvwؙ^cs-| xH$^Y!QJ9s灕|,FdA]>"wf#-MAa}lr 83;*xFuPl%, 쿅&-7_r?w݂<顑r~*ҮYFެ߇)" _ڬ9m!?&:NW:ܳ969/ĨbtjY݊=xT5q3%rI˃E1\?x3A!jw"nS JشVW5/J%gnd#p5;CP.4ۼF$ΌSKTS4*ugqhЗo!>f =d~j:BG'zZхfW`2"[uKCLv;+Pe0VK@Ϸ" ⢧@4{8$MHL`7K*;W#vu+73,רU~Ͻ!ojtgB4B/(xRS֢]gP@|\y;y SƱfz$ TxD۩)fD?Xn: #SȆ)fv=w -s/y+q1ExyK74ā o$ċJv*:pǞ2(DZqk[UHq0AE7R*B8sr_%?5p_Nn9?T|t#D,m2ߢFAT%6Q-MZsT"BPKf%zOyP{ 2_ES p,SQ)pheNy$c*x͙/] lR̖v`cŒ0  e,[O5)0;COOt؇MKqm;5z+ 2m1*Q^v=E(ҡ1 F\^s$4+s)|dz<-]n.De.1P\w 1?~k@g#DyTqE!BJH  =.?h !=`PBFthyTɯምXH/fXJkȫ+;{88O̬5fX-֌  ԅpmBQ:DŢpJ Qf (]=ds:$w%]SVo]6Ԑ1hwE:uKY+!yi)ەYQo.=Pά gkY#?ٙ5!8e@L:VV&. Lg*5=IZs<WlU+uΜJ֯y 2f5St>]}ֺL,$ Wk$iB^^?s(*5?VpUJ ),B9K1˄lT%$CoM"(F̚ |#6U_fAcz}EOuN+Dnx4gdE5O'2<ǂ^\'3HYDYH3$9򈂀ia3E(c|C22}P)w&`'4/0n* ȓ6rGr~@[&.tVSun ~ӯ[T~Y?CТj pnn*՜ye{փ0aZ6W,&ng(Iqla$5{8pG\z[DRpv{hr3APg5ԻլF{w%è{g|/`gqz8|SҰOt".}H]-5->Yqe카9C$)2 dnQiveeTahyh:Y@eoLZQup0,d+O< mg7!zmP"Q gv ,&'k(x%]#e(GC^A{bF'}Ft.o=Z@m "o}dC0p&1wbKtfIrra&؋[ȼiA`6XEBxLK3 ڿy|8iUޫZUg٬J}ݭ 1 `RkαԨG*{&}W&P~!=|T"{Thst.wK%JFyw A;YBEJ1ɰct9Рۇ%C:m&Wjn4 jQ%—s8Y2WoxGp$kZJI<]ێ h.1t}Bx̊DWa3iI[wRq~0h>hU?$}QuB_cD =HP%C]#m>*l6>ֽh}>b+4huP4jK]p?r k i8S޾~.QVW}l|5Jq^Й T,u{۷9@WW27osMFzp3]q/Fa"b* _T@~4'QE l_.4dr u{mn' ;Z12T +qe,7Ƌs78Ub4g$EY4".^49ۯgu7,OݦjY'pE]T!6zR'Hdy'H+joʘD3~2 Jr{l#N2~mXMԲx:7.F s7&@wlq D=TPr\b0Ƌw2Ѝ|b]k!۩ڪnmb/Y6 k'/m9P  0_rlO&9\Q*P,tԔƌQDqH^]Kj@)&il?Eؽ s>,Pr!XLXhSbZR 7%E>4;|\xؑoXszՆVr"e#r A1]zk0" K̙ sĹJj֝Jcۢkiҧ_5[kZcȝ{>V2LN?1QmsjiL"s/`FG(KHgc#ƗgcrUw)GxkLt}*^u9,2#7ԂWy^2$eI]"O*τ'P||=ʆ1n7R[J[XIZ0ICi4),;;@ܔHg` cPgx y`*=$ǩ=*F- 9a!v2ba #fyeOVt>U8WyRx&6_#Ee):~p'!ֱ;k1FHRQ z 48m"ݿ+n Ni+m%-[;4a|.i6 [C\4fM дSabF0h݇%\w7u!zi5=蜿~U BFQXXLbP`_֞Ű/ArlR2vpkMcjI0onE"BX9/;UZFWċRZzA|Bޘ#0;QoEst^f1ɚd v'kت/@{#FXHpStV?vxNSjG9yڶ9cǹ…IoM%A+.N?/X R16v[EǸu/Ǻ /Š0g :f %G[Ø*!X>E[I;q:b9mSΕϼyzc#%U[֢c.NQۆrhGrI Rgy8w{R?h^ #Pu"Ik%08\O)'D6X482}ICe,LޯG'ϻ:IU >,o?!FFXVHt%O-:ӎorm0)~Ǧ>(j zgNy `xD8xp0٬jA1;|w` !7 Q,`ŶFm9 *k%w$٧xR9<']ɬ´"}B5MD#M`]E>9ayz̜7bwŤts;f ~5F0!9D(r-F Dayyn(Nȷ3iKoz;ؗ0;!RKP78ܤsoqdƮvUX0= !ܘ\cSaa|1L`2U뮑t'ҶVC5a+"qr' bXV"lgb^cVnHa9; ўӼ+բ+Zg(K-z ·\1m?1Tb0/T*.|9n-|-QQ>s2o@;%>UW(/ftɴ&q)q=1\i5#y97nz-q#(7݇=_iܴG9 8%?w|iFrXvK4Ǡ+A)DB@J?#،_t}LjK6L;.AUe*~roP\{xZn57#dg6 )0ۯ)tÛdsfc.Mt8 Oy `ܲr4fg<";tk<2pQ Ԋu>}Y>kQxMf7Zdd 5qvts5<" D6V1 !@xB=YLk8pl\ad#NQ=B4_Ic\SQU:QNP}9=lBvb!ApȟWk(]Pkb z[6 c$Oi¾s: ƛ_~AZ(F ?}n@wosʋD[!!9(LP65R.%t#$(rJ%99pJ BpO4V_k5Q%7xEoT[F!N׵ת} ]* VΞ=E>?6nw@Dg4 ~hS5ˆמQUzImV Zx*?z1]c0҂K!o33lxHJbkmm@:|Ck .L]R&ro,/s4sbp2'3yx_c&u 1!>B P 7K4ID B3o˵/;Aߡ/hc2L|l^>U>"e&-C:Mq5>MUӍxm~V$^k>ߝ'/2ʓܧQs"!Bn>a^^8K`3.a9 rhB_`8ZqZOoWqyǩ&Mʨu2 7 h fa!$ƬK+ /ɮQ;OI8a <4hO{]rޏnGP"+S9πܢ)+8KEU&0yYzLIc->Ѧ) A{ޛK˝v6I#C1:@5]-5j{T *C"03I}878kH<9U *`%dK7CAb,ۍgl%Lk{RZ{ Cjk` :WbUۂYpgB  B¼1f*vC0av%w&(sh//.ET%3FzO@baY+n4a>i(=2&|-+m_4SN]D X6LWhcśXP I5ĐhgW vph䨹 Н.Zc^<5ZȰ3© D DBkO!xx%QzA|H k8eR'OVX, 6V]s \mJйSGl(SY 7?A>eK*"KXLwDm-M[@:e;+pZjk*E>;{xmak?r󾴌#2P?A6.@t{M(!nCw8nng8+]pIvpdJ WwLye̙2瘔͹J%-=| aI$LiNhl":hVh t<*F,%`+T8ImU@yYᅰP!w"R7dnyQ,'Z=4 tU$l&qJXRXU'Վ1ž}QҞ_c -71 fI݇ q="^ڦ>nD`h>5y@ԏ9윬M%KSkL l1jbmdyXڭ'S]L7MKV>x,? ct3Wٔ,cILWgĭ련|!S8s3V/IhԎbǔrcOTUGCA}Y3+ޙ5 ?,h#r}V3ۀ!w k7|l k&rشh&b2+ʬ\lՆ^9‡PFci!%>x:K4+CTut/>rfRC!ƊQ&p$4o5Fk6:O Ǩ/tj?85iN <4oF\ ABEzS$6e3^lש'l,䈀'K+džN56I8UļТ@_ޤF~䭴[z[Y:0?IPܑW.]! 9UbPu=x]PR1`|;""Wr?RLcᅉtPsbBRu2Dx,R"W ] bJ&^9ur_2? 5xWpӝIpkm" |6KuHx0~^H!8z7nnmL=30X:'t>m]j- HW ]~ҀKXٮ,G%|,-pÛiwL[,m7m3rܛ a؆;r8*]"Z(\f&F֯FʝN}yhʝ^cQ m#nP"m_K+.#C]<d]+ZlH_KIZ+Jۺ`ώ_㒗*p|hzTUS">8j<-H'2`iLs1YQ~hLeQ$ rVҙ }Rt]I ojxmy/4NVx my-Cփ` # ;_UUTxO'%Jzu#Po<϶RҬdw>G ˻@D}0PɁ x@ g!z"X>@|`| YIϳKz3rY;o&n|׮zŨweVz2x1t4@TyE;'T K# /j3H-3Kp!Y+3yJ#v$I1v. ?IE ؋_$ *\ pjOٯ{8&iB{|3KV_7On}ڗ~o2}cHQ`>9G'ytm4qp%I2/y\۲UijvҖ&Flw42`.&,XqF8ɽrO Σ@⴩㖓_;R# .:G"D$M`&'.W{@zw̬bu"#W%:Nݵ9W̦Pj6k$DÓn;/z0XXK|'I*5oZkO'l]Ԇ25z $|-ijCb3.6-l'kFt-X04\ ٓѹDET eb;KKevHe.vB]xC\6,s Pp ()﷠ߒ_i}:H/eNO8u- Sedqf̿;rULVȦp#a3/B+P4Lzz(]/'LDCqۮ'<16,o+zRT(zwh+)tSCv(C{}V)mhIq~VLrQ>_Sߓ<<3ɿ’5@3{sȜRFxaثΣ*:%qZ7/I\`<#x Z:@4-oRFfN\IkΉ'kHhc@SOV?WDW<.W4~Ӷ\B#juS2At?K ,U/R.|Ȇ>;,adȏ)sT#.x(k& ;1Kљ"sTƉ^w\f XM?\*)F(=,xʞe뼰rPQuJҺYb?\#ĥyqfϬ*vWUOdy-tȨ9qWSq<5 Gi? $dhS1{}. CxωI7JQmpxέ c>RISvضv.s_طG4EϔXkxBD.fa6.A?g ,[ \Xu* +5d)՞6ap KNm.&?@-IZW IH4ǫZel^^r1`uEV7CDF' ~B#08P٠ԕ+ab3OYӑU/Mr8Xc ߽07lHGf:j$ZsK6XN<(\}0H.xQOW~"S^d۽R֜lp,Zn&4,5 5i7r:M5]|G6q{AZ5'S'[02ɖd+QO:4[7SYxdp.Q%iL*;Ԩ㡎(aJ2s0_>3~DXjVdXsU>=4}"Sl52Aȇo{gD)ެ#;16̲ϐ1SEc1/ N~ x'9T]cۄKjx/ChOU[^Lk5m@=;r㷽"3C(QKWXʌev8<؏lHH?v.9 |cHP36 qƻ8}u'oݜ9Ɇ 7}9U +F1!>X"[b 9zܧ$g1E/wH b^]/"P#QExנ3Jhk;7-`i|!Ƒ IZa.I !_8_SBEg /#ÁmjBpw[C#IϿgf<t EA(r=]fux^Τ6+U=ˠ5͕}621S9﨡Ƛ||U6WL1Y/Ay(3-ԲYIͭZëEewcnoo^{r q.Or]]0#N`gUOTIΟJ8#pFtBF[\3l4jћWMpP"k{FǭJI{T%B:hRxx[bCN4Am#;Y˚vR ,dfRnwч"mZa45?QD Ko_=>m}[ynaidSP N9% -*lMq6^@ӸڌV'e\覄Azg*b9( +\mzK;p<_Xe$F,د?qXRЕ23;E1bidŹAI݂3?[FnvX'1%#%JSbqg\eD`NةzPP} JMFY e2(əh?Na1 dq=g=5uX l#$C[^V0cxc|u+\>BO2ʺAf:r=%JH7pg;H/-s`pۉIcb[Km%|ؽ))x4b۟}[✺4* 8~fOc.)5pm`Qߋ=)辖3x+`^Yt5(W#rFy f&=d1< mU)gEX}E "}$ϟ U "p`qnxHA7(,婼By/_kA!XM'"2*b|WrYxP.$nܫWa&yc rr3m$Rrx5K<)>| pϞиϺ~>\(&7Cty4WlP!ҺRY\Ýr.nbX(]55BIŒ Xфm~?UO= Ig:Z ڶ)KhcP^+זAO@|i'ฺ垄X&1pIyz $| P:'9NnUN_>4?(H4t LܿCajx2\d9kN.=S'=l 8W6WF/(c](A (ŒIU\=}8H+Gkဍ8[Ĩzg)*a>. gĹM$/wsE`bZtn2cx 9$g? 2$z@f F는꜆F.)"A[Mje8lں 3O;3v̅+q~s~~n̂ q !jKO3=<38i} oA(^s;sI!3@o0"@cHbI'2="o!ӣ5a/d Ue) );?.[/*BS6ղu[q$=r!/dB,/s8 ZZ +ّv.QhS$(9#Ѯ ѷqr`;fUiN=*Ϣ"% m)"2t2lR压ےx$Ğ@>sbfY86hvL0aˀu3O,o獫-3}~}Ex;6oAQt_)jM c m2~ q&/wuJeH=Gh5MȄB xt ERp|228⁞0?4>v8UȻؚ^Qi9vpa8rh1zik_"ʐi]G{S]Y&q(+k't}#$Te=ԟ;쓥ɯ1s6\czVLz.^ǯS 4hlW+g/agaX4. Z;O8fx)&bV3&INi UrΨ.B@7Wi,Wnhd?y.ވO =PE,^r̠ ;JZX"?:L/9ߏnf4r?:aXRr5*jutW;SQR=%& z):F=+4Gni!w'zv|`g5n\T3%/O` ;܄30YqJ!V1@xRP;Qθ/ڠ 5OډA_&0XsdeѸ5H9y\\VY_fy|yx5Z l^0r@7q~(o^LSI0,7'8?0"O?L1sӼX%hi'X.S߉[cMH w-cg&Oj0p:ϊU|O IZVMѨje>A&%5 nבCJB+N;R"a-L}UUWN=#{~ ^bPx+ż 2 ׎),쀺w3=ʳ@((>oACO tz{X B%@_d#9GzQ%Cz n2ͽC9a`,P.`Xv0@BP& 1[)me%SI$k-_xXׄ5'ޯrU" \#=޴ѹSuutTcH؉ y(8ILض}sk Tk$a݁5 k=%׸ۮ>Y`]s {Cկ3Z >kI/U6y "_&.'kUbcW xK1 lݯ\K3V Tc" yDփlzDUT-*yԪ+Z P^tL<834gփXVu{ )$j\Tȋj{YluD(D %ܧoo<wjq&1m:TLM/kTW `m+ =Cj g sL-ypFπQ'QNHAE)`0mK`!>`Nm[_S#X&"\fx_FzOSd8:Kj,_sC|'s]: 7"&l2h|qq> ጿ4S0M#BLCuX5:鐂sQw?&Od Ruekt]m1~ 5(kK(R9Nec?*ض?>NU'o͘rj~(EƵ5Cαg&0XYJkN 4h{!S w)/zHwFCnQCYJ&|W2 = }}p 'Iszu`^IӋ ℒo;ӬOxZhR G$hOv.=p oe!'F U}i}B+2Lu , N7fEKxQ.,y(|D|C;7qC( ~243&oYY5j}Ә1b7^#8UgV~P@#GlGWE@]T/pn⦺ZB#`҉r> R.B% t,P%DsGIrcc(a?p̌g20tGi߅^gq4<>)d,=0\7j\\Uy|KEXR UL |_҉YnpppsjgTߚcS-θT|#f>΄`mq}dd r§QϮL,=3Gw5h_^oF]4]/kdׂg*[}E3nINFGz af9{nXQ0UƱץ2vӊ^ڱ('2eU8ζܬ 18S!}H:"Z~Yߵ:_k ojO%O]o>hw&?X큘o:zsY'8pېUk~Wn(FQL\ ,{xV,3 ..Pp |g J>@J'smdRg}#!2~_tJг_ CdJ3 G4_ȼQM"$bt 쏉9j͹0Q.lFWACb{ ]M,2 %!AeįL\ olʄ4G}~im;!nmTI1S@J%:+c\ur+5dgR4FD~/EEՌUSB.yReB,B&T@{wTȰZ#8I\ ҖQJN$]73ۦ広ŀӼM0&,P`j يJ!ђ36cck.6J{"qJfmg&n"g;^`/EîT!X'֨\`'CHYVfJ LV!s+IZzkGcLյ{ids>?3 a:1\_fcmm%1[~:8*#΋6zy#y\WVǙ ^qte}EZ=<*f椯])bJ}ì}d q=o#Mt}#N>1[Fmi |EaR<9YVzI>J7ٟ?@ðH1b*A9֗\aC;#pX48@9\ː4羘Sqցp'qUVR#Bi`x.}cυ!WC^慦yx: ۵<8Ϡ܂yy8| t\u} S8~+xq2'z2%@ 0Y1Ѿz{1Іs˽i/3{3π6. rt%zXjSG4vC>Tρ?끒TRyȐf5%Zѿ\cW2>߀C+Am ?%޻29 SJCఄO~W)0OC4qf2|$e <`!jKqcQ-'Ml9]xun71!TmS>=`l{,ٚBpvJw-+ ,b%*`P\Yd)ޣ^4#D3&Գ}aw8f}o_2gFW&|GWX>t[(Әdw sC RW4Ns$k";/Ě5=Xdc٨0j#,zyϭo9Gs9ǻQJ2P0M_ۉ!e縟}wމ${(M!cJKR"2.^5 '4XW6@p-wiJFô$.+Xp[x0GqN2Z i< 9|4=Gx80+EUCݚ%Ob_#?tlU e=H~E 5- o,p òܻ&XL0" ʆ%+|s = Y~b.f|JzNV%aN0 * \Vbh3cF㵅"ÈDgrI9̃z9Aۂy,#K s L>ZuBMgL_0OQUV$.cC=ÝH QS[܅!] ߸S-) p a_ڀun,UG+輼hWٕ2/& XYHdc oDoqY+܁tUXdħR#W)Idx6%6i1Co2T"?1xS5`"\ŋϢBJQS5:U{MrhQș\]-R͹-x "ݮʏji*m+GzZ#2vfrg>8|'YC\*3ܝs4@hS=wQe`lid9gq^(O,ZIЍ|Zs1A+71.=K <|#_ T5>q58G,6P"\#hoΧ`+WQ-Se\$.]#,we LT>{6.ODZgh30O8{՗>l21AGcGXqSSl˵+[Y!v(2Wޟ4lpߐy$9,%杘2ESyL2l.ؤ7q ?)2큉@`7}̞Y:(4ߦ*俅cLWӼ*IoZ~2tպvS?,l/C)V#U#e&v<~UzwS1c-}8 >1uBj[*9KMY߃NFE֞K?NO"n?-wo2 ksY >.DEYWߕ-&wI!+Pn1rfʮć7]6Tg48{gɎ HZ"[v@I .,C!bmdCC-)L|V;CD>azJNvdTwpE]Ѻ e" u$%Ara zz1}]R A-ZE Z=#bI%b[ls8^ϥ| ?M=zI ͷL$9\=e N'#q@{mk0>=u\)i{y2p)0*x!A)(LJlSX{VpS{5wk[ wA#ѫi\8E{{}!I6 _$m$R_r_)Eu: ʇƖ-1&5n fĦmњ*0ޗ{$)#W'Z-c 9 .i@]ΟS/n6X@ mUl6My:{3o\[()A#4DcXI0 /eNp(x|A|Y:4")hȐ> dxW bq*@VA$kF2/Z΃K`"n_]4sN(\H7ܺ>vh-{/&gXm`^ *;BN+n Z19=sX90yPT{6-Kb)qr/;RNºhh,Deg`(C*Ӏ+XiFDx wm 贎-X1A#kӬ |Ҡ1UgzvuUjڷ<SaB y! N#\^Ք '@6FKY?MKLjAyvz*{OI=_2"%5G+ 2.w2>kC\(hТǔ+ĈqR̿ z!}&L7˩ka+7R-Ҕ OĄ%6 ח^ "bU54Lea?|:~c8ݹ$HC*2v뢧V/uϺʒ! U>yqw"}<װƯnJ H) !IVDϳem!, bBnUhr*&$ߺ7t9ft F|l&/B>r_I1(hq0 n`g',}8\STYG~@"c/a\,\ n+Ni|73h*.Z!džj,``]ShϏ̓y]"J{P߭~5^K<;,6 S(F4F#R]y^:5i }غ(Z*ckR4oМ3/ >kVUK;>^)/R9z'YMA`ׇb*jqZ|^ MstxݬZ y*&M7ߌ RY.x͎L]5aMۏBr1aCы[D;QQ xJDl`\g)i[^OOx-UT حRl_uɏplIlZ4$nֹlN'=E{XR;y1+hn f!A50^ 22 /qZ&k:  UV]a69.9D00,FMJ=~\K%Pm1xuU˿WuZxѠpDP[p-X:"ĦCsXi:Á$ŋ#/hοY`Pq@/ܱ6K5 W !:hGef|g@T ,kVϲP,!5Pj׫)N]:]$MU]ü vϭDx j'Dٿ)!ڏY% .jbF΅FWΓD^}"/C2XfHT7r,5Dd.kvyh]46b)_5`R;!݌\K|"{۪LBvdS։Ẍ+%IKy'??&EȺsҀy; Dߵ{D4q0cuH 儞Wvx:*Xƛ`b]73Co5M9ʏuƷ$|^fI){q Dxν[PJ4%ړ0(-@nm{A!=@IBI9{p)H|G8fss'8XEk^)G1.>CbZxs.=۩dgNPrn^2##S9R99FŗnvԎxh}}w?#"+P{?4Y'Af ^#1O-!]7ȳF#O`kyqѽ(gM+Y%j1` *k6 ?|%׉\wR9dv V dNW(|^{֞|fo֌X0*Ge0]pl^|+Z.ldPN["mas5TOV/ouzKD/¨jzָkZ$FڹQO,GG bCXD]$be>¥LcBV+FH|Ņɕ٘[Y91|w ǸGY-r(oS65{8}RGbOd]F %{1Spj Kj" g߮#z@ xѰ8욊"DہS3C XcsBKr6e /?מy\ Jz45}ދShkHإ+6t%Y1);#hULcN71zMNRŹ-ִ/*>R B$XX/ס9Y&eϘӷ{/.U l ۏuUB{+oR͍G$JF0tq)0KZe (|0 򒑿K,v6 ÏxHkyujem+^J1Z7uH$oW.pֳ8Wo%l>-{0}ybp.E9w*{sSp論:Բ6bQ$13mx<Ȕ9 mVluYe^|te l0g#- ÿH7ȥ2 tÚ2qOXrвOkxB se56GňP'4?H?uh?XA3ɯ23j$n (;5{J8T/ KYe "WqJg=)|pWkDϡ?ՔVqH;NH!њw3KIb\.Iر#A4xV"qvmun$#'F3td=P66}"Ÿ+3˾I|TIySXH#نn7%/a&\-n"@7`cS.!uG!ZY4*SԞ&$EsRsfpH,m´6Oi=Km.qؕhM]C=T }h?S]2ެd=dُ23{ON5;^W۸xj#^>% ?r猺IS8֔*uqk (lCըstOZ9d0Y:=a讣KD-` ǚ(Y{d~#ymtIaVauò\ ޹ cݔV4aqGJ+6x\Xz r}h0j@3Mڳ uYXxJtFSE 4&dzJFTbR#:p[3^rḉYs6fsz3Kehɤ*5P&/ ܫyA,/R~tN1Lŗy Pe濦g _h?DlF;lf)mD q¦>ٟ^s54@;Kv)O)AZ%5QdNEU_[(WɌ6$%HzIj .|2g]HB @>/K2BK951Oi^/+! J|/xGې0o{9%"@6C077OM=+.@“w]AQ0 W +- UiI&l &d<Y,ɬHX.ʻȪ( dC +>7gBoɋĩ|߂k7h6G:%}ש"m1;&Třc#Y@K@^ZuoڡaO(0 |?\( i&k K ##701@s]_@U O+^/c]!%.abd_?1U~{1<8P5ax1C3im/* 7O/Bﲩ"C Jץe)ǝ()Co!R]lOtl` ÄMv)sSFI+IeҁIbe{ %ojmF5r+;| kԄqT Ӷ2X><Aw z|Q6K˺RF V/` O4Q^vjz{^Nm&iHh׷/̝WQLLN {uӥL34Vzg] (cE153H 'bP|NAFЬ& b?[!uTU$O%,Kb7qYﺟ T<v 3=hrf7ȧA}h sBBFzTJ:%Mmdv5h枔ۄ{nk]Z yuñ 4uH ~*D1R-\ 2TdJ\g G QH[HMĝl߼qr\rIˏZ߰O3FM0?E&hZv?\D?PX|R ԣ}},A1('Eީ-ic~.gߓu[/!"$_9`7YދbcP%u<;f USo# "BbRhjB8`DN)FP)?-.DCAf]o ʬ6EQBbo&݄Dd)E^/:9$[͋'0:O|JЕB6ι =n(s'8P ];m"Х\n!MNWsdlQ~k;.!ɝG(/nBRrX(OΌCqX.]yw,=AA;/ hCmBлRۍ0b/㨨Mй*_J4ї!a}IJwhWaĻǢ/C*k-v}W5hCqAR}Zn6۬|K򁴕}-Ujn~yx,H7l:\~`/ 71 Z[mNw7ᗸljӷ=CtF<$b֙V[?8#ۘcqױ+tU2kZ}ny6=yo45_-Oj2B (x9`_\(kScj.sN! coJ&W0վ=F=)4 N$j̟-𤋒uTt:ڜVnLmeZ?eyBg2YN)7绗@DE^;wT^bYPU[3 !]m`1S5@.ķ)菟"0>v+EŬEV,T HB! ?սwO7t{O+@iQE3`|P lUNimwWt'ns:}ض.{8m}6[`*;uGOn9lXïB.zE%8/`a,o8W|Y ŽwbL:cO)b՚y8[IAӉ&2xtc'ѧD+~ƀ fuЀ1.Km~_7ߧ^[DSǢH[qb<q!;+zH6PPz?x"dSX.h"5 EXen`/źssA- *%pp|Id/rX V[V]SI$fG}X=zh) ):(5;@/&ԳMmK3 Y)jBI[?JXSvah,~ڹ--EUO}!nZ㥼~{`.#@ёlh'Eه.(:dSBf?쯜UUV7N"닋+&lfhPav$fG|Dʂgub4u]uLL3bNB'X#-H!1^ξ%?CƔXADhAѽLRwbѳ) RؓOlLۆ9 7}++V"nF3nvV%p'pYUD_H% u5_BE}淟 泜vwɩ;@}=9v/bBp Y1xzAp~q?IG8OG[ch G콗RfSHdmͯ^Ayo:鞟b3n5ސn/WItAUUG\i6mF8fE0{jmMd'>2Y^U5؁ob.g'/~ 5mVw 4eD~l`u /jKy/GL"D{wT5Bh|St:m_;1~pt[U}6\DZw\}wg{l׮>.w6ZɲՂA~X )&&KTRݢl3s<kL9v*T;sV̦FXp vŇA)CqVbʐΔ/Y p.{4(Q0R[y2^AJƨeS1Q: aVZt ^1Du~&!\Ɩق<J"7:D2OΫfQ},BzNz"U4d'QCVvFĬ4|eס&*^ChQ %*!_=B 8?^C b(ʐ'HTqgݗb6@bT"!=wȢ3luo29rդݶkK`LWriQ>o+8 䳋BE 3١̕k~SfH{hx¬r}C"|*a@6IFȇ5˵ԻY|'os/1g3 >I/$NWL}dU\1eJi/5ˡ2k+N9lg~l2gRa@x2>cȓqw➿rbfPne n둶3p51[(rgvu4E$V(*޸Zuz\N@ !3}$gV~ Ra|#ͩ5?Ҽ(8ᅬ]3WqaI͕Kx[iMG Q;g:TA*Em k#+GƁֈxJ%jBK`΃y$hAo 0_^g_cw ~`Pia;,lKN܃43{audtϰF#OQa Q$'ܷ+:yk;q{eYp.w? 0\+5M9J4vjL :~Mf|NǐP*O WgmF:f>8M1˓G;O8N7QGdk% d7tĿ )O ^1GN%C}1'cWW{nuPP ?C2,@WIn|BК=`oYW,Б 8//̻ZWtI_.L=24) 1Up]v ~'|M{_o்Sz .Зs)HԜ 61zFw|ذڂY >RXc5f6mfb::+YVad5;HċeYP4fQ8tj41jӫA݊ϥ@&TZK?VU3t{JuuL2.(ՒFJډ8OٙMkWx_օlJج#icDjJM{\5[ ҍQ}[aI~9c/A<G{m x)t3p5QE]l3wHO!^Q|?5fZp8(j2)9av4KxzQc4NcXP RBlܕ^K4w'HMd_Iآjb M,&NYwM (aȦ{{?flO4YQQ >D!%V63mw^T_jB sykI_ ~Y(g I|Ɵzǹu;W2v\堠GG8K2ia8b]fgn;<B `3XSi"Xa -ePZpv:I7u8m/Y3lhBGo)>*gxpKUX --w;b;(\C=uG- ]CNTk牀ڄ#":3_;a8`R|h:> J}a^Gr eѯA8Ji?A!DߋP=85+ #L  q7 HC*r,TW0QgO8?[j̾BI db~ge,60-ߧ2'a8E;y1nFA'?|3ԐC7’/M2YiRF<أtk68DkZU K$L a*.U mC}XُApZID5J58Y)ܨ`mkV<-b)sJշl=g%0y<9wo6avSh?ӎڃLtm`#04 A4N . /+-۴7=8ZQ FCx ~r+}2b>4b$-CaO^55y5'7ΩN?pJBq2l^aMS{37uM8(D#@E҄|3~^<5ynli5ivKYF>cFfBq:)o{zI(<;g0>pJ&0Ov,sjN~ә6wM7)ͲfO^(Q_Nhj`-s"dsc3kkABcM}_ l.7oJ W0}7rUS7@+|wLRl=r* G9y2od2PV$^:~ (]ӯӧNG$^P]F (o)T#4Y*5fQǝ2~;xקooe]9ѝ3;q׋?v∹M>y_H|DPb#" b/a-0y*pl`R1< 160tM!5HqsqaR&2%e߬>)֨g;ODI "rlEMEcMMF/pM,&k>tqFCU[PKxG\Ez²u!~J-@ټNs"pٮITp7"ҤRqv#g5]NHHZ(FA1īKj[2*s(Gѓg55 Aۯ7:d^9CJ$UoZ`v<ǝCe .q-VwvZ!"؋_n?P$GrY/E6x1gpxB?PTҨ Ӄ2Gգlo)\5BU(v;\?^!"߇(Aw~}~_2p#+8s46Q/*y (ԁ;˞ueR?&neO88&t ViŌ&eW !9-b"ռ&1=  qݤzeМJdak*7Ȕ0?l%lT-i=b V*)>KKS5HsV0;3d(`k i'\)`*a@ߠ|Rx`(qXqtFVY K>#ղ&~L^ƺaHJdwf$٤>&wv63<2+DVW(@`Uޜ@0J~VǕp4I$ DC`AeeJ+M ٳ e$`qeiuad'B\d} C҆=b Ckp6d$"j@tۘ<.;~*O^gS'xS3a5:QSB=eL xy2V-EQ0GG{胳SJʽ{P~~t42h҈M%>r*˽^fKԐ<%=3RňDWKIr٥wtjk&k[z)*Ym{2PplsE&NC8%dpb5W aa'+XPig?ѥmUל̦&X<݈ZHm+e9ݐ{M78mߞz.&H:Ƞ" s0̗o<=V'W*.m'FzL%0KԨqZiلsqrTv'r"8)򦠉sU b'$jaCK* , ,J-UO3r#C} l_l6^ѭ]|HMzCgee' MǪOWQ&yIMyiS|׋z+}v]_{ Xo-s{PheSÇ[/.C'S~jN4*$q.-ɖv}%lԁG?HsFJyۉwYÛЌK, α3gB5KKH-hC O%(eadqeg)U7Լͱ!6H 9kn MWRh{3g{|)J=)\{k?abscidG?us@-s*f-dJ1:g ?;:6&̗)W7_bTrx=HWZcrDvOmm޾8u<~^K#pqtj_|) 6Q}[(B-F<.ϧ&F,-kVS0Z]ʴi/WtNu?zߢ9%*:YoOg= ᶳ#Mwi5{>/0pLZ 7gAY W%X*Lw֫4Sݭoj1]II^C_L?;Aݲ8yg *=6Nit5[qŵ'LcRoD7ۡb_ >оB܍͝C#GB5`fK SWܠ u;1aV\D6Qtk~~XW_tHHj(ⵅ癰Ĉ;͋!(((OjAB^8:GgsZXE.΀tI t8"3N;Yuz.ezf{(ƵhTRJtS?7oQ^#e84j(n+o;Nk )Pw"eb&5-uP!78v_y8.cQHAlX6] -|?CLJDx4.f c080y}RgfmcXzn B[h^4v<=vxq좁f{ ӳuoل%L$X/ܾ/?-#?r48[kŃH0U~k=!`@^yT}uD 2m:IG]*1X|}Y9̬ |nsH9}cEڏ(J\xt 6 fY_DfsD]Cé~k8y:'r c6q'ݞš\P(|A!#tx%94$>bͤhx7:}U͠qM5RoR̺R"Z^z/E+$e(WK}Y(|}b:Ŀ~TE{ArVPUʞNↆݗ:fyu 5DR]墻n^:qly;Q]pc8oRhU~S6 jYiltc}g%  M=g05RJ?.zFA쏼7R)4W}P=jp"',MKmwRw$tғ֣#$TN[󴢕#˒4AKG!ڸ7>4 (vaת8,6/`[_xdҭ¯-]??2 z ]o*K~R\p ؄?6 nQ'Hɹ~c2hlPPkɮ~qAEq~]|~3c ϸyw1 ߥQ{Q="} &H`@O29aYhEMA.c'&DW-%Ev,o{ zUak/ ešᝑ{~| 6&>G{4` y%)0,^ xw'I\) c!`7|*p]peIكgZbryB"T 7RvfEwmw'uk jMhߎwW|iU.;Bs Xg#gloGTZРM+pw#U' vZD]N6p.zrmHN!LiOҤO7g+umO$nl+AŭFܜW jwK 8=y>:h&'(y ]t){m#zZD1:++WKZ)"H1S ]`3϶:qv1;lj_~ f6/ (.z"ûEPfp enCR3*7?蚖1  ՆnpLUl:p֎&ǍQ%PÜ-f4L˞6P u\7ݏoY|HQa3%ggc9\ Lu!%s!Z8)6[!̶&NW.%u h$<1}CQk]{Q2 F7WL;mQ8xvs:l6(]!##Z..(~dKx^tUuV@g+T6%FCzIHqݷ1-B鹐Ug<?F:T4xdq$:ℴx [4BBZ}f"HekB{=M+amgb2$/;!q30 BAa}WBa?Mp_$E1P~9 h)qs fîn\&'"B?ItqoY__߶ڱuB-ܮ,cH^\,9lܙn.@ƀ-G CT3;| yHOEgNNVDտS"mG^UQ5ߴf ոBpc`Ep@Z lWZ,"P?{2dab+蜵f|TIdL.,|l/ryHlNԫ'k[ \~I銆7z"O &]CϞ'~.,83u\f'GoU.Fl\Dm!??7?_.o YO(Þy9G]Ԍ\V s[=r zu3 <&oyA^ J)v@|pnӯ_>X6YTߩ8}FbA饩\h{,Z"Ut afz X┶H]LJ5_𔚬*y3쫦\DB}NnIU6eLU,h8NC0#`SVG(W蠭%#qGښ#17:Itn[57r,lAPm )6^XiiZQ z8bCr)c3\5(:))B_C 2.GB:Ȧ 77ІtV|ys'[W^)p(DŽx18=_Eo`W_ߠ%l/0A=WC ~_qEhUAVw +gDbKI$imOdjq|S.6Uhş!! Yw})$$X6ipv^[DBbմphnn^/o."X$f+ڥಂƄP3rg{j8IqVe-BdY&xd3xg6;?,Ƽ`I_.̗j:~*i JsU!iTUjϦWx%pV)ZYqH}koy?U9_z5)m2OzZ҄=ʃ6 Ub46;(!tj!/@w<P)Ls² R,O`qJsj>Pl J t6A^1j20o&k%')?h[gC/G~XiAG=ddTwGs>vWՊ 92|5lfoN>WЩ< KGv7:} l<ulf1F&IP+o ɠzt/ېw)"5x9]3.k~t(gpW6/|`[ú[o D!85Sω pPJ;|ʰfq:S:'Pd%װEd|ʤrFaԂta!$>*^θ5I`H Z&@:.HȺH(ÅP';#CSviVŋ)3QMSbc<]F{G;<ۛ9GOH޳.)y6 Ld. _ k?QŸj.F*vw5js饤5<| R˓*FPh$ԻlH8'BD b5 )JaPBQ B 6@An|uJ(o΢O)/Ҵ~at{!C^V8.IVU7~XTxbҧ.uD]hԦ SKx9LzBR$AL?`^: ]VC_Yrs ]ZJFq] }P7ٕV!4 "+_`FEeeiaKGߵa^!ݻ ~sQܥ܀9Gxߖ]1Oc`:4[.?%jVhd(TiÚ~ΌQ?lg"[%nbzÃcs \AWnMO~8kU# x Ί6Cf79@R8nN9/yvh]Hc4B#:%Epoq̃X{,(RIzͧL>GOK٢E̠t5quE/*?2m^MS\n >S2i;Vc\% evʄQ2MY<]i`eG/߭..9&Ӣd_. 8 Td,kWletC~Z)c5vƩbnM=߳^CpQ@ccbE40;0i<:$ t]B.f&; {TYt9 /\WjxW7b  }ӂGtY[1`4 i`d_" &u`Bu( f'Q+Vk3TtuhtpSϫNU5M!`,c(b&{d)u,R kq'7vmPn 1[15 m`$IK0+jAuQxazsM%*%˘DSk4\"]JMoGܻnb+'ep*OxbqdIF,ȋ <&#|Gk>F`g'RP[H/f8S#ZU=`;[X;g~ަvZwv3&r7qց_Ѐ TCj s9/!ɞugn`Տ*l?W3+p{4L3ld Ԡ8~!a?jg=m"kmOnP%xV4$^n}$2IL> tSjM!lρMahg k_ Iyl3abut$u:Y&$Y%]jˢ{w@'"; BO72H`,b(lp8ue27?jxS')9jl|LH:P1dWy!*&+js疹iڍ͞0&/ZH̷ll< 2q/t}6g !HI~S(/Xn+,(wAp a\b{E[lVsc#T5Ǔ m+ǰOnVc pP& x&@oo_T>)4QS>4i9' W_盁c]YC }sVMȂݺHf49c?X/}UƷ.c4רsB0‹pQ! qH^}Y>+!U. fT\xbw0XxDϚ5h'G<B?BYυ rjq5zzPKM8vwv'iiPTH)LG0퐋\$a%}{{Z;K? ( 2qޤ=XufZհh։kiQJhrD+a7+(;]_0g{,D5痯mKoD#=C{@xIghq}eӍO5y 類bN*m]ۡ{.V8  UrǕẸJF(S$vC.oX2B8 I$KyqC[V.v2??]{[/GTKDx/RfNn 9BL3Gò۽^">uCRA;[ށo=D4 >]o#훇p#ޖss-r$RKSSϛu4)n*_og?e^B+1 x6lDKD97fxZXTKVU(ɸOc<0 ?sr|vB!>_Ş~Jc7ҨGQ+IV9$ t%cۤAtӉЪJGk͡GC6Թ33ϲ)b'nQ :"Ե,,;1Agu)6C 5QO2 I{!VgAE-/ xb.>r}o \X蝐.獔pp}憾 QD>@?ǧg$+ 3OoahWT؀QܺD>ZL7K7g=ܮ%v@G{ͪ` AγNѮ5*fh3=H|6GP-[T@KZ%?։z͈"Y6Եb*#ns7Í'QlxaMBEʼF& kHZh3m;YFv8+!W0`妱7lc8 <&y/A 76ےFޟ"ǹ{MnqDqGbf/|c{Ja2p?Qv6`9DOc `1TvbUR->Gv`.VՐ]Q^eg֪*1@VK@ܵD aN=n ZSXn>,!['.GkꃴSm}C-K&mwmFH.\Hf!/dܝOƾԥa`._=9N`ƌx#ŐFcVCL78nqCAHNynez4&J+/ͨ 7HDk$&S Ă I>Ək=X)vˑ`f]Y. FKfs_VG8yzGnD˷Exz~Po;,7^"Sc!rbX[ r~n3˹]{5$ MVgJz"#t>euTP[&e̦?\4r9"=c?1KS$ Rˠn6dRL۹)xNLi_bO)4'PU&gMU|b9pO#"9RzkU*WAZ1j/PCbl&Z0 %$n!D2-#0=^zfȕPlbP{gXFL283F%^TJ%ԉC<+ *Tslio zjEqHᩐL<X` ĪHkꇷỺSZWJmͅ@δPFb1&)zYy:þhĀ}#ZBo3>;sX7Ym碆L5~Qz[ ?+$[mj\/|ԫ]ܢz+w6=n3˹TF'rPҥ@pT<&.o|]6!#7ifh؝FL첗 7֡ڍ%s{ziwndZIO-`6MpV%nY.t?IdeFf bzYfzy]ȭ?xJ[[qh Wg91xnw]au<^췒e*h—9w ENk,`&\[CtkW2ҽKDMz `2T _ó@!f4l&5X!UGDZ;|3iOҳ% pL$#cl4&L >;6bR]RzRGO}9i6QywW0d^=S1Nc\@ :];t^QyRD!G2s#JYOJ g@K{ژNA_({]_W0hp  V }KQ^TJqvGN @lȦ9k׀wLFV+$KT*zbtC1玈e=t~` dXLް`%nL B~n\"fUϘdhB)~~EU8EN,a=ߓD9WOuG40t4,|[%.Јcw-N>yA>1NBlI4mKIĻt怭?91mw_S^jn 'e=G^2!2QLZ7-\',Iuu1NDZ3P|;bb"|< yxNkyR8vnլC]@IeŪ6NaJt2"rJDR 8ZqǪ@x9溯ؔś++eQ'탵> ]VܣB0rv-,3FX1Zف'(0ʘЈ\@RxXVq˩ȨWP+spdՕi\KZN-u{+,n8z/˲.?57EtbDMZl*p.j=Y1&?jėBqAW^͐/t׳5zY\Mp!VwJ83tu*q@B10ˀ.y,JF۹pSwC~&[~#K_-lw0Q CEfBY;6BdxT{4Fo7\Z* ,y_mį`+zŻ䁕 ZSNsP5Tyou>86Cm񮩜y% WJOR?-) b#eHڹYEcxvU%TFfTт{؊tKZ} 1Qz<Qc~]\D#iy.aZ!c7A 6}^³\,bdiv|87pr!3hEZX(?:P3(xDѺYb_N3Op<&c pRyOmn}R"ꅣcb lEƲ1Hy&1VR wHJeaQ0$|1| ƦnԖ4a8zq#vIIhB]Q阱5饣mq(:H7wp%oGO B= ӳ};d%>%$'NK\:bWF:O76`<ЊBEr1a=ոY&m 3nڼƁzrt;*[IލQXMUez+)bSLRPj6*r p`em(4{Fx4q·MYOݟt$& dOQ}80BAv3!'~c藱z4*0:U>p ݣm5<l 95Ùf@V/Ps"& _ \"r 9/\1x$2Sb0+(S?9t DŽ͒>yn0)Wy{ raZB(Q(DnGVXxf?uM>.2ҿV/iCE"JjddzD-()d-a/f̪ ܧZr NqnD"tqfV˖]Vu %`MĈ<\<Ցr )dJ e`GiQ$Z>#s}|6nI=lVGy5Sc׬_V+.02{74CbI]R>VbѪ=7`ሼCj\g#!h/ǰȎmZ/)WYUVri"2@9 e@I\T##QEB_WnśgdYBI.# -֜vTU3i2#xpYTdOWNp`w&UYKav>21}8H['/&C 5kt p# /Ã=}Oo߽DLQHLv/Yj&9oBiWYYpBL3^FdyG:v4ދ %9_1sw64Z\[#5y䢢<. c2ZGxGQF!t{2c]dv T oī=͠(zY*]-aJm]EXQ~&T[4#Dz*]MQmbVw\>[Z3`K#E:l7a?"|.F1mWqBU'a)xH+t^I:uًܚ!-(el_gהm|+{ݙ6BȋNݕ=GζBޙ (esUq.g1H֔3ooEC P]Iw.J#'Q1WE^P({\C@Z$l.5>n;'HbgN fC|x 3,IGuH; ,lsCkY{wp핝0A`Ge鼙D)* }Y{)<:5mv%:-xo np`gɟu9sPYE hA qB=N cPtQs\`5@U<p,oI,Ko ѕA=`^ݥ )CB.H@.Pf? (xYpNg7#gӯŷ:oYBN sʽJX6|! D>(N b&?Mc:4-71s]Kp0L2"^=\%.tK?Zmٸ'#ipAk19;+J3&P`ԳLᇚ(8.7}6=l5(o6Snm^"|>CDk1MmEki`äV*:ogdᗙGTbD?oj$ElOI01[>iKy9[ Tm} VkL`C`mc`PCI2Y13r}sE<17i\ s2E?CK{p$97%p=*:sD[q `ȡӌt])C/P} fzuݘotɍ4j).JƼ{HD WSRz(b3붃GA u`͙+ +>#(g,ؒL5kIS <ΊK} 7pi*RpN̎UA%r-|jo X A5kAMJ0)Ef1ud''ؠ;j/0Or]ߚPZ쒨v*I%j;sFKA eQXr\з) vәU*D̯tr*Vp6p\m]Ȭ&М4Cz4ɽgd=\gvr+L.;H+1Ց:Vu]X;%̑ƌ>mzSv1ݯ+b!H8I(`jLiAw%eܭq1Jg]^F+q!Z^~[7_IjqB+hZmQ&Ưxǘzmz-,o}Ugڸ vZ!gyKOΘ J6}3D$S8⍿\a4}O|}LΚż׽נfe9WQv)T 'ųz^yW1‘#nb]\iR(|dH` Isװ;š|m rqFN-F_8ɘCe4 6T2 g ȐEDI淤P弌>ic[Wm.|=ܡ@fig".zdإym J@#0ؗblB왣ʖ"&.չ썤Vsc/o>~ 6hD3?=Ua, :pܴ/؈;[uģ v򲪧n8˂bQ6KWHeY5n, Q<k^xܪ#?cB׃[R,X5#' Lg|v 17\6cmɿׇZ=[ӑ˟Yrz#Im0kk =]H38Rj5OCVǸ*Ŷj2{\sZB٪(GQmsb0XwS g\ZGr(qh' G(n/S %gX=^^N5L ķcad' n7ci.=$o/ʶE/DbUu;"dUH0>0 oEW暮,Rk맕>i\Qod5e_pay6c)3RgR8 5DƝ2?2vjRIk-0 öw,@G/k8 x) gzʛ`:fT_\,*,C(_'`S75Ti.5Z=qT{e󌲡aa-7a'Y\0[. =$UMd*vjbJ) <5oy.YǷyvzG>|i Ԯ2go "/p5 p$.X!۔6:h"Q.l܂sZnݙ) oaF-'I`eGlŇ)RKZ!EU荔?jy}#l**^GL߼ PcW(6E9Ѻy$Oϸ f]C<@/I#nU\~8+paHDlbXjr@fI?5f JG6yU)l۝`UIe"(xp'EfId}/JŐV +{@"JY_C\G$D7lѐ <ǭzF^)`l vVAdOEݥItUߘwnw@tQMqs&imzK2j$XN?V:[٪ciCWwPd 9H:HnN193_f= |sNK0v*NaUKenP1= YΝD^yP|xj1ذTt)d$pJ=\<:R̤bgJno9Q%`﷡4V2{lqwyN{UfToÈ=dQ|ٺbY7s3g0@2vw k F؁ߍ ֠Zvl1½ <ؓD1$ =-,2H2u+$*.YCRq13t38ydgFX3pr.Qyg]V3( B74?p*bp:#j QD֙ViG y@ Mc1.H#\\dgm*?fJ2 kn/0C(t>h/ߴL3Cr~I=usBG}So O 9COG4=^0hiU[gѣٯ14[~A^P`8o*8g s904m+(ʁ&kuV%džҌ7P&%tMR)E2GTtk[Ta0>Z4X‚H"|r@m:ڪ.*:,C+y"Awt}~*%C#P扩KI/ hyrkQ+}3s%3b«zdAMUiFW= g3N[9! !gu}#TᴽRUcR?K+NqMaxEd^ PxkCՋyLo PxY{?;o*BB8;Eؓ܎h)t&$nEZM uOl@,o"{4Z imјM酽uU^~4SKK| E_y\x~*8,w,5=.@ɟPbfj[_|cɻoPrP)9݆Nu~W_+s_C;[BY_DU!wοM.lLDB\k "\`KZ j 3Hut ]J9ƵBԂc+M|*ZCRdL0f1#e-lxTPI7RmI(ry{6?AhZT/oLW 8_{3~IV"u{Z?pMrwmC Xf͐S.3ޯ4գr|5Cvep(M'BbOrpZPs-; +KKD0 NY t )$S—/l^S*`b,[ W*# }^䠓RTYMe T0 5:&0aN+Z5wKdr?@Ų_6= Qsٴ8lU2ǨTvHT!4 |*G N&38MOmqΣ?^6B`,M"bڰ ȇ1rIDnD+CF'WvSbd*+2NPᖑS!ٚJK7 g/\y9kߖh={]A}]*g$f+*1U i4Yb(jc2(_ZQ Q*0z#jJkpWԖH{W]ogĐ+YcsSopN?Q|mո 3m QbJ!~S*42l[\I 25rI -XavyꚖ ԩTu~~##R6(Eޔ{]{{Ә?94h9NH,M*Y%R~:RP$`M>T 'KLn[3O_f6u'H=[ҧ l!G'0~`|L1 Q8䃧id fo@ܥBqeGTQC&y3ɝmj21Slζa< K3Aڸߙ].Q#橒\e W۠0pW9D;/{|Y*hS!z]t[Lfu艬]rp  c=aն-CD .v7{I3PSFLKuet}lV9F:.Sĭ`Tĭ [~>HOR-=eܹ,)|_JQ(N]4H *_ %a2Q65G N\?7(R?#x5V<;]L-9N;~niܓa7@Ms#4 W-%hM| RCubX/ڿBso@:3v#ѭ3ZbtP}'A(2s pρˌ>_J]n)~ڻ[cBeغVŮqоX焃p .V.Vǡ5c7o6{|OsՉsMٮؽ'FN[ @mDJ[\`#<$حȨW`4%~կofbq7]0=uU()Э@|x軬GQ:'YZT-_'I:v{9 ?+?Kg [EYV5q6'625TXdgA E0FQtKVԺ?mc뒇u+6ң+?28nQa-h6ˍ>EVIՆX0L:7D]RJyqL̟J-cŏp"HYu}Up๡T~i#%XNt*roanglFhU*Gbˬ_˖T^I'aɏfFY6$>iє!N3.8ۧUI)9r)dKݞjoi`&F[9@'w–Æ55Cf_۟AHɓ!5%u/&f+ ߒ6}xDh8V,c=9ӗohhllG.$@bQL2* Ĉ8D=EmG&DF]5]&hy9ϯyD9ͬ;QpVp{ɚ$-e axl daę^qhlxjn: vXIl[zVy7JXCL7U~ғ$ N~GGT}(&QisL" ً}nН #,) 3HֻfHZ6s@ԒzٹG%V1(:JkΡ43!MJ;k2W[$V_#XcLywrK*4mךnڀ 0EݵBwz:+Uc3 .v"0Y9CEΝ@ϻ(~=>zI.lԸfr dW6v_Pz>٤af*+5@qWD$)t[̘g߸ <:Եq6%ѓi0gH鴂xl^5G>`J c63ի"R|%b3JK E)4Ul#_ H3ڌ#H#W8v2.nIBO9xD RNK@ؕqaDjA/v:/=(ljq^F44{=| E1݊e=(PP&MA/ ,K㞩Ҍ r˺p+lR3x9L{g;>D9*. "oȺ0 Y0@8J e2)ȰR$$j$q(g e) Y,tC!]:ѐ//Gm -ȎFޘCu|-tLp;j$ssp"p)j;v쿁9f=_d, Ϳt=z08@!' }žhΩ ٵ(0ނt w3ME;UR]/cC-غ%P1SH׃?[Tm,9@CJп ?oW>V7yYm&2 dN R4GtB]pļll![E?O$_/U1q22f]b-T6 KVh0ґ'O](j&߁ZmQFFkbd~ vmTN /y$\7Ĭ&qZ;TkI2՛zدK:Lðwb\ 6o]EýY,UpYjп|| Yj}'3Rnm8j9cGp*'4R|z8)VS WP`&P=RߖYx^CȝHknê#`xaU?iN@c}~_ɓ˓5.I{53_ gv?<%3ׯX ;ǒ$uQEkC)wnpC^fvPI1~6VB7|b`<z PϠ Mh 8^>j :52 i~^6G~ i>|G$X"Vz57ѽxMg {0zc?y 5ZgVX%4MXÜٱ)ٲc]ҾrMlI D#iX)iDHr# YZYדc 3FȂ?0Ah_5|jŕm4Hu?֬שܩO7lȃ-]U\GDuHw;1KF:yJů:|jc(6Iz\|Ӛ)cI&FMʚ7K^OҀOƫ(ٸߠ)+ošԥ\X ^wQIhqBsQхz=#.HCHw{bO.]7PgFQ\  ;e&3䮇f6Jh}$Bc >vk<>!y8 B-e-]5 ԤG4nR"*: TeOͳ@ O\_dW q"Q*Q_'MɤoON.`]8 CsjB02gE(5/@ ~l]g ,XkZK̵._ς:6^Xj1.:U)["t= Vm#$*3Vߪwj12GH48-\nz' ]DUڞtlQ p)wjbKI9yG?kvyL'=Z?8KO&-a#Xjy*0#I#Dͽ 0a2ZőnŻ07+ە=_bpVNɝ/fz*шmN:ޡZ0 ;(B;"sM=gLw5o#34$7/!0Ѣvޯvdt(Z{ U~7TIb܏3zaJ슇nF| QlhX~+Ff.V:>4vQU-zb[ޯZR6idVF;$ix%=<0 θW"j|_+;7WKFwˋ*oWEX[LY[10ğ[p:66(Q1/W?u1hz鄂8")j~ɧ(RP{7VؗurN(3 M/J{b&R9 ޿Ǻ;:_F#&sbϰ5ZßBo5Kɭ YVM$^|+ :c0,JP_eJ*P>=W HpAxX3zPڵ@SϿR n`aewjv)x(y M44-9`jGwyk[ُۗu@/mg Q]KqAa.ԎX8B ㈶zːp Kr*_^n-ϺM5ݮfXpS{2ba#Z'řIZDaJц-diZRcs<{R~,$Yixp/(}heГBY2/Lp]{x5: ӿuZ ^ z+@}l4N@zX?ԢUFZ I9+|sPC=5kIjWk< ?SL |'iJƝmQlz);84+!nljauUߊgQ0Xe!'w-!4ǛX 뾸QՖ'>%*bYL a!+D Mt޵gD̰KˆK٭`UtsϲEZ4w-@o|x}DBj'3#B]b%(V+lhQlVcQ 1jܠyɩw D6+A/ m^ A5Xuoa~=Ҭv ͅ-8&u6Ӿe3 H ~*dBSw-Ԙ ?5< #-Ki'1m-H#ۢr]An*BnXR+EŴuUЖ'cDz~Ge*Yr2tk~S9"Js7r_;2Dy-icOӫeDע-xgVWY]e61ԀG:h&y}GDBCIV<^E!ֻfTkL1 ~ҐSx1 hW:.F%U$BFZ^.; %iQpC}֏o[E!1Ur;hO=|m/ u-e#*W8j"'M gLJK%Iȑ͏e/G,<`7x2/0$ݹ2W YzL8Ƞi\4uSsYqo592 ⍛e )\hGRt?,rC53!06OeY{(|~GGy]Tz[7Ɛ0@4n|/c<6Vf7dm%oW JǞnۭrP*iJ%la2PD+Pd+(To.x9P7 e1o-xo;п'I_bnPSO">Tu4@yS0fU V [lnrZ ӷ +2OÄAnufCC"XUى/s &JHh1" Ho"iDUS( \Uf1?lw8w0E"thGWLCͳ |+ZP/5'݇_ wk^!8 CWoс(Ơ!P fMil4*<:EeX;\feҖ|p)7ZnjhYp.7+/B' SV%21+:Ԝ'VL?C!A%<*m[PSP;va/A؉@@{ 'qӄ_H+'.]svīQQH'D̡aP4ZgWvhْ>$\;pI>yHW, [Qߛ؄QDrC1}CLU>~@L-K'uAYLUXunOUt0:Ӕ#$#fu$;jO"P8JDe)0I [Z+1w #>ЗYWY+e{)ٙYTC[$f e1`%>#k<9${31?Ik KWd+e+"=GwU;/K*eϜ#>rs_Zft{Nn&ҿ4B$J:KRМ0N6hĊBoe݁w%;RxB8ZXU1ݝOG2Rsh]ʑN/@a޺у}?+Dvqc.-%9&j[xz`Ի5j}E\HM/6P"~Q5+B+՝h"Ygw J(`p Xfso}(5|?,@dW2Us(vSlq&lEF fti( '%ΗIțmwYԜp)Jjm?/2;9x0).4O嘍AlR-ZGI{&Mua's(g#ܴ'c$S?Qu'H?m:;1`Pf#KEG/ }{B2&k"iTz#i©0m/fRVGbe;Y"_ #eA:RC ع7JƮ$+}W]Q1ͬ."4>/^BPo[~uS-=C@:t\iq}zѮO n6]5;N-~sD+]."U%r I+zr\X:Y,@˛~_SۜFŹV3Ky޺'ΧWEȝi^Q{h'%ҋe6Y %VLUʉZo<zICWvԑ>TQ0ZvSzd*_9G];Se7Xk Aw,$ AɀL-)#@*L-m0>=:_?lt/Nש$\wfEw܃i gޡ1@zW;לVTaL:&r]7 &H3e rVyAq#сSq#Z-!̴'2awV|n1|E[nL dU\ג qJ?K!6)/=aYMۗjEUu pTeheqQ8b!Rp( u윖["+rzV{*!nl ?eXh4Ss{VJ?A:i/iMZ;"_]oOc5A]*ivD86IT`5o1q:%F_E5[DRo-_K>Z3vtrf<:[Bȭ|S@?^Vv׮LL[\ $$Nv<зn N~'їB[v}L|ǾK3'>QU q:0")):ETrB_4ә4tҫrgL|O-&N84`.ӈm]WwQ[O[! y璞6攐W^-=G88:OzX?yFi2FQg8Ipk$ItX$8sگw C6bZ(B~Lƿ-5(3)zkO%,&"]_TkF@%_P3P5[Ip6Hrˈ!{WL˪z*rkc> m򿬯)] $ sP+`4 &;CJK_ Ƭr/kX &Rƣ<ѹ^XffʺE[jTe?b?_a~6rֵT8w/l2!ƫAg;~=WB, 0!.er[[`NPo7Q'ƿR_S+8*:W2mH˴FKb֙e|;Uv ;jmto훒8vL#"S}2o\yk̾E8YrEa(-~ι }i-,pQEY8jMIm \{J vrk6Qa Ligw8ުR[&]gH ݆Mq+vwlULiW=ȚŮimtC:\op~ [x`D*[:X":u@ XH)[]Rv+ӜR&-ډHd+K 5tcݙU} Y_i" G:5y5'/AVRYXsٮ:Ot!qLy+Bt}* ,8b_Lb޹ |+AUK,_fyk8UvJT;.LI,dQ#w0l܁F <=R˰^-ԔvxiiKb6=OC.%aa ~]脸GLQ}nj)6<^\N_> ߃-lro'J3&n]kynZ4e#>>9 .(n-,$]}<%EQR tHCr"gQnohCzVuJM:'*s:&{_ejlZH<3B ;gx3:3 ɏw62OTu;4Ln8O;eL%tC'3y^J ъ4͘lr8qwmh΃jӕ+!gnV- O QVd !']^,M;8lߏ/Z: ;48>p12fW9L "i7+¦3KOױo<": ɌtLNkИ#P{̐{wd4uCpuh0:P> -B @V oìxF0E֑lLz)z ]K zHQUۻ<šEt)LG+H.Gh()׸5fRv zN{(ۺU-hXE2N|HjԪda^fܴ0RL~1ԙXwm1Db^TZXKhO 'xI2?b;L‹ P^rJ ЌR/;Z(جmv\cy 'E܏tn/SaQR 'n4'/F ?|+/M߅dkWHCIJ@:#Ŏx!~bd_wNADPٯOqeţ5ŵ=Cif2A}9n$ ֛tI=6TvA "Pni/GsjVgu%ҭuhP]:!`?^σ Ó8UX0_Fr'w|ŗ׳dHQi^e©>8;}ۿQR/i83F5:KbWĹO Ip\V!XAYb Y_A ?#=?]47R%81FhL"fymd$Q %4kj( A8ziѪW`D[(2(Ta^FLiE!a2m mW5.6Ty`0A1rCn?:1U_+e髹+4`[l,;.$l8 r{~q2؉'e|9N*(#вF;Oeb΄Z7#&x~7 UO,8 9]JS*!;7DӢנ|3ti S@W qGx\JGp:lFz<싡/|$~o.fE7u)jV+I>1}\z9j60AժtSS[;J6QO THDiJ^~872(dR$TSa&0"\X_6qZC.H:7UQHו @^҄9>刦D/p5uiXB&9JaXexVË$$3+ ғq= Ew'wHxDe}&e^ ekc3 v&Ǩ-[-,4׷,J)qBi;ES צUsb\>Xx9zEe)4PXd][:8FN6S,\ME]?HLS^ȓú`{wY[y1vԘp%W7346m ?0{G#F/<(INJuSg=16 1l3WZnDGav sYo*v}< .Ipj%Ry$bFPvp=_K_Xy#KCv. ͚c<Ĉ+p f8 ω{sVT#X(lzUH?Gdjӭ]<'* lq鱯ˉA`]#fєs3#R":۫ x2xj@3ĖG 5AM.)M&-+>"LtjҠqQLH|痞xC\$A'^a5el.NjwQl=OgԹ)dRADf S`wjH.CuG©qwl9&/~^41bA G̐l4NWvy9oKH={ӾSy~#/ d37SRw$ǮG{ؚ&8L'.Ow3dp}<9T&:^ 7cts) t J2A$N m<aXbruE!4faJ' bYBn6r+~mRn]bidkpYgO4]zCtlQC7FS@E:!_`ؽA6'<4wC1Cȡ" A hWUګAX)<U]bJ}!a /}̕I6H# T1B "{w?ÏPKw>ba,} Ԃ'RV»&z]Pօi̲`&_QZE%3)@Lj`F~٢#Rpa>R c6˕g9=6(r>._"*>u i˼fOιūb9: 3HyGR뗰+x.75bYAԤjS0+CK\XL@'f ݘYٻK*XC@!Npy8H-$1zDZǎ!|Bo=LZ!B梏2gS⡌z˝f E zt=(G>=MЭ,G#\}m@@wjFYhKCdh9ɺʢWj rJ h<8  , + ",?6\lӴGc萓%ekȞX~n[9Lx yԅnqCMῩ, Ap 4H\k>FiRk<(RT{M7?a[kJ(~M݅bBvG` P㭁"DvR3P]j=D`N =Kg#*ZRjq^+\al`V+$B߃4n僄HCU!c.eɓ1ɼ T{0.h81,w${TZd<#@hQq5/-bΥ!]rqi^OTGǣw? H:GP+F-Ǿz"M *Fr{w.6ނg'2}tیsUa! ZͬBcOgc Yoٯ4ʤ{]Bяg(bGTmțfo\4~Nwn*HRG;Ft "f#b :;Gr.T?>k7=V+a[Y~>V\Vǧǀr />ىfǗfd~/?²9Gt ejxGY V'$aś=0RUN bW3fSʺ,@J}W_(*R. R|S$Mf({oﺺ߶Aՙڮ~z.x33dHMm攀ƫʴE26?:v5/"ՠfi0eko L.9>,N<.@!H(T@tSʒ {|8 Vr@H/ YL=k)҂PѺ= Ar75רIh'3VFv$?LrU^rQ+1nPA[wCQVeè0,u(*߅uWOǕ輯~y?k)iC8ќN S@QJ5GLxz. Ckk('O<$vK0YÓ#Fu?aIGͩ sz FasT*gSn]^ꐞp50ҪT24JN053Mߒak:dxb;N.K~;Fd<"y% Ays0}ǵg =l{Ji}%ΟY}4 sWJN%mrq Pnш-!%*(pCL5_[[ZcBM{9.WsDZ2gk%z @j@1# ?:}mɌX; ޜH'Pe<" ń5 ]zc}>r'ٌd>h(Tp"CLwȸK:n.IEfEۊq/ɑ3uh.̖̉n)fkTbp+٫GBTI#oiE+_li㽾anePk6Jy/$z :E! `d^q. į6ob[` O3!)e_n(jJAzf2P)ݍ$E"ّ]/:G0ܰ$q J(` C&I>ߢyKL\:-\uBRɃ(QՏ)]>GUb^La#i *m t1'{"~%6jQ d2(]ET佻 mX+?'eӛ0Z9p9 lsXdXcbTC:R 8sLjX@i{ϸ}wMEV恳XF,G 𡆭AgXrd" R!F; mJc+/:5 Ľ YZ