PackageKit-1.2.4-150500.6.2.2<>,@`fp9|?vStz}߈x62ny*vS!%[4 ~Kz٢ L ȎNVhEIIB+1\_]^2`R^N7Wh@Jh n<'U+:ͳm/uM(әH^OKE6?M3[?VxO$^*J撢[BQ+MNqu97xe*(OxB[{Lr\Ep5>OԤ?Ԕd   Qpt $*1%% % <% %  u%  %!8%!%""%#d#$&(&8&r9(r:1r=b>j?r@zBÂFG%Hp%I%X,Y8Z`[p\ň%]%^ȍb|c%d˪e˯f˲l˴u%v\w%xҀ%y3z7<HNԐCPackageKit1.2.4150500.6.2.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.fh03-ch2dSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3ȠHIxh X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfffffffffffffffffaMffaMaMffaMaMaMaMaMfaMffffff339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267dd5b5bad6d73666b8f4b3288236f445dc47e4d4a7178876b62c06df2422f529745d4b5d86aa0eeded95b1d1909a5394d17330bd330dcf799b07fd2450e183f250ecb24e3f618363360c1b540db6b5994258eff84842dcbc1dea945526c672f35c7e6a14df18c792ddeb9f1acbdac18b328fb56a0c133a2096a01fb32f8ca5b5239debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a4990d516d63a3e65a333e1a9e9c95bb13dea5668118c7b042caa9d2c8a994fffc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.src.rpmPackageKitPackageKit(x86-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckh03-ch2d 1726785775  !"#$%1.2.4-150500.6.2.21.2.4-150500.6.2.2 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35582/SUSE_SLE-15-SP5_Update/ab0806b222ed8de998699d08ee3ba9c1-PackageKit.SUSE_SLE-15-SP5_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]=a8a2ccb1745c446c87481ee38eba643532970d01, 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]=6cc770071f6bd4049f87764aaa1fda9f46c95155, 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]=be430913840aa638675f03566be61eeb92e6087a, 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]=d4be66dfda283ba33bf2d540d00e1d86f3ed8f48, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=58c5ca0afa349d0616104408942078e7a255922b, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150500.6.2.2.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?`ʼEhsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8122c4eaea84d19d5156ad4b4b763d4dd7c4ac686a24f9f0efc6ff31aa45617e1?7zXZ !t/ET]"k%ngMsc!K\(}xd  Fv:)3]UHʺѽYt-<D!]`D(E=N=Pxjg%\4Hj >z0~S7Ԛˣ§:^%kn#i]Ey;@oܪ݊K8aqB"߱ɲ>) Gg"@LcʃDT BgڐFJ RЛ4?x"9>fY"~*/>a-XƔ/_B#n8-K8(MZ%A،265&bc=|]VƲK@H%l!hPHIj2~I.3}Ù/1nul~^0nbX1RV`k~͒VV Ҷʶm/2\6|/VUvp#n-?GV3}ͩr TddFFW˛zc='[us< ?+D])>_fx7ߩ12e/ 5Y !> .Q߭6hSa"i댚->0:GIMG0F5X6{%+saBg~Jaټ !yؠ;tϘfPyL[b#PxpY6oпU̲zmj CD&vDR;C.-kScrDc5WPB'coEr͋^K„TN<*ORS+d&0isUi0nᕮp2,/6OA=$.߃6RY$c'XqƑ* . ^$ӟ ^HCOv~ +ۖ]n%G{kʥ7 sW >5S):Yx*nBZF6E8vq!W#svcV P2\nE=0bň\R7*${ovs Eg G[ÆX~o S$|Ȣ)7( LJ Yk o tab-ȸ< @,un伆% , npskNJFRo꿑/9k cGjknP…~X6/xD7K?(aez<nnXQRr,0܎]k2C(dHŨ"n15wP:i5$rR!S=55<#Si9) ok dH ZGVjIh&Php?sFѹ FCE;rd"3 U /ogU8vFM_氕޳QqsZvOnb%px"ۛcz6ێ€G9%C]Bx͖Q # (=HB9W@FL9W~8G)-yWb+c+ص!X_x8l#~|~u~#)FfF'P++ZK|-һo6IuLį 3[`gO +4_QٴU9YLZ03GtE) z9}PGY(6: H`R+쇞 =gk?)ŒtukxT_Ӌ{h/lx rK$i~!I)0X).e- lN>T5$+7&mAk(͉25-ukCH3n^…\c +ʵ^ _е` mgcݗei'L+ ClyϳJ?#8$ˋb A`~$r^GU _(;CDY}3mdajFƲ+3pKI=n{lC+Ή@2Dݵ_hbr4 怪O U>Ů]_Cp^u`{,fXe#{긝#ZdXSP3'ph16mɉa?[)!) @h ]D`h/:n"c(6pH4u}+ >|0D`.za귣§^auç[ٚ#tKtQ3X0Ȼz@YR38C{@`;ڢIkĎG0ŵ^>1'=!cWRy$t U F-Cw+--rBe_VЮՓ ZM@m*PaI2,oXcFIA@_\ jfnrP ;_:zJE0;;%S:p&iӑѐU:2֔zX6qf@X{Ql?wvzWs;m@!*+kJ}%-1@D:ŏƈГѴj#ѻ_"iNEM:4rz9EzoY"ޱ-yzf&4bVk2L^Aa{{a>KaB\|&hU,ASvhMc W@"Myf`O91G˔HAr zrxLd/[ ϐD+R5[|?؍<ӲmݒܡMu(.Sr'R3Sd*u=WэzeECpyk,W`P.r+2ٰKvq{܁DL9nd{;5%dTlHt36g\`֔M-gVK:f)4ih ⍈%#CRk1?QS=Ǘ6.ϩn/M&Z5y;G9Eoʧup\lJ\ED Hs@GX;6m˒zm8p߼::"` "_1GbG}I1frv9_(COٳR1q?Wȅ Pe sߔ"  T۽;獴 )؅wVc|!2? -5IDŽe볧Q9Bsa!HVxB"7)QRxed$!WA($ d{TᖬGKt&h?%Pcj$cWQ`9^ =癲>JmSi7&_ߠxI}D$k$CSm3lLuz9\:O}3]:éÓ?>D?2k4g=Fvۊn.%%-@ϪK˵XptӰav0W\3JptZp slTfE&zhg b[:?LYSna60OQЀ6caDudhW-ߟosS!x0$+e\[:|YMu>I*{.w/vCi&KEw-MFc 9WTamG[Ç k[Z\mزqg7 \ He5Vz*H5&) 0)CσbN"]f>gO}%g#?7X+Ywd{mRG-~t+iQt EDY!WSf ۩}UfIL|vI!f'NQ'afn}TZ!x1ݭ^FXYA1FPG- M kOVL%Q0z):Q(J+j;9AQ/.wd&B\N&_V*ϊ7Q`sAg:Wq%rSpj +pZfZ񂢨1EG|/ ,UщޢS}8rvޯ6=k.r``*%2~BU!(7wSYoYXY[}`JlUƴkUn0V(Q!c Nҁb45X?elhw@vbv xv W'~/`CFD[Nu f eLFR17G_?|UUSS;:u>2/pV/;ቸ.nnYtdxȥ'KuܝsmYͧw{a}ݳߞj<0 (g񱩑# q[{{T*筩d57^j&f#;V7'i0BiLmr(BдԳ.y262Xz LSgtBkl|*D ܑeLsS$;t\0wV(Տs*⁕%Iqǿ7D=0 J_㇄*<䅠hXon0qNq6. `F?{+҇:N8 1jzy7m#J2-<-YuY*@9Q9pC3=c˄ ma W xJ7BF2vW[0e3Z,R[H㫦 _+you#S^!?^d.%oFbRg Xn^欔=tKihqνw:!>pA8ZW2HQn(l6sncJm_*Vuu;PZYX)r @&3[2p"߇Y|;(^B5#|Ϡu@ +Yݩ (jeјלYr\9꤮APBZ|] ā[w=Ytۍ$ST~i* ?JghZDy?n;}ZhHw`3mQALpBaX|>]z{.;kZ"D#Q2Vma$~Q̞;C5AO"׫ada)i@[NZ./=i3F΃^Fvܓ%]e0FJ:@lD=&HS>l#(`p8' :W1ȓb| GBl'- 3mˮWq~RUtߘJuE"<º}~)B=8fg}xĸ#$JA^>> HQ0nnW Bf$" }ۮZs&d6v%5:|FB`L33^?` s'6Îiß `>IJ:7#]{D fsEi8OuC-^pהl@4(eca:1=q2aE}Kgë'Y9'nKӗtBheTק xr1uӲ9W@$)J?XE20wY.Hե*sj#C_Mσ"/dP[caEKS+oD] i+YգX2,'4t~>e:ϩhcCTKK朦pGOjoˉq0`# R pG2W]q  < vqSGT.|<;c,S;)7Oe]wu[L\'s 9|M;֦ҬgϜ~NJ=@/ưN/?մrxYp աp]M>Yc150suWBu6ұI}]danTƣ>Q" Wc &(0Uun&q>֏ھlf?q nPBG/s+6zQb˴itM`>seGӚŒ#ѭB]-wrjg2y{\6!AgRUk =pTS72a!p :%Mg9Z3Xz Lo~Ѧ+OVðE OCYN&%&2"xRn/>Ct-b; 252+HbC-4"*GMud()-^6 KP"w KޫU[&5Jgc_8K! IׂV#zϛ 3CYOg2%_Q:A[i GBqC|`fj+RLJ8SQ@Ua4{,Ht)E6~t$uҺhid>Zܯ#|. şJy00"bWKxqj?頺)ƽũ[ZyK92Rz$:= b_' Ht%ƕSAV"<{򪒀t2uK2m^u$9SD)KLc"#q" #w<HiҋOG.əq*b:^cx[0-0K1ӕ1i Y{ C`b.T'>[$[µ)M#ffEHhp1.ȫآ4|wij L T?RV35$U+ L'Yй@ëա?}0œu%ޠar7}C=*dzh T4e_TKT+hZ._@Qԅ ~拟(yDmۧdkIRR[ÓPx{d8/~=@WVvH25,kc]hf}J ۘOh<*=/u4{v[_xUsԡL5;;<ȓ aͶ\gܖG*6J>_+_֛\Ul{n_l@-v0O0wuݷEn|x*fz1g{A.ob nbv((*eIfR#TW"M^ݠr^1BL;}b %r֟|nKxi\D6ȀopׄiE#U3[X@=Gh1 @֪Հ L+Q?-"g&c/g"h;$ԩ<Aеd n믡HҫUhT P}+^^oQ3 ](C 7G \ *faUgi@6OGL" $ eχ|&Q/#6}֗o2 oZ.4 ^ {3Vjc[pZ+al=GkIv2]f+"W0II"Omm{}ڝN+Wy a)52fܩ|.`mxTC$ŤH!<ɘ_u ա  R_̑L1ODvA*E5v]3ц Mjg_VFT:WDrX6yĖ[薒m!'sSQSI ŘQUAhK%DP26U;:)=Y2\ )<[՝̦!':g7&ݠ;$(oN`i3*/#:o4ܱ[)h)Dw&jp—d߄7EDѠ$m>B[Q/a:O˒579aj)lvχSf7˛E OIҟP0g_@pn4Eϕ[zݶ)ϻf~Ub;XilQ!Xoxgo+^{^sNeSrڑռ{66 &ho%h=Ez(3>}W.b1 ?:Qz*#6٥(̝*:IeՑhYwS)1Xu? Or|܉1`O!z7=>w4ov!)߈SèKNdN?7π BJC7d=,0M+vyRb OCt~phFI{\PpUiu-P}.[q[ GFuN1-5\~\N=G-š5$ l,3œ { J 9l|"ˬleA#j Q |DsDyJN>h芆D (m$P+G_YMDShddFț^q;Œ@y 6sZzSnT0GT䴬wGp S+{m7Q\\j /cQ3 T^onn}͛Iy3k'J^&FJxZ |5J$VMMݞOs'"%'.~,o,Mg&`J*{0p} |"]"Kf 1V~ՆrW14ؓ@"Is6#RɨhǠ-n:KGNjDI>;C(v+ЗI{c{ SBi0 ^j JF3A*=WPǍmԤ|+:+{Ӄ$}N|Jeǘ^ljt?n',[q܈U*sm"_DrLkZ ^!r@r3Hp<jѭpހV!j&V R曊ċR\1OS}vH+MB&\vuZ196%X)seaJ; K3Ncsrnm{QHw 7yPx B.YDZRq~>Y؆ bcCjő%dtsd/_k_&XPSӒ 0ɡ|,'>ag&_z{ ި#Ϙ_Mb"Y*Ԙg(x\g}w$&Jg5GB^ Bv EeZ/b\fT]'_HqEMhf5H}Ny%dP*\ҁ/2DHDZs^pAn)4iǀ\Q{R'tݼhQG6.2q}lM+츃-#W|-QN%oZ_@NHBH~h# #B)2͹I@P7+a {Vr2cl*d$ӽɲT6J\ ^\yT|f|2=l-&z"~0·]ʶ_q!Ms8t*DxY|v0FYΏ /!+.\UYls7B.^14|F\iںJZU PR3į(ȖrVUϜ52o,cb9'?1fAq+*"Ykޏf&?3̬*;@*)_<)>)AriG] Z}S@%SO@={o;-T[\cG !1#t,B<M}GZv$cq@0Ia JqgT1>An=kRmމ&Ywr.JѢ2(%9wUg5vv*sX~- B0a=8#Yi!>e&kH9:Sm[[d[$#FԢB_((=&ҕ+]ipzE<7ĝ,'?72_#%Rnπй }:&%Td@Az@AvoE8ϣNElVSx-vJBUPOWl,Ӭ '8dBףbĺyå6mSۚZ(K\-zM0A| h#+ Ƣ pD/~g݈*N@걲ʓk4_t;I,wtEt ?4gTZ ~fQ&MpwJ܉k+svnl  (VL q/pnD"ӓ$kmV%^9cFriNU< V=9jڊesdQ/G%kKŋ*k*(JV]O&xa Lч>JYCXa^'a_=?,9xnͺJ=Ν,>kEx[S4v@+4 DSB/RڞZE׮ίὙl:fw6W9|iNbp*'w0裰y Gpz]@zebT=1u6yVDmyz;HL~M[ui/Ч:XuOы&Fe+~x-⧲)0? IPWGw:AơYx7jڕMiͰ(͹{;?{0c&<5uSS] !h/ > gh$k2~*A8 Z],"AA]HV^K?ƤR5S?|m\ &R"ӜON^YRt /r5'ËԁBLJɍBsTQBڄ3ޠ#p& , I׭n![xo`Z5*x8j`+,xhXp/Ɗ 4 NF bM#Ĭ=Rg3䶤UJ;c$\eak%c| QMXX8-ך!X#<0iShe OU.NpJ&صk~9 3Ug؊Vj[$t*zgOrg~}_6"Ƹx+nit؀IUX|&bݕi9'AL UZ1!cJ0DL|~,vA~3/q/\h ~mTԒj,&# 79H&:Hט p׽&+ok{(i6ALA2)3o`|mh8^p%敡(oHrA]$RϛIԪ쨡Yէ6. " %hK = xN9Uy<5zK Ĝt(`Eu^_"0U{.׸f{#㦾| .h/`NpfnZư\ERҏcmMK^v`CV;\݇h[o)0n";6Q֙]"YT[֛r8ٚbD!۲n{IT8tnY4v ^pna=<o`ڍyB=N'G+w37^'!gƾi=8_Θ%)<ؑ%a^psV(%^.|C,N/I.϶i@Vi.&;kWL!D8֯rUX#"&{ovIR哝 \ؠ9nyNz0gH2/ːf ~gg%) ȅw%Ϡ3/(-6ܛ>2p|qWq^\ P*T4ذaa\Xw`g Ceڧ)q7}_v]f =Vc \^B,>8CrIIi@rJ*vRmwyEi8oQo{N?`bXbR(~Y3{Nbϰǐ/=pz쪜=qNmԶN49s%=}ۦ6 |=t%Eyqh䠇ud>鐅F[5hq8;S#*κsAB٬@/SAAUy9WtsLCsk˧lؗl#u'>kcL˰u 4iP8UobކX!K 5`}y X 3ZXi_o) sSi$=[xh̲CѢ๡' -#Q UƸtSD7Q{_MLjA3L6X>_.3FJy"b˚m_z1/pT4WhAd.q𲵣<G,ViJ|K";VB)(Iٍ͘JOi6[?r:e(kj?>qdƦ)\o5dV1u+xF #(DW0gJx^y#X9%LMZk u)^-Gnvky͎X *6tj=E<4Q'_j~R_OGҾ# n4T XRف͊)g")`Y BW,p~ra+ QFµv,&A|~56*4F" A&(\GșP%-0(َ06"RTx$J/8Lcaїˑ_7к5@~#r'3"_ODǂRO_#;F ,54pO %G0_mlP1錇brPQr32`Kr1"N7 C1ʷQcBdٔ“2[,ы$llWAIzT dm}rKfFC@[ri(J\Ryy`-Hʘe[IDx/+0hύ'_v^I-]ٴMj?:Tec.Zh ~3 . _T<\[.)rZ]U2?)/.#:7f:'ڣmD.GMHa0K3(kl QL.QQ9VM "Lh4z3v@$Ke%q{2o`%\yҲ 8 Hzr5HлE {i@+Fp.rs{7/@A/pRs'FѮWӒo72:હ</Y~yℂi 9SFFS̑WU2y r3z3G$XO6z'\ZqK|i=eMHz"k_t1o̡Z|״~E(9&#QWi; PssO5! @@6Hw.rǫp59͘<״ 6,ˎKE}ymV|Ҧ;hI`cڝf~N&y_LC*n0+E I=bGx5)ޗG&*OAw`Bu]#P_4Ѐ- 7IWKt0>)ѿ`:Y)İC;f$9f"3^t'Ob MOR6Sr̞ UkJbQPt%PG0Yj^"  l W"wzB|/PT}Ve^vʨT7㙝- JgeR0 -y6Bd>eR~F/Ə J/NӡG!.}?FJi^/^e+abL{s؎ !<?x$!T܍xUJJÛ{癘"UG [n_V!AµV B?ڠ9_".}B%7"!^,ɤ)tn)h%qYtC!0 ߰f2{}]]%XuukRRʞXaVh'1Dyt-4kX.r__gf "OUWx'MǷ`rKür$90Af8@n+]&2FG="(FNtPLD]{oK؃ʷ{PU!- B\3"Ù̲CJ(fhy/߼j}ᦁS3  guO%K :zL}{G~Lзl5e3t!{ME?q ?rp &Gޓ+m`LrF]`E,*NX_$q VJ&q;Ss>@MZh0>rfő%A4 U=~LVӫ>ݱH"As O kEE^JbP%ᕝu%I9u&@9DY n1Pd3f*jYܮXGB{α%HWξH QP nn҃j} ijAx%AW_`'/+( LhySj=L!)i u)lD[E[]҂fRkj9lDŁVxA}Οd;%]dvH &UV& 6੕.dڞ4eW\ne1)OFW⎌Aj 3u|BX=87䯽 Cvz,ǻC:Ez#MͺVڮcb:e8YIw6@zѴPfڐxVm2>_W,1$L>iB_Zs[eۮ?׸a d*O3͎aŭbC'# ȪTh7uUѢb^Equɿ>к(`aJ3^_?qd\hBD]ƛpG6;&w3"9po'ѭ*APk:銥.xjlim#L/v7T2,WgpnRWfZ='1?qz}gMVIyQ:A2R1Hlg[6]UEBilB1?) HE!gSZ5euN%tZ6D;'D a^UL K\DvULo,}ZsxPuQΖab:7-;QK.iuzv7G@e |KKod BxU"2|t(P/x0F8w]!Whmeܙ(u;n=s`p~zNt7 $Ϩd@ = ݉'M|>Sxo5"7H14cϚM%,ztVb-vp)qKKJ#0U~CQW2#wQ[RDW% 6\0}.2f7ҋlбu?m}&R=F[x~T-  %k pp/ X)-XL ?=tyIpɄ A{5R+55m-i*/[Hs z\̔vDKUNv }iX%KlL6CY99eTL6Ԗz,Ow4闤#kbߛ(tYN|ۻlV8"d/}C@Qn12`,^efBzh^U=ؘP+[E_mA&iʦ;nכYVZ^ U<%c t2N>}1sE\:a؎6s4shNÛN鉕 e鉥R{Wʩ̜v|شʭg)whx7{ 2g+p[Q꒢*;3z}j>Ql:;<'x0+|ŵf3'b<-8 ϐ5PW# )fȀfRM[` 'bd2d,08#BcvFMћ<ͥ*W?a! eJzC@ךQ"5P%~,xɞHz/2k»rQ3 u(yUv!dz?|f2w^wH*Yo3 bHᲿp9}8r8єI@$A*34Jx 6KTڷC,}qZdz*vOa?QRA2WPohe)u(-"u%?ߌ07RTC|bE!_7 BMf &ۙtmQG_@)0ռJyco!3!Ljľ|Jаr޵6);mݬD:Uă0/KSEw`^9}(}2e" yE.g>8 כm8- LA:- -;p5S-l@զ%:bNߩVP0:j?WDno9;6hmw9L MJW%9 I厰##T5`Z7˫Ϝp*Z-guP[GL7yh5WJB/$NLJu[8Ab ]y>߆;Uc_G/9]1gðu#f'_~_`PHOIj|iL.WtF~(]~[ig:.kx\)q k7KiFz2:su7y-9/o(XKa"-J^!*.*P`9mAzn׈Fv %@1N Y_$Hdv51ZtWtZJoUc\ <9 v-11*<" ݹ8/|RY W9 ts^<˹[kDUFsx_P$?Ŵ %ϸQ0!)1R#y~Ddc!_CCxĚdKgP(X]ECHu2#Ǡ+du4Pxd q7AO~ףB`bƩo.i&~ߍ`2=7V#ճK sOGCkf\a`ǦaLz'6Ig,ume$%{ ՠGT>R*'M.iy{ҠݕPiA"Ul_k|9x!IQg;NjekvHbY/|?ħ|d6Iu{J.C|1Qm h a&[nI޶>8H&e72i`>1L)u~5 Όfy%70m:`(MŪOt MDxQyL w;@Z;'aHH3{C)'%=_ AduiVUf4TWBшAC4m=@Ošx fս32; eD_9CMFSũ%!"#N2Fg[y^Ίu*@$Ya=|}ɘaD"Ƥ6MLGr}n9jjIYQ Ƀ0wf3t0(%ZSDDN@w9)/_qnV2q,5U9YdcT/vWAMz($eؽAK?\f΋C TzF-tj+ɹHbͳ6*9X8K/AצןC'$O{LdmU$s`,JJOb$&yI76,TX_ W&9Mf}IߥӐ\)BG#Oz# =x%Wa:`AN?9 8\NJ a_ @W|u/x_֦zr.17Z;$BkzFLC`{%锉HcLdrF((.|[cHy\+lه5?dd۷F[YΒJ531=%ʨsݱ/N>))Mżn[NT٢ARv bc v ^fx  -1ƹω`5t41ңEu5Ƹպ@?魓gzU>*wt&5v6RΣ]aj5Y6ɥbZy<\R/lrV*1t t䀴F 0p mjlx234;,24V%}|H{J`yex>OI~hzcaV?;PYN$C|+i'M5Z/DDN|Ua \qGxJv@H9z ʙ y*+U.f{NUMz(ue(uLȵc+wES&okke-ehwPndI87;>_$br?Ÿ#gb$`ԸN1)u:_ᬷ@Z}2&x|{ĕVIxB+>/iI@"vΎ3b)3xZൊ Ph硹 C*qneE ͈|Go?؎8&:eY/ty6x$- tNX9lqnolioYy !6m̑Hj1#? LFTvga ^'.7#$|Ԅ_p8<%рϼbjo[,qG!Ճ:"E\Q&H/7G jü%Zr }‰9Һ 5&3$ZlnmIfzdo _`![ATjEf.i+Zj7}AM:rgX=!.] p$.$v$uUאtӆÊ+/YM|>jB}=rtophrmvx11e[DtQ|2Mi5po`4E618dE[.Qq P݁ؐIdd=ڍt]`[> Dl?aSNR ݻo=%v L/Z0+I#Mjy.C#ei~E!0oǗ,.Jw2#Y58Zl9*2_+QjQUo)Iڑ3?+d|2~fsGA{=XM!70C9T"ScJD zb٦DB=\)N*?Xbp'1 #o+V)HZn">(:pRBmd~W[j[1 vy$dg7iʶq#fXnclTC$m1x-Eέ)vًi%Mf@&Gc&,e~{ ꐔh4g(2E Z:ٖGJOf* %*j2yp_R 1t"5 ,=ٴgIhITz[W5Ƀra[XE] ;M'8uI*'72C%Ho<3wy8R>c"73RLy"DiO8pt"!wyAm[(nz_}ͨRJR.\9|e:ڴ8A-xQ<7VpdQ,G{;nC(=kcǰ2?r"V@a |me#mU[^PhW_\B!OW3:\o/M [ؕz~S_>KTھCq.۸qOA,νg 4bj o:W5=@qTN?ÁӴKQ]4QiV߿P#+C`Vc浅1/ A jI!*b YnԣVV$%EL`^6druK}nNTow?؀6Fh٢WpS9DOd/$e#oJKɷ ,>gvY{u%C%4j͘n],;M\w=-!0=)(k]4]T'Ục!KgR)&POjP`I\F'Ւ}.Fv%[5JHܒފ/C\2 +#:.ϐ0ˊY=@MH { |("$z4?ձo^T Bγ6p04 x2_2vҸAI֤A&Hp<5Jd_ꔲp?# U?8r>ڿHJtnR8>E]ߙ˝O e!.7Яm !=I=6U,ei|a >e;i $$3Q7`ѿTsEr(eKFrT" 7\ , a/֬fp #b]B0$$}lMࣟ`}uad_{S՜+E&(ZĈV9g;j YnnQ@,1 Q s5jj_3abd;"aŎ߭x}F xH'ꎀ:FlپQB>.$he/񗕥.q(vACo"c7KV107i!{.7XDb4{z76#eN}&.L/Mդ//C]%v[q:Lkil~Ġfj]4m(2ڏVMY:Ҝy'w&dc˸<52 Wne(&|*N s/SϰfO̞oru5I.b$|jq}"tm7rKɁ냚6ܒ&D&G_CLxD|@C&8%rFN)Jsa>ibZ_{E5$dGȺ!mڛeiz ':5݌[RԺd|gWĠ̀"喖>rgp3;K1{ȥv~5 V^!á=y.M uat[~tH'/f4Y"jGXӣS)+]=sCa'yZ_< .O5M]<6>fÓCi0L:,Ķ~{Ⱥ WE{X}"䣐1e;l_XXJĀUՅ/`gGg€qկqZx.,X {?SS.ϧ:tU!J[*$dTX=2ڲ:9%Ƨ`=0>=EuW'݉7#S4z K&$J_ͲcZH7XТ'"Yb63kH ?:fP|XHFIw- wq@C`-NYFa;d~kno$ jSZغy!JgHOQwm{^E(ٛ1Or y=Wȍn+jMoe-2,?d5VzcE!1SyOS}Vs4pjtLMɼ&NWxq(/m3N,q@dDIݴa}R=V(5(:'uɫ8+kVb|78%"W!H%R!J/nş (eq:}0g O!R=ͬgXd v3 ݺT,@T\~]Ֆܴ)Y@fLa/X^-Nx-xarh?nsʶeG~z6TdIOc> ɰ~@лȀp}h% }? ld;^ךlo>/Z~0p#4T|M/ M?zWBnH8:wHoVZjbQxؿt=ޣuo1^fMz!(Vv}-㔨ݑIؿ/ ^Lv-V_E2 -t۬~`i؎İ83~PkrGB≓%TTej_mJ]*6—<6lHdg@SU,uy7T,s>=BFg";WCYWOR=lo(,kWG<"~(;-C9b?nM/xˣmмC>@dbf+\eSXz CCB~dP77  Uug.h׸5Ɖ͡L %9!u%+J>=Y,vR+寴uIV 4BU3l`OiBۂEw$v4p6$.jxJuYv԰p^Bu;S{yG]XSsd/7w3>G~G۸/BϪ?,BI?Qh:Sjv e;}!qy3eTGÌ4C)syz͜Kd^,aO\O"PHʩR_QC}k>ur;B&1/k i}te}+,L_(ȗxv^(]͈A"Yףy'|yoݶ^Ν_= oB̴M"DLORX~4V'[:W~/B:_Rz?zn)DTDO":Iϰ%fj7CQd)^5˞"MkhrCiomI&K!7r#{lj2x2NtTJmc>R;z>]ͷK']itRIt0b۔9윫 gbn .ST>sg R:-Rb8$(uI(JR1i م xG#P [DNdW~d#Ŭ6J2zV2TLJVbry s'gGÙ5԰Υe,_,X;u *kGӴ:[zӽV }^ޔҎoA!%~~4FMK%( j7`Co}]_s0L`0=n:ژže RX&,EGZP̉K!EB=] [D #XXX}VZg`īCtI`'uB*u # }QC+) nR)dǾ!3W)ԧc q1"ןw8Xh`>%z -XwN=04$H!.A x%lexD_1U$Lc%-'W\TG).꒷m~&@IOM#LJJus[YK,!IGx*aU)\h-EG=f_ p &W}|0w&ŧ_R*i{+~dP}@+HMxQ%{7=QGl~dV5?OcPo@&r?݇+h)3qW9[oaҸ7ZM[jO.7YhV ňa3&*ǏwjcA96 G'n pQ_1dagmJ1L'H3lNc1/9G8lMEJQ3T|e|F@}54`w 8Y }SVԬ {njU!#< Zd"*oPY%r:y::vmbyM;$dFwUsǴX <ciGbm5!WB-BmVyDX^X+ebDMYJUu".1_2q%ۻ:3O%D  Vc"ʊG*jh~Xc8 PҎ2ihG +pǂOPD뙽*ԜbƂ^G#r_\Zs@Tp nȍVƱ͂`r$tFED)A6e]+ke'1ŸaE8k*然S~G#}it=h#ڼ ֊hTZN0zQG]馀ܐBJ~X`٠.F?Ek'G +:XZs#q*/R&q}P7 rZKj$W⾀hF*n19 iھ5XRI@@ ݟ(xRg9۽.\MVzEź#6\ncc%p1>b{[ϓ~=M`Am47C9o%sujlB{'.ws&FB*+Y5v)+*~RqX`^ əA-BOkO%U2:UѩiYJo)?i28mr.uɫ,''j$3렸pޑ6lg9H ވUyh% 6vY'XgdJ/Cz0˰yw2`xqj:Md'F#׭Dڧ'oDpeCI gBk}HxՄ+9x39!ā:FF-0%'fh"^xjÿU\zH94!+1+qiV/O/8A$+~ B)cq$jZ#5ZBzS:7LVw~PrRw*?a*eoiC9OpZC 4Vmn0qLmq8E(Jt}@SKIŁR$ uuNM@WavH@@ $RJoiszG,0rʌ,2h~[MiA@TSZsu] -ɲ;vp) =naKZކC?i9pzࢸo`C!7'?Vo?'s^؄#ȅegnf dVdu+L`H!SI?j5v` d 9EX|*L`UWYZej߉s 0ߋ|瀹.=Ob9.:#\eZͯ'"Y$4`KTkqg~/*i"@mZf7/Ud-BzGfC6rZ9vG~, ȴ0]e6 6œ K-+?'qDØDoғE"#CI:)j&mcfb.*}#VZaFgWE&ЯW*`|Я^gwm={9Ge MOnXĂ8U@mӞοOOd1vq!5āBgfJ蘔"#Ȫ8 lVA;)!lFvX$ x2M^=1@[HԈɠH(A\4h<qICJ_D}e7wD!8"q?3̑Z(dOFU;"bpri# !]*mJ_5F@ʿdW0U[ʍ\0óhIWV:E3$*XSr{CJ-O^&Cq@^3dIO Pj{(laˎj7_G4UleGy&c1Z1 3&bRm݇@֑T0+G &}=).SX-,x/*HIU4 uAITpJbz T7~{^[lrݬ݊Dr>ip_)…\*kMc1g%,uzrQ+7:Q[B&?ڝ7S% VS>+`N-;$B[1s捄}TL9Yy sF(鳷/u*H)w@Awx*Hnv,0DC\{ڌж+r h' @b֔fƾ!y`PQdtܕ۫c6v0d$s JKH[EZBah8#~VpCS[8P/ 68>3EyYUmtPc8?{/K@[ aglˢH/*YZ& - ~ɿoe7<ˤQ+&a0Y)/ PB‰kgiGu¸-e'x(ݦ}%T!G@Z\  3#FO(mj"~PJ4K{1KKz>ҵ0-&2yGyK/_ zu^g_>,'tjpSI2*"droosW,[KL;PơoUA%.(lЇxUde\V44n,;U:(zj̋>,/qeKn!t9D7#!x3ox+(%9Ehzԙ!j QZ!`:4ga`bi+qg@Xlp{:7%S%ɃCHHRaɲOހ*^4'lO/|(Z^߻VYCoŪux^0St|;h7 O5U.ڢA0.ޡa)AH_JӟTX*5 -~IP*\yC¦iJ@9>pPb#,2pnRC(5(9;:vW JJ*NDo0]엩9į.B#}gkLe aU rDiFᜫQ0'!0\2,V>r;TBx}vrVV0f.ߚA;"wvoPhx؊:5 dK]OC&Ҟɴ1z=5ɪQطMtlnȊ4^slӷЕԊuH×2]Ih"TK!<0 |3m 3ßRطO~Ǝ8NU {v@\'XO\<+נYgx"]y,@=%< /T9"yͤ ˏVt6SYxvB:nhA4\3Cҥ^N+E,$BN9|lֳKa #~~B,^%iX4=kx^gKOKܳ|C"e%֠}O7mfLUH2? ~ߥlBKȖRWZ'ŀ?_P,Xf)5Wqmڭ` tsb}޲WEyFm wE1I R.?K 9Q9Ӎ2K"4MgQ9 ە=<_3Mpv4i$F uMVT&%7Ka[dv~ *EJR5} T]v^ިJ߮ϣθG#2[~̫%f,tA*{fq*E(=Q\Pz!b֫2͙݆~݆)d,J/5 Iz,yW+lf E*Rl\A\qhR%vgjɩa4$N񓸈#B.$(ƽoe'%-T /Y~(+/I4v4f,bIG]js0w} 5b8o  S;zl[\XcYIG5Sx!.2$|ն 5ɡ+bNTFY!L_Am%LLL:_YP`2UA 33c_r l$F_$qnss:⃍L ϸBy#}&w G6֤_|du.뇾vKg=R/_;է* W\caiTxIʺBI uԸr*7G@\ [:j%6Q2m$b7l UI^H]١xsv/id{М-р;R&*_3jAkyB9apeݕȭ'}zvK|#|T)$9\r71əi^ñzɚܱIIMNzlҐQ7z>yZkK24&I"dcsKC=[b ºm}h<"^#<ݜ_$e~RpVWsX%hL̅{YR/[pj. e(x/0;K6eڭ37}x%!nFrMgXk!HP5 Li5mըlPMG^_Fm BFrf})}ܥ:i^͹/|08Fًؗ|fkcW+\Ln$q!r#AnTpN7 [PFᯋ?-y^* ]r=\#ӣI9ŐѺE3T"??$#'I;?m.Ux 1FN;%`qX!ȟ37XLBvARH +hy|ZfML2 "$2Aِ L=:TqW"౦AqT"6 DA Ӝe9U ã&JNWm"9mPYbvm݀xC mnkR?(L_A[8$ݞ=HuGتFN-̭h8⒜ S1ރ#Q`c:Z v'#HP`f <Ns2щH2[7OE@7JW5]4O@*)re_ ^s1k jRUmgUucr*1aSFǻ=d)< ʏ08Qn&Sc}ʽ ?_LSjms-59%(DM6Hoc.*Ts;}&p v^9ځ QHRzGغz&pf Nne R>Hk^lH$;x팪Tx-2j}ePK J>1OJh]X_2c~s7d]y{Acg~ސ "wSI %D sOѝS8oץD=A/jZiDvЙ5R*@nY[i>"1ӂ8je3eo|z|S3tОɊ:^sKx^`8O5TiÏիAY)=r ®ܭ."BnOSo^H4C>ـA a?N4+z qfY.wA 2K!M>ǜy5o+{Ob^ӣ4fO"KB1Ť6qg dW)/S#j֠}^a#+GWbŶ| Mؚ7gmF+ژedYBGK"tƇA qvp|–=ZjO+rYb} BG,酸$勪YV[uPOشHqz/p\9w_{ގ L]6sG| Fi+ . L)F6 {Tg9.wJn$ bEAŽyL(c+dl|jc:6Q?~DŽJUG F/0tد=/M6лܭM\+4[PX2驀NU%:֝ 4 #P%*:pb4\Bi8 ՚W>M=gdžo*[!eW_T7Q2^նXOWqqO~='M}D`E53sjIT=-Ӣ\Vg=ꘒ!>DE%.gw^wXWzv%=ӽP&r.L.OvDUŻ/#b :j7]ZgxF Y۸B˳' ja;s~O$#*MT`C% 3ݞBfJm: 4GHOBÉz78Ԑai96qʓF^s D8XUԙ%N;(9Q_\nxLݍ+W;CwMЂbl6U1zGyXNJ]1:) 5o-hD} ?9gAڌTFRNR]4qPB<>1=onJf-xZ(a/)6\)[:TWAcm7Agku(lhٹˈ"PZ[Ǵ*nt׏*K1(kLAl*,AN);TUؑ\d|ԵS: IHRfWeW&|P<8Ҕ:i;ܚZaZ)zQ0&-̷ YAœ D|D|{mx it\n1.Le_WMڿf7]s. Y‰;f<b\ y|YZJ,-0JvU+\%\roq_~VBy[ȵBX}S?#r m'WT i+5 ?Dn_rB\M=9H%/ӯF8ERsWq=3J7g"|5\=8@-hr",^ \0_ytL|*09|i-r9 cȍ %0焑~[_)@`W}Xsm//m1_f}aqL bjTtDθNġ51q7,fƿJAg sc t 2dMqJzʱ%%u C٬Yy4p&hRSrI[veVMz1H\0ʝjyyxiiN vIh>)^hr[]0:S❍iϿk2,{Hddz$gw{2RUy 0g, ,2!L(4A})!`>+T#$-("&Z-%'jHA/PJ2TѾMeoZZALq"=)_}̡@DteLq0Wd&gPU1m;X-ZEN4SZnUBy|Y7Icv m̬IiW9EDWMʎ[4IQCv'oAwn D ٰwpi<|A*sgCJ0u0piؕf>݇^sIYKfuβ[K~C熇|]DH:xiM@s'P)ơkgYl_]Z9]n/Y}Ь e 3nͳMHđz6\k+,OlpJr 8d^n7N#W.-ku̺t\8 [TDb"uvWco96&ջMj;VF0P Ex0D䳱FcK?-Ig-~gˏzZOJ4v_l5plD$#b;wP3-;BgpA $ /[{zxm .y#ߑ-sy/G:TW@j*0n }QE*;)tNxE F]"b^I ?dMi`cߣ$:`ts>GtZ9ۑ p]QN?ɺ|AqSfw'.4)}Z)Ҍ dY3;7TtlQƳkL)gJ12kUǧMYK^k:Zn|3O)WVZ$@?pύj?6U& k ;,q08B7]qNkK\mq U"" (OG [ ^k875m+"[m܁eRNDSJ1gb';&zʜg~bOF~98;|:Q>*9,S>*eB25yΞpɋ^˳dޞ3ֱ {iyG!ka%`gGh}dqlkL a_/^]\isVY a똹VNM[ۛp9,jUZwz9KVw>24aqKEM>-61s˨ _Ww|6HuT+0XxŇvc~nȋYlU$S~ZLnbV1j_5N++Z 1Q%nD#hgd}"A)65j|ꞴT4ݏ?,KOcq(E\7pM]f1#lktOWϝZOL !۷bvpUI\)f$ձ&3+-=%~;b!]-G>d`j8CZbaaKuj!IRr@-~;ˉ SUc;A{O5._]*G,/m Ih)`!R[ig'ׁCy-7Uz<8Cv5*!D^Gr LE!,y 4DNOJ?%G_%467 W-{{BL!KKQ3,OlcӬx^djf _ +탟Q-f$瘷JI4.CC?Uk:xZ إ B+Q6Z5?۳Tw8!/)4t&8(FIpEZRn|. 8qi4IOݝ aйC s4IaSZ~`^IQ(̆|=t}tBQx 1Tu@}(*Yhǖ諼mfĴF/Zzd IL.n%#Fh]ZnZZPk{{=iҺn~$_XucI ~$_j )S-c{ʷOiLH@ GOń8`u2t/E~`krAV4Ș2}OVA90ÔlZG‘hqpL7q/d%-9o,d|3 j˛Vir]•DD 򚦦N"fH^kН]0xjziB&cUH?꘱w v]ƕ:~3ST+ak?ay;DV JlRlrG:sJ\Ӭr(x{6Ez5r/,K %2 Fi/r?}RF4Iploqp'DU䘷v͖*{~[*W$LFs k@'}c0cZ|.PxxQmBKwNsbDXwHxncm8PE cOtys9KhzPG";>p da}½xo3=^F-1! Q>GrXG(˃a1{呒_s9^vg&yygUԡ)xBp0V9aڧ~,Oʑ:yĐ_z|$ݝ+0-ǑsBHY^NXQzIò) VIxkօWJŠ&&~t!!&w? 0Ekx CtXqt4E-nҶt}>RJ](i<2AN`V="QA608 uPqJ hd Rdټ z9N@;JYVn3빔)y,Wzټc:P;2p@HJRr0D^A#W m^A]ǪgAtS<n#/M.VpVǃް7m߯yl YpI((X#530_eH{᥿hWI0Z2%%3R%4Ɇ V {ܢ~X9{ ܈ҦRJ&VDLB {rE5ϡ{[t|Ҙ9Nɾ cl [UoFGg3sg $u]M  vO ؋ݻ/^HJT'H\w07zKm^6P9ILԷ>KK2(y" csyh2'|ɝs#v +MY,VCSlKGuM~ITW%G+376d\>͑;%R}B="r}t7Eo(b[fIU,+9ql@G[Ji6ܶ~Y/Ry% 8}8AujZ.^+8uʼ.K!qSS?Ul| ( e3pXvA;(گjxb$]WF14ѕ,րg kB,0Nz-tٕ+j k浗 bdyYΦR|ix{q;5JʗadHTˏYrKꟙ(5s(Zȯ%0uf'Dd,[qşX/)oZUR }.j#IU .hN:0:}ȁ5oS,t'4R%h@ E7v!X[,39L gG,+ 1vj7hQݩ,p~B'y<C:JxNÈGymGa0#l!ˬM!Nh`+ڜCTWX+#l|V <̶7ȿ:$ f̝|O7ɬcިaUō>o(bPY6T9aL'DzeW$BE R&nr`%٢B}YE,`Ҝ8Ήr-qH`v"Bx&-Yax k+:v zdCN-Ł{<;Dd^]~+3i+3|QPRx@Q-!8 J`sF28xa(ezDPF$Pc@9?;t =6[ sf'F?7;U&mp{5ɽLoUyGwgp^߳n\Rr%Dt1 F"ݞp=ⓙ.x—+(vnV"qbkz " 7 ]BWCPsx(m+.zI>>N"Z9|ش;-E;g ^$ђ?bK#ߝ GS/~Ŕ"K@53(wCEsr(8'oFmg@8qaG 'j86m<"Gd\m1܉)4A;+X{2 ,.5ٳoª -s`m{a[-=#guM{&2$Sqʾ:5Bp<-N@W]|ŀA67ڨԘ<0ȯG9 D❌#;ꁧ)MzgI{J@.b9|7K;%} Zem{N3$;P.t8`AZnQ_`RSxǺjXV^sN&p1ҙ WR bcCDvJ~54#J(]Sjvr3!lΗ(@Vڲm&N]0مMylb䂆qXf/n}!h\JЬYqor'+ -Fz`d ~iqۤB_ C.݄ ~>Q\XʫY-YBUMa4Asao,(DȊvI#U\<G 8~{ 23XBv,QnH2THScineg+a:d]- Fȸ.F y&mذų=dj,oݐ]?*MF<^ʂ#k_.d>Ͻ~YoHLl; \(P*Ӌkפa8bQ.%r.&A!]9P'YQYI%Zy8(h9BK0Mޟ!%jSOZaoT;Ya,9&mИeڽ`~ssHJLPCfFp*'tk6p3XⱩ32n׺g;VVUÎ մδ(>l0=ޒ0ttl3,n! QA8*=˨3{q0* &9FRI }ח޻E`})|;EMFIPQt'`@Խ&BXʤ?/O[3K^&Q&Qvtgx}l֠ @%_(̐w*Rd??ҸD"7ċζ)o+\/kE x8s(mT־u"Dm`y7-Z WBPW%/Ր_'gSsV{x$d a^B&ڂ \QƳ -^מ' /'U7-#w,̈́?Q_Qjry3+DL@R 9Z&ԫ[sc@CP oӚ5Kd5k,/4p ظ7FD5ywn?sɲSdoի&ZKMXNOJf9O+VLE.1c wUY()k{\ $ީBi|vCӣBRRkzQisx1*`M TQ"N{-.ZJSӲoʹsc~ :j.?c:=ZzE|>M_m* w.XJ;<ik;-ܛ1%[\RxPy%%k/ .ph~$L^C{|m#[.¨ 2D5œ5كv1'lem^?{@\ܫRcщ>_|PABiOzcy债hP$^FpW <.ZB(S]1=Mxt֭A&V7'* T;> LlU;$ae:#ʳ!aȷoꊝSNgyQEܨOFy"uK3 1aw%%[Kɾ,2Җgz!&" ;/َ[͒㴔AmQozp1/ȾTW; ϶U]nUQCƀk?'JfJy!E>C4Sp3*}q;+b Zl@ y6#\aB tMgNU8;-һ:2#PvSwrP%r",Mu[B'˯phla Oc֌>A Hy*a# }VoCy@%b 齎9 wܾrAdT@bŸ[Vk. ZTeqo0վd"C2+JNPF$Gcd[~7PlGd|-q^iDϹzSH4)q cOw5rH}[+X(PG@KlOOFLnt9 Yt1sbam 1?חq}+vA!ET65ҦNڑ8> ,shHWV>TإиdķsY]3y,M<4i#I]կ6"<ސ .`S?$ mz+6"s 1IAQwySzS3I(36ңPzo0=~^nJxv߮}0N.[YoeK6Ջ{*A&JXū 1[I@4D)z3kr<〈?X?[صUeW~h/mېŪpԱ'q6  @'QfIsIU!2|A~yؚ'g߁+BNw^{>dT1Hn]p`;:L62{\h.;Ml)@]->CNVs F`_Y8&/l(X;ywc H_DraJ! l3x wn`!σ]yS * X F̜67p 9bF$cټMX9bi5vW[ji,k N}7IӕofBtxL$C~X;ʢMJInqZ;嚱S|HYXn)ȯ84m9`?"s0ގT"\C/Sʱ5۔~p-!fo1`C싍;³Rk='[ß~Gy˽۴ri8:$:SXØ*q ˆ@BI<%[#YU Uu,A[<լEeCKXP7o`0%Y5R v8͇mW38d=a xsmgV#-NR* ނ *D)Q_@$~'[+{"gk\*bWu Vux}Fa) ُ8E`}2dz9;twlR8#R[i!Wk~Α@q%!2i]_Vӓ*$<6>wWTKms ^9Àt.ݿsN9|$"rl(׳ц нR1GXx\}hJ6.1UiH vv ZP\]w%n "Oӽa-oD8{WBq)Re '¡Ҍ39Cxq- NE׌jBFL{Ʈ)N1ȡo6p~(HXa #iϖJ:~r-v`7n3V?TL5kGٿYGjmbŒDК=^zdP)1c= qfq:bZ/PE-D*/F_ ]Y1EYb endTEzZ}GwasmLN⹊>9ɢ3)NX=YF􉽊c%Jkg\LpeI"UFQUvfFOGQq=s7*%*,7p-yJMͤ0;jmWFyYPۨ:iz`5״4GKjAڐ1I#{A.4`T R)(e[٥hd~pl!aFx!?w[N"WMnIVK یt}߼#94(JW\E;oчdYk:ӠL &́dž*ۥ&:i uEDJDe &O`C+Qb!ßpiUc]7) OtD"Ay$=b+$X8QND/;V.3gfft-19_[=9CBE۝`zӕ HS8eD.,ʸ4o%tf@Atq<U9!4nr;@ Ld_V+wHsINiNݒ)#~&l7\\3݇n)qD*̽x n}  {S,YW(A|pK^Vho4B[n ̢-Q!+̯vUKnL,G9D9dqXPیbW<*vp;(DTe+,y|:.sIӠP.I<~W7h`^63X$j#7ـ  Lې<,0he?ʟuN%w&(SK `}`"Հ4`HøGQ|c8|^O)| TbZJ/ FyHvvhs9%r#˔]kBe؊CcK`'}n`{`{TʉRϦ:}k\|p䓴NG׬Eb\?aȚU~D _b%R dcϕݝų w¥S\5  ڶpG :rCaxEE :Tfy0~ 6 5ROE:Ӧեfx!0CP+=޸A6Bň#(kF^D'Q3 `/#bᇲӵb\C թ[H^5*& kk=td.'lE h8r9\c0{Q2oyE hojlRC*+=_,8|3qB[~%[B  tFVu[&U,  ;z.#fسju C@-j]8%/!X6fa='ӖKKe8ZXVA]:ʐxѭw~1JhYECYiU72u*aWŀ( {L\@8a/ذ}#X hӖɐ>?gpW]TO&+֢ W8'8iZ{XMvRs4 QХM׹Wv c ҌlI-o`r_8=(a3BZ"ڇ(waMu>/cKжۛi LvP|txVDG8ԊAD`b)r!x=&rpfCO$|/ChĜV xjW%YHUg7434s~KF'aaD4У`2.)-IbBkLM YKX ܺ |(ڒ:c\IV){Kjd\;vp9E4f%,yjtthu&|w7{ToKr074AT'oʬ:Cn :pc)UDŸLKj-ڙ5%j}WI` 7AS*;;* {_G@Z+Z,H m2eY=RϏZx6V 8_],EEd_O r/F5id5#ZIK krvbvI7ThH xqHRs5m4l`JNЌ>*n3cWw~4 B x큎e/``pMGMxej^gA£.  P6FG U?:R׮ADE ї(j{xdN=о 1P!JVMSR.RQ'|HysLS) жAW=4ktp@c;:ڼþR%D:e ~ m2)VOGt(~9-)q~Z&lݦP8xbgV:Pi4D?$G1 ʟݛ@6KAu2Ү/vӁ.Ta;<7ևّjĈӭy ^vI&Or޳fg/P r}w5\ޮ`'lJeA2saY#x|lS} Zx@f zi,}$2pF!|Q`ռ?&- ?c(MԶ%r Bы¼K4qʣgTV\5e"Lvn&kHjߤdPcE ¾:6Br|@҂~@]:nWefl.y,Cxc5'VNHߍ |&KSdY •/4@ՏO-)zIOE 顽+A7.쟥lǓ6|\#h JMFHy -Z3F *<g3`&z{1.*2vPzQF:h˘ͻe !1y:T=*rU2@J6$gLJUX}$B ^,@j Œă-v@k7v-cl{d u[Q9`^8[q&7Wl/PW,Y7'Pv*q()dÿXx"R}@&ӌs'{MкߍtJO!$C"m67vC㌗_:R<{*|yo3FC`efգAZTM5-u>k-h`<@\ Q^kG*3m⎍xÏq+0=Q ,~6:mTEifjU) S"V9o BQ Xv\X'Db#" 3'_4Ń 3&!v)-H f(${B kfZF^ {+WtD/^'YZKyIajeκtT*#M)% %!ں#S-G qaܘz(P\`BrPMW& ڐe-+S3[o{ a K+6zmC@Um=HBdE&]x0*l Jòܿ\Ghi9@~ާ,}*)]L#^O4d_(kɊbъ䰪DabΫg1񖼡­Ї5c,^닐O8p x{m"ss==h ղ߰>JjrB@Β#mutmX"2Y)O)г{0hApGx[M=$X~:KWE푇@NZ󮮜1bwȁ# K8`E.pRku?L}}+}WYyI" Q*nW6t"cH&]1:N"A< Ly-&)  pdN>zMP,3Y?f+"j0dzNρ.ȝ~J|dg5T|ay9f,g#X$7/U RMNOgfQeQ 1$-(ؕ]ûj*E%_t@eB<HxfUi=TbLx58Nbp֚3W*Q>OR{ (Aٶ40p`$"Hߤ*esiXy1Qc L,bSx gVZ+y( wn{`DvuU,IBS)/TJW wqIx)= 떿fT8c(WQxI萣^{w[tR Q/giQh?gۈzZ=F5qY-OeM\ْHXq2*-L~%|C`ō</Az v!PpN{3WWi)oHVzNnb,A3&'iGw|/u|cV,>^[{bt^+qmV . 8鎓pRODW_9?<-\Yt=[s"k\sTQHD["d<% p u2e-U3UI{iazҒxڧ@ ?%|ڇk^.09AGll 3:չ:![iK <^fb&t]cICjRf{"cʹדn{p@bUTHnq5ׅcYcƝ8*䅽i ?ܾ^huz҆e@θn}Q[Òqg-1'lb dQ,3e@j5oPδ7PҢȅӝi{Y6hOx>.t5}XNvNICL8B̟o1  Cpqqw,CY(fٔQuTY @%ꖋJPJvsh;ڑ'¯2_Z|h7vrx 5M}CXs?nGusφ=~g,@$5NR}]mb Q Ε68!`U?9.hXbfD , W&p(u{ \,iVM0ahp9qR#~y(+ʏB H~xQD0oz kSwՌO=4ڈBzrCm˷h=XDv{9mƦQzir;Cumfl4{ 3fjޑ'twMҕM+7oHF&Ǿk& IAW>/F)h[+ڃN" Oj^C֥.in(i|w\ύ;R:< J!#w@5uZ|w,7S뇐> K3A]k xĠ]'RkC({:TU2 Hԏ=-ּ6cL17Jςx `,3iK5E8Ԉ3 6;l~C8Rl ,S_8ۻ'""nI,v?iyL`h#әvTd`?Wa! akFmx;pC{SR )g].ūF&K#Rsc{K/d+BYU$Qh4~1mܢD+9 E?hٍi6Xh :)#ycɝ,߰-‘}8G0I5 ~#0h"Ԧޯ;1` *pKp+ݼeĴ zn9eeCt̶oya۬]6w!_^[Hē%@(q bu= CC=8VqeE O8C ޝV @ʇ\-1zM]Fbp F[d}0N|&w,ytL heVbQN~@w ֘ڍQkxvg *Νyy}5R*%d*5}6(h}ȁSyuc҅`P O 䎶/l9p[ݎ&'6'TXf@Ea c"楷M1.[څʩߖ#eq]`rzQ:_^Wr CEN=EKx(^ل\U3}gc b!gN^ڰ-BlT0jBYvt`N)%Ah^1_!uX6;9760˦1^k>9?X&{86R8_<k](Q=3=@&ըlRf^ z6@&4;+l…Yi أ1$TupYE,}T?W_o7x_ylWB)H2mLgNʖt?7; rSF ?ZYAvE\,Mvb@ɫl!U ׂ{ 2|\fuTZ!^0\=9v:utn`Uh&M)A+ AVgs9jc;u9JIs%/<!ɩb&X}?{ix,52Րl Rqnuw1ߍJnzW2 &dq~\W4Ǽj!Uc&iZO0M>~(U!D@BW.Ԃ!>i/c둊o;b%Fw~zq1@u7✢@&VUJN#SөCbTh;ٖl2SKҖ "$Hua+#$)J˼a# "q*^Az@Ow\NZwhUYS5$Ei#Fon\b9B#>n;p-&i;>)՞Xw=k+CQkl^s?_{{ⳏD}mMФ\tHz☍8aWAJq2KcݤĿsK9( uu\{Io%yVG w}›Avʋ(e"\\r>Fڤ>r}-:Q) С)AJýK}fEm9ďΦ9?"UzaI/Zs,3+QLDXN K~DUUrT8];ճoa)Yc*? <-ߕGڶf+$U^k~2̉.w΀M"QKRxsi# $ /{ϤI=vV| D/K?(uǦ"ShYR :1gwS5Xf{j>вڂ |BDT7`%.8(Úw5Tؙ[p2C/k~DÎAPBOÝ{ GΎdg۶J*mDm.*H}&XunjP4sF.mЙ <ƜB#U!_M2yC#@↿+. 6JnBPhOp0m{sV_@_bK?]c.r0hp"r_I%seXq:iNi*7^}jT̷Ҟi4C4fY< P_5n3hYǦp0/w]k{@%gnSYcnnj70{!4>Y7~HoH ;3x+@P=nadrBsE䂗?ܟV\7թ~?HyχJP%ҡ?`W80|b$*tRq 4M]ƾ{9ha3b$mwS1rJRE+P3{S)\ DmE$T`[C`ulrxϑI]Uj<`W`3Ns ,3-I/:ȯɠ˒V7VߎP%Eh~H<~sg^k^pf:nDnsYOگ!ľ\w ҅30Q2p9,,xe9N;61\/i kS:94ø{<12Jף^,Vju?5,ёX&v#''n *X̄E-V4t [ ;mӹ7Xx( 0lf&#ju L Qڵѧ8r٣ Fsujn×|:"_cI99*-kb.'wOa( d߶vm~Afc#2'etcbvǓ+ N0]C6il̬Tݖ߲mcMdi0"+$F ʢ/bU7HAJWLPzs\~-wJMXiF@9P];]Y^Oȗlɍ듑֮?lv #?*ШPsAϓ\ugjd49U569莀4j+ay)FB]QA B^v)gE%HɄI~ȴ y)bv9x.kYҢ-!R{X:əsa!918Xi$ƵOWspN!#s_`ʧp1a^T' K4]h)9_~Ga6=ü3F,nYpOK|f39ث_3''O")9ṽnhu$Aan5.ae#Ϧ*S Ek*ǑȆ4@2'=i>fU|Fߚe/qCu}|?sZ4qkԉMv;;d".{./fɶצx#U룝цMJ?7% ge26ItFFn8g,ya _L2LgDh[ħ~Q5nx a2(gxicܗ}kSwUHs76>Z RxVs<aJG5Vʸr>dJg'om0ΛPzsxv<ǿ6IclG;Ǧ#bw걥3Td%naMCp˴&KG!'Of[$W~6Ck^R,fo"TZxt1l#~ H9qzH8zS80IM0*/tMB҅ﺒ@Ru -a^L,~r(&~(3`$&kBF4oeEAz E3Gh0bܐ_k!*\w'%j YA.Upd)M(tZF/"n7^ףYŀ&lhHf5G,Pq.[˨5̏a*} ·<#ϙ};YbA !4.\ڵ_Kd;ûdiJd!JN 9SX[ÍC*upb$i}c1 O'v5Qvڰp8LRuYnNqQHg1=ڝDUpjّ8MYqK4V5J|ϛ֐ )_Ag©("@ _.`]nB$?ڰ;4Cs8ǴNX <[tI&Dy(g4Hʇ0t 1̊ :<g.g#+ɉ'0&^Oʑ{٠_ Ъ?;C"zS}ͦ+])͝OА1_"FЗ%(zr[R kwE<^cNvC AkI-= wXZ} &+#pp0k2-TD̋ ((HJ0P ݬAUcpnh]vr U}Q}`oR.*x͵r.^\.(Tص!& bWn>d'5f> ̗9vvE|hd{6g*sG(#X'a9LL-gNC, nfOq!"ǀ%x08z vGE8d&$FOo˅ 3!Fq|er`2U~.j[E)wՖq!t x@8RާkIU!x lV:?PZ;dXp93Xb{Y͡׉.6Yr5cD[IhЂwR:M_.ʺ#.znc{\mWF =bke{~v(U#I`zyzɜQb64I;{]: KEH;<{nD2K۪P5SQ Ƭpu89 W` k Y z\0H8 (e=丷loT:9H 7U\I+ p !^( QmTj@鲴ǞobVO5a*Ce75(C~%txHTI{چ2UfX-N.Y4CKQS)ߊ+{[7WJ::O#}-rmHRyZ1\caNjrRM)07@91]`I'ƀ>5}1^&hn\Rͧ<H!v* 6igYbH768,oGF,:p0Y5ćJt}3]> r"naʤW1>N 3gM| rtcT:[ AAm"˩T'.Nގ9< 䀻-=d d$ х.薿L3mngjszӶ(cqT?8="aZ-ݠ\#1DMLLP #.'%-)H{) /pMFBPڕI N;uQhTD۵ t+ Ao8PnD.ixi+< :{=nc9Pס>'زY?K5֦ԇ6u/dCg$l,^\+Xoj`_d䘷DƯeU\9-e}zK3:ML#g$T1O~̬=9ˈN(s:,qW2sy{n ZaWn3ްHOiPT"e쾰 `m9-x_cˎ. V`IA{GѶtjEq)%|m=RA~۵x$0{h6dK2&wo ?cF<}"8WnNeT7ݵH, 0QS8{`BK丫 Ptnp(6H(u郪ߏszy'޸ҵWi2sDP_>Wh{}WZU8mtbj]-B朻}B ;xn[=W'C5)%aL΅x:~]DBal5:Zɷ>yu^eP$g! #i̳TR[V9ENC4 Ubg\V;-7 P"KWg`!.=__}9j @ȱQe̓I%Z.#54[il_"c?pu'Nƈo]YRSu M~}[>6T1仍ؐ:fw8(A½byZoj%"&-9@P}[Y]f~0>(+B/N*ĊQ/D\h'˃a3)@GE*b2ɰNn:+IN@e66119ŦM1'S i-;r[JeCτj5 A[AwWNKŜIn ^ŧzckVgCIaW~ 0 ֣,T¤ fGx&WlHv~'BPj- |e tJq{JFL#QEdYd Ax\ko6dI}u؇F+WM>:aE`R]Cz˚K}gZz}3l#@9Q\:ꡒ->PU&qd (UmKn0cʏ3,LE`C's|wG@>a_ƞy~t.1(3`K\63YZʻoDm}vY^<@DhX]<\0=YO =VҴĂЎ rԦwK;: 1&tܡ)fode)AB2JRq/i缧\\u=pdeiؔFݫ-;c Z/4Cyßk-kҬAK4HidrfZ3"!w%d<{ ڞfhx,?vzDXa@3B8Puhȫ#-234xW{[]#X ]œc@4m {%,cIyEDY` 8*.\Հ߈@iz[2XBD}0 W%8kυA@V Ip I`;} o1wkRkS~lv >mi4׊D0)6;*Xt{_ak#A6~Ƅ4Wf[s5A-H AN +bo|W%5")IF(*8Z:XsiIf?=Zj1@U6K=NrGT\ (-Zaj8{&kBWL=3c~45f`li(!WԨaN[vu%,"=g AwRw5&I8f@ܾkiO-p`YAu(c-n }OXHXUxJ*ZFrxj׹ 2ƽdUώ̈́0L:_7"#@vh66X!26WS=` ]7jDe--M¢93 ۋ=FU832[UP4'ex!00wP{#9r\EQUz6.SuEEM˓}]N}@w9ҥhtgAta2h]؊a{2~h]1\HVQ@},BG>yJ?|44!=b/< ]6xȩ-7{]TIBf_ـ0ǽanLp?pGƵy\QJFLZ R9%ies6/^+nVaA*yҜ';LmܾjC W(1yZ⋬;ӎerM ("sИcuq#eӲ;i~-$K:cШ|^2%Us-+y _;é@%uP}++lQ%1SO ⌸و,_TF'bS5DćG- դ <@28t Y}f =?nm-˴,xF}bG3>(7ڦ$#CWSA$B7"±i_TN̐s|ЄhAme5]aI4eԕfGI\:|IΊ_.8dʮ^D`֟lw3"/-kLQw?r%=.6P٠{,'O@Cqؘ/W2zvn Cm1 ?3tb]S]uLXLzSLw2]Uo8BIIGww?㙡yr?̭Oc/(E=K@tNq^#!BHG|-Fiv 8>.#C\X)"_ +xPɽr)(D澹y?3alaӓ2ј> 3N눆"h6-NP+d_C0vr#}ٮ8\guj='_{Wl.(L >vD5Bx~{yVbӔ=RҮϹ)juNX|y0W? *HM/1G/40x{w<mokGTޱ>k>K }LԿ70|O}3I]"Ï%>#+Rg 2@KM`?',4L!n;TGh2H{ R}F΄.(8:O•9h<g@.\Zp sVk嶧|8#FP )ox U&ZИ]E4\dP[bDЄCp=킛cO|GHzM`rX4/vJsW] a):Ӧ#chm4LP|ZJőŝX#K ƸS$FaZ^ېOnr^ %;u/c4*MfO',u29ٹ9Eӷrv0{do2칦ȡĚ8 S+X]hO9G}Xӹ-~ 4a͚|o?o^U- XYrWsf˄0/;Wn7c9a{v-\˰"hLzXӀBZ |"GԖ;W*3\JZ1So4=)Kج1䔦@0N}$Xf#b3&Xq|(XH)d|LC+h.=4#H2cw=?W˯]`As*K$ё\j.VD,x[N>bP [T@D8cSGOzQ#0$>5DFY_` k?9qTL EU9-D<3\XLQf+ ,oܠiĘqjЈGVD@D+J[HxԭbAa.L(b̛=X҃T\LvnQWx:lӽB! bg[&u%-x5K -ԇ"aGfzUPq.Hn-rA9%'vu:Ëh?ѸSe @O.@2,WqoUE^?cG@oU3P*vBҀ aDTqm+~Su SA&LI$Om ]1Zps )0:KB:MӬ-"Ӣ;Yb:Id{5HJvݗ4EF DPdykp*Cwj0DyBOY'*C6k!+.WWx&A+d/ͮO~vYSQ&sPJo!)^VM~ OlkC9YEnY|/+PBWmm'x#blU29+ٛ/nۘgqNݕMvrV sp{BѠ?п~܌ 3NWqB9l"IdT܃thIgs:g2]"W÷l 4RiǴ2[ EI;k$AiHi3IcO{P*I+7Dm#m!4S$\1wo@ D!\vqTlV]*JU]n*3wj륛$!VKaAQkyN^Wߦ}PQr1ą/j]?uJxߌ@9]ew.2֖,!xz(%>f WFF VԄE`;U aL6^lzu30`1Hc}Ḩuete&Zw,s#<᭝YF;?y)%?=%^,*cEגvt CsVi7> ̡s v)}ʡ|Z*Q!3q.+*ŧ[L9vQ+PPhrk%:F-*#{"o .ėm{Ow⺗LW ]dv'=OQ,Qxul([& ϡ~'Gi}%NB'NEk7"N<7{j mNf3i:f}36GΊ7XDAd !HyφBp7i%N|6UF]> o7J%z¨,&8Co]dMơ[{8Q!חC E8!XWo=Z+Cy `UZrk/0[uʃjCCgJ(A:mzDOGXصFa&\Ii5] /tx٢1yӻ/¬[ED Qӯ4pUħ*# 4MǿN#@VJ ~ 5)5]j$ct!iͮ}ϰ+Jdn$b7qI\4ţ ,%Vg`kytG! ;t Vz4W(> Bζq93Ƚ-%6x ^c"&^Klzc|VԠ>Q :@; {sw"agOK 0ad4H׮ !*FjkC#jIu*kI:SPGTEB6GpXj\+Ѵ0[:nmj}!zj`$qj._ snJF`_n)D_2%GToJAVeά!`ke8̲Qm"r]Ϧ0@[WP!. --%UDPg~+ȏaʺSF"K{z״ښ#1y7Tr>Ċjq?xj7JG@#x/oF:$(pL5}aIUP9 $!s3I" j)P WKq`1rXi j =S MBj|!_?/X\bnɆ 9mBBXΥ5V-4_,<|ah@JY4˵f=s9^&!6cs#;#ouMjWSg\i* HuDcl\EG$IvxGʥkt8PGva|uaHk \Wi}dU} Rsܻ!W&PEu*Rdt4 jPջ h@O4Ck 7VB~859濮7( qļ)ݬyȉUwGzzyXnyE-}7MK2kɛBYa7hƞY  F ;lwQ 0ue䂋 1F'@ls_1,ʔo ]hkn@ZkiLA]D!~2WldgUڙ짲91(c_=tb#"!f *r3EdetpwL5+ak+Td'yK?X0(R_EZ?&$(MK0n"nD`kBk6!~ti!яL 5QswDl{#Mʰ2)MyxJVq3 `rƿ=P@fR2SG6x﯌〣({Z{磽5MCm{@>7D~K io ,)P'lnA*:n+&qhQݥ;1GUifcN0~_ȩ*31f̔ i5d#RWJXJ禼["T蟯PQ:9őI*Rjr/8l",~m_L $Bz ƛC['fg9; ՋFFu8ސ/)ym,)Y_vShZNո7Kq'@MD~3b+jckɸu^GUʔ>|hI^vi2mϡ%0dp8,gu]4Gl0WzQ*=1x8vyGkr2t[Ն a(TS/ J"oZ;*nh#Ú,ϊ4w Fh8gLo] l [𯮉c²x9u/{2Q,>L )hdB2]C`I)R#ސ ` }/U!eo` ?|[kuc>sO:v(;d\ڒ}h\P1D݀ZFikaAz@d;F;aK 9`N@<εW 4f$2.DjHkRe\*ļrzAoʉݥ净m)4Jh}ۊpd+12Ufn`U5B(j#Y$s ƣ1"\Ղv~igIΟ%x!a @i9Ce$=-H7@ <1LCH[xfK˔ [n ̛ݟ+N;O'>'.w.}V33L?'5DWܑ @]ýSq/ro&qngKrdj>hBȦ;.~{A&TdՕcFO-#.[D '*yI@p1*B{M6ROQIﴜ0kVR,jG'E9VOWWSI霝 '+-k Ehē߱F}-Q*S=Urn/ÿbJֻY?AP7]R+A@RnCk`LHdU,ߑs<Ny'E|eI/dsmm,lY\IEF>@SũRa |f_eQiz@!?,Z1!PÙIUgJpd xfhd}tɘ((-] /G)W284r T􄔎?UJ g# Ck.IޗR_' d9@L{^$XAfѷyvF+q״\E*u$fP$KQnZɑMD2f1 cx'Q->ԊLco(>o3nML!lϠ4b NɈS{J0N;ͪb";'h#"H~>6j]ߟ۹E #(Ag:EKc0a eYBzsɎg3A}9jx#GdީuY+sq*a?U(Li͝vy-)D|2g&@ A)2Y¹~҇\PΏ*V82O;t{zu},A+Lثle.OQ—"Ųa·@O޽ya9/TWǞ, ] &5ž~/b6Fl1?H~iGJ'ZV}UzWAaE']}wJyW!nԡoŀ8ެ@7טDzxzs=*3;Ua.J)!oY=2d art21 woMĕ Evˮ \,ْIQ4!2ROXJU (; pi'Mcڔ;]ǡ[{g|0"9Xdw%63*ƅa %AN򿷔ãנ%m^=emcf#P s?|1;Fmv.w#l?&dM7:Zܮ5]$,j|)|McZZX^)tSee鮢ȍ13qI5tYgIk`DZÔIgn~mtIlYUeclVz~-ky&%(|íZs#evs%vbdO}{a2"?) Bq5Ps"<.v3uq 5+h(i}2KO&nE~,LK-*$ &AT kQTn܂!kn_^jM\\A"&<(dNdv5ƑK:õ0Kb|?Ƭ*=|Qyg(z?3W(u(ϙ76;:4A!sdZ :o+/cSW SU4J Ѷ&>ljC-Yz|e# ^pScq_a!}3ux/;N DEb&RlYR >ԛLUo',S=tu+na5*,A9PTI%ܱN|_Y±-zDMq=4ʁ,wg\ؖpoON4[7ah%HD^NAO޾O yr"rf^vgsp;)ɬ&Ȯ>JAcVgs!6>T'_!-z2 d k_jJJ3E0|b~[ bIS#R߹:N $DjpB:I5X} ;|1gMDnq{*P!7m:4ämٙ$3SߏQ/lɐ6_#<Λù)k:,+rzm}?~H$arVmS52_k76VXJߜ*#%4w(Aؤ0U甎`CKF-7:PrٿtF턨b.O1_J6e7#S5K qQ{v^whhYy%H6'w,pATVk/#hK,ITqT~8yeԤvHp-VP$sBD]w4}5dU@o9ޓ"^BQ`JFK5׽ >Ps◓94|d!Je Rm'L|UooKRZJD:1#w kd2ˍ}ڻdQ藼_j^4-ȟlľr[_]wI/Dj0鱯?@f[ݴlDCqZNᐣGCr3f+e&hE0Wp2q8<2.Q@c !ytaWR :k t76|[]T_)6 4ҞoS͍e!?+ !`tm 13{m_Sn_62d $- FE. < 7} %%y`8(g,?1NFE7{~?ÃO1>\̾qzT=Gc']oѫ?\gc-(Σ O<ڌ.HǤ[x=S'V)%b}l9(y""Xԟl VRcQ(A xʫڷ8zP-DV ^OR i YZ