PackageKit-1.2.4-150400.3.6.1<>,c[e p9|=j%ݞ.t*ɺfFI8]KĔ[@*G@[YG]PB^ "]_Q* te8GQw4G@;}@㹇RSeX7cȸ \͘@h aKMFtx:i顦à-/֬ޭXjhS+Wsڶ۰<ѹ&_y>OH?8d   Qpt $*2%% % 8% %  q%  %!4%!%""%#`#$ &(&8&p9(p:1np=>? @BF_Gt%H%IÜ%XYZ[\ %]Ĵ%^%bcɽdBeGfJlLu`%vwМ%x0%y6zҜҬҰҸҼ4CPackageKit1.2.4150400.3.6.1Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.c[e ibs-arm-3SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3  h  X WVwJhF %C>A큤큤A큤AAA큤큤A큤A큤@Ac[dc[dc[ec[ec[ec[ec[dc[dc[dc[ec[ec[ec[ec[ec[ec[dc[daMc[eaMaMaMc[dc[eaMaMaMaMaMc[eaMc[dc[dc[dc[ec[ec[e339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267df2c41cc4ebadb2d2775dcd0141976224e30a4f23d6a795014c9e83241fef3669a93855cb5871b22fbc8d471f4267b3f970485422447e1d50fea43bf971d06192e4d60479a4c3b4dee416c84ede62c0295331219d2baf2cdbf82e9c358ed11fa3137462d6dd11be2408596b32c9dfec4ccc34e3dee028488cd5511ac3b30fee769debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3ade8f39719108a81a0c68a209dda56b0b12ee2bcf1dda181d7ee8200a1c32f7d9c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.6.1.src.rpmPackageKitPackageKit(aarch-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandingld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckibs-arm-3 1666934048  !"#$%1.2.4-150400.3.6.11.2.4-150400.3.6.1 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26606/SUSE_SLE-15-SP4_Update/73631dae88acc361bf4972d0031ebe19-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=90ed0820c901fa09c34f9bf49c2d2c885c1a19e3, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=793b9c75b8bffbdf7e35bf64f1d70abf35eb1f41, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e907f7badeaa8d617c6b1039eea62be393d389a6, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d3af2ebebb3dfddc74601ad4564df48dfe4380b3, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bae7f8f946eff3ef6638c56981340feafceaef2f, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.6.1.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory),  RR RR RR RRRR RR RRRRRR R RR RR R RRRRRRRR R RR RR RRR RRRRPRR RR RR RRRFVxƯ#4oO>systemdPackageKit-backend-zyppsystemdutf-8f46a2fe522a37c39fc8dde99a0cb834bf0b092d8665a317303cef4070d0aaf30?7zXZ !t/GL]"k%&˦n99Q Z~g hϖU)р&ϊ rOnɈc) otmY"[ !@&k/īvE<:OJ^>A.w+C]ͬJ:NE?#Kl 7Ήm.A`_ y9gѶ Lg.e ^U0JS:X7 Аt)uݔ$~|Pio >)Yh q Sn]"^^ALN9o=~#R&&ݩv 6S5OmM0ؼw?3CI멿{ﶥ\ψbh~;sM3qVsd\5w9mcԀ?Uw]\O GcjƽaDoSJLq2ĵ {:WmhDTӶs>9G/fY" xM3RlNDž5^5er(7DՂ^SG1x2X4-$t+-:;0DS#/wqJ5{-yC.gAHTqNPq"@`RJ6 m3'tHK|M9ӝ1t5w&> V ah̕Cbx߭ ͈{B u"8^}aUe=+sH@(Tfg.pV#M^:qrHvO16]4a%ʇzIץ)+F2j2wi1iK=7"X##^8y ehm7xvWV9ZgV"_xkXGe9F Z"'D<^lN t4d=3M{}&=J6HlRztӟh%;#0~ir932Y;帄)fF@%ߡ7|P^>!jSH]AWT~B(ȹIu0o+Qj!5ma3OY3}#_)/nXS8%7Xgky+.]ФP 6׀+mc6 Nv.\"oB+Y/2<10V_aXd:\V4Mi}xZ% 4a#=CN MS :M]P(_;Bp bIC,zdRSڑ7Λԣp5u*A6_pD hSb[Ȗ5[T  iLO0D8&/5[8;2/Xk;}ނ(NӇ;׏#&F^{9ӭ ؉8G F%3BY{>1/a=Y7+&>u "?(Q؝5f3B7=V`9!AW)"hnTƌׇbqQq'}@5KˌY-U0?A/~~(7W;UCBd+;FA^WZmBHYwLdl$ji}AXsq$(>[m 3M8!*I)%VȸvTC/hlȏ`lә₎`kBrXz`h4k:Cgw$ G$,$YdlC6dՄhU0ԫ%Cfk޹壆J\OJB4xA`ޗ'|>Hj89 \ 'OT%:oWpɾ)%0):׉;üJ=2RjP"rR a" c"C 4HAI+ESxrUcma_7T~P*jYiӭӈFWLa(\ʽ#TY4ʿ6(Bۊ\+Ma!␸ճO`1z2)x*-\6^F{f zۯӴRdWFT/?!A䑃9(f>Ǽw#"^#܊"xkOq5s}WJ[?KW%r JBQaw@wv-7ajLAPe #Fדooϒ~Ecbi7VvEz,RrW?~lDо5.BDF>LbSXD@93޾"8 HEX?TCDnLc?gV8,7 FTY ,#Laޛ Ž5&/PYo[bOZp:~r$u0iz9#8AӂKi*"ؾTXZW+F,՞]d|d"/FƌV[0z.W]4Cˋ#>$Բ4Ȼuw,O-6KEy)Pm4 CV X/ 6G{-~>3c;>Nmz礟hc*C=?1}JcWYQ;H71k1=؟ep=*T\4d;|w?#Aهeo QmzD$aRX(4Jת֌;6nzF}I ceIJ\!`H?S3]D~UAЂM7EǀLKw@κ>(W+@»0n_ʀDʮ _X5?8'@ b/u8_Taa{{qЖ1lyB@JFL|~gjEm\^7@FQ[^>0oaz(w0TY%q/' 45GZx4!'>< Ka]m%< 9*A$^fy:dԝvgw({C26ECLDpWxV̿^ .1<o![|LTE=⬚dBɞJ儡8kaX<8@pJuBd ?uFWwB"cIɰg/7l`Gqc$?I{zЉb[𴲶~rB˶3`.M b4cц>TS5u)4P^Qrd'ɹaSrՂ:ٓU.ڍ;@LV ꠰NA2#hYӆ~ct~:;P "ŴeSj#8c^] [c?3#M:bJ*C_eP:F‹`Ѿj7ܾ>deхynk|SsvwZ(:q[yl.΄8+oGOlc\"gw,c^߫=lSRb(d 9ϐ"r"-0~pr'$BzI BHNԟsaэ*M:Y@(LI!O(|46u<؂00X?d2n U K#NB`< m9ݮag %?Q3%$dCsQ:D-踹=9{!気guL3k+;s+NНQ_Z^HG Ṭ@ԶH[,Z/Hc2`.u`/\ X-}09TPm ~P/Lҋѓ{<RNn~z:[Khd2U_^ře3@ e`8@9vZN=:AFaRUڧvAG$ǹB\49AO Rqg+Kb8[߁S.EC|$5:k̜oZSNF}Zil?zTDu& )'j,*r)eIt+mg J'(4 4 #sT'&+c- ,6t_B=O2^t&C󻎳|,u̡DzR,3 Z^'pZBA$Loذ)Βg'zU\EIHA7,Tʉ>}6ptJ 6֛X k{{T ؚ~/)\۶<N|7uӛ[ݎzVQ(L| Irf)gVRrn }_,?M,{ܮ>/IJਫ,Ŧmk޸`1T<ܴ*&W=$FyHJXW}pMjʌgT~(vmpZMgu ~`5 @Xl+NrQ#ru@WwSZ R_ f&c&|v܈ƙi\ {rLhuhK#ԫ$q?9)Xfiq[Kô0kmm#[^`bq& e-`BNFc3U9V08~7TYZ/ v^fI ȶ#p}B:ZCbf\GKz{d9`{J lvn-OՄ4[o+'{sk LȦ F2`<0GMbyla'Y<ZwIg$NѕXg iGi ThV\pWIܱȦ{@$hF~&.9 L>K ` fK Ft}x>P H Ruf$?`ļ1 I򐶶 :oYOwTؑ tq_xcH5 -O+6h`$$U} 11|~}+0=>t횎LwMbBUZ](!=t(|q !YV+R=#"+ śC (+ E'C ܘf.3h-[By)j';rCbI/M3~yd6 > `&"@:Hk ܛ XC[B._p=j*=`G5yNrFyľV)e?R֫G] (jxHP~r:ghfImZqDI~,2)`C~L4-jvaP me7Z( M cKƐyږBșKHsQ Q;tߛ^F'2P)78 }{ld wU u\.Ft8O3:"ŢYj8ڔ AZ Vb(ca##ʊP4sьȜg? ?ɾL вL5QU"x2-o҃;$.ĎWSD3H]bs١`w19{A-Lt wEU)/⚨;#:Cl/s"[0cib jZbgTN+v$njb q?OjQ;Əy}⚤@~1v#qOp>F<<Ƹ@dyƒ=~,^mFB_oNx^)QAx/ BƎ$g5<BdU slL5SG&6HYA,(n~9sQe ?􉈃M{`U]jT|> >? &GxQP- sF:?@LMXܢgz ΣQ ׹M.jĨDóT2Nnȿ/mzX`c9XgM7r)BζdRaż~qEPUw%ް%j5G_fHio<2{(83z(+a {1w'}8xiA/|mHt,N/NJ/䀨#lbhpdX$riOl>zdz7ƓE ЮbNҠ"vho_F"qfRM2:ΠO0E0ˊm)hm cB)m[]~ҤpҙpX=:%H)YI&:qJ9, gﰷvIySm͝&ݩ; yu tB5{L[W_SϠV*y| ~G1̯% f˧ 8zfQF6d!bPdehQ>xMʍ;aCm4* W[[(;4US["e|( (to\t!˰ 5G@ EdSY;{ :'/j!,Dc(KP}zꃦ͸m?l0"lGTa#nKhŧ+7}JP<ѰKe8kxYp)]΂֚V$P]7PY\1@4ќRc=R[94nڎT`[6㓛>*v6 n&Q$Pvt5g#m4Z2}>1?I3㉟ٓ#L+l8~L"<}0K U9VQG,G\%|522]~R@4յ7S҂9)3 # Ex>/U/N¸/wM#S<N]^oNG275,v!|#JۅW[#[fgg&duKޒ,H40~NyJDEB>R 3<'SBYԩz#ڶ|/:s%7๐vHaTEvZlM L#Xuq~Zp'V\fENYXE{ 9fz!+M4$MEp x9StyR}lc;}3ϻ ]$Ipvg`j}4WwD`mC]r껏UIZZ?_óXpބy5x ~Ib!ms%WQB{X@hB6X4 rq! ~naK}wu{j_?RIi?Vsط>8 zNS _%Y:5Q{x rp".Yȋ1qlKz~SJN:[@~]nf~,!"z~qFjmfz(&/szߐ? ƢAGJǾEt/k#W4ٹ=x.&L_wS⩮բC8QUk'!|n@3\z^by5;E-子@ݷ9y͙0f/?^v |]h8$>vF&Ha_nfhV:Qs_y]|4 t ;ڎe/ @LOLY_2P5shV{MV^Ϥ sA@ I񲴂yo i U5r:0kdjTbeޢtq nPqnM_-Q(ͪ=UAS#*M[cTz hh*/ƀdA\YQCv>ܟ~`޼xձv7iizJjM!wC`qMGxdb@ s]DB#1ohPfyRg7yrF;c q@1#kl7]~_JYjҏ,p4UzWva[HA^>P!4T-$|N0%dD:##46ȭL1mÛXS[*!H=#SBٹѿ{/e)X-,TV+m{k2;Q1˺ÜI9W"<!^*CH G_j1y3*1_=͆60*l._)[Qn>}bq64M}a9jk#2NޙDĪƬ`+ٙbȨS9 W%\^a`NsruUD<*>wmJ35x?,Z}KJczA.q$T!T[*|߫VȷN䣫qȂx@MR~$^o!-52e&5Rxt::l͂^s}S'YlNnx%c`K#87^uRZUcfNI\sQcQˆ)A̶ Tʞv`SW4#ߚ OEtʭ9RKE[@hH7n%IfxM>㻗Ԅ>ˍDj'i5-zAW]T`ޤ!P{)En&.%FUtEjI?]jܗ,"c%GRPUBkɖ³>f" 7Ӵb"DFN)[f<%nZU#L-jbŠzeM3*X0 oqؒZVc6ђt9譭&{l6G ނʺZM҉W=\˶ee͔ݟw{c!2A\9 XgrFƼ3Od'f6a9LfŽOcbߒZUM%rv$nRb79~r }8͂-Ҝ%p_=Jb۳ y횾i.^UQl c~3W7=ލSTaЈv9B1ᡞ'Gz\rLZ熫3aj)jEIo]0yB3(](у#]Q)mv'?67"&[7tE>Jzo'7tPGD֥t{TUPv(Kڊe"1nͫT*GvU%Q 2h @WH~neΐKq0ќm17"xhSF!rF•xP;>,M=]36^"c+'PAc ?4} )@:;>pR} p")]nzžp<%ގ+A"x=Gk,|pR5֞Б:1u){ 2M]p8w&J0KP{;'q6)##}H+XX@$Mn=|ۤ: )댤A(s eI.2<} @V)37"؊*?T::tRJȑ@:G14Wp4w_"I,(vMP~apYltCǵ+T˩K6:M/IxfODoUbtPJ`tۄ:\ަUG xU:. ªsoM*}֡\d*ܝ7:F*uXWCz6Wuͷ\58_{'dʑth=(Au \{uUEX18gE@ϸzkL-n1mͫ"M 5-M4վ öPa79$jƭgW ?H1䀭0!94HbִUt5'u,JHӬά-6$nܰ m^`\ΧsdBQlA])qO38b(CAC^`àRFmU@ZVlj_\# CVOo/TT,xv?F! j-Gd`5Z6]˥8.5g0%tep9ެ s|CF2!CP~ nj[K I1=bS!21 #w?HyJfi>vo(I`F"DZQw;VFI0rە+?UssK}=Y@rV̊ڏDӽ H 6AeYHZ*ADEAXZoƭXkRI^6ZvovBp˦͟aK_r}rvLbD'Mg Ң%~h4԰o!4L!NE,wgvFeN+44q:>/3+xc@Iw?YD<YuX(4!Xh| H'[U!6@v%mrYQI/qSݎ 5LrAfO'2vk zqNsr@* @x;4sSヵͼ益): gO-aNU'f3r1rnyֻKGE\?R@4qg'q]`Tac.n.o;,,'P^};20 aUU=j0$v`G4̱V} \<׽P()Ey4=Q=Ur`LK|,ugrVT',7u zGӈܝ&TCĚ; +&q+Z )kI{Tw-/a M:wryY?d}бo!J=,Ǐzp3|Ǯ><O/8/2!bXܤٔ5l|?c3RD0j``kRTњwy'2}̗VʩD%^mQe캞`.n-5<{[ 1Dr#Ҁ8E">.t9".CEZL(qh"y@yLl~%RAP4Enކ^ȧ X\]L# ðYMuf>?2RNiSoxX#ǐHʿ > *Un1܄C$ Q\y(C%@Pqr 'E41SI8 uq+SU }M8=$q[v=Jv${nmٝUnVԵo d=+&K[#l gPcejb5j cR@_v龅:fKPM/ŕ\󕖢0 Wo?!~@(mjTz݅I_8gʜȐ[0G̙d4&}%*t{ vq,Pr$GT-ի3YꗴM2j ˫ٍ5)RU1*أ̰)Xؒ2DE jsjWTan{ԨYB cOwOg@e*SYڈc1@ uvYv(`Րp+D/R.fiĒ>&BE%voSI Btѧ[x[V̉7'jasb!D#gtSzdIZ8[6A^]:_R7^{FGӋV݃x XSdU*="۾]Za-PBI6@e|avM g uMJPajlCjrF]`ghٵ5J&Ӱx%ANM 7RAk]طg!mWLh*:``c9VNK7댫 h?`VE7nVZ+Nyw͖]Vlۉ&5='fk,VnE_+mW͑{=@W |׌>aLҾK:}{a"–]7qXPrI)gmi[~\ 0T/uL)KP&^Ԯ+R,Xw%־9 a%^hqZ U(B_P\7M.S\(b屽d1xY20Yo Ⱦ{]@95ѣ%;Pd8ɓ2h'/^U|O@Ŏ3+Ǔ,XCrѡ'Hn:rk$BhԬ_!5V}K0pbDc;ծ.YJi$ ;Gv駺] @c_K0z4h4 鏳QWPbhn͒]SɦoCҹbU4'$ؗrR5'hϫzF@8b8oqxR.5f/Tre@`!͝áUz0= -4{UﻑI?Ewf!A}JRyLiFE[|BU;yiY 6*䃥UR  }x3#@ >ch #G4v$U]Mk<0I&A[e8o/[9ʹ8۫ gOE8gFk]%uO=S@b,,6&h> AU*nq "d(47#4{EbLŭ%%T̓9fvhJHBSHHBϷٚh8C ~|2匝ұ,!Q~^dW 2pO@Ň &kkϱUNؓyUb0.ƋvL ҬG&T3ycqtˑ%G}5Ů3f#nb5Ȋ|V>-n@._tf֞ouTAw?*ʄ Q.~096#FMpWi(sKI#>Bdv)0Įy# 8Ucn8XS#r2٧(g](Y/t啕{K_y13tNz[ ] zMh˓vƌ =k7ߨ/5ݥtg;D_Wf18|e v65sD/ShmE[fˢw_'xf%bw6A9]{tSa$Q¡)Fm!2>(D2.Tzb'bցJHh3W1=%1&@U$ǏFwq.UHqV0z8!gdl'p|7q(ːQ+j@{l#%Y!qW &Y]\K*l$Ylm56goj 8]c.피.e HT`XfBde u2 <5J^u"dGhm<b΢IBfhD 4`Q&4 2-8(l힫cuiosu$Tvwњ dy_ !]=mL  t%Pd:c?Gڷ:v 3Ô*k{%|XHm,[3rx84yd}yϷ-|BSbn Bsrt ~obmV_0OؤOv 80Oc;2!f+(G;ٕ ~y̿o֎l|;wHx<"O-YK64,OR[ Ҿ(W7ЄYO蜪X79n5* qŮC21=e|Nzex|0԰jҘV&GE AT0?LJR&|-[ɿ!__zE'^8\{x㰯٢|5,7޶!F3oM"U 4nYD~܃O)%fg?+ 2iSOwűfR+G".1GCNN.Ŗɤ%L~"X$h'Z |S`-^|l|J[~$d4[]r xu`$ͳFUU#CuR9F >|D!U?+h~xۼǕi,D5rfF&;oŒ8-6sY β4WS`(B=#T0ScDž(I^HgBa0||%awcx`tg#&=Zb,ijR9Pa]5AG.SVLjUnpqk۞eP-rmXV@0uk[r z_{Zu8Uydv,bW{╘R3}3C\pu7FL[`WA܍ΘRxJi;@2hwQR@'ݕ)k \ܮ=V& )1VoA^=>Hj~­#iݚZIϳlJ6Ԡf~_X. Wc~L040]lW?#K&\_p1C/v1w^DKJZgf@ԭ4qvR!$3e cITב_xz&M<NZI&@4tF}Δj#[9⏝{ cuH+~*nKlKʼ\nRʶQ^=sXK*ScYҍ,reE,e6Q~K5%;Gʂ-ز5sU(!~۵ZAd Gff; eabx5eŻɷq|RSMԛ2Uy͈ӯ{[ʁf9GE<Т:"XGN'i\L镔l!E(= d}c׌ĉ,rT #0G&mTؽKo:*Z Noi%w֚;xBӠZ2vy3p!7`LbUob ixeKzdzRPfG%(5TT@󋩺^؎ W*1d;q8$j~Yt-s@^D\afPlJM{lhl_u *ՈԽM=>\a0sⵌuy^Dࣣ` 颇LdT޷* qK̈́%x!*ǸudgTl k+}"/qKg 'tڟbKzd_X wb5:K1 e~A%5FaP.,^/huYU0#?;[leTו4Ցl[aZ9kD~ QR@<!Cc.F-32xA{&_ X˅Y׆J+ 2V>:Jovӕm U1z"'&$k 誜IiN i6 3g~^*1FphOG|j ԕ>@=ŀ|Ă>)YϺ ˩(,-A&Q5r}<ψ3:=ObHT=q> (C=y 9xqK$kw3AKÞo:H‘-Mkw<'3ZL5{VHBPcPl97TQ0F*n-I/sphW\5j LDDʍܭ`H⸃_et?3rŴm,o{!L~J"±ܿnH4}>+,@a u`h֘/4&7Cx1\B֤jlE'wVG8ϲi**&x5[D6*cpIR$:la'~Xv0rO67QMB] v8Fܹ?VkޜƢ=K˾)s0 S$kf]CGAEsiM|8OB6 KT ߩO?Ơ b>[6EncJ;=\FBB] e,L*vgx8s~(ପgx(dq8Pn_Y첾"X5vFg 7"d_z^3|JQ Tv,.gu?EE2a\I$Y땰Sʡ=SX錯^sdLYxqbo!|Yy5#6u>TP)BvSk52IgiEŽ<ӁoVx?ʎfހ9C-W9XӶe@Q2d Roۏ1bӝ*n@ (W:ҿ&K5 lr#S? Ý0ҩkCMXe]"SuhvU3QNQJ+w^ĢFB!0!0B%@ 3&0]Ж3%0Wm]b[SBZbN6Wm"Ra\N zXPa-nF[=Ow+P<6sp8hfSXtTv/۩ShI5ssm-#D&ӳ!ea[.y*vWQS<Tٌxe{%FPZmhn8#&ɯCѳ.JL\gix>] 2fDg1ָI&sW-{3p{x]P-E_pf 6X7lڙzD,jp2ehg۫yVwrOwmՙY~9sgl1rI?Dcun][\c8˰EàýHqy;)y8ĸj9^V)%= ں(06l ;'bxXD"wR޲Em޳\ s9d!={CF?kPGo2\i>URN|BkֆNnNU>Oy۴-@orb qF+>@,@(t5!dzE(q$G)xa_2Is)PItВXPYv:ohl?ؐ,۫RZؑ͢$$':v b`qg7YGmzi|aPiZtEĕS姮'*. =ZE1nɁ6ֶzm?~  n+(<8DyyFt{yO5/ctTx/,< . CbFlฅUj0"Mȇm9K %w&B3Y-ByԵӟI|)R|wl8>@KZ2%QXKŎ;JFw2d]S]DԼS(pc_R8Ba( oy+(.jcPGygzɽƐ#[Mwd!Loj+Sy !VPDϋC;THNZXJApʮJG_R!ǏڄhdZLlRo[%C]>Wr2 3>r0O!Oa|m~S+D/"}g: Wݳ0կ5 }u̔\1P?;`Bg2-aUlyiW_oT8ϗv){JKV7,ԄgȂ[*}foN!_jö߯q)Zp2v,XSΈUu|&KzP#m|j꽳8Y\g;BX/vLTϱA5и_{ ,YI_8i3u]TI3n(z}h_aUI ЏS uD܎)܊T?HaK>'kwS5dhڍC ?1)a(:;*~FK1 VsH 14kl,VGei0ӯY~,!dvd~ 2N? sA{aa\o7A|_wQj n0ys_݂v$a]Qz䊸ٻC[JZTw mUю܈,9ִAAQaD1U?^hz)[NP9*ijOZ(hm =gv< ape'{%voڕӗ8cnBb; Շ@u^הoBXk%)91a+[)(+6 pAJ#ݯSs:=v[/qhMrr&kvo?Jj: p 9-x5[`9 nlHW!_ON_EI5Maӝ +=mğ3xUJPa&nTl}JnV-3M%V>Kܸͧɹ*wU~㋇rSvfmG%a]|]n{ķM2_tvX,p~srPO3r#^up.ZH6ͦ`Jgd.gɾ0H)jFDE~l8F X!دbHaXKeTd[С%T-]p޷ װ+P}3g-^O몴rb> k뜭qp1s=j7K1*kibJMS]|7IOIBU]R 陠&6l EpaQ658ÌR64ѯ6'A_ y;8\q%ߗ[3$è6>_7LMz+MtR=@>*xWXm5c#i27A5l0mx!ݿ!ۡ03]ݳX:ضC1 4U@a3*j?:7-A~75 [,| *af@aO aLh;c̓0g5̎?XcΖ*yIF-%md1. )yv}t V_oRZK/ K'o9)sܶzrgw)dTf 9X$\F}tQGКjwtLk#qnH{V4 ?Z*ܟ$?4?XLF)MB4WC^d[jv?*-ʇ}]*(ɔd$ϲ4?tC"bpED;:2hmqR1ׯdez-r2kfq 5JN_ɞ*UHֻNc߇Bw^5fEh%}$ο*w&TB&ަ=l/HiyP@Zz#FoٍT0[m>|sBQvxZYֹ۳kG(&q$1 bt%mg~+|=a-1<]/4{Z2 )q!$gL݆k"Z^̫ѦXCOw<3VCJ7 mx]j)?=Gga ,Suv.^ gw$k>0 ''$ TĮcߤynhiR -8!3V7D!~ĴYQA#^Ty#CO#P|W/\<7A-|CHXqpύK#ȶGcuh 3IFdπ^?\yOx`eAYKɽ1T? B0mfp۬wuG' eaWQa%\j+e)ME-hH,(p7ڑT}K%_> E(AwQ,/"Bs׀vׁ]({p&IW> R?QvBcY@Yy pr7&_SjQX^n?GBKplccyqPV5Gt(B:ymuϰS`HȄ~.&us!1h3;d|0T N[SG<țvcVC8T:2w@/F (\䴐<(CB=fu +{JX;!zlכ9b} sVs Yc@xMK2Y1',`+OCzK_AHB͘ °hzfKY `K.R= 4i.@hSàҸL(i$ IӃ bߘ˘,'0\ u}T_)M9ʒk`Jީ`݆\G"jȴ VWPǿ&>#NMA > $peEuz?~ةO8x-.3]NN83}/h jB7$%˺ Uzou'd{KplDסO%*n8G]B`!ݓ!yb?3Ya8^6"Y}r\gp |t)qA^R)?Px+ ~Gi떔^T~'UlV87X]=_qBqjz!>b*0)Aitlچr%k4`N9s&3MLѹYmt3h^js1m{BA(?]7?|δ(d @R%$osH0bW/bKn7lɆ'b ;iRXd/nr96'2GVƻC3CB& :bҴ%^󣙠A}nI߭ a*ޮUk%mhcKl)X(3Yӣ >j*ass-Q@8%H=߂,cP/WMy{q~#ϣe0=AX;SDt6)'XM%C扛r륑- !NMҔ[08߅`"8cl׍Q|]:i' zƾ+cfs*7 n,[ΏK5GfK)msņF}`hݽ߹юՌ8d#lW p-,?A00gM`S=Ż.H {-6:;+]B%xn,iZ'\5t- n1 ,9tIgZL../GgJ *kW7]tme>T:>6:RwXߜ)[ A![Ǩt"O!k'v)1hjK_z5+9LpE A8qy&r][^v$2 14fv92pߠdkt3TrgնB nV{H} Ӡv<;~S=` `YIXa;FQ:l px!;,Rw5/m=Eubxߊx3ۣ\,&:R{3O"d*Y>4ŃΖ讔.FVW>i?!A:"h+x6U9ދfce*ȋyLGzx^MgRn"k8j:~Z ι1Z 8 v6쀶s̑:Շ;Xz >W.,4h2de!])$Zv_A5\$-JhZG}3ܨ_}#Pf կ0kZJya', |0;SP[[n`_#jyԞ z@y:$[4S&)Iݹ^w|'_.[G&Tho$rz@_Ҽh\` n= }Y# y6u\)-]p*ˎB&+aZ+ (qC95ZEIOǣfh܆VnϚHSp|lT, X/ ~@~wrlI l 5pܡKL ϖ[Qޝ&@oI-\B{:eOw@x.8XR %萋%b__len`Ce|C$],lֵd-U7}%Z~q\%Aml,5f`fr^ +ݞ緪mT=3b]A =lnЁW_j;⥔P<q{z#G:Q [1Gtגf=EK~C f g~s ѡD& +G'1) ͛T ^q7#W oWiQ>fl](g~k5/$pQTJMO<`IB ~M˚hsvF:v(KKm?j4^ƀ:!&A\`,kW% O~TG/ȩEu49rw  &Rn 0y]2EBW_uNEZV&Q9]P}pB6&-/fc['N#;𚒜Usz1mB; Z,U[sx=e\1b8 6 + L6)\1%VrM潻[XTJ-)us8ӹak NJqj߅Z񓇧J3x /d2Ĥ6;{0۠$oWO4mpsPzu N׉\0z2]΍P;1 bӱa^r97DK;h+`T^!ϩ/q0ݹÿ Uͨum|g$^b(r"f':#bǓP'b;rFJjk_Ds,ٻ1l]p|TvEm^I4uы\jh$b@*,(\MSo..Dx^1vtsbܑ{6҂hvs-Z.Dǩ^@ϼ@B謁L\\䅘tX}Ĥ$+m؛5at]7AtsBC :*BJJ 1f~lEv7Hiu DSAXqY^YAixAl]@:BjRgI~@^;g5vz98eh?)mmƽl̄ Å6 ȄN&^ÐTCeNrh'&=& |zKfYǭkߔXj@$砞!P ~[UKu~[WzԠm5_nMGݑ䳾<sū|11X)YCX?`06E?$ET=(^bzOkIY¥Jm|8s\FтekUyTz&"꒸AX`ñ= C2C,7@of{PC 5rzwx m8& W7݂76g|q&7u%*kl s>[Q%OWT3x1H)H4 yǔ& њkHDYZuh(UD?)G v7bn`K} k(+G ."rVBE#A:G 34k(ݥSSVI}m c 4+: l ߝx)Uj;BNXJ[JSU6SZry)=cLӎ1k 77Nt>}r+6u|fCʎ'Zcw@ Hm_):D.]c,5++G3ϱ["uwGU0I5E{u>BCx; K xXE w~Mq: v7 H`hL z3;o{ܒ.'C^i񖦭Jw`{77>B)Qm~5l`n3eTD\ w˪Vrf'y}Mk.:pF_xm2sS`xd3Nt ϽLqz3&^HTQB$}r-'hho^(WH,tYVxTcu JRBXOKo"VmyE-N*Qo0fVUmk'\q_ʐx=_LwMg:@#'uȨ[B讓7@QҟFqosc˚٨e[V>P~B7)8&-#0ub>:vD1?*diלj} Y $H11C cq*K-h{Cty'X]1 vڵ% ȮV{*QiS_;`/5)2%Z/F&WVEAFt}֦$7*Uh$DYۢAYiz;O"̢ͣxL.f?aPA0'b\؍Kzn )V$oךD;RW@h'kfY`똃]2$MN#$rowʉدc&uoz- \ܳ僁ʱ5Ur\EyŇ=ofC]0YmmzRR6ڂucaCq'^x4go6b B@mo[@ &Ff9#RH^L^Wk;f,N-AœBOXI{6/{Hձo<+ =djy4ҞGv-HjA8C18 ~Wy?B:H8j-*-ހ;g\xV"k48ʼsP!}"_, Hayb Ɩ畊cǮE 2}Q /g ;!,~tT&B@ U'A{5²^}q#*Hl +?|+M#!`ӿdtԾY%jڿ|M׸! .~L?GV@r' Sae$':d*kڛפE39R;f^M L\rBe Z_#& "R4d+`”9_kOHϼ?mH2Ȋ6լ^MtU24b4#(@ *C5CAV_jIO/$kFFW龙 Ǖ ݕBPC#~o2BMzN# _K vYvB t.ˌmiAdҧHj; 1 nZʳ zڃ** 8v-+_c9jUO6m=lSd@ZNi"hR\Cy6`mgYJoXq"ҭiz]:@ǂyuF[k")uh+QzNU/6dL 92ѓ՞mrz5_&Xz[h R<ԂMF;w_4:Z >~ڡY6!QdRPm ȫ?ؤ%d9Ht^lAV_ivs}lagm:C+^Ua"{=iu{JBɧuͼ]g hQrGF5uuFy:Wm=yDޠؒÓpr&3>"6CZOClͱ-sbig7 Y(ܴ3n3vՏC&W8g *mPㅼSՃJhOa 2o"lAW 4|I6hK@TGܐ ܡ4ۇO;Uhlu$,`0F-H2'ޙN29s5?:)2z; }H;;$bhqc>u0uD]G):T̓+/ږĝ,t˭;5`,Ϋ>uT$w]y̒Hoj< WagR/647KL_ԨhaNP.ZǾ D ^^p% ḅp6^B?H0*ABy&J<$5{8viikӝ$ <1KdAb0q7;Uq*-E8h⻔9rbfByܻt0I͔b"O)[83H:k`[$ sV"~`(iמߥ QWz OL_Ѳd0t!e"hǛLHK>K*"1Fn m˳bH^)B(v tբQ=t<@GL9 &/EuG 1_1JioJب>;x+|V?dDho<(4MFi-4Tcr,A'in%:2]|-L^ʕz3*7Nm!Nl{вNKX֬ 3%(>Ⴙ3Q} Vv*jQ`P2w vMxlql֛E1cH]P#M.HO弫kʊa=SsgW[RȕSžgaֆ/p:I2^}z֒닖SByؖkQmٜ[^ w#=*FdiLBSu/z%T;MN^M,zk.{wRు2dß~H0#A5gUxr>xtl!P5NGXځ]R$AQޥlǪ9c.^x3gS׿3{%~70r}UHt fNvIXUW,V8x:P+C}_n,#g/G[~ 9ƭw f$/b`iټݛFm^du2u~QDᇜYDq:##IMnwV`=L7ʄ93j}%dH.zd\ bt/ r9ЂA-պ =qKD,V) <}sB>rYKvq<_u1ss87Kcn:&G'Y7P7EsCX:I]^Ų̐h,~HJvⳣ6g`e6&ߴ\ Ʉna{ķNS`FcNzqh$F>>t};dF$A2yi~~P!E|.)ŌY%R|Fi\|E Wwr|(S72_,`_v{FLBn<-Z;A >VGai<\m}*ɔw. K]G:J c)C3OOGqɖ6$@:I^ G!K[`|FGÏ/~B:T,q9#eT)X:JlĂm,N{<@p3g.tCtrba5XK&= O]fed\T8f3㣨̻&8Y?dݭ;[$~Q@L_6w9&dz9K1 T6.m$>uhN0k!;D }4ֵav+=YDiM,^4H!+T=w T@-e`4o Oא'a%a9{#@r(RlQX܀uLRls\'{px6&AyècK,~2 !_ә Lıպ 04r"CF.?>"~y\y҉B*IO2 ^d[:FzږvӍ"?B" ,ɬÕgb?SOlcJSe.f׿53[G$CESk!@M#]vcgXZ2on,Q\d3𽿄Z,!FH vAwz(Fᤍ-fEQ5'=k 8{A^/[0Pρe/phEX$~`]mDŽ+ZXV`Ha;AaCnA@} E¡2]r /s ᝷~)Fw%{9 ?C:W;oډL$&YMjcU1: R_SR3H⺋z yCcv6+N&XCCngЧgyhoʂ; y8(V zFp;r J7j٩}0mۅ&"RO*bb-eb䨴0q^bFEDjs V>1VX8T{Z޲I槉V^FmXfK哏P\OkE -rM|*+RPB\ȿ_f2H7f*sTh36@65Y7-6N+ǵ ZHgKsngJq8sq]^ oZb.Ed޳:}%xM'dHECt)wඈݤ:,'ן%$?p-4O8geM0{7^Gg1H{׿cVp9 9-͚Rb-2?^I9s7EU}_hU 8z?d Ae߁P求O%HGE{_h͙}n.^YO܋Ng>E2_m+ʁ;wnQϋ/"6C#`rnp,-͡"cb"NKd8X- D@䘭fdi7-uesAMg! fp0gǿ(wbWRN.odgڟ1oqI/Xq*FmޘݿgFC;rܵ&iQz^Jv {UgwP04[J*2S'i1^ۂP Qc[!WŰQ}.~̯?PwQ>̀PF!z!I<9Di\be$XA 󨥕%:5qx"oK mz;Vw%آCM.KC+W+UD*x>sބdEϬ%H {T w PEe4SJAqfXKPRlp$Vohh: DaYɛ|Y_;#41Z#O &7$LTC bU8K\vf'Nmj! /or1*m,]D)fz 7e\CfK$^́]\oK=]r=-`.r84liq_7Ӣ4]Zx6tj?Y;뿙u7arZ}wB atkҍLV4)l_Jc]LūfCdmVjm@U G*-q[g]vhz}KyK[f<ܓ^Q|\&mW/{-9LTQ)ةG,U@H[m:<4` ve]`٪gvi(Eg.`YӻiOPAfJBq'p VZ?C'uy8&*ffVئC*<.~_M$]* 0^ :=K|Sv@"Bu<{x=A.R:uyR9K )ByScw_8.:tZA} `BK?\x2UCʔͪtK6P!- cy /E[•k_KO:Se%?I{s6Z`*Qf,EJ޴iޘ.8:[iɼ$A`hiƗ§)pOjG$qXx ?)OP3sÒ.J̝~jrk\R@mX(לy azc(*FyF qwfn26\RD,@P3aE-d~Kous}0>+n^:)cOv"t3$sV6(|(p5w E3|搔*vn$O]>?X# ٣G=H_!Pd \`ֈ*P:E/}ՇT)rUN@1ق`a]zU{cG2@#D&փZoyUt`"! ?\`1)p%RRqDgXq:|PUE' iy=jbp1|hbb!ɆkL/{dd˥[ݗ9RFXWVOi*%= ^,ҫ h9^7^PΊ% B; EW߶m%<S g}5@5/ʏ{*>{`k"6!/L| Oc>D|>rϋ~gl8MyOuvi[k9K*q[ɷd9 W8 ѹ!`I *ۯ+kn +s-Pהawު@y(`EP0;qy=P҈[JɷU"zrsEU(lތq-IQg^Nh)ؔriRm,5)Ym#i ͎}^aozX%96CgqLZMf2ȱ7ʼ܎gWj5/k{4(4K(CCo`D0. }o1C_|#??4NJkz58Ϯf(ypqvO|AݣvQC}LUɧafTw ċ4~<ƈA`VH!Q$w>e`Z-Q7lX^8;iar~۾TJi-5B _xWO{'B]ˤE Fx{Fk@P|%ϠF.cne5dYgS2U\4zc}u>re`9ÐO|YGt4j9LM6 +if0J{M/[3#:;~ރ( H%k|T/``u}'O' DVI!-ãf"L~:j8r,FT$tx_hD!ho !LPI SF,ulQ0gh2.EWo'@R-ct$&J3V(-:$Zm˝ #FXQ Ï4: U}]ŝ+v4YWMq#3wޑm:ի-|Ф)<{97ߜlۧMeLS Ʌwc-¦k_g&D \>Ywaâ/2^;$5t6!ɞ<낵 bp'O ?",ܕ5Oqc%y h ]Q(ȝ/a ^M Qݑ'=u{gS)4{;ш!W eHY^Uj6fvZ^4}c@AJ(aX{~Ą4B𼎲kL[؊f_uA^rٯMP =kaV^7YӐBH1f t2^z'!Q_ 0e)GDvkæ43'#NtCh$a8nq9*A&?DOVZ/eE5#(N2TOgulv UY^m@PQ.69ۢ$+Ŧpof--.٪ڬd(=TY:mCEuV ۏ8rç/C(Fe,B?6W7gzKB^A{SQmNӄk p!bں$H_bASN@7̬4 m]"X)D^zH%rEl_// n޿!.B4!p^A#AO=quY68mBVWi "jIkY?;JexK5d 쑒8tHB‘s{`4e(h^H /e3xSٷ4A^EMpI w RDC,HJ;lĞ#'Jů]Ǚ|%;fDgzjQ2h/f˗ 69%ILhrBUb[|鮼ׁl7$$rG ___Y}f_ ~8.-* $ְQ 4K<ԉQ_Y˜7'{H$|LkEES=Vx-Y 'Fc/v#3\W1=D!ut4\F+W}_S0愳f:neyd Pۛ{^=+cc{%nQ#ۥ KvUbN^oɰwC,)=Mc#ü 3JjwM0n+Y`GR*Lj+V}ag"9mbZ3 %E#ռ#׈^yV!! 5^Rly)g˔iy E |>| sfGSi7I\zAwqtHRܱ . xF.Sմ^}/>;IG{%$.],E˺iI@zTH &$ u`(dÓyjշR%{y($M5eR܈g֐ 7vWj **Qaq`"guZ\_Cv-EZR3ߨ/a5T!CCOl0Jlq e v];jIToL_6< "tǜC/ <Q iM.E9 оD"H$/>b]^}FhEB|"QfRjEl ֘ph*_ʹ ` 4HB0Gqx \0N}r9/>kU"D٬vE=3 |ME70 rG'>dzb\>m%V ee8OO9WO Q*6njO$$VgNST,EֶrU# Iq@Ƅ@d3 '\@rnf>4/͒Bm3~!qXٿkVE]*Mَ+?Gj PL5(eymK룝ygCꗵm8ZqBemً`:n=Fj@z:>??53ȑ1y'jOu yӡ5Zs͡]i'lFEYr'т́< ӷ SK)HJ0]JUeVT^]y`}oM͜ԫi ̺e'G:(t[^:l5Fz-/8E~zakF-lI"'hT43c#h#/:,ya(Ew,j-F}j\ɝŏF\L\q @p4RH~H$f ̟F$5"ģ[q!ITXh#P>Eǭi8529Hz <Qm:Gs:#T9|@UJFRQ8@xa`s%hS/~pV]k)eE\S 'GC×#m +H(vb88,e_/wu Bzq*ɛ`̾p=f6Er Nm5qn\S).GM#jxzkcOh c\+'*V~QV7;FJ-lz0Dw|3(M'@dh>x3E&W(kv[9}͐ F?/5D"I)PCVpMkel]_rܘq3>rLC)#Fp x(KyXb`w@fb^mQnJHHxzGx^@-as@sc"÷H{YtP&q k&FfE 6sD$. FD:m_zTXp{vwvX;=8rFmt4;˯Ry'Yg838/`c jJ~cYx~ChEndQ.o"`B\OkضK7uB~ Ws\;a[fSjN3[NuXQ{clʚm4}fk@b5P 䐴z ͮZ 0uU9 ZJ5<Ӝ* }ESBLݒXeY; 0B"a9?>6 n]Ý@Ƽн~,-FDgfK6ՉP@| fŷ58o\d^ezϔ Dw ul+x/ ?azV ̙b1d}G7Dzra"u{i5N!""pH#,mA )}{"$}5PǸ;0t`s.EVS]LLy`idz̻WƼ+ g5/3AwKYYNXxܺBíݗDyե\!nSb%)Rl %FaK}On^%Y2HˋF6C\8HCWW˰n%Q%C2Hçu޹7םoMhfR0ntL^$bĒk+^c:< V`Nu ,a:Dj͟+)*_U ޠK'?~,; %su:,~>h >ܑ>/6UU8'Ps]|93#^ gr&$ |:g`flC)K$4zx>Sʖ]͐c|VD-^$*vY@׺s5mq^*l l8kh) 1DRYa8e #;}(-c{^tc5 wG{fgOA{N\na5_aښJԢɡQ>}>to Ũv5SE?ĘNmg]Vuؿn\ܒu.B.-?`glݰq`S@I$KRh?)̘yy QkmC)$e, (VN4ؾ{Z Vt~c59QOTz 13+gW.;7cפ\a6%D_Tz_c=jGc:0gQܵ0VLiޠxM8XMmU}\Ϸ`mڕd{],sh0ԛ 4#ASYl,Y= jv3wNhkyΎO 9]O0p({Hi8G\9C">x7H5C:L R殳47?\zKF4h ߑJW$Qٵ7R}U)ſ=|TL $)҂XxAs?"VzZoN`FJE:MD͓W qD 搑mg$0à K_-U!ր :3ǨN;w0tmT$RUlhtd".ȁq -S@r0aV>p1p|?~Q@]v4FtsМAuծ_A%D`դI[Ir˕( YMM=9pՙmSX"{\?SrmGsQ@Sx@(|%_}7ŽwсWd3?>fT0~6]h`&Z?gRdW-(@洄>I'Ĕi(LnjH/M|zXhjN{.C$H]0Cחl {cJhYdƣI_}Hni N}^v:wKSZF k n?A_1m*Rh F {c CZ_^fHX<7^`"]% 1]z̸]\nFI"GO8wqk0,q6[_zXAϥA  s#Czlv* P\m/V$W S Uv)~6ڦ܌Qr)lU1Z$.9KFn3̒?5Z@PnEm%GC;(@ bK۟QIzy0<9u_xv%8`aDl̾'c\~O;jaQ_ =(E& ƕ "lHmA鋤cԴƸ YcܓVi]7g_ކ>[&E9MBdş+dRz+hA.+\" ꎺmDur+<>U+.^(PiaXp)!TL :Tf h",elf?A^G s4"XB.?j'6jdN2*4+U>z(OID`Վ_h,vs==z>LWpT+fm!Fv4ƌQIA(lrG0V%ȳ@GH‮hAx)^:!u;&4?]/ PQ=GT &jҍRܤҫ rOшD5e67jX5X#}($]z baіi mpTqjNmj_J iNc}&4q/LL#%"6vDߕ $ %j\5 GyT6 e 7S}K.TAu>ɔ{HLtye >ȿ>/Hņm@hk,`d~FOgSuMCidAg +yTsEcm6`Z$Uvҩ!.LiysC}BدX 63 ōQGυq38Xj0bC^dx#k[A2?ireHN;kxe}&?ڡ؄M4/`?80'TqH$,("<j%2l)rWbz +)ԙ]BOr@;E*W4j0Se519 N~{  ~z3*ӥO=qwݕzL?W*f2~jFw鸈mNHV)scǠYp!*oVSbӯ!AO h47b8d5 ȋtf2 ԟ vi4ѽH*s`QC32 ,mI nԺEcCv! z[Z&&2W|4`s |֪6h["(ށ2ܕVTh䛐/>N"BYH!1me@R-JIFIFK8zPI :6XQWJ3.v}3ڜ*,%^Md<ުj2VV(xՑd<Թ_Z%['"]WH텷,B2>XsrK d +cihш!^a,ZSV:ⴅ˝:oQF= qő_kv*şOw~94>iʾBwxu }m9fBioZICp:!lm&?aY|!H.h@ 6N:_ϫj/tD쬗l)&Ԍq tH)Ԥ: \ٗW{ps(eðbZsB\+P*#o'ăʕ&Rϋ-:J'QȔC3H#2d^4Ҿ֢nr<["qxDzR-Bݠ'ܱ詎˾"8ToRؙ 26g5V=scbjcYdVӓkn1Z˫CzgRuXe&?* 򮭤~:޲E aߊ|zT2w=r O ؞L34Q7=nc >ևæub <=ᣍļ=fɗvcsiY} kQ~It.IN7:?GdC4]:yo ݂"FhevmS_qjAB{`ܝxZ,2E(gؒ& Rq#njbL˪95C7dqwĔ )WqRњ&}OUȳ@j_ )ڣ4J~p9-|VQh^l+;-]+HMQh$+FW. *G߫6bUE)\qk1T-U|~׹F-C `DyN(qVWb`GqC~R=3R!M_'`F&b)*6-cbY,h.0u5'\,䷠KL+I G"k&٪7k0xy']:Np'Bαu"sRh3_1ZjB39QAx |F8-^@V0vJᖟr*%'{(M%kMFNXNs\DBu= T{keVJtafцy4?pSo?*wD2unrʊ0^qH1 ZB.$-KN7,OgcyzgopfzK&?hRh̅9r.nD٭4O?$G&!Pă}}3 ime cluyѧhrʔۈE3MM,{? 5"A~iLG9ΩZGV"2M=ߠvǎLx@ֹViVZ~O<鵅]R QΫN3)PFYrAvh,"I;WlIQle}qAPJrNN qeabU7v4'0_P+y__؀6@ x:C[c=0`zEIP$9F>ްzV#@aFKk`yG;>NJeб[#Aȭ]EYK/gZwΛ?n}!y*(hNPeRCPR|m\uwFHUy[/~!9 H㵣i G 64żh0t]| FR!hU[E&] #WBH$N&3ĽCZBPqT]\^D b.1a0'wmWtyQ9d'Pn7G\Òdp}@c*sk׶Z0Xi6NSy#5@4!@~%) \$@B@Iؒyh*_@5,Y^dRlL?q$"ZM"PpMWM+R p-bg_U4=mZ-"]~O)ͬ ZJtѱQZ[n=&88K4RYj})6t@ZΤ<ٹJ3} )i6_犑S {8CbemwO %>2%U!O)\fCJ;T92t]?ysހfAN1,/iܴrMUc.V,mZjiRͬ mD<`=Cbж] }MIn=%_?6p| UR-t+vu1 -6{ ih ?>vJeY\Bjr_q u0:e}K߱+H[k0 _kנQa~0%Q9zߚ+˹`(Gs)p`rtզS> iUν>Jc3nu^,CZw6{S:QoE`m>B2;J.|${ gxWMuՖ=vP2Y=5L<$jvnwś@f 3>۲nލ}\3ro$6 }:kjpkt9T#z`a  o]2R Q%CT. n6%wUo_Rی2$uX悑>R;[-wYM]0IB¯pg9p\3 TL~tj OqV/ >@~>0gSGr&ha$tPf#O&y T³;8@z Y5؊Y3ces# 8B*)(B0="(VzL{hg ȮKkpmZRelaϏoZevpMy6 & 1G#CD;p K-idʟ./̫4,&?_qK9dBz}~ 3JGܙ/ BKCZscIM~`QR26TQ&uZ1I@vtTŇwaY'>3uȓ Fw|јOR]2Y}l~ VaO[[_7 m\2+#:v;{瀰 G M;f'L)j99 F.J,-럢Y,lyk3s G݋6XD(Wּܸ7H^gM(yüTr9UORaeӧ-ACj4v7Yzl`gTHIUR T{lhi_6˱n^!0ef-`TXR ҚBM&4I6LEiuuޢg6> kvDw.Q|d&~* =@CUf|I@ݤͦrroV9ĕX >-`+H!1n8*W P۬-)06uYM7)=|`+һd翸T\0̭](^L۷jɺZR|~t|e+^#e?8;X33U(d_AGPO>kܐՑqJZ3SBsX jt 1*ήadZH^}\Z˼ 2leHӅXzh[2#2C{v|mMN犲iҠ^zBl[,(2u^;HToC{3;1/2d5$4Cqy D̏!Deb 1;}TbI$*ø(Ev])%vt<˦:52`MqM}#%!oSԄ&2(EN Gu^&4h\^^U):eZ oo ,ٳ:n̔3Z74$WxhW_[u]0Adq8Vz v2t@ w !?YJl")&i7,,sFHO2"c#v} nJh6Gb.z ݨ=r'Lqr |d,1Sф cwoW E;}NL>6 zp#E[1 f>1'_=ixkuֆ.QX|`1%SuFk|lJami 19+ױ?Z^_0Srkc1^wl7'ۘY( ة񓱭:?\g-r;RcyǺUb?Kx?g6x9V% MŤFsO>E. ohhVl! GӐQW}H,XY3ںȡNvxM.zWAc}cќ>1߱ I&#IqSNtҫ;Yl RBpV7tYB[-4:Ji|g/ WTD#{UYeoq5> hH~̒rny*¯0Sn+ǝ$)|`ٝr?E0s7;\4 -K`>˯G&+/pE!50  /W( .n?aԖ|)YD҅<ߞSzYT!pH f.{~V)mU=5sP|]3k!fjkHR ϵWă/bd<-g; g}`ɐC>aSoQ=tU]s=kh:7[iOgapcpfID{K+w21T\IXf袝Mi J@e5gVsr.1,OzVg*A+'a ⲫ1HMXr]1«~DlKt]uήtgˁmQ(ЅwكF.x $+5jt ٩vؕPPay|Yjl7fBn*KF_Bz$ÌǕnG>O3McMBrݑ*Fb$UO9c_[)?JhqݕQ^j&ŲWV'U՟R 1bLmFpZ3_[5M p6DtZ%ۓ3`_R{[vÆ3Bځ Lbz}2;5^x ҝz׳xHg!MzIhY*Ik2)a+X\Cm /Rn4)2w&-?C# ܜvdm-ǣixIC'nI3+ T9%TVUyk/xC LZH8ژ^B3c|N*?#B,Ä3¦\LxP9Cy?ݺrvY{u K">K}J{VkZUokJ,TC3paAq=ڧf]|mjz&h~zWQj)r,iAk6hDޝ*< ©Xh"21`ܪb- A-Il19U/RTN-NR ](Fg͇{(j҉l q~U6Bs4f 7YkpWMXU5/%6̈oW(YR"<} 1K,K}?Q3I?p\ nQTkw;}UGaj<ɰ"׈wp=wgaN}.!Wx:Ox[dUGtO֢~W^ΥYyGLc6#z- /4xS(ZDĖ _K%^ h#݁:b/)&Ȳ㪫kH uE^Tq a$P*a_B$uAs)ZOʆn B {){:.j>tP(vsU,)p^hp&mcV84UpE+FE/>œ5%J6_4{2e WL wqXc׃Z񠈳Gj"2[>j=tǚ|H8.wn;j~q |7D㍙9XCIMٽ x.4҃%Rrd箇Z ]3[1E5th93ZAWQVhw\roOF6NA)hYU>Y$zfq={.ɓIpZOlC_W5i'yf)2#Q9ʋrg%F5G[S_>AoFUE[ wG.VE(yT]*(ERA6_59xԣa$En`dcRޔQH4q?O麇%9W8K9?N9c&m+r'h;ϐ eSHdCEtJJm.mHV^4RwPn0 1޼?'  W_t Ѱwo6̓_Z |AU ^ˊ靱Nh/VO52FC q, \VR@x8Q Y~] E}QVo[ rW#׋M各zSt&OQTi7jQct,0F/s肔^4-ŏSp`I?' MҒbk6bXkZ!5R|(;k\'OSr`L5i_iLRC]TB[9 v10A[ Ԩ:}QmPgLėx=]ŷJy0F^B1;)IAڎV:v\hi5JbVz-$};DzUf(آZ8Оnj4C[Mʪ=.6s\Bm{Aq7܏nx `§[ SaU+hDMM-|ܹM@R3ќ>? W/9/4MZr)ّu F(ڑgyq:%[[#=T i;(!X-Rc~`mWy1::92FMձiLV^2֑RʍMv/;Vd}p $Q8ncT8L=iVE}I <8L<<7V5#!D1 Rѵ>'a5y;ӄN!47OCej WM.0١u$ f`6p1#vN<;~Rm嬦Iw^kaT)\yD$-9 @HGCޕo Pmո\7}li / g6d_cEGK&`2@ q*SF$b7N/ /z OAڑ]A]Od+Qk : gK`rlF/=>4+.}SFh E} K#iw⪒Zbpv;La>lOD6SB(TdkPǪtďAF*HQED`nSa&[(_3X8'9;h+S=cܜ*5MPKyX(~"'_β{ROu6NjMeQwmyuLxQ_Dq1 CmP<4=a}bWVՎN7ZhQ ,|4@_;yks&[ZByhR ~ rpG jU];z; dM`3cgjRX&/B Z>b?:U\c@:/ 182~G b_RTR{\qC;Ѱze2W qҚd'jѳuÉ20q}?+li HpZ>>*p#E6*UGI?Bn,m4wNס IzbږEH|3|5Z숶R+z^zh  zLiAt:Okc~DLWJ3+g5ӏT˧;i~T_ߓuF&ӝ{׆CH8&5nZ/;2u]Iϗ;`#UU5>Ԫ4vtͭVk[g%v^:֙\K*piAw=+^WLwD[ĕTu` `Ke){Mk8=5k1-2Dۣ+;U3q7p`M&::F[\P5s=i:.=2Ƕpc8*sx܇>D洶{ !ZWh#z'WP@R ֿ.f6?ڲcRXAyP!9Du aL ɲ fJ#@ǵfzFk JϜ v[7Ѓ TUL-Slb5 6kPL´)E]5b2niX^ $r[m[F)=m0֔>bҶdmXy!5(=tPs,'K:hS^5(RPn\7d]]S=TuR]'ZTxl1O>V_pf]4Ol:2%D^hsǍ5Lu A *N;)¼Uwkr*dYVsn>6RȘWQzm~>UuҊkZ\AE0i͙||@ڴDu.1Ǻ %8rzKҪcRiFXL t6'hI,oH1TO|% %0L?*֣HҺbByȅ5 AӢ-$22aNgf`EE;20>#qLar YhdYj}|ARyz{T7 050;W?;# Z2IdޫXuL}s _EK0Zx+yJ49}L5 lw9g_E:3hyi%."mAlէ)tqD[yC<؃ S*!UB-^I8Hv`t-1RR2Gve1z? .ubm˽KfA6X\>]Gwi7a*_o(LMmt>Qy07 _ ߉0I&eF+%Kn;IqVa˱l W[fzB&^-rZ{UR9i :5Jw6"~9V>Ed;3O"@f#qНo hXݾM}þIc9oB[2yL(f_ A/=t`M+\6!YݑVZJUFJ DN{?/3wۖ5{Or;}*256ߺ}h +j}H]ëjbmνn*v_<83UUXCu14.w!'Rh}D^G0\ b5|rYzt%vNV4α̑\C?>T88VV 0t SgوlΥ:G2*wq,-YL6!84-)x;qxBh3tE47X -wl#L'sm:ˆ Bd. K-ELj}>].o>b}{h]%f5Nkr)~>}:r(*|Tnc% 7v!] YeI,݁˽4X"#Dru~Umf虚8aР,v>J2xT\1e&gEzC+[:pjJ^<.A%_}?:GIk:5ܰB Ԧ۟{ZAۙh5AURs`p28~++JV=-|RSSa#dVSvTnd @6ǻytUY \0+3GM6qj?0:K}`7}ym>bԮxׅ+Nj$+P thtwXAu&9c} ӻOs틲xeVsWrDy_qGCۙwIL#UI b.GGz"`M@ԓk%}߳['#酓:Sc$45ޛ?AsAdMKxց)c{Hwt̳c93S=Dc[ɋrGeLu*_O NYXK_`o؎'ZGVKhb\b("Bo]2[dK 6n)](z$|Rӓ}ªG.\2}F"dz?d;r~ͭHTuú}L;&pНn`3ˍs5<}d@d7a+'whkMex6в@ϣDi2oVFNDɓ|lik\Jg QCw,D^b=d!7.d, gM} pPTk<]ch&\j"("jPOlT ؜J~ftq!Bo)Ydʘ9nDbLٔngzg\ʧÎYS֍JHA$bzM]s 5I}QF9`oݝC_\dUg:zwK|!zk A}*ב8ZM0SBlxC˜F˗6R5:AwK Բ:pHdrMUoCVG:=悾ZQaU[h͏rW@R:W?(*FNj>[ۓFcR1n6Yz +stM+f5{qZDQOAd2t -r/?3SCDIqOgt3p_3[XHtK8+̑ԓ0ύKs?bt2pV9&BK11/S= hd\jQP>1 Qi(5h;vHVzXo/q7w'`26ڲkf\eyf5}Uz'"1< MVLR\)|/j V~v鎽2A͞,܊YJG.y? Kejitiq?kCidϚeR긧a/Q+D%&ԑ_Preu  d;_CN񣰶ٹjt̮1D,cZJW sٻ&?3a qRR5b0E2vג:K+ UCO?O1f5:P(.>d ; l`G]h~[xw%yDF ϸ3-%[XjrU)Vknbڥ9Gٺ<\f (BKewֲAA1{t tu_01W &h` 822xGxZoڞIĩQ4bru%GHOmڴ'|*b@Ǝ|j %8&~[В,Ma['im11HR_` 1hb\^tF`FBWG '^j4߸؞>  z.4*K}o#l*GaCv8ޛJH.&ǩp 7r30YEgO``kKj>v Vr1(IKn?]&=Mgݍ[!Ijּ KQbu⿛w(Ngixئ[\A]bmUPEA(Ϻlkr5C%y%pF:]^Pmh?=٤tXږ\H?GE&&b `k[9KriT  LV"Ee~8U$cz /n놣& Zh+B`tn0>`oF*@V ,0"L4Yq9F) I%mDs4f"[itdC kmAFxLFi7cs1cոJ[XL@d5{ޝe^K@ɭUvϕ:koy`WwR;phhHw0V?\'SB$OQ@(zGz~W.AUx{TEc7dr~G0=,ܻZTbu< &b0?/k:_0E'bS|#*z[I/u;t3K,+oX*|>tifLVfB&43 #5?Φ]qLJ{Ɠz_(#:4wjUAFpҟO汅j1?"fGDw9#~.7-/޸,?܇^8:l^3XQ2nw(sC3jMx4T(KgI(cڧbcqiIG'۠o˙UR=Zq/ C6L̀]&Pr =Coč$TVgj?_5m6^1 rd.k7*ޯA}E,TZ pRnԘ[: ]䃐 fwt@uӴdHyHѨz]≔HBXUbY"3{T!h}ǿEt=??v}-.)ct-X]O1`Rh! pœi<{x 1|dVrM$8K!J X x&hKt1r`pb`Qi(#9 \1OhixZCEMkȡh2oQL3\,MX笴NpyN'>ͼ֖f 21?SF SugRJEiUur~\qϪ NeN2\'<3z^:%U90PH yP|# Ѯul*P_VNiz_2lz 6՟[Aݲ K'Pc+ efjtSx=f"ހ 6 VEGvBy0ωȹ*1brz]ER+ZHF_$ACՃiYK~{GOnz͸3It=ZP[Vi**}φcMV?DZ̮RD\b{G%(¨M6eP"[X~ppSĖfg_LvI_aO^nyctZF'Fn&| ȡ鞢GK N{eA~נNdl9nyHB4'y7EN(s&׽;=aF7bXVk+js{wk#r|s'lYz4ͽ|(#Zo ŧ$~g&z\r\aUWW2+ 2#7;24PuP8"HVǴ^Xt/ 7K%[D yg\,$B.w޹oMw9#mppz9~%[Vsf#X5G>5}J,CC% ?;ёE_NJ4z獄π`8L'c 6Bʝ9V-:\?6mx`Dϑ3-peϸ=P+&,<i :6$ L*#b7-]"XOlՅ"߫my u:'Ssaj z b1_/Se#J9lfr7~k%: &s@S 9[Tasu/˕;L_Rzq1k:,K<;T7E]mk6\TpƌΞ>QH0֧uNH/ZU!S MP jJ,Pbz5g oGDy[M@veL׫^1+F=2k -+6{QC54IY60j[C|.A;ŁūpPVp65hYɆt7RXSxTy1C?K3-K0H6ZT S!w'b~Z֛n]昨yX d1 Je֥IE)}ؔa/X9{TC6k+г98 95B/K͞<8Wm8_,'(jÊ֝eg6wYᕧH\`͛(9|PأBzuGΥ Jl[k RiΡ  [ٷ;+Pԅi 7._nc4{\+z洋{fܯ@ˊokiW\P&r,* &=ݟ7O>^b 9]oZ¯W*!M3*7ptp<&8[ EYuPx^-nb-ϤW?:*E#>E^ 2((|ꝶ\OrAĜ\s}-O`ĕ;Ea(sh'”j{;_\{]}a`1ά9؜TJ%G-es8%i5Ƣ$fM;nV gm!Y1eXD"$g:,JHP$X/f,£6 yZw(jO-qxgPZZp:97YYy)ѡ[\P;V"&kg.vl:ۤk$MٰAܲ09%!Ȗ򡐱_WbSA2!PPmtSWgl"ؗiK#'h랓C;y5 -< vu~<[!mA P?7oțԶ[`v \"/;ÌVJ)7˙X{^~BU1#ʖ^ -+G{LOv'TΎ9"gPz6Mw "ZY~" ,EQ[ⶶ4ާptKPdT NeD0[\5'-6/rSuY}??82Ae_At@IϿlII0OV4lcz)1KӏC2XmVYD[?qcg{T &L'YI8t-{p7jӢV``O,  wٔ"$y &AzuU>ōH9/<tu09ߤЏE:|ڠ"+0{xPސhk9P|q)ig饰GuSU %!whIv؉%4 Ts5 gMKhΟvy(78<ʂ9D` jkFXE2 .&ls@s;*?Lrz/wt"F.Xhyp4 %Q *d ya媟]0i%>&0fdqPT%=geĈ^G(ԭg'Wc,Jb_(e`iJ!Y4M֚W)@Q$"SpeV]FX[ mUjN y~5:D|3sς~=Xjt2QO5M"KW̿Ǜ(netIy&4%pg^*뿶U?G*>R󹩐cUT2Bpjph$=%!ĨBݹDnY.Z{Ř6@cߢNHlZ< 9]fFY{mNt nc*2´2Fx t}_ʸAq8* <7kDl7^\܄\,PJKՑ.v%V7J~kC 6ų. |1+wѮɍVŒZӶmf H.vL}d:TPc>š{ .;T}N#O7A}rȵkN/KAycRB2*'BtL_RV g!b鑱펅M:c A?|{c>)tU 2s^[*,[lQ >I}R3JrF4ۅSOyGKݣ9z,gIN:INsw5ads$?"~?OUY"b]K۟;.U#Xy"*?AoD\w~5E6x A=Ó`rUzq2]{\؟O!vr="SYnƻ_!7.Hb-8c[2ʧm`ELsrcdh|N&a,& ;L|v#JE#Ias>X&^$\E #=AKD* J鹻i lD FFhY3?Jg-iTг:E0>KC4g K]Ձ-?WC[%(퐧+JvMI't|- 43!j{g1`~SBoEwғgmY0nʱSF y]t8xE{:'&C/61Z*IuxMȌ3avSZ1TǿUh'ܶzˏ[E"tWhvLa|@?kb WYcyƹQ }C6e 0A>} g33{0ә'(q bʤ gW􇦉肂X* Pg+ /{2WVe._:%k6DžZ06Y> u&`ge e֔!:YYԸ)<$5-,pv۸*n|1Ц y۶(zs +EWn:)DJXp>wo~2|J#WDc?EV3F$%yKx>ueQM4*²tT%eQxMR:=7ttTO8Hw6(aQ q#By:OzB;rFt@ꈏAn?~ dk?`PkJL?H:g:KX  יWbwml"@.i2S5!#:qï'#<P*2cdaTmnw,\FYT.ɤM ä HV'ȨW0j4m8T 0!j,;h6ͯ:[nZP7;FvfwI!7n" !e&'yE43qI걑Q`\.  }?u廍b2nٰYy:;7QLi-ߋa'-2h*3Tu[A)$+;=u!mCwTǧm?tf c Ջ`f"q& lNLY.msF0[Otp< X/$4dTA4 áp_@0_Ȧ\U\LO/K. i(])ݠ">t1Ծ$B2J?n;ŐW[kf[t:P^.lt IzҀ}|P2;^}wɭD"oW @ۯC߸'8W j'2>QXXs^F=F`,+9]o<ޤ c6haE̍| =ZdB"u(\IZ3&3Cvq>j#?,~`m 0*;?) 0̀}ەx; 6O,&30NЎvӚ`j_;MK7~ɑ[LYf}U.zg_ ![7waGt=Ε_԰Y.\S Xh_) ڷuAJc*Vo ˈߋuZt!G30;Ҏo4i 26"ΠrK2dʣD ۗ^U`qϊ~uAN>sQ JF̈́x0ẨA` öR : z Qsӝ`r[iR-+{h wA@^vy"7T# 5⥬&XX잍w9a.;x Ŝ= ы5ʽ4?ښbݝu hxK7 Inr@kVӕT Z>qb_.nR m"vxsxs2 XȒc h\]BY(?~c: k4>8W'IFy)R,_B[K#aֳج_iԁz ILozZv-g3;* 3q+:c+uRmlZman6,Wu>h2S,X:낥_+Wي WTR_`?(㫍j ]zϑ8}@L>*c, =7 g-%eSѭ/dzmæ+0 Ǩ~{_Rm{X> Z[UXҔZH*5NDwpvtM읉:Jb3m1J_®*g/3ocOmDN!_(s}Dx8:`Zj0S[XôpU%8Lf4:?R(0$w rmPHcKp5U[5 `E~Mk9R.eЏ6yI<ָWCBcmnjgRbqt `h@|4Xp> m/2$GNOq=5ݯCㆊw(C*܀ޘ:ja4csl uh0vۀPz]N~ݺg$/.z8}tQsh `EDy'G`YL>az"><Ùo].^%e"Qx!Nv4E)9)[d$zPfN6z᭼G- #ƐD+[Xhô>7n੗T4~'K]l/@%R ZK.;byHs)!D⡪Q&>E^;0.JQ{jd=]ʷ& ރpQ/;'=PO:vN̝B Ҷˈi-5yQMت[롟$57Ctd /n1+q8f.0y\tJjnޘYB}Z=~[E4N'y;əH$/^ifPR(YnT>CP5kXqOQ%Sau}[` Y!*;*~\J暿JuZ{AlMWh% $BJVؘY8QB9z;FP.<0?$`NBQ%c.GQ$ 1Εg[3)<u AwQإ_Ny-ۨ`*= FI#+,bq"Tyh۰bՊdYl? P7iVv %Wx,j`便"q׬ )*ui>am&4lN+eR=wFǁ AH%پc愾 lhKv[x|'¾m{7+aC0XepR.X~&P3v@f4-^ yY.,?;Csʏ,mqWvM?%4԰JoW e'؜NfjGRyQ76ZZYފ-Y߯<6%'jI{o$),dN '|+('>*ܗ ' ~p]ns;dS^jUƮ$LocF>A8L=8]_%ў-'%`zQ8*>JPkPt RTB j FwY!"fD99$WArE5fքBS~Dnae-Gɓ\F!G œ^r5Ŧ4%rF@QOݗpYlHv4)l8o! ZdsAX; !f<B@y!ҟY-T;mx"J &aɨU KBD5*'+բn*Sj8aMX[qk }7-h|p ĸ@;DvroP|ɘMЂcy ŭ)+=g ~MqJ}u$2Ie<I}ВQ= U@ 6W8Q"]x6zTtGC"qxtX{_=0E>"oܷȚ؜fOos-kˍZaDD7,639\woy%J^saZԅ/UV|HˣFj%|R ltoUrrΙήxH5!Fkyvqs78$&lsյ4;)&Pz,hRͧqNlO ni YZ