PackageKit-1.2.4-150500.6.2.2<>,5pfxp9|8ۭy)2aą =1kz(_ڸ&cCN]ŤG{[ʘDq "FcsaڑkjyU(#x?\+: z˴Hm_[nC(5ƹQ'_)jMh:\Ww|Ud8EVnꅚG|y^!MFWQ}c G"\*%g@zn_5P_9)Bdp` &_XϮ(t` E>OT?Dd   Qpt $*0%% % <% %  u%  %!8%!%""%#d#$ &(&8&r9(r:1zr=>>F?N@VB^FâGø%HL%I%XYZ<[L\d%]%^ibXcdˆeˋfˎlːuˤ%v8wѤ%x8%y1zӐӠӤӬӰӴ@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.fxs390zp37PSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x 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 || : fi3G7h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfGfffffffffffffcfcfffffgfcfGfaMfcfaMaMffhaMaMaMaMaMfhaMffffhfcfh339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d26598b284cd21f76b6ca882c125ecb70324e3994a95162bcde1c45d3444f6bc01ca452b5ab89b72ef8b59e8d9c6c7bfb3076e2245dc99c73fd4f501373b374ca6b39d32cd5183eeff864d1f2e0673a4fb2f499caf38f1b8772f1ba7058d9e5354ab1b0a3fa373b1b82f552e45941e7d4a0846bfa71c8540caf60ae8b071636759debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3aee79c1dbd1f8b359affd2367074fd71be024dcb601f44b968f2605aea5afb246c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.src.rpmPackageKitPackageKit(s390-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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)(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-modulerucks390zp37 1726787448  !"#$%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_Updatedrpmxz5s390x-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=cab0ff231128c3a50353c85e22bf1f6a8a36593c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4eea28a5e88a26e9ec21d3ba63463d77181cb2f2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ba86d336c9ca52368769db01c0a4febc32169173, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f533467426f19446b6c79a6fd8e90798c8a4236e, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=22f61c819f9596fa4436c856e9b08055d6130339, 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.s390x/var/lib/PackageKit/transactions.db' (No such file or directory) (  R RRR R R RR RRR R RRR RRRR R R R RRRR RRRRRR R R RRR RRRPR RRR R R RR` KduV&d systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-856b9323b46c38f776932c8a13ba527b1ce9e933c7e1fc12b32eaf23b900a1eba?7zXZ !t/F]"k%ngMsc!K\Bne#ʹ*Cף!)b}% ِ@<%o 8f+ nH`ga<(+F\b1TաX\; k?-Crl7:PW>84 UE6@irɎz >m? 'xdjwWЬ޻ H mIQVL:C.@_3uhfKkc h;1կ i(8g:.1;X [COpis+ywUOsʅ:m%?s!;ha9KdS%,b?5wG]= X/JcϪC.>sYBE+˜)NG'O o-vxDɼ &7>H*@o[rHJ{Ʈ@W>촏4٣#b?6Zk'8y ng27x7Nv<`^:|IA*B, aQ(HMh[q2g [2Dm+c@F*S{בfsX2-dTLHd k#qsPgYSh+qrr]}uE; n&ݴ+EUIc1|@9 ) ltіd:l6\@g ?, xyBt!Rz% PI OXŮ$5V !Sڽ6i,?!֌kmXl tn":6*eB |\FR5#,ydAܕ7q uR ~< eꖶATrL߻[ϼXcfv;Ze"W9ky2"pdyW9DjU.q,nmki5( SV {A-/$(QC+ŝJ]13QS"N eZK&21[:_EOb@<9l"ʓaPEeL=?#=j%-%)e[37~ԅ$麹L"޹MFJ^ݠdXrp"( .<iP6'P#m8)W7hǻWuT[τ}0ޕ踇9p^,e}PZ}pQ 2=OXjd{FvD @T9Ka sԦ8:09wcˑ 2.4ט^91!4 l:}{99W/)]&~B)opO0bDYx3cΉr`.:.NzG8'4[0v JFLA6|*w~`FW=2b"bvf}2<4~]: p42 TI[ɍ؛ɱU$2L#x=|H`E\,mA%CWx{/B×8$+::/nv3~p{O&yGjmO 7&"UXE^*XS־ś|-[Pw=#SW42jo?VrC3z`k΃FH?5$r J_u$+S ! Jo [j:!7H0o~aciiQ O$gT Kd^" ,艭jIm $"8'(ΦL."yUV=A<;]x f kK9VY=昖>NJ Rӵk;YZ| te yL)E^|J|ЃF`4mُHAi lAd 8mYJFgY r^,N3WpoZY1l4 +o yݹa5k'f$ ֛+1OakAhjU9duZ35`ˈ;KI:s b"m?/Ԗ+_j pg^5^l"2sҾ` ާt&)8[dB&(bJցd "s ӕ<:LU,/3F@T cM\.5 ڈ'! wBk&x+%"KȘ}`.^@׬iLK,9 >7̗.j=$Hz|Bfǯ";sl)5]K4$|l[LJ3knmAz@$%?qAg$I%Plr7!pR&`TiXf):]6ǼiDteTAn~G"SںXc]))Ad̓ҩ\\_J 55AX62 V~Mv`;wÛ ]g7T)U7s[D%& yQ bH8`͖oluG$A*FH`YgL 3_Oj;mSGoO% 3՟PF"ba6ڿEatfG]ct`0-5ċSXg/DWA6h Ո= [$GИUvbŲ{]ފ<]揰CgM <\/8HVm$YȎ^[qIOzm+2TY(g&A?Q60Y)!jZL+x-KEJH"‹c~$dM6_:׍)#<ߍwy3AmM9~__/Z(Lؔϑj 7|J~XhqMeV3I:w.s)Cf/sk{=}>-QAn CS|-Bi(I0mv{vq#*XQ3~WG"W^\Y<SӼG*:^YT;hxvnX4b/.<(#GQH'ߑE.M z~֠qU+'^_;eę 5>ե%>[Pe3]-}-wLu|*3=v%!*$>GG}>]r`ARG;^LXSLtqz.!mNӨ͙N(`^#STt8jvqۛt3?ߊݑg.4N^kzF|eqNc v\vdJ{5*N'9V/[W׻rc{2¿1X?"=JBs2Іf "uR,I.q/GA{3H"r2twFey*Rf͗п#*$أTW~UV?e>tAiWjQ\KΤ`FYNXwY]z`6$$|t$"h_S8T^Z*:"tmYʤ:J^;ӮBDR r(<ΊZ4D}y$܀|kCCI%A{)o wMBy.T$;i S$CN# ,o0Uc"gŮ!Gn#҂ӕE#*4뱣h!}C,*ڤ.>z/܏/?8-<ݿKJo>hMGpgI*XҐ yf~,^7srH/Cf:M֥2א=wō:TLJ*+7E} xF'~| ^ cz{ ūt%  O4HcL629p|eiUAg-gޣ<4nV *"(*Og!Kf~)lFr7D=^Зr2f:r6k^Y sw륱j̋A&K8%Bm? K0)*" 8Ѧ)PӮɿkYM)j %()%Ƞ|Zi= (*:UgL/qjW`zH: o_TQԖbQ捹t8[Ct*(կBLk/Med!#`OW!,DsR㿩}sT"E{){R垂 bn=ʃAϴMت= *)az`?Qhހt>}dҒu%8{`_0IU\W*ٳا0Ȉ>w3*Q~_$;Y݆O޸ ^N `pYmN8a$K37z  (_'ol? 4*?32-pHK?.z׿gZel];lG?IJ81\ܔoxsc a0BxfzzZbl b] 44)'F3K9H^"b BD<<Ӷn_N;D-:;wzE % @0Z3d>3橬U?<}fN ='3dl:̭AM;[5t{xKԛJ?2ƣciI(_!L6ob2ՙ=WBq@RˀsmJ#swj'Ur4g w@ʻ7Vh{I7hHy@+Pz'mOt۸Fժ wS^p3a`vUKkbY9ױ]AG剏bWb&-3[o舭J; b;$'"~ăO15WEqZ㊜HX_!辜53hF]au}*]WL_P\,.9%'-u7&i T|9mURJ^XN(3ud0IHOvF)V@3ph y0A n'~dSyI*#~I*8DbݳC5ܧڳ@u{iz** bo@r[+v-dXM~DKva7:H"_N Q@0\JY֏[ROcpUޚ­t,ΈgyiEhV+ݳ38+zwbD>c$k$1Oe[CͷS$-{\_r[1Fܶ#@{)m/GX7l(دEG-ι7,8>yG,fǹOl-fu*迫O {@_]/BB|kJj+VնX R'mCQR DwU]/^z@upo[f_* Dk<#5 GAWՎX v npm?r(rP4MG K÷̓fuQzzU,%RUY lU\M)&BAVcs'>#aV͛‡K5tNOAQH|Y J8?q mm`+7kxGզbOdJI!7 n74 QPt+ " N`-P<])n?4vq+!ppYnkQ31'aNrV(=PɠS7ghbXX`Ч Jآg=K Rd((a,1QpЂ.;0vdz0J$R~hhD3hjc)ǠDoc=JHcBkrZoUM,H' ZLDL.~w렶b3(1̩&ЩR͢24oyEy~D[*-v|'G8 i>! *ǫq"sDHה:w6.CYL0DNnm%a YD!@GSF߉ٗT.&wš" `͌ |DRp5aڲ,&U}`j4º&ܾ8޳#*JkE\f۲7Ir$5K`e\`Y[ᵉ ̲ecZ&RJ ;U%S1M47ygMTÕG lYXerzkދ z9! p7&9,=pnKBr@rнrwY6[e;RK̩e:P)i/!RK-&l &͢iv=FxO6JޟYj w(ܱlb0kH?^eP>G3YB'H>CjR_ "? Jz dJ;:\# 0܎Ϊ8l#]-_H҆od;߽"cZUZJmywDPjg@諉3eW%Ys[4hxԞF( Oȋ4ZǷWۑPDOA?lLuIjEs@ѝslg2L U _v6:xvj.M L&;"*> Xat% ,.rZ57A~_$3D+K1Hvv=<` k_.D'ͼ}%]1=u/ۧwi (I̯`WG3ӿ,W+X_C|5=XxYw/>wQ\{pک*~k hMguB[rfez{fz̡v9H _KN 0vryˌ#ES"Xt_!}wcOWN&RkU]a_CK` #ɣZ'ʚm8P.m 398sEq}"_хOhFA[1T4e~ׁ!; ǎ[HB4#N]Hz,Wkλ}] UT4i%Xvt|$?]Rǜ u.I\7/+^Mu R~S?bە#r|kR_,}C J 5.,:$v@vGDhbDgn =QS@!2Aj'T5 tdPbn 2t^v]wŽ_e+6V^%]=R2aլ=MFϱ EiK(n{^^@نAenowj3 omo="U5i{S\`:Dya Fr UE|yvj7UX䚔t^vY!~[AZSs4e#kW}z퀚V:G9x>.& j󩟩+O޶Y;UgLg}j_޸O{hZ6yaQz6"`WHI;赯V,-{TV m`w/s31.aqC S%S8&'v#\^#2uY1.1ҦSF@{~\q<` #W{ےѾ.'Le{gM٪-TZtُqsĞ0>nF :an!9XzXHz1)d_p@h%JMz^q07\X̗MypO OTsڡ07|toMfZ/C* ~w]b--KAh"V'ZxpʒgǷ"WK >HnJTXJc_k|+؂0vIg|W *H$yU&`fK@S|+ oU0aGᄑQi-s^pk!1mN9ҢZרBD{C r 1d C&L,48?Pfy*Xg5̫,ԩ!AZ?yqPBA0-zK?J9顤q)9.Ęx2!؃nMqVj!ȋbCmVfZz;l*Vsٺ>?G,d{-p?b#lSm+$8f;l"Ү4W='Wi9ywDEgG2"OG=  >!`trqv^Pyx.3A,I;c Q2.B%2A&|эN atX%CHsJ0x *$!+Pyt,r swN,ߏ=ߠi*[\ !9X7IgP>C'~2crzWYˮ҄ՃSz8 ;E\H*AbwnY f_/tE ~GA?~tOm0s9@z(oqM{ՄCFYyt'ЃQ3VKwj@S't|g,fXPm5qg)5Aeq.uv:6P1˖2}BRsq h@qB n)c)1še x=M̫\,M%Cnޛ'5r<-$nR^p^A=4$du_*X|iT-,UbQcKR³HW9d8vwadӤ*Y{jmˣ?Wie9>S䅽MG4l'Rڷ1=.URH}Pu67ESUN ږ(UGV"ޡʄ!D7uuѦcspLyC)[CgVICsC4W3!܋2'?vج* Ua6[Kh3сl?Fe$5fیK6M=,F}b| ѣ<(}L,{3<]lCjg$:7( ^)YWwE /7k-}w+= e9U!­ \"T*,UE~J7R~ͻ̷rCa&!* 8 Gȴvը" O>UDN[(KUЮ@zڍ (|0|toȪᲑBT4vKj5)PI;Y^id#ep:Anu<$"'ZRr t¹ף=4$4CК')C;V1U}`OJJۍ`9!sJPe E=0 qFP8DyQG:eO@<)Yzi/E8Wqv))89i$`t&;ޱ!(+&ҿnP#֧Mf粐(+uH&Ld7X8W;%۟^ e2Uov^p%45ike:10VQg3wOO"28P)A/&-DqnǏh1 E~Pulv$a)Vafΰi\|T&BI{Л6 ^A.v2'wqC_47 ߼ej`ep桴3@+ q9~/ڤUF'c&W_,%Z 5 `zdI zjbgZJƕ=nǫ1%.obH2q14O0\!Yٹx3'-8ʇ7-@AosU/(UHSJiWoL[uYpKͲP¡byN Ήъ\9J %d׾w 2<ixR-n6:ŋ|FI/@i9^``~и^䦒Q9(.N{B ?ѝ|O3t>tVAUGW ^=1,E2jqG3YL@rRcvL-%֟f:w}9S~hB2S6 R& J"OqrMmש/Si7Xĭ!+m6/$qCԑ}pk%P)dR% O@Bܺs(u_;k(|dǹک$jG/+7HɘuV5,ǡy[7=ӇZ8IӮ#OY`k? #''!׃s`K[9mtWcRsG?WKS-k 5ȗ(Qv=?͗O*oEXn!>h`,5Y1g;?E !3=@)sC]LJsQ5 S7K4̉D\p sgՉz 66gZv7\o]E;~aLG{LX.'[->wRVI\㓀_3q&uz t WlNQ(GW,0 Ӂ1$CUZ/Eڍso TWXHAtC)X֓WNV"+Etd AH RݓqY -oΕJm6ވRzA{tY+,}Bʱf)نE#< I[ǐQGE|S!Bٛ_fd$0f u'9뾷Y'"Q%:e`h"M4j`*LAEk~G:>`@ ;lpq%f<i2NivRRX[ mofcܓi>Im,/t>xr\Edbnw(Wb os =,d ݫuMɵ:H,{oR}^],|i-rr2X 68y"FGlh u7t,^X%.Y7D^*Xz $H,ʛ­AUL1>~>RQ7GNen~G2-cwηy#` X<+sw(tCs$L`x 76*쒱7.wI272cTH4E}cn؛q<3q(@x(I/>Z/^۳^|^@ogw3%$CP1'taԻ;Q KyDwָBBI,^"39b6@0zX=DRG*F}U sзȮV&.mIuGHQ@^‹+~z>?T[eNOh/=80s=+ пZzL -^F#GhHY|y=oC{gL_!,^*1}(X}-]zV;WHns{54zΨK~ 5 Kf/Yڨdσ+Q~/| чoEhNwdՅ%ze4Q\AF#4%;,Fu:Ed6fGpl3_Q}MyNCC U"$zۂG4@K=c0 Zp5aZYP@K\jLǪ9k](3 ˾adW2{%X-Rrxg:ƽ&1̄0 z{nP+gMH]v*Y U-;Hd:RhwO?Sj82TGvHA;*M)rJ(MŦ -jA*(^|7d$t+0[Yר)ǜ{kX@G~0\ɚ/Rt%: V`%(!n3AK-5aӓϗN[4|NH,@XD^}oD-% {ldĻߤq)4;彋^#Ozm0{v(*,/{-q]˵A}YG(nrs,I)3݉\Tm?? B?D#v(U5 ,gKfqg\_CcSfH†V%s(['|=ZQOdӯy#Jw%Kq#Q)ϳ!2WqP@sҔWC fI""IKlgIhZZ tygH( 4($d =;zc\p:uht0juڵր}wf~^F љxi2=T7]kFhFj7 U: Ro!,^vLb- OsZs3'Qg=eO&ad}@ #,}Ԓg*c2sBv- 0Ò`>vc8@4;owK&ec;c!zYFN}E"l ".i1QŊ [7/W+Q"g-,,/R3}#D :VSv-Xݡ^@>gcǾ ӿԻKhwjxt5*K?uok#|KbiR=eiCj(m|NҊZw3[cfVjv_:ܧ IY=[pT3]R/y#` lA@|ܩ5ѡ)RH#<rSOːx8B{'YnP!'S'La">t U;4@UȚ~1?,_~ #ЃC9P{So^>a31Dg R>O=_"Z1'l ^h:=V W&npl$~HR=0&O^k'g2kWX[jޅx)t$*PsHӴt~T0I QE?@%IMh؄y1G,MK9 २fGؘatF8ȭWWYQ '//o z,p'ja^`R܈jlh't=01/ZN%i먎87|arhf>6tS ,(GإH 93/'|m5~q9^"ʵ-@pX7 1%1歃O 8zD?qV XLHF}WOB^GpT0hc09紦F9[!Ï"e] m"mH#=m6µ B[>q-TM®m[vڜ՛63{$L_qYU=+$5d12kžuͯU  VVYե\n p`s( ,S(Y\PR8c[{PqȱsV[Ɣj˒ļA1%MTOj#OtY &Mbg,`t}üZ,.X}@/aب.vխz+b"53>\,*k^olZXMob!G/؝C۝Gz>RX׃N6M{Z?Y!&t 銎\rOj:}Ɋl5 m0qh-,ġttM^4EK@ ){PzG@t%<ʓc8R Z:|L8wl^:GN7:5 nˑ)Z|8_pE~&>Jہ[ɥI|)zΛbҢWF 95]v V)Mg-X6')(xDĪ'GH$a.W8?ͨixTψ /3 B-"gqϳm٦p맃gPMdoDL/R>q"EH:҅;bCeAeiv5ޮɅFf٠@LBLM>\A|%՚kԄ[pWɎ*}sgeE^S*m}"!foյљ3ܹY 8\ȲSrcrtt)Dg6p U36܂' z?d咦5&"uNtPv'fZ'/M#{s$DF<1g U]yB3*m&8FDTή x)-gp1XfLhk6}A^1$-4j&?t`;cv@_3R޹.WK =weg`܄OQD[^ͻ(71'ʯ|n[1/!&}._>9BD>2;wO6Έ(׋] 1#˥ W6!`۰& N=\$Ű@/ag`9GhAH%+(8KxrbKe6f.}.KChVycMCP.CM%N'oR|ԁʘ ZeLY92%D$G4 "/6mkBl{A4&F/n&gOyf(lѲw$=-*J&,h}:~nڵ۴Ṙnbzͥ]=-ظF !Cu& }*k1W|j36{@%nQbQ|ZM0+?~Ͳ0^q,2,qwo"zYif}|/ o)]''կ~ewl>hppEr[Z5,?$GT4]iu#'M7a5S%4we4BfP/Wjqޓ9ӏ83e1 6uvrִտѝ uUaF?+`}m M6b('9)li哈 my>1зTIF8ңsw,MB056tOOTi}"-52ԫ7Xœ!YeZ.:/CRE봼LjHꞓ=0zQ^]e*4%==M[5*"=.]F*߶{g^}FٜAnXB! QT24|cs"\7C|a/`$EkqA]Zr=kxpm_+xTvO¯髢T d1;?T< $2Am,' )7%w#(1YZX_0~Myǎ?)ċYwyJ'K_uTВc(P 2[OzPE n8"J(BTRCMxy|8.En. XbPy0##H9vܠ@8& KW@VزЉYêyA%\;M{y*8 /GMcKF}y{9>KK}z_>wTb$P6./C]O/6'JN{kqTI]g*ޞ-qX N^LJSᦽ\3Wp™3Xaݘ>*VFTm`v.=m=j^R\h6`={S,K[mT ?x7zHbI^l=6Tf}PQOdD0Omr5ݗf`}KuFٿUX CGqkq3> V5׬0G_3UZF&h#: f!pJ!ݘVBԐՋE`b[-2 Ӻ+,^#%*<\uM=pϸ&O(c1$г7@q(.'7ffV`030C,`M@n1wS{Uh.6DV  E cߟ Ntl7j?3$$8rN\Zɯ]l%<5cǟ#[|q>}ϕa ,[{%=tǭ+fzk׼KDF*ӧI5 7<_-Mğ7~}0!̬:zxߍ!kD˔L8>7Ӥ I6Ĉ^Ήa3ShP4 lon-U_2{'%c(K?&n _2(jĬwR GUK:\dDvՀO}_/`6UG&FJ:p,{E.G ~>`&ІMRK6QZìYR Z[h&2siY)"5y+A|фj4ӂ~E'ʹ}fcsQ`2?Oi<H 0qnevX J7I +@ ɶ9i]<ق.(3 G!M}=klV IW/%u&B/C,V&I.֌KD6}¹۵eP#RI'*dsFt3Ďѝ%_zfrDn>qso+YӞiJ7$ FZ+uBt>0VHbZg̚k}ݫ H\4"Z[֩?#rdS@oR(s,N>I#%I?k2p!y4֪yKpqƴr'MK* AԐm܊k`Ax}Gos;~ &&x\ȇ9\>n \l -xS^k%'l|MX<ֹݥWC#֦pJj8q&e2B|<[HEf{n[P-H #S*C t63@I? dbK2B2l=;%.Kzَb}2·qc"9Ku /)#LzN:o1 էs/e$ UJ!.1[ja^/<ҿBnc  :]]KY&!*k<ĥ/*Q9a6"e:6c){yo@b칋߅BO > ;?mi)߻-*ҬlٓfJO3NP7f#R >N?6nn5r۩Ba,Q9-?B uX*[D81$r7z[2i:{_K+Cۦ"J`ΝO >%i(Frc,dlq`_u(JLތ7}w&)04&$d׷ NwT0=PWvǸTݪl0ߟkOíy>0!S^Ń{:=㘇0S(sXmk:P4C> .]i>pr+|qP*% 33dp rY>WM ^1okø98k#h!ZGi1K0#FgkW`aMԨuy}9lg)N~kʭ7 fSp o@A u*u/0/Z_ R;ݘ#XTW" T8d ujPjce7& ׸6?hn{6\36\ ɑn0[n{#s%FS#.^?u׵7ͨĉ*ze%9X{L@yXT΍5E6 {iiKz+U@ADU5_ Kw]o$iQ @Gl .s2.liڳZ>BjһۇÛ2h%(Bۚ)%ZfMHމ.n?8F*Pe fܤ*)ts=j"S-]Pv(SiftRo!juS0ft)o*n9TN*58Frqh _f􁗁?;QbbuEXܜGD? HV.-̘#Wrp>zfL r{\@6g@b[Cù}F\A]R4WL7jiTt@JwIsv~ogF18Xt\M_&֯ɇQ7' 蟹E@>7O`ˍ| mr d4Xօa܋KŸdeVf—-?|[}*|&9 >+'Bn4 ,f3 +Osػ\>Ne-]m'G rf.7}R20#Ȁ4]vFG?"AR 3/!uUάr`}x0=J] Eu#Tڪj{~xa-;!J>N$az <:\4w; ,P/qQao0ٯH@pŻ5&@tolt^ւ3ܡg/Hj8qx>o xIE]H}aaoKDzoZΔI#gzR0oA4y"i+-l\ɴWVEboT N{-2>A(;uԅgۆRĈUb) ف}ǃ6itPL~ $_(w :0S Vlϻޖ7sljo?s 0Y~5U2X YL~ً)ԟAl |:[=xDU[Nw#2(&nFĜyt*PPe#HY^8x(̧;gΌR2CT+Qw}iF[h^[Y%nEt ;%-^{r+eE}4}g#4 Ճz Ḿ2ď#e_ń1=‚p\Oo$ؘVe;ṂlҊSJ(]ÖBltkzO^L|D`ʮƨIc!+ֆ~HK#u 8l~BQ]@?m Zj%ԪY$󁺃Iߟ`qp"EU ڻWg|y6;'wEA' n{3Ÿ jW^LdK"[gH \\IKr6_:8)-܄" 2$^#% A\7^aRo|'0PL dC_K}p`\ kDhI6 ~A8ڹ]9P<a@瓀pA=D̺{+/zR5jj  usoZ9Ͻa .jtG֒ND{q_Ɂ;ҁ dG0!&Vc9dbTr@d%+6-;y64Vp`JEvOtJf0wMDrt`OAs ҭ_|&S3ozS& 򈄡~Z%>N= w3p5`kF:S/ckGtx)IdIܴs'7z GX۸W 2 <8!--O5R yV5} W"^z"7l՜% 1W_(Sɕ]/zgaM f4"P i4w"ʀ5d-h{,;*} \4sxHtG2/0qVY/1L!bA1ubM-z]ڦ R܏F9tƓ#h=Z$1$8 3F%ㆼzK goxՓٱZy~G1B@gk^e| = hՎK ^m_kQ>&U"(_3ݲA.d]avwJ /V>P{(^p'cN[q$pZHաWؔP|&nIyHU;ugtkJgNݙ)Q&K)QK#γ8 W ^>|'sː?f|9 r uC#iͫy#NAۙYu] \[ #v`,42,w(+dQkѨdˁB*.9CrTb>]>:W,q7! }kHHϡ.9phB9/(|@hHXVAފ棄 R#s!?PPۂjU=,;9=mKRϋw @9 t;M]7vgrkVs!ꛨSLh%%VFw7f{bz73('MyRۻVKًBDIQW !iCǶauBp#fS&E?6 /Zl6aV-jy^Uo&¨w`V8L<}~^$Y\v7h ʽDd~;R:'iGl Y.(IY̞H~l =7kWz~lRgud2n)zl+xa]?*au׳M ۫T=(I03/Yx;@Ot|F4'皎g J|m𙻾}=WATRW5B72Tble[ԛ,<&WdʔKJ\gEFV낹mBEk: 8OŽ,ZFKwa|2i&5uě\d, oPtq*pj3fzVl?ߎQg!<1'>AEʥ!/BXyL^W\Fw 2QrMjKZTbVlےS3AxKŬm ;{w.7CX4x{nXvEPmr|&ᕞj0,<5i>b4EP{ J %zL%̖?2m BbƵAC߼&@=i"2L|9}K" gϖtD_LߩS  .D!.p$= fbHçsKIW%^ׯqƤT/fʆC Rv-/wTҕd0\ `?d`UJsPѓ_a͐9WW1neo@Jsb%jpDGvЈD[P;uʕ=ˣWT2c}bhsN Y#+ڋ"؜15$r9t30tɢ{hWPk׊l}#v.WR#_21U9h;Y˥3I&\~ʻ܄BiZbU)<$頷s;ֻe7rXcb2/s _\uv!ҚIF{ a} j|4,$Iԇ34-_w#1u\1q8=/ͅ~tZvm\-hkA-_f$Lߜ&4 *Luk9kרzC%t]Ǜi>t xECH:c Wot.ꆄ]*z$\ pЛ;[|!uEq9@JsS7T\c7lDD&|2ŴL"wwno#AU4GQ<]Zv_.JZ?0la/}HBIbMY]4fI0bRwBEy&fHgل&uTZ2I-A]LLyt58nt_@!\=P)^1}m 2 ͥ'|]h83Gn+0)D[;zqQ?Jw妗ԅYqC[> j6[b7`nB[O0_#@|UYg~hlYM'[0 UTi;qHŶ h!f zpvطËȜ%8hbp.к%db h`Є BhaCMkf–4۩ ӎ|hf? ^_x ة#;Ȯ)Zp̌3F|[\bT[aM{xGNTEH ș"f魮WT9du b'e)#j 1cWx~]}[I7qsQx%nm1R!WO-dq0,A綷ZqXށ2`x~ղtlP]IwTʢfv䶋M L M:NzTC`Jѿ%HVU,ھ7I8T=K{u`+sD|N9Ύ+Q- 2OdGO yh0}+d/f>ƾl^,T9C_dsQȏZ`1>Op`FWᬔ ü*幟q[(#JQ*3[Xg9VVHK3Wfi(:dܗjQ8Y1CG/>P'[(J% V?l?Mߴ-r{5s\DdͥŐM,*Z)IF0V&#^Jj'hRq#"lr `}9o6a,\@d1jWsCs4{egYAi1o5e>Na/@R9(F45zaùoTaf:$;u=؟̦jH>%idu]^g fu~pkmLr>jޤ?Ƈ>U8Z*>3VzOple3>sn;Quߑ-ur#>)k(gnq%dFH alj50ԏh jV+İlǧ6-` ,PNiҎni7vU~V$뾹-XLYaʀ {ԓJF`8ȸ' ݯsw .BMrOcT*I0{/{N\Q7/z !^ >Td?ϩy1&W{i?u`ބ.I^Y݋@[<1;ԟNۙa=7'sݩYU?(D>ǁ uDUuٔvC9.*d,@ #-[m=q|2UCMPD!P^ߛUl,b@z >ҩ֡D>S)DԛѬWiZ9RX/î ~lGUMS3Zu6: LqItJ~>r-kJ*J A5}:Su1h?h^Z2gtAL f82F5?==C'>AtֿMpR_.eJa:ƏI37*&Mڼ ꤅B ':3ixJ]NBS JWjTdM B/{wSNh[ qz}."!i,'xBT!Np©1ުnP;8Ӯn"?GN _Iբ%é?0xsﯚ)# + H+o`fLXc`EI _xQGHɘU [7o%"B0dMf(9 cu|,FvJaq+b`^4c_񴱟wI+[_*g#"rphӈ;4: U%V/sNmƆb^Ri=C.R8`&vٌ^1BVqu)IL;0Yu9⅌Dٜ=3Jy<"Kn[_j*0bCiKd^vА-yFCkC+ؼtz>ހJa)OF`@D 22':|X(I0vp÷7ݽ+KgFgE4vgHUOMRF`j`FpJ=/nŻXZϴpi67 EXͼb:O6YCʂTD×YEJ: q A9˫-cD֦$`&oEdNsI@@ A֭?Z*B=11b+Ų Fc~}6NXژ^'\{H!hΝ1()OsI V<&nUl!w\VMj =wG(K[И"߬)C`ZWi08uQfFզ{5+^۽*r !f? %HҍVC<%\dגdK)lny8ԏԥL}'%snyɛ}BIަ 1 08`8{*SP\\)s,0$ɀѳQOAB-hg"ap*G4ơnE'ӿ{8ğ8?B>nqF"D4ai-V*WZ+(\zvl $A};D#P҇-f";w_#1^c+lqc!KclPh`Jd6ey*]4`%7>'(עJ<(Ϡ׈`,PcGC6^mOji-U_ǝP΃Gx5OnÅQ c="F_M嗢,6~ImJ:k#U;K{jm~:qW.00!)v9U5ܤ +E. ;-{.tLRKj()זj'Z^UK{7CXT} 8B@fRdHlgD걱E2c2]عeEH7Be}tЋQ5?$~zr9rq]/!c4]!7v~ 5c09-vG$W4x`7uVWw 0b8 !@Y#1NvGU~toFjR,B"+" 9WDBQ CD"OHUGM줵SªyW[[iNbVNai.e _)A:àҺ=rZ^'[G"[`~-;|93QhPr " !J6 STOϙӉI\%Zd^\.j oq%̼@$x$eH@ N!;&9W|-UQ8&edh68X0<#A=PN$0$l*>S'H&N oxdgIQ_o6O@q+81^3̯#vJe\K&x{[Ɛ%3ځG-lR ҹ#Ѫކ[ړA= #&n_+b a] 7N4pw婍(±T3Ըxo5T毞-uڨn̡ y}z.pIUvbǐdUwDKj1hh۰ϛݹnY6<@~G L!iخ=&Xc^3ͦYx=O)ݭ7Z9E-rWc`]Ć>C:Ⱥd&;:>=DZ9|xw`)sw$\J %gz7M@XM0\c&WH+anN7kT5ZɩBa:&iGtzMWnk5M׮FiUPkO>gl5/@ 79>yU!ٶ0[BB ymо9]~W FQpb+ʆz&Eqt-c]ɇFvp+P e.UX'}W-=?5;i_}@v9K'#͌R!eu d1[jfG4ӏz1{k1Gg\ՠ!F\FYS6V3e.)7?2$ʠT>B3&a\傱?\Yqzg pVAհ Ӌi Kg%`NI :sLj-؟b,=*QMT1y g!̹KŒ;u.":?DVuިB*aJ7o5qZp-.ʡ3ק߫Vnis^_\~8PQ2F!\4c_APl^VDp■hO". :u"v\/c*m w#VKw]6}bl>KeDKFB1W jF/b^H twXIh/O_3N aj\EC#MW4.f T0s9(EecB*l6@76 n2g UEX_1aF4oȁ6V{pnDDӤ`r;dց>Á+ڼEl÷#}Pr 4z3e@zݎU?Ji]8o[7.B Rt#W\g6ٛyy M  i jpDT:*O]twé?4 )AbdϧMԾȘ\#SԌՑp!EMUZ.>Vl;Q<ʢ:d6T '1iM&ţz^ݴ,uOB0If8i|njR>k=+ xRETj k̓Ia%hRzj7O ⓨ4d &(7@ ˋ*AwO}p}F k0st>/mM2̠m-ܽ*zz%Eoa I3gkQQ;5.D`GK[lv ,7~/_d'iIǰݶ}=f{J۳F*ųs_u9#FKʻ$ !rSҐ1eV&J: _L*d"&e#LJmAY:Y!d/axoR[/Hғv@}NC#)p,LPvIDXrGhFDiqι^3|梟w݃Nly5Ê$z}Eo4#9HjBl590꼈a/.]ŊX'v?Tj9 /}aFu˹l߁xrț>/w_[0_ 6:A,czB/mL5`v/!e~M;FJouдL=V q+Qf!|5!i="ǹPni-^J1u*ab:GձH,&5;ςlwԅi"3g [Z*, O$,aa$0R7o|Z>>5-H"҃/g`i!ow~B\.%}h:?j!}52Ýp窩uuʘaL^Ŷe)#NjDŽJ ƿL]*]O/h^ in}G7S Dp̛m3Ѱ4aG+E+(@<x袑 ahMͅ λY N:_r6Ij 0]@z*0Y3־A&CYѝe1i 4+Ɲmy8l4"p*Jʺ&<:gƱKsBtpV.Ld4w`8WZ _j$EE n9ꭀYX MtwթDwDPUYء#KB-h8YcQ 0$\U$d԰](h 0a6b2xl)F׍~!NP%{G<,q&L5|\.=g<9VIp9$.1xLqQ-nrXʋd?O 0PU3K$R6A98NȢ΍ K*մz^T.q$6UøN\"B=~?ạ jtۡJk : 2IҪ W.݌(ӥ_Wr=L* s wO)dF|KS͜uLB`-vܿ(3 s.[X ͼ.AvMff[͡J§괾8PcTzk5TijRѣtuqhڳtRrJiC+?s,F΋t{2S!EWF7 }2mi,jQ@ 6fǺCP+tdC@^k\CEsVSjI^^ꃕnmyBvs3=tDNj̅D}bkPlI;EHwEMZb. Ӕ- <AIGpyt4m0ס@#aVݞS[bx>|_KN_yqr,]u,"Is(StM M&2&-*9V%,mh5KV x3+6@(MΕ7mQRoя:tQ3Q Ck&kt2No36[_wa,-x\sf°PבZQcmoOS􀒷cKB`s/2@(\/ʐ1؎zi$0u*]ʂy1!> %]LDQŽ]pS1 ? bÂܥǒLdbGo95x9zyǒ_U{`* 6$5(a:LU7.9g˪74MYYvf>c;$4]|V&7>糟Mcm16嶢1Ч]MhGgh`X~,My!bzPQ ֿ* $wvX͟ze(Nyة$L`߃8Mjci0,F zVC5(( . "cȴfwٶ(}iacPMxòʵ@s9|ssH7f/T q5~m7(šNTe-pb,Olƙ }h*tr*MEǁ%bѶ8džjws_p3클a^ KlEr|]N,#29&5Kb:C Xb}Bɩ,l ,MGb !"A!oF$}ZĹ>o# n_$Z[y:vNO;׵ G1}wTʄ%,EeCu}ޱbT]GgI݉B=D$_߼IyKF՚)4ZtޟA{״O…<3>); ) C.Jr (ix^ 7#V`x7|Sv sM]C ǶinR= NJ c\S_wa=u=[8Ex Qh uMc,UsvLi2 c*9Q_CD.WKl #ުr>-!I|pQ(<_/cécvrC=YS,Y.Il\nej}!9Om͞)Qeft?²CҾoZ#gY=*Qq=8"_aM#2|Reҏry4yqw쏰s R&ı~ˣLk',IQ@ FGW宦$$Ș&*TF֛ XSĠL+܍\oZQOsk/8=:6tHּG1Ą\LmasLV'E $־BJq#];]'Eq-;8J"mL bhr62 G ?|5䣵fC* 1 aSJ<#_] V',mݞTrqUh:O,_EsDߕ/n sGۋsmT3 ۮ\Z b1\K~]48#`h BzĐ~:4#Hez^0X\iR~IkE*yMHyD+Ԥ ECWxgX.[uXWi[bW8X2+CO?>n?xU"wae26 ػL( =:s=}i'>9ǷxPd@WGG;P! ./ѾF_/I]8[=JzR(ԉ1PhxVt-vCkF"='Gp_Rl?7XTRmץA8䛔 Bӛ21KtsQਬl ,e6*^;0c:Z۫ߛf+kUWIM"VVk:lELz-.Bn]#~`uj!$՗QEq "M` ?g/^gbGh_V6svyݷ*42#Si-?R-s`eOlJVc"0r?)t2v/_ѿacɃcm"N%XGS٬4MUEjg.A[|_şw11͉]M^O5/=냜ΨauB)}a^n\NeNW[77ἱfgDoDa0\Ps`Y0^ظ(}}rV&gmBH2P`VC픪U4kQ"|y5El|s`w- vV 7s{]Ss4oI>? Ѯ U ' 1)hWE#-ZBH1'?T@zʱ:U< i?9w0şwdTVXiq5K>o'Q;i \; $' /k=,ʜ,K'wCE,nP|Kt[3&Y&E h 5&b5}ea))O釖杕az|!?E [GT N 1hAP(3\~ \| 2'I'.5NB<~& ^Z`iby8Þϻ} m||c̝WW=AS/mE=r]1ÈL*2Kz:Xf8,[~30*9E$.벻4ν[crrp@Ir(%#\vnyWvak@Y3ŷ{ۺ_0\QzZ}RǕ%K{WsTW;4捻Cq8l@BVoMj1bZsJMe.r ?tH4 >ZDkOcb-CSRKd/*{Ԓxqŏy.UP0|'ؤo<`SQ#y'g.3=zRc(٘ǓAt`1a+umAKk*Ψ[9< qSv Ed"p$p*EFs~.bjJF2,o:Nк\J|?EGAf}D&5/ʃT 6;C.9Uߕ&@>ڭp;{'Zݏka |\u:H}#v B=C A0F/ `kNӻЄhN8k]m#Ȼax 'Bt6ֈg[mN84 #@bO:nRG2aԮl!/O=pJpb\u$^b>uׅ7}S;cC%AR+*7K/]׵I陖gbPrz2Loj-R?g+׃Rz}g$HACժ\ AimE 7}!k6Qa]Dk2* ]P "0 yqQaꐢgxo&Lh$@N)#\X|C[lO/x 89>Nel6`Hܪ}l4gEOS2 PvT{cr '-ލwHEKs 1fR^yMD&@F30D m%j4t>}g2 =}ѕ88,OCVl@yfÂt. NX%Hyd<9z)K=oU>)g&Ce`c(TDqj),fpx۳s} `g*<]::yE4R`?T8%nV?r˂הX+?>& 12ulxmMw-=aTLH{DCAS=;C_N$9iƥl@ǢM38* ry u^Id4V:*n0t$FBQT:^vnRLnŊCZ^ O4v^ V$I_x]-#4/ո{;M7S~`Nt,?3JK/&fٖH1SlOŌ)qqe,5}j#T G03iLKqpZs/yr#>oehE0їhhYRw~{5#F oopAn,qo{>D=PrNxPL!'s>,bdDc?wm~dҢ|"~j澯=^ ]ZG^Gd*WG OӇX +==F .Y5v[y̡F˺y@8ӧ*:_a{; Bʟ 5r/Qf¿ͽ+*QJ^ZV.='z :mזa:fn^F0n4+- 8Y=0^%Cj\Vr}f4r'`s8A*-ʠPP)#YR`@ QEׁG9U40"j2^vz Ur\r#mgn6a;[Êb}vk0KflEYT ZUE2. Cğs1,@ոD %vwHgGeIYՋS Q I QN``[TƐ#Y˾ە Ϸ΋hE$d!|Kэ㠵4ok̛S%J(!{uqZ&F``4m[{qj*2 XTE,Y=Xg@*(ڦ񓮞B֔+n25=(O_){_Su_\| ׌q(]St`޳ c@%ߏp3G p`?dAt롻:hi4'n]IIti@ztzp@騤`k tH*N"y1~G&F)͹;ssm9IFٿA6 3t|a0dUl?k{4Yp}dapVVe?ٯ|Si&%ީmA;<ǿ>-ŕ3X1 " IN_O~rsamkYW ӿIU iP8Oq8싞5%OZo*;I8~81[`H4۩芮B=" Y X<0zjJ4(s Uk0fVsz[$N:}EYFLRkNU # }S2{w;X·gY K{D+tߡ>GH4ZvD#h<_{NpϏvafݠ_P' IiҌMb|xj4D8C.,H.@ѵ?>tL > [Xs)K=% jlNE\t\DRӰս;9(˙8Vn̮^,n;39/dL-?&/ĸU_(_2P%2([Blᘇӫ* Φ꿙܏4+hD/VFG/ґ"u.-\T}{K//0n3󱴶+qZ^C&/sXǺ˅/X`T䭄@4QkT _DZdĢFyɿGL$HuQbepM wƵ ;[|JrӃ]~QQ~1;%%jNyS@_RUcmbyY@-M ˕/Ig`t䔝~xxH=rtcyM/I4dR k;l4~=N)F# W+Y:7t}Dw=ސ]oY cۀCMX~~_ .*פ |W {ⅮmRE [Qax 1eT> A+1PP^o3ig)48,#"l6]k1 ]^6 ) M-?ՎS 9,hڞc{zzygh0ҢwUyN:||~=ys:0STEnm;I$mPZ|XP1UߩY",3 l o 6׫%]6 UxR)/6gD>}e8LTwT.5oݠ\|Ȓs:uH=>N4Lgiz;)DOכ7aUMK&D |2Mz-OEAKGb[^bZ,hIId-5ucs(u/(Eg0Nhgfg c>fJxzܠaHW$}Ү(}:\ڻxƷS f ua!Rr*,7!2'~X'Al&u\R:ŗdOYaXOf| ^v EC|Fx_,+]R17Ϭ:vUb̟Cbeu.BݧbTrS Y}Dy,x>8=uIJYC5mE^S{A{ PR^_0]*F ggK[8I~ICk zYw.ƒ+#9k2pG9T"d$00GzML ХC&xTt{'Ⲛ`"(NqWÝrjj ۉN:ikPXZm7"t wi(5-ߎ-A-*`=Eֈ.݀2Ǚ>SFj}''\-׳Q'#jWMԾU>KZZL_rdp=VᴪJRPKg!/ {p@S8cocV*aKdRsg& ĺj+NunN q%қ RAs+~W//N)?iݮYPMZ{s1yKZ P`Q&x]#V%2f9}OEF^*U{!_ԱOqV Hū&,F e`U&Q ZZŕhIf~_Tq Oy[c%ߴ 2pf(xيRW4r#rGnmq.H`.ոlpBbHoDpf=ܯ'-ԄE ?n4QAgw\'-+`kK I~{M 6/*khbuW'ҟ"ɸY?sw7\eVpT`~/M)-n"gxLj\S&񻼾È/gUuګ9u31|'as(I7sSuTr,: 4V tc=be(81^6kZ5]8^ĉ[9aAw x3fSA[+v3@E+4vN|P!v̔ʡ#N?82{ dsY9z7{9A<6NKW~mשwkut?A82Ɍi60M@ _1#<v#kjdUa֐|幛{Se w}msfQVя'B^9x|1}pGq<t;+@\FB m:8;ʁPaM1{XIB 9\Jj5/ȬNʒ%̀(Ig:^J;Egފ?) Y852EΤ\O2u8N $>&c&B&+B.V`a73*:Y Tqb)")TSbr{'y䐡 ` 6WTBh7O$.:Ɯ.6?6Ӓ ,QNOKVu 1M\x/x~S}oc RQwJv,+dm߃vUFrqöw[/}f_I&YY^s<(%ox_gRjݱi+;gŚb#@60WɃe\3_.,.P^Z#9ߌvhFz-[L_YՉzi"74$ݸ" !Uy qH[nVBȀ<cL94M\(}kT2fX9sB<켼E!7Bԫ dh̚"\])3rs:{qXSz C Ù*㼝u|B2cxx*dir*5[2 @o+VUN^e`PwFuZTqXfzsIpi&?7cԤl{N9Ѐ$و<Jv-H@&$gDO#vm'jDsPd9_^N!Hdw`7-baҍ)e|J5za63&El׽q${bG<5CO.d+ֿt 8qa=E2I/+drdw:]]Z3:AusW9q KjdQDF+dr, lf{3Qu/6;kΊNmmqWSBVOAǸ遠f32ʍm_l9`k0v/xM E8kU8<|f8OuA=(+l+daǽ~-]$)eNr~t?y٨$v%pW}nEgݤS )a17 U1_Ŧ^V]6%:CP5ASH*GҼcS+ ;tr8w#tbKLN}'CZp\H5]Uu<oX*c_ R}3x+RHbOn^o4Io\{|]tAz/I<3_)G(ZGkU)V/PEKvՌPH -D3oMl[sPfAݩ֪ê=pRZL>\jtm]YD 3COD }|VM<VPRd8|ŭ))`>c0sM^t<vh\lߢUah?)]qh?੟rޢ]sϯ> &M6]B27JX_p|0=5kh=3sV6封پ G=!Oі*FF753,?#0O@{3 bOy5uHRI,).cY'ҫJZsH)W:^]]HyEϤ.C#k:9[Xm0 eK"/cжi"2؍iw!zr#z~YJ e8흏_^MQ-^F,.ڻ ثM bˊLjB7F{seA[lͱ?9}4G1KM 2g;wpϵ+e3\K%7`@y M+D2hJѝnuTF[OH sU%?~6{&,7<lV14RTGP?í0yįiOBF@Uy!{UĿ%Iw$Ğj.idR~m(7L QViLLJ' +ϳiTq PK2~Ȝ\}9NN=cKK4"Cg5VUI{=Z#11;|摙_d Q]7e[Ϻ\ꬰԉ0C[RP3 V]+eJNf=o<.BνJ}SKij:p9`Q]HHؓ&38X>RbLyqmx<,9-='ߛh PQqbwGџɒ:YbWLy3BDva ]2NФbl zD0Rf3`gi1tr$dzl{Y7A?|[J#J]k,L^]}0.TW|xkKx"w55 mj2;#oĬN&X} p <8MyEH>ؒW/"R.n!Rv@f{oRTEVF #vkG*`,f\Zesồ$Mau,7Ƞ 99:Ӏ!N^W 'xwY٘l rHVlžhfAF[jW1R FLc+r⋢5>ZG.m8$ T z'. |0St(Zş+Ftr`_]J2Le T˞]IŽe?^d退9~Q: ]ꆸiglh迅ŌV#;fҾ}b A~a6EPrfd#/<ʒl8ѝ₭|:5p>ߨ9̧ I-!|MQ+-?WΪ~@ Q :` =eGW|Muń 7t8 (hF ,鳪]zJ#OegXӅ  �mH?bOgS.GoMvqb? 0 la(]آ0vk rF&D\WHwD76n(CO.sBH7*r䧆WhM8X^{+~ޜp6#8\օQwǨu ;v`Cvn< O^ڛoBh';5<]o=/\jX*ORk?5OA6(S垝դw5Rg[s&IEc&fYs!Ox+N;]w\31۹wne x1\(Z  T.Q"vB(t`d0͌CLyP.P),H4)Wћ'W\w*ѓ­ڊHijGJ V^a45.HPf6M>~X ;HN-*}-պbp=T(._X] :IT;[C3o&NW샓Ί,LQiyD82ΐmgXn)~s-m3*p\ ; ‰so49d(X<8#o¸NLZx]#[K$Pc؂T̢}mF# QxZc|쑬k:7έ;Ȅ b0n3˕ս512 {XKJ3E3b݊&pp SeNc0χ޵H]gܞ̑ I05WF3S%)wp#Љ-Cl4EmcC6LOt}%|FbmWq~0p TEDU (^r vʎ@e7ݚU lb}_JZo_?Ht4O9T}&@W3_8f)I^L1"F]d$iڿ\r"}נ{f.rR 5cᤸ?l :h!&N~RkݮM l͒M[A} ŨrEىq۱d߀FI\` 84VYPŝ!׽W DpeifC䭺o63x_ѝR%f"2wBk0Jb!-gJ\f<>*q%3cpCyTo{gOwf@k.nKv&؞Ivq/G%@VQQOzOUt1H#%b Yh~`lYXˉTwbcp>[VpD2[ɩBŠ=~l7(GӡX(J1࿲akd tP pN3Yo•C<~14or Њo]-6 *9=ĺV fpll}1ԡVY"FKKck)$ 9m~'l2&2InU3&a<+&w%wZHH l1>Ty;b %%~. ;hONćf>ܫj߰]=dG[B B'R~{ &8>]dA3+j ~9:c#a tdꀋfL !8jۺ+r<~Ǚ丸pD49G5($eį 0ܒ^!g,YCcl?fqYR:'%,7 CU7FI8HGiXZ(A{^JشK_^9m_[kmV b,yM[Q0ax[1>ԣzt5C!4&O}\Iv ΂S4@M&a_`q^rV3Oܹ5F#Xf<3?m֝ob@1D1.:_FBf E{V.q5!ׂ H@:B rM&9<2o{N^]LL~'64;c h zXxx#ӓy4蕥ah:LE~Wz:VU*@('+Cau@Üfjl'w jۈEVa7!6[U1?u ’` gPl%vx^4h_|\w}%`S2f0%پM5OR06aV.soKApKFl12qJJFFƲ9`'H;'Ϥll|q%VgPq]Γ*.-@ƚiF:q!2!u9kхŞxBp*z^s]J#wMh-tWr[:E-_Ϟ]bѷ‘5ApH˯lrl+i=t;%'JL!Adu2H7kJ+$PW(B0k+E7CE;nbH/ԟ78~}7'9\Q8 M#[쏟.:m%TB$5t=uewf;R_0HYM+b(!mor4`q0-\e mm,_ʑaYalM^ 3D1o]q^%S7pmz?(GZkea%!^t{LK_o{Rne|]pfixL6NDXn,pSs )fVWjWT E% qdv[{klm`Z:NAh")dt)E8>vBr̡N§$ϣ=68#fz{#v xHFwAEYk0S 'S0oϝNn92Laۡcs㯨`: ORg fC\Jc?7[崖`>Q)P2in_b|0 +S k|c4Uj/d!>&FUĮ]ǿ f,ш sS᭳\@Iq Z;![W@\="kѦhٗ^yG2[a S#/sP {Ȯj;vFHt堫*Lt g >9bHUTؒbKO3a].EomD_J>{T3\[V^E%"6%QG8<20vוZMVUľvD 1=%u=C欦eh5HQfGaŗ2HdϛaNׇz>zC=6bh$DžkE?5\eěCr\2tN͔)~7 F24믌+]5w߱QQ`IfH+25&BĭZb<-(SԹW35vNiuD lJ!'R\dFVz`}UK!#3Y+Ci5t9 C@Է=)[&ok{I)s`uPB >KY-wEz!1%Zjt %iK+!Shz+tu=ǂD]r}7@_>*+'=MH a߹SGKg`+zrC]odǁ`쨛̈́8S ke!&'J($K͇m6] RO D(II1ȁZzPO"qIZ [tE{)"[CPqiY7H.A?[-Qr'BV 0\XK):gK\fBP=ڪoͭF,v}/{ -1N'- rX1FKAēnv+V:p^~=Ma%@:m@ SO ~cbeDZ^qҋC?Fi{-ȵBᡊchvuL*`pI>Fݎt !&,.,rf>1D@%mHDj=9mAR#OQ*!(InϦEP%>ʱ.G%vz~ ۔A!$`t;zp%xEOBEW,40c˽ ~^똁dg #ݹ%Gnt[(-ƀ>/Nc0":D8%/X`U01@xn;cj;4.sSJ|ܹ>#8ٲv)Dk9 Ykw}C)ջ8##Ff;i<]8bd:6&F+Wl}*ol $:K6RMס+Jaq㪘Y (?) r/j/m<,;:4CoTyiHO]6% `:֚o$J/\*U*~^(8dm@Z`VryȇH}8B; v,||[iܾv0mULğ.X" owyK^9/'ͽ"R ڄ?M r.bnɠx4Lq' ,VUaLvc{|i蒄L)}ƳalD>l vo:B- ύ w @ m= bT(URsyoV/0h{'XU@Ɂ`r ռ4˗rdtJԊ_> 'Vb`1t>dWƚ?Yźx uw4l^.ɥIq 5+Ih~m-Q2aٺHIA(l0kbs2Etv7@&NePC2Uz0q?y3_]2s{9`ݒ>H/@ڸao =69BJZBi @T[ 4G;sjzHMrfp@r)|MQW[{M{Ako#"謁"CCCT:~P-jx8Z(K! H i%R}N ~{y}D1މE-θ*kCe T dD~k3X+Hft$l@A &t!܂Tad*?ev~Rqʚ>agz%r~y-mF:^M{ӸDgq}@1xfz3OmyG3 >3ڥ(*ИAKN  Ֆ* '-.WM~1YNp$ sT}`O"@>tD– v 4j7Fĸ}mT LqACso_E`H&R(bl)hxmݜTAX9H; ,bvlق\d%q=I([o7/v"TGL'<g eCR ]զ[KnPRH ;%Sh|/NKfg pA3FD;3?}㾲 ܥ]nV "Rwd಍+'xd聵FNe}e> a&Ҩ^tSLvdSp,&gX;D>BjۉݙrGY,g &{'j3gU X] ^ӎOM`C/AR৻oI$)Vy%yͥ(z;eR'+%]ʬ[p\XNjfrc_|Aw'y?p2+2_ D8,slfp-k;Ne*D>_g*e[[8[+>6{C*fW"RzuA~`C&Ɩ~'y_z:_ y#&m1OBAwh+uGeI\Xs1^gَfb"r}ded|dkb4P՟#C E\.%KALAhUT1muCC _4?Nϱw݅Hǭ0C6.ӑN1+v6 ?+F7Ke.|;*l4M+.&ocx2]-?d,`ڻB6P_r؍BBŊ'&7EuLHUX'_`GvKT/EˈɖXzm찇L[btJ`Y7AsV诞>-oe%㪹@ ۯY,j}2@R"Oog5a*NfwjnǸJqlnahF8ʚA$dL;.򘄟^y^H#l)|,@æ0}_&Q(/<ٿ@[Ţ= f{_8ްn8dy B́5Vw F($B̎2訑oRK^iŀ^Z671aMLO~qvx8^>hzӛ|3U/w6ІO~h\&6=*B4uV(%]p0\f9cfT/ hٞ˝4FhW~=b9W"^ ٦P$ohΈ}V6hWޑ1X]ۃ0Za/AkQ՛~Hd.dܦ)ϱVN8OVPǼE2^ 1q.F5C=Aa g01b2 jֿ#?.z9@S-]K \dKgkxD t.[eg^Ⱦy)U@Kwos[3V}o UjŸ0x:USkzmn-:XbKKۓ(ه$#$^2 ]:!>wW0[A\ЩHCyēj,<88e4jy$`mUi[g6=SrBYk:"&^C ETa#\γUƭH.2oÞ͵J} -»iw{.R&7u hA۟Gr=3_v(As \#7z38p{O6Fe&G!>]U(ux[B~A PVa<.Oyb)/{M]&w`|64XVnn ݬ*fo Y.tf_>+1 c HG\9b)w\ L.5^[ܲ{x&9E" {OQ?~`˟/Ⱦ3i`H}*'9?mPk^utp7FIWU,4 r ױH(@kE 6pSA`km,>dubԡnRo1OCy)rUD_E6?[K.5ý^:09fX︷.$w9K fH-Yw±[pegc5c?<,[ y }lɡ|dxDjM|6BHmkOhؗN(i($үuNZ׮/`jCn 9XA}W3F_WQۙ(q{"mQ&-P| YfѾd`o5ki %s+9F2Gr=X8Ae+,nRkTzcNk(`tT9LcͱHI|^,Hp >4(=6X|. #'O N0ry)Յ<~jǙKPJľ^Œfwa[:pM&c e^U!XahmhEyv76 OFO ]ֈV̄tjZ͝\!Pv/1w?ܛx qoz۫qCaA5RY,^+3E]GSSM$U%f $vg[GB&Xu҅Ȓ{\sWڔqW664G?'uj/Z:ʷC,)op$05^F=՜!z)vF?&=^j3gtYA<vIdjR\KʲV4˥c&K%λTgrC.VLƨH{TL8wD|ͱ>^jP}ª)y1B|lY E m]lN W\kҠd:L}42ǘY<[X:婮?7pwDyTɷE&V5 š` d5.3, 2 T; yWf(9@ؙؒ;GIzB~{ֵQn; vi$w<,ơFFΘ߮iQ0xG+(y=Au{\pԎ::8c93nq^sQ>#:EƼ(|cSWgQM +9țt\ܞF9Rf,^Lt)?09U^3cLR$U.z omY0y(zAЧrNAϮ+byE_o -ǀ}/QvN؆U|+F99) yHhG$ʭ+=۷B8C2Alq4ag u'YE):V?O8!U|rL|*j<+iYiX-!; ᔗgɚ|,M9H S*n`qN{P3 sI:,EDA01'#(9TsI'~ )v̈Uh DcAK!ӖT lM^.ob aI|U`vuOI.EH=oTl%Hrf-~ʕ/Gу{0-l:h?O" c&K]1slμlی^~R` kTX&5%^Wl *_grUoPA |a՛35lSl7K1 uʳ9ΒiG͏-:mbYMs4c~lG=\f8lhi%IWMZJ n]%'qzr$4*IS3\>8&&q,+Kb«l-Ausw,}qz/0}^e`F'%Wˏλؙ5LX/HJEU%~:&>@G5qȵ0Z𷨧p}Lu,:|]{|mj/n$_jU`$j=Z>m\ SF<`h)ѭiiDZ8t(EAGy([f#CIE1c`9g%:,$, Շ\Ql$Y)њPu3 ŻD1&Z3Ih]q%$8~2~@bh f3)#"w WSx4':@a>ZSPNL?r5D|;Pjp&>&B]['sYimoE1gʳjՇR6chGZbmig5h7zn![#)hz+.:7`ϟ ݎ ;ySb LNR 5Nٳ gp h^I*PrO&l$Ҷ'a9LJ%R+qJupqVl`M J(M&&Ru@Xذv-'Dc@{ 8; F1K5IeaQCٜ8q(c 2=غ*AgxkwDByx٫3mA.'ݏ0Ɗd{g^-WnBB؜*{N}%doptej&o.OL;a.4efp7\%7VźWʡw;>Z (Ġx}iFo,?qK30ĸÊ2 5i)" "M_o)kc Vzi2,lu"hVK S0xk;/[̀A5âjqqi5davTNOʢ]x8q8R{tlO,-1ѕ#?NxL2a!qWD':VlAnqF%rh|G>s]iVrEOxE1)|zV}>=䦙%C` YzJIsYEJ"„GWL0{Hk^Xý5' ,Ud*tR Tyu3]~n6;C6ɥm9q~ ͚'{ `72pk0I!s,pOv:򟈄 YR/X˘r8Z%:I!P8F͓6CYt HX=`)ڂv`bVOYb 1-;VPUDž}ob_ *bDS ?rQIH 7k9W`0vGūr9oz5b硙x# ӐD{B7=Gq &v+3z:Bگhvi[ Q[`x+Ҳt#.&KLj^Z<@J%2'gg,/ &TqDTA57(sKb5%5E""0>x,߆uF~">NcZzM|`.?57JQWI!qaפh$Gzgx ?@N)n0>?i^z>Ve:7LlMsatP )8hHf,Pٱ0H`L֛3T.jP[z,+ MFRKB큫b}GQwA><2fn^ ᯨJ]-e(Ip*[Ehr_ՒUӬPJAnld / ƒEZvkŘ[Tc܂{$&u2P ؿit jmi?uYrhzΩpCva# wDG?bee/) `?9!<j?M=X@nvaƯ5)ue^ugcMfhB-H+aZ0 o3QÌR} ώ/W\CԐ3wTfl puhoJ2i?YȰ}@1+&*Uy%f˾v kY@V16hѥ#? *b^j!X1j&xb*;=4esIYUj6qVI[kMkhuJXC"<ÇDo`ՏbLA]@S|kHs&fs[ܻR,9RPw 9XjH5 '-ZOUw{O`$q0~DaD M F'b*@J#KbZ=@rbiBOl)53q:x7UU,!s]]e̚zz\Qh$%4[!7o',vI7T_ss]*n0Z,=ȋ (Vq& +.Bm:oJjC&=͉Xy(Z/c;LB[<їb X?tM^u<%Ba^tnEJ\T?&4e]>ҋNJsOɬbZ٤J-sNQ0$5vK Z`^O{Mn hc7 4|8؉KS4<< \2ѽ4g;8 GDzYZk%, dYfuk~@u-kޖd7ƨ}/6=(Ј{/~f-{r`$mr>`Zӆ[^ Ewh<ʐˤZ##A0A3C.YEW7[ac_;?'J]#ۓzn_+DI BE`p^+SD؍`r 0nhw=|uV ?'9;+8o2 9[ xJ?b kFkP:f3.-g Urg$t @Ƞ4!Q&:O(^NC7Bd N'] YM֭N:HIPz_!lϺ{h_&ƨ/ZX4N}և8![?}bU:1jf!wV:@Quuȏ})p)B~"gd='9Ժc4,޽]?:ƊB3#)Jnؼ`T-{{{}{0yAȏ6t*e$˝gwM[`l9v 4W]r7((F~U{t CL.غ+`àR+H_Aoy#&^^6_ Ԥg"26D8^ ؙS\d;*"Hp 9Gq.żpbua GRS\hLE U);˶[Xq3΍O5KkD:QZ+OJhm6e5!11ڐ? zW{I.# Ge*tSКV[RN{\` ?z7-T9fƻ֚g޳ΏDʼnڳx@тnjBZ`v۟j *ǨZԏ6q/g—ǥc=OmY i, N`q+lzMrB@94֏~瞴#xD(b &Ŋ BM ' {n.jK6_Rsf^g-jbfTZa]ux&6=-??UW"~=D#|>161n^[A Ay$=g8G&tD'݃ uy7rVcpP\ʳ#/Er{X$\2dJ>#T|Fh}spߝFlEü5.e&vDCδϣUR^liX4q(f:H51^H@TMg*xDHL]V&:-]=3ieiųжJ#E {*-36C Ҡd`$io8d6gڸrӒ4>Vm܅ i\&U̽ Hoҭ;^Qx'H3?ZӏV.ʽI+;N1cra!&3Kg^!XyĴSO9_\vɂ)9>l hSD6g؍r=/PT-Cu"ӓl䇳Yg T}CA!:I{d;8DD|ݎ4|B,\Ѹ'C!`Z 2$#ǟ|̇C<-1)wz!@.CZ`d@y!kvQP3'ŵ|Z\CMl%Ie JTTSlY&$|\ڍ]PqyF q:[8(VreC*17#`s; QmrC6xnma67.vh0*P~j>io=['F3 [Isxֳ1Q S\z7ˏ_cQZ*;!(S/x5)!6uޏ+stl-o4~2Y5DA?$`M>D49̥2v_4(v#{=\ivmo$]3Yj.RBiK _ͽ )ޯsD@=S^H<̜l^"1v `VvzQ%7-:\X\vqfHql\>놜]Ŵ2vK<~^+jڋq*|'-$ 7&6ԧR: ' L&sr&<~G{ ;Y?&@hҌtaꫨ6_:+;LBx(nTx)֍ō/uO? `UʰS:z, zisM)čkw|l{iO.[/6;tKVJ3G HтJ+b+M4H_Q1 "_e$5TqM=^k9&yvA䐿ZXܫr̮\ŧ"f6,eeMdxdҹ6P y2Xl|20|wKwp%?w6Ä1L?$[m:6Ӎreފpږ7d?n];wfN54]HSĞ"^V$axy'S,ň̴L‹?˄$4mEA6l̓|F Qx B;>\7ee)r9f(bi Rv W@w~@aO׉, Ҋ,]b Y`pbkx;zi!5jzzWEpthP+4R~ q|""%o->EyG Tc\kϲ*!`@ojzOAfad| P/J(uzmdLS Xl+4T(ǬFjI ןl3 ɊU/lbp+Bb\]hn=d(XcD[-L'w[gҔ;n[HNV03 X)u6l}h%TPKQslNi[+$*,hJl/'m8wbє|5AA2Okq29=AK2iBд\ٍVM$HMo%uCyu\H} 'r5u`,dUybu-tͯAs}^'-cupb3^+շ,Az,)n;jG9Yk"Ie2ήX(#, p|5r`]L3qqO@tTF).>41Ũq!?&Lf!uYl:K0"{+.7Gu'J赏Ukbʘ8xC2DY?"N?fÊfpN*Bs VvOXp산9GuQ%`IW l0Y}hx22~I Pđaٌ$/fB+yS>(D-v&,5tLiw2雓nHk'_ ~hKΝũ3w igH[cbP[ѪQ(R{vA12 k,9P(`76 -LB ec.FRKHO21;SH~{\f@  ER*38 ̩*B.Ҕ[o-HzsA, :tЈ]&`+ C uLbxf?ӧk1v#d* :bqE^D]^y_.#N_=.i>$7P+t!BtA^ٚ2 BA>VI/}#,J±.[GӰp cNrː!O7"GbQ`k=/yL^meTJѫ΋t'G[`=Lg3#1݅.}IWE`{m8lW>D)~JzzQ?ڬKk栓@⹣~F*Ozq` ZkJT`p=|Q٫Ω7 w>lx S@{Cyx@paVM=p/[uHe뵙O@4džR2-)'4/x@bܓѥɮ@_sq>f,7K1%uF8]#mxRաGX^SށDp1_Z E"BD5TIJ:Pʑ2QYϧċqQ-3]᷼# Zq:5ҕ@s"taM>rIή˯DOD C4sح\SOg|rLq+Wj4"; z׮$3"%rm)+/ k ^u~vM[9M=b1il!@{ &,nrRꙖAbK`Xoڿ#q+٭Y6hq D`+1t Hx *|0l-ue#oa 9 \6 ԛjm_l~^w0./h¹k~˓*yaw$ԉ))3NP_Ed_~86f)mFO[C;:BodƎY;>Fu00ya'׵'WwucMn2P&8D9J(@S,O^:3"Nh N&7Dy׳|gΑ` :l6ƍ"0 ^g˾^X]ޤi:Us5LPe$}7~JS 0ķ- ^:#C85zg^ҀغbJA[?ϠP|!ƛl\_֘fXR W֛m$ߪ./jM${nUU赂{3̺_FXw:)U"}㉯On t󲗟?D|(*ny΂pTi Jx֤EpyA2S'ED„:Lo}:cTŨH*Jw2W+D5ڹz=XαxSXha 6|Kàg, ?&\=~5KWc9td͚q<^ |\Pg|5fTR UH%7G^ nZL5TqA"=ǁ~%R@W e3>^N|:I$sl|P% ɎּFB.ų ?BvW%S.b ;[8!䝨j)b!]`)AA;mBV7 ?ַ*O2Mx}VTx`ch5ږZ~$Hq5+72'acX5'ds1P"z3C) E63T"b_D{LJQ*RzR$ kN4%;ч?~q 3XAu<ލ5Tc:JX'mN3JBx] @c9&X#Q[z FO<%[}v|;]ur)߉{I^\6ݙ5qlL~뒚!-<*+t"_Fn]\#'|VjGVBD}'|?!կ' ?)z!O;i_ΘHa}ьoA>Gh/0ّZ֘>7OV7r^5%[S~saVK O!$c<H%ӨrCoN3L(57YȁGNvȴ_|V/.pOhb99~V2}Rbc.eNK==8"XQd%*SD!wLs` 9&%hLJ5 /pTQX$Ϳ7ͯ,gx2]2h ^%˞Q/S]1hR`tn_Z8MIfg~x. SG[Q0LזS}1oTe[a<7S]6?&G.^7IJbc 2%l^4aw砟cT?.))՚i]>q5wpa`YAa_FݲZP̫:v1eк4\'۞]S{%ՐԘ("Y>MρG=7&q|祹]zǫd2-GW7Fo +:%{Ao"岖l(vip(6v?]/@A_GP+{H 6c8*LZGFn;1BƜV`Q`Ggn-bd%j)pwk9Wej%r3Bq|:h[^6$ fb֠jSJu9>v*cO<|vwycz#k(Bz~Q4t0X~c8Y|W☈RgyDU`fw`ZRcYp7;@(|hN+ӶTYj kųށrp4^(sLMNO{o<؊ll$G=~pVqZ^>|dI$v@HZy_};Z{`4j;:`؍7[dKa ̓:| Үkz{#ݞ7*kihtPMzH\͞(tAEw Ŗ%;1fmlQO_28$3qgXq!<|0P-x}liVfxޞ&Ui Hý.:6ƨTcwz+O_N0!rףb-QdkӰSb >}ɇO?2^7ʱdzkTLMչ`ŠMUt.I~9|j޽ -_;۾1uӪ13˃J?ZJ |'6ŭrr{lHzK0[.O:T%{ "V:4AW,+jxDpj40|:8o_FqL_A5N 9s+)`H-PĘ9.Ƶ9S;!vYT q.1mZbj h8#5>;q3lm@ zaaGK }`1AFpN*u==\GI::ʴ+G[۰:`&,z%e<1o9g e4د r'F? N\U+s۞#D-)gSdr)Uןܐ] TYI^x{(k@ SM;ܝLigfXgBT/GmQ^FtdGM:d7]aM*+ Ӝ< [ax@ KERpE]Рglc̐l\U#DfWUVs hU᾿ gFLsk" V񫅉0B"ꆳҐu"2 C8C1@эi{8SYZ}x_gNJCFbC3 ]!Fnۖ**L0VWMBw8RIcg#%m\x3s\'j6.AS"jp扶bF.w~oEoQ-$H7n$x-mO+DQ2 ]!udAk&6WWRk0I I 1c-y5'!4u.V}~iQʇ ={|~FPe8y@Zo tgs3xt,ÍԎ< C5b5]kV0l08q!Twh)Y9BMƓB)e89?fbj 28cHU2BjfxTraMVIif=̈́3U=A:':^|9V{~v3PM[1E< MAu*+BƖܐ F< YZ