PackageKit-1.2.4-150400.3.6.1<>,(c[e p9|k. $Y39^o-ZO;@W#vmY5΢/ O8sϼcbit(3vJm4?{)AV3Qn53]qzEa0#vElmӽ㨕r>c^ȭ̪^bo5(4H$*Z_LĪ%s,xՒ"!]qLv]i^9`/N1XC\ca0_앨}>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/>]"k%eLMsc w&PjJjB7Ch<뵩&*B篃W,)jnƬl$S3=Qx'IX!H6˾IM*ZRRFD ^xDz!ȸf]DAJ7 ґV᳾h;@)QAj;\ 6y#({>Zzo"V^6gBĢ4-l/ I9tR;;{ q3tS o)$XYyy0c5}RKO30dwp[ {{&L`S[S+YduZ z (KX|Q|^6{ }ݰ9_q$j׋H0N(yݥ^ˎV3bX ڽƢo/?(KR$̗28Z=o c"}w|>3I Χ?إJ_@&@0TSNq$_I1XAG f|&:5-"¤>-N_ nm@ ,4P¹ fN?zRSţX$۷Е%0Zhoxw)(h_b5Rq+ \6Oi]6]桒MʳU.zӕZ*,J ;j͗kIϜk{S_^-`,fLef#N?'/>oIm /!E >ż Hƶ6/L +LskrxfWl|kz{9LSJV=d%R{Ix$&5w&tmF.W>=V|_J[jLn!~ H\Ѣe/oSޫ=oצ|A>ɵ:/Vه D'uEUyx\͠ #%~>TE`Jjկ\L 'H=Tje]G K2~aq@f6 ïeXiZܑIn(?rb6M B(џ p=ᴈ2;C?7=HqnYạy!zڛ h٠vIPw_ H!oCtSͼoN4tsa 4nD4{kgyE̴n @Q .@[AR(ՈU G;lxw%l87>q(ɭx5Sz`^>)` DC~vFo޲I4Em;b9[=H"iOmɝ@ M. F"\~7q`&ᝁqݕ`~UNxg4M+z/3X" -SȜ;'޾6B9z`NrF}2JIܤ߹Ur3yCa1w}6 23@}I ÄP×4ҚOq~3,8t|d^;/.fɡA_%Ef<)*nP+. LwF^9P6̐A!e1ebzj}T.>PDBOk:n\ q^Nyæg[yA"x V=Pӷ0iO("1>Oښ;|s~,P?XM~Ѷ} DiDߡ_NzgzZ_Tx@ ;Hܬ"WPiD OF9ʺ+ۊy )xg[% F1w9XZ:RHI[!q}DE$d]>SB^fIG3/>H |mI['d 7YN{ 4]nm=^]1閫.ȁ9;jP\U&U^&n0fu8[}!7e7'Ț5,ͫB1S/'m-4~?v;]zM vC >ϭ=@(qj=6bݵ?[ 7Jn] my73'ߘLSoǎD(W6> ;];kdgԮAޓM[k9299-O{N J "6 S'y>ȏ(3@\yTҝ$ۂX6p^|=N&_$5j0f]jDJD/]vCj"QPLkd c$ȳp u:-wm8+LpbEas -[z l=<E/7J>ކ+d.B$9Ƀ^P| ^S̷!nK̦~q5؀h/ .K4N{(c9Y_)mz71Bʢ6n7'C,/?Oa'3OQ^O 6 ,)Si`r0*|2-܍4ǮxES{M=)NO4t6JHiA (NKj(Hr뀛0 OziZQB!6HbW! ')Qhx@fWIu؂edxݡg?s}?bqC@ "Tdz V687yWT|)efOKʫF4fd 2B sݱաƽ\_֟gl<*aC\>9.\F'O~rcl6Qjji#ZP^ d]f@*(IsΛrx}G9 Z;H'SB-țܻU)WQ}km|1AOτ- }f1"nWܻj.U}9YLo)jڭ/C k6 \8W vm>ad|'po/Ù1R*6'B+PPGbB*, G"6h%K>@ؿٿ!7ytKjp[䶍}墰=1]#d^J17^H<{y5Ϙ[ 0`>]1p˥yq܅urߏy*66LLW@gpD^Sy`=E oP2>ڕxCИ?I'wri(7!g`#w\e M3tLHMRNJ:1Yu:/ Gg7}02Bq p/$ 2$Kcҧsj3nr:\/ s2ÏޭSjW2^@v-};A@?;]BEt#^uȨCȇ0u,Srvp~ $:;u"k'uKoubTib4pQxMp-kf&%4l."e~ɚwK@RKygB-շ fҢ F }4't:, Ua/ZsgyF4]SNaѾ;iosjl}%iP#'l(]~܎es:kcW >FҔ 'TZKD>X˺T-f'026 H~YH;Pr>8k}h<]6{ݯή_vKtPx/,4N$[.er?%F2L|.)4; !;+i=VUXek 9AEXEXÝR1O4RR]׋3K!U?Lvav(Q,4H mkB2g!ˈxhs+G:Tڱ8&4FW8ˈ k|T`9 /b\nPcy\]"2}7'1@"qhE` zH}ˈk&pK~C":04;)5U6ڃkiM> W/GˊQГCIrEm|WSh~YJϢZM3M5+8@{ kM<m8dKJRܪ}ڮ?o)čTG6]L0g$jj,#_%Z fu%r=PC ,lOEB o3H@=` ELa)]YMUŦ a%jՇS))Ӻ)ʲe#JG?j`l;KmRI>`|x_T-X0wy(_yݮE7m#v[6Ml6[kNt/h"G~OGg]@I|2SS&ԛ0q&LE8dPBFShւdevĠ_ $CDkk*]@6qkzUH\\wq͖^qG@4R0 'klei b1C\u[W(A4n8P!9:G0?H8[46y Y\UHhhb};3zwb%*:Xv58;{, T%^–dJmCo!~m]@ {k$pq=Fl I=IrUa)/|25] $VxoVy*^q{ֹN -xϏxM>"^ >`f޿ʜ"oeZ?'ڧ#x_AבK }pOxcF^K6>UiZja/ӕ8TS`0z Q9Hq}}Pe;60Ix嫠l IFҹW9w9laӝŒ=}_}k_~+xjNِwmF<@G j%԰ɹg粵Br{ L.mݾޒCr&l$Oga.*ZB/*- HGwpDLQv.sif[7j9J-јHc.Ew^rxUҮ8sr8AVtF^)k{tѝ>!<^D<e?Ž#2/\CeA-3E cVOI*5=#3ghЩyXXL$i!NZ:rv'T!k$B(zƦ&ti%{WCX] Ash3jZ#N@u1b8z[}j|-O?{9q0SQ=B;}Զ-JrYWOl2fɭZ4|(gm<1A`S1^ƞ20UfP1`e^j{rũ罩Irj1_%0 gXWb*83%8Mg͏!ٗekg:7@E $FF\R7CNcfJٱg1wɇ#9t^) <$:fwy>8,-υ%wYQVĵx 5[lٖpjS00Nv 7K|p:ۈaz~4ʃJ/01hng>qGh ݼr}2ٶ 鴓['Bs!-5G#0p )k2i\XUbH8T2MQwx&HBL`ZGBtkpQGSޱ^B;xgSŵn`'Ix9OAvڐ !e|*d*> ݢ0Zhqp>=u$F/?ur!MJX)M7%Lm -w]Cd̢Fu޳H塽̴"}P)^7BR U F]ιMlAPUƿ&_Oپri`Y YdNl3[f79&vsC?,,a 3ׇ ;_ڍ%|+C̐[gP^s+o.}I52.0P3ݲ[cNd D?)j<;i3A4%iZ`hDD,|EKݎ7,lz?ӝ;a Qt_"2r`{ k51w3׷ ~ó/CN_ n;q9o֭ˑm4O<ì^ZU,ciAz72j3Zi# _UFoRR nF RMLk)+0tD\RX04&mqYG3Am\4O?-ج1G~=k"*|Yx&de;MPb;P S0M b S~q컎H>I8, v3H+K_UkʩH")[ύ{$k_xtGY_5/ܤKCy'_Fg#wCI5~<lJep: z jsNSj&^!b/ ?@z<)?2Զ` 'G8z}\꓆TQ =< .js9X&m e%>{yf"-s"Zت4# iSQki%"U3ѻs>rp!Lӧ2cdḥr09#4T|ŝC)t!֔ݕt(%M-8ui 4?;Zujj8! Xn ,L*1 cf*cM I28ɵUӃ8zj,h#Kr0 { Ƣ_&4`dBm*"hwE ು#qMm]D85rKJ&5v1g}b[Guk U|!"Mr%`x  M5+߆Qby5(GQ :[bLB,P}E^aXƞ J3 ziIg]"?zt#`a~b[t1/=2/$7u]`2F =ft\> }[&$┴pZh3ێHdw${jt]Du>-/(=.):Kl,N`/K"T/\thL~Ǭ*@~T~˯ ^-dh}7&R1rv@ٍ;b ۣ=6(I>!NgfBCF0 ݟ]7a]QA!71)@2V­1EI[x5M|#$e.SR_,nhS<z֫_ᬪ.D5:o)ԊSodxT{.,7PQ!ju-oU@ E#(XH_7!^Z;9SFdRn{D |%K&/ouL-[2V=cMlGZU -WvzG_w/ P=OI70yҺnujC'b鍣&6& irbOԓ䖆ߙb'l_.%fp6p] cIg$᧖Pd ^5C$tyv7xYfXd=ㅄ_mL ƑM5VrIϳZS2S6Ԑ[02tFfL[\iCMy821Ig~o>A %c_;.C2cLV6TIV9T><^kO8mʱ(1,jo@p(5gE*@o`} ÕY}hׅlԻ$8~O>Zu.|PbC*gL jM p!2f9? ^N QU|\ 8U}'s[TDh?1n'y㡠KzEBUM43Ve-k/d N' VazFVA LvyMmcF-O)]uP7(̨@~OCEVd=R>/YcZpCsWjR0v4Z+Eߋ01 5ȓ(:0u}We?ڃr, JY, ǞK,^d)J%d(1c]@`=}{5wJ 1.J)r.f g皿N&R\␕p٩#9KY] R%6wng.jb{Cv7ŕfzSfy}?[]]0HouZJ 9W Άؠ=ɖq`s9 S;A|Г{Rtڦ0eV@>Ls3_;ϰWQvۛhz+F:"Trt߻MLy`O@o FS@.8x/)žqTQp꿎;dU6 R)߂:z\յ<WaOdg,tv)`߱{~tU*2QC9VάrcG|z J:j֣+CJ & wZ^?R}r`Ωiʛ 0&-Qi V@k돮s痸6;sVJB `Wx(m"Ͼ,Y P߷^N$D)# ^WQŵ!ʑssUʏ 15 fN ]utq0mȹj3oBiRA"Etj.huAOK^?=kL୮GNixTqglҶZoM.?eP3 Z ^z I>\gu`:}#%.&>pHo_vA b&o<`s8V$05w.QWz7L.7l{-&sɭ'&g3?f~v8U#B9Ufb7 Ie8慲򊆥'3bw| lՓ[g؜tpR~YmSz~L?&ԩ`Bh=8旎}+*Hz`AOGlQ: weO>wL!FС@˄w/njuL[, )9 U,}a=0]-<0s{p}]>І|8="Ɯo3` "'eZ81ۈIL-gM(zF0CM  Td4z'Nj5m2MS/Gi GА;@ ÆhE%zR+,ue-ΣˠPY:_ec aBK{GՓ.O0nj9ZI8L.SYN+S@os+fUL u}MqKK!5t l,ή>;bv f79U37:)ꤒS`s5Yà:rȩ{V@YR=A-P6ř3 1yJ06}O&Oi@/eLo(\nbJb,=mZ[x@f4zxh0}і7/-3<N%^Gx&DTp1,q)pE(,r^Zov8NX vӲcLH'2[.58 `Z]\Qp>XJT1ǍGKi/" ַ2M9Qm/*pzS(+lUG–_p,>< UfYe ,4~RrQ}1I?tz,?e 'O1 0'I8+}y8OؤrgicA..,'n Y2lUb1 ~CiV,&>L׹q 9tI4[riŌ@wMUiFA5ć=P,EyAzF`*QkޛטtUsJQ6*ӧ116&_WU`0/Cf\AVu┕kP=Ϫ4C~p|0JzZZe? &\ A1ŧ3{ؖIhլHEdKq " Op[z:@7wm p?-W܊p#=ߵۜ?wgik8y|#=!؀>M=( 烱 Rdt{LncaƷP5>$%ik+jc:{PpF[˓_s$~DDr*ÿn:;wjo3񩺲"#ř= {+Jk]bl>kVBw,EuF'Y@IdК_Q(fY q`F }U:_%;gOo6/+`$}m`;Y6KjNv*p[8b"dyt+]ڽCh'NF_C[/xU۠Ƥ(G {QJ q]/\Av􉇿##@WBsDi\2/.o˄^ji;!gڍ>sF37V PQkhmWoru;@Iww%[Ef AUD,A'\¿Bs}5;  f6fB`c/~_-U@Cp1( ϑa#iUFbEeU/dJUBA`JXjUǍu$.0n=p>ǰpJ*6ϞLdxjlaBM??7n"&^]@s[*1O7S.ku^LKt3RT*3;? B~ .Sț.IzVXSp ղ|+7A>~J|!nf-v$.tsAIf$N= [( 4^(}զ AŤMf, Hlye W+#s~(`D4)).xxm5ZuENCB'@쇏 uR@wmE6ۇG\8 3n?#Cw[e.FbD/ Z4Zي\<7W3R/{5>w>+ObxZ~#e6K><>l}oFvP,.L*bi{2a/nf~)@\lO; -1/o^6Ox{+#Q\AHuMhԾ3ef$0a7+y</EQesٓ24> ũzXgh9}şyIWzиe=*V%sKq\S#b:c*Η)K%%*uix(gI) ^$EH>lFM"Nc.|Nc\+͌\r"F%f i@Pa7 E`iWj=׻*N_.۽?C!' B" k1dWK,i1n(_eDG"E@zF5mt>͗6Nr̖vׇ57 F/V$wcFO ujU؇rkwJbz&t&&2[nJ E1 &;);"Eh:<ǿ:;6 lǕ@UDke maa{;_ӶC"Ն E4>Aʼp: &rJ\#+b Eإ ,E=TG`Sx G:k&h i`7Pߵ'P<88;c3Jb.Wk/:ڒlޑ8j t(#%ġnrFA8ƨBCE_O]L ٳ1)#ƾѶ-| m@ u;FrFU"{u2>F)(on׳x3C}KGߊ,T|ƚ-lzߐFd3␟(PP||A "tJD:TaKJK| 4O#p%v<Q-^J`OCkjxEƗIjf:fhV8e.okuDޭe! Aa2ф/N] %WSPy@-!CRVV ŸOn`WFTbgfZ\^GHI(|ܨck,Y E%uICB07$OԨi]j&E K~aEȝ!>ÕJm 2h|'IfRߙp59 Hѡu-Kٛ-Jvt0^ A<}޲yT #m!@g:v j:S " 87&˩eq^" x%RqDGO𧩊9@DB0tuwWf0Dw0;yVQ 2{I^.ݿ;lFLia"UwX9S օ `2͕ӛdflu[GeImAO`R?j\o3W7u߆Rh^{hq>W0q>NŸQ7F= $s6)Ѵy$)gIoÿ7\Q$I*t P'_ _8O3Q1I8U[cG=  <yɶ (7Qfu>i>cvLb_Ci#B/0)~ 0$4mtZR~M'Zʺfm˃2Io}Gj W.sV \jnQXyş^UN4P!q:qƵK׶\$JBoTU#LaW&;QbQ$Q)":_C;/V)(qf|T~K4p,br[XEh7v5Ĺ}t7B[U4o2}D+6_WbCR("JknRUfc~dXc6+w xM{50}l{_GdT7bZWRH$29.Dh@]X*| %멮Έ,)N/iS\^ר_vZrřj԰eC{mqEb` pC8V)ss nZOVa!fܓz߾osk@ұ(nDu04[Uu{ªe;$YGresRμEZ:צ'W"#s󛺢v K[ftLNqI_`@Hg'^c kFσ^cZsJB7P?2X;DV)[ (F!*Գ=o_ MĒKV3I36.j%AYUl_G!R=W9:hs.* /Qm@$9`S{CgK[`G6صv?խ>{g=ܿL-6y1m{&27;^(N`4osE LX9qVz1aqS_Y%$({n 0?@E}l0.=n;[UklE8,22E]G1S2R 'YZ4?NOKSY=_}$fm. D_&-@|BvbTͣCqJ9i5Z;y{?zv*oSqpECБ8xub=dq P VN_bT`t BP͖q\K~Ժ趓{Nɥ ǀT2\DϧK$w& 7~ݯ+rA Ṉ޾a{*sВ=ɧ,"{Q蛌NZi&e|4gj?:]C@eOXť(MU9=1TmMs셇E< T Qa!囸3CkIkh[ZՉgЌzzIb͐1x)CkaLG0oO5 -Ha*ϩ[}.FF[Q׽Ǥ/|I2N憏Ubm~e;d$8wZo)A-A~9/C?%5P`SRa#N=j܄57`78vNpC?{YUe0h%P 5]ý!xb`GM(&Xa;wFye9i·ȓBcTx*BX @{v (YK#Tvw!ewۙ C$)/jF;c~ -wF儼b*M^*\yR%SC'0;O]qe!"b0r8mu*b8JxeDAn#5,ۄﺳ'&Pfx4D'LǶI#4vDTՓ@.l jPӒ%7ޔO*vN(Cu߾f~V_yj[ŔcU!c~Ƅc;Mw.49nAb!N<q5|o94R% #P@-/NL6Tj] 7FyL&D?ii :)4Ė~'s 4Ƃ[^_|z%A ye;YLڍ[9u "˫ !R.:@|d-)[@q9e9v{*f;hw*D4  %6] gxi|Ke;+- ej|*F NNCI18">+e޺2LYB4s?!i5yx`E߀(_D~0µ`%6tAt7?~z_7& b)`xpű.~OZZa7"]x*9&Ua,'ߛ238_MzA56AxًDٟWNy.ŅK2L9 ~ gvE)0-'KE2@k! HU]lta4H/1(z-MW@ƒjw |;C̀"N`x:lߣ8庼ymquf-nGJ7i2~d4s>ccLBJD1Y1-P\{n["@G'^d>P?HV4p8>ע-|4u yngbHFODEs\3?6-P9c]{beE\el.bPx{Fy Z˷'bYi,co /J|^IꚅL~俑ol]FKsD8p~@iW!x.3}1sHx=zD cP?Y[LRxK C&dVF' Mkf$QvBA3㒴mˮ) .57]}>k<'\j_bf2Bna9P6;O@25T49?e&̰`$w:f2:kj"lW\g"G'O޺f8tlQ&咄R/f-vS!B~3% P+s mVڥI":jwLkb _ %8/b%,\dIIb}-qϻv0@&dnh/AI7bTW6J`g^aZ!Y[̓X}jgJ["HBZ#! δ=U"Е05j$١f귡98Ea\%)VXDݏ^wxj܄KGLp3 8 8{:쁄TZ-h6?Wt9DR 2[ȳt@;8Uy]ֱ~9ܐցX AQS~E+NΖQv?Lɇm>Vô%΋(E> V~i7mBVۣ0\ށ| *8ƙ#˧X#w t:|qܵWnQHA &Z:Krmc9O`mEAur/CN_o-KOCC_ZbqК ݑ376GDl(kj`ӁwV\xb*U<3A  eB8ωO G(f+n>P n'oZ9^ݥCWS}߱8]_w:3 ƪ+tlCs6͇'M- OM^65/㇞\Nޕ*05mu!94䍐\M+=߆cu?06ȏTy]YPD4Evc*vj uOB}:>Ls* {X(+*Q1K+Bn mhlRgv%Dh u >y;SbϜAgjSiA:A"3]U- NEsm[ z&%xuI^a\b;]~ (o+n \B$i?+O,0Ϙ*dޡ}_,(~[\(X }R~R1߈2}TXZT6tk-ۢ ?V7$2L˕wߧ6tONޕjop` )F7),i=Shuq3wiMDugDtW拌ÿwt氛`Ih)MQ4+YmgL-4+3vE!ơtK]7|Txe_aYg@!O/2`կjP3U7~5. &a֢abj bĄD~ ;^0em50B,$jgN\*x7{XHiy^p.]orZ Ep=iq@ R?@hL^{%_D ˺.OTƉ $UԁSq:QD'N( .eټ>$!/ {m[S92n6E58T{^f;ۗjz*r>k%|<ѽ4k>Dإc(,h!1VF ԑ.E|2 NcS7ʨҿ%\[8qk Gr u}覇QM_:|w-((?FC- Rqk6I*fg0SD .5<`dtS ip&'A-T!Bz/XWᤸG [ XRY^f|(tw 3]\wzu_ ]Tc1Fя>.?_ oB#%:!#",DQQ8pL(}-s3/.3ϧ IhΓ)ueyE ֙cn,f)em 5 GY}Z,"6*S4g Q1ì*[&[]8f9pO&٘I 2xke/4J" LЃ*iףKw#"bO`Յ "6P 6a>rDO3YOR=Qrm@՜bCGN}c?2 T:x[|{^;OԭGZ>xo;1]3ЖRʷⲣ@6(+"th$ڦ +@ w+w& lR3ȫ6P >O{4~Kf%`?GUJ)]E_SM] ȦI,Q"hl{^R2|>~-C+Ĩbc,"8pޕ&B2 9MNk]byM=W f>]B-ƵBER`ޞUzqQClA7.s d#4#]k;bھ=6`jMZْJ1,)GW&ДJ\ ,1EAu!5yDO71}:T~!=g{?u]͢i- 磊@v˥C.G0Ù*gD5qXv*l_I(Tz2?wDڕ$ fa'P"ĹǚDYL ތxvhωtyH1YO 3,>䱠D?oRD'sM*= ^pfP$UWA,jl/ {5Y}w.P/TׅJ!KXsiS?_Uul7Umoݗ94Rl;CT]WoAF&.4p|jG, uW;xny/( !lEpi104`TulLq,z,'LTSh ljՉr 2mV֖V[8aλH.z!֐w&* {řV^ȏ-8P%+6_Y1F8k,""uW|qT|ǹ}2ENWqTb ϩނC]Mo}M< K\XxRqԨwu]S0 -a0ksq[ I\ǘk]Pih[;SOY;EEtATAYjL5Y:e_(SɭѶG`$֚n4^ WCODÿo)v mm}:[jG/azNT6X f80y(J ݿu"ȍ̇f@=JTW,E h2UI'݀ǿW| pF,fRq>AW-:EɀT]`f6 IH|@g "+l<7[=!e2QHv* MR5xiD:91ϑg#Q~+8 EnlUZ6Yd%xLa:1=HOT0e`5V5G5CM*6-seW,E,O!c>@ fyD>7σr=gƷ "~+ȣK59%,ᆹ)ZKuWD73ݼқ%V>3ܽ<ͤZ$CnGN0Ʈ0u@%9' )2}}vV>Xl1Pde(ߠ0~5*IzfX@A$H,u@wyTZ^΅&]cD-)jÀH8$!Lf=+)\HJf^Zqi=(+1w1f\50L/hD{0U5dn1z(>씙eAƥM`/uuEIϤ!G??o盌T{ayv'۽"Ъ#}(F[f : 1^SV95.Uú6oOeuax2F='c 0++Eֶ9w7g>h.]([DZv|?CTk)b,eqL%oQ26np*>MRsBUB3CCﮄߚ:0_ b=@Lm[;PTg;Z$JVJ&["nY XgAaLϩV*T?{o6@bTT\I$=׍cí/!L94J5nnvיgmC^ԯIPb͞}w:HLN7~0H kܖtSah帲xa&IB ~>m7hСЗ7|h,o̎ -BZj±Y(s?mtNL NwNwFYk&`(P uFZ/䤘/F)S !N悓ϻe:5Go I(D_tVqd,9fəSN=Os540=ZJt랷% <{ovŕʎa`GwfzTv^ܻpTH'߿OVcsERvV0yEW3XtRd.~v_zOBm9pkOTcd>FWK~+FZC>7ͼ+ u5F}Јb7)νq8!,j!sJ ]jj+3>uIVH" JR@+s 茩_csx܀$GR;`+%bg; /0}Tz9[偗U ࠧ|71TR9#/1،y`b H,PFW̨7;uS/(hJ3<!jZG#T!(n+˝w/JτhuSD3+ͧe* od> wN[qyrd\drʘ2!e,'2wK]w*\f˓O;PIz =ue|{^]Oyq;_n uH/n{ IZjp}L4JY7ooj֢۞+QP??)>}b s0䢮QA2Vzh4@Ho?VREGWc֢?Ñޠ]QklZ8aױ|3\z?;F}ca:WL!QݫZ/^To ֜㪛/kȚӉ7pn?Hl5(H1:+ى~`%}UK2%ˆV;T"2G(7Oȷ4?`?#5pQ=Cu/.ۜKRz>Xr!ԠT,b3? |]eLߕ?tub(g{j4wL~pR4 jT^J*F3qIsjTI,BZ+r.s+a:Na$לKF^f:u\{d-/ts~-MmW0s'oGO-AMޔm$ {x)M`%"vfX{(X\#OfH_-,`7p~pU=$Ku݃0&>U )\1Fl4S#*|y(Z&l.jC(Ua.%ĊX `{<2PbZMOW2ΰ!;5{Myn ~م}B VdsWF%iw8DZy3Zo?0[$q7QZ "O@Kj[%debyVo-]/<4EUȺmn38Y%'4e /_} zPXqysϵ<Fǜm^w^Ca h `#E%Ƀ + ^c/Z4jHiz)6 (gaDC}~tXi Giԙ^,Q6 Ն~U ;x+saa44Oyٙryl.c@*-wӲ!VttE[нtQ+j眭L}xcY2ykQJ<9޶sƖ$ŧ VGFl!8+27 k0 {ҿ\Al6J~~^d {=w+-X(e)K~a\Zf"쾃_-&=~so{nja K/Q0l ĚG媾 R/՝ t)X ֿ[#‰ x.eXj vV}FȄY=mDtdNqrPr$"Ag=.ИWo}@DYv[@Mm pJ-R eLKiHޅ֌p^EJ=Xէ 8QK ͤ7F&YſkZdh-Si똓F !g wY٣Z׺Quϲ/lqQ!7!4"ySMoEeHswu$%葱Iϻ>ی!24y=@wEm³}Lsf~tz J'{dǤYJDL\%vOD9 =+$Y@[m!7ku57)7_۩ֿyɻ$KcF)!# 7إ坎߫tjQJlV>4h# ^Հt GX!UQk隷~2-`?MkdOM8iH=\9?Ken}&uU4ܣxV⨌NL~=xM}v" Ld)s_yHV-P5%BZ=Xp7ǓI6eP1{h\qݸ]C{I8S6\u8qc*` N u"I &XCMso)Gd*jKBkĀOҒrbk\mM%M-?laEgfV7<+;a&YZL`ƿf? =Smm5[H,ܘ(e^ɤZT x/bY{T3[Mӌ65yv|jsYH,n!{y]W6;hD.i? w/g*ɇj݂  qCQ^]{mgŇpHO !őhqQ;F)|WUm:V6!dvK/aX7#qC=I8=UG@5Y?Q’*bF@ *ށMW̾9UE/#`\MX=ul4$w&T&\ʹ[Etsk&Bf"΃1 n'ζn&MuTҝ#//@z|n;a+vzt1Q!s#a.]sdAaG#f^y"m xteR ʤF3"ߜbwQ ׉ZJBNHy Cw 'b hb3RPorOp 6Lq\K2%fA8QQc $8w?@oӰGmiIAB̸LETSPA:YT+b:ܟ4Pl*K$U7F*#${S$$iMă`SXb8Z=wT*M' !x<ޙ 6ojb/f5q5)jD~qZ׽] ̶Oa%ee @4Vc7Կw_3MsEO5.cQryi:EG?%mOW'vbmWìUx˒NgSGZT 30rnC:~9 uwSu-V\mNWLs)\qqg4^e/UGvw+lS (eSL5W$>[AD9-7!^$#D[֨/SiUлHm` "ZHmf=2!W̤=h#4ѣ*KX34j?qM?L\]R=q} K+ 9a }r{Tv"3 % j )j!ӣlxg~u`1N(1Λ+@vnƵ}[{~H83ݮJi[nmjU@<|SH1bwz)(k#w]NuDДV17G]{^}eRՃLn[Ds!B(9vޙ+ׂ 1/ll6' '3Angpo{ʈu䰤+HKUw7hC(!NZVl/x%\VQWzR@.Q-D,¼uɞ:|!0 7pܭW&):1$sJYDcQ1_O Vukc393x,VqЩp8XкEz>v7xYۀBD0uϔ']y]1Ff8^,@:,RЭ>nWWDG+yA֜^hY^䢨1 ҢFŸ|׫)\s3'qB'"4؈3 j7Jϔ֑@S0t*)i>kE;v^сp;dkt &)cZEoN\ 9>+S[| |TCƓmdu+֮VzTBvfߧҳL1[~~h-jk\<'W+)J0y%I_1!6[B7Ć耍Zmqgg^#Ԙ}lP$x >=rVqu|Dy@r9r'ϋ_$e><C]H<,~dTK4IOelPhzŭw8p!?4&se'\)  nz,`RRΨZdNPv@1'Eǵ?vQj 9a$Lnԩk"wR"2Vݭ!'і7eoa%z1.B*G/U'3+yħԱʈeY WG,{Ж=h)JR  zWTҢJ" 6RVUbS\ɗIب9IεϺO2&x;4*O7Wd6j`Mw r K ݴ1gp Gq`kܑ@Ա/KQP %\j `)Tdcmdrsd.92׈iOpJ˗t)X͊t :HԐ U6"0+E\z32ʼn1gbGX5xj{7 "Q|'23.C5L7Ԍ- ?:nQ-8Hi`熪RgJ9 KU-jAKB_Y| ye,U"y6I`*ʧqAU E"܏qʆZ<7HsOo 5Ň8"=d?՛de`v6WTqAI5?-ht9HaDѐ=m2%M7@Z1$B_ڼ9Ӕ&̕QY&X `o+j*fZ& , a,Cܸ˜~7\<^HUaVxR >ƌ{Jƨ)ylhgMVܕb8A-L%D DG UHP=ZJeEPԡڛg ^=NJ]U7P¿M/c2`q֋q 8k0&܀ɡg 3iBO\qӂԊ![Od{.Sʲ/d1w YW0$yrǴ$AKm?´}rdT{5`τN߼ _7`3Wߣ|1{ Σks\ӡhoHBEopEc2`ٮ1T]rQD-D+ј-T>>!gdI'#c%,^IZG' xOħۢ6Xժk(a7:1 BI#99&Ne*I?E9G60 ֍* L_y u"6C}\s!f\%Xg?>*Pd9!zbp=b_Zv-#(D.û\jUP-5&Dq,eRѸ:Ь ezM&"ɪS_9EF'XwED@ł%,2UAS=BNr%%G׳#in13#RF,#q C%ީ%LXbo-sB9q9HpOԞ2),O@qd0£U$A7v *^Q7叁N^ztT(2EIdm3.F[Y"UG>iYs\lW)`80 q&tS=&3C/lNS)  i@{cj ծe~5sW e,gb|!@ʭ$8ϣ ;6z]4;Ȁ彁3ƾ*0j &ċOtJ#ާ7jjnJtRWhηOS3^2]re跔#AoF.m(.VTh*/{bO}k}O$V/o;oaFi;i:r&4}"L4n梩\ZgwٝTpޭnݱ0Q&?;)c\A"i~#XMe&Jje`0u.=Xfw+mQLD`8"+oHj0:_lN!Gn(\IC- ~Ʉ3ݺ{_=YKh.xoB>ͼsL j~F($D">0)xieDhjP?mC (Yي( ` :fա9(1FG%flCean ׊FHR[·<:8霻cQ[hr7|M07ͥ>ЕXxykYTNN*XӴ@Zhʇ rjE]K |<,O ^ȻFHT~+\Y@TjFޤ2rTY Qw}EJ[{H`請ȯ~`B9 [m؞` FYŖ"*dIjvćE%yC`eyqݞQL+v |E Na}6)]2Kd_m[/.\].\Pء ߊ$NoYqDFr`jI=Bf UtIA*,&TQ+z/ZW[A5? Z җ@B1w|˪ńw,Gt>QO634|p_d!qL ^nڂmmpT,Gt~lupTOTX-`|7lum3?abp"._wx·3dP#a!؃칔 U^ -ѹc~7-]1gk9^RpXM=}&RBazcZYM,p>i"#4>bEg#ȽVOq? CFwude.WN%-@cN#G/Cv2P UhTO7 [-% unݬs~)͡_GDkLڕPL76g?ܶLHqjwCוrO(o50EZD@I7HS@ ? ,:}yٚ뛢'_I005b)󡌹ܠ3[ rjXPjҎ"W ش~Ejѳ )9J" _U%6̖TI iF߶_n01uIx%ga|vqcMe5N칝JUtFnEQga ѬԟTNrI anN;6,3&!#>syG҂`0{vbtSs{W.-/%;!4zY~-nW,Շ=^\O\$gpiWF~:ǎXi$3!;i.ˬ"ׁSilD!YH>rLٸ(9 vIHm+[?6ՒK YFA.P qGЅ93K_N2]"*Ȧ$"fr;^/3Tt\r:)np/8_9h2B/; H\-j$zSG⑜,![ND S : (HԗpS' em{*F69ÿ$p.k0CWꧬ|.9ihrk”CT'ôJIwn<'vi˜I_EBѤx" 4rϼ</ItzJwB{ITf>3а|ê/q,&zj5ڑaIkKi^$]gdY-N5,pop>) M* aZ=Ѕ~k=2%}*Nl(NтM<4[צot~3}( їiy_-kS7 M( lŃC}û!qQFl9YHOt9n̚Desq<1'l6nXi{P'aqim\j ߸{XǬPzt*. UN]{yX$ɿT8ȉYkf&tCqದb *m;lfꪠ@tphEG0=t9۞QCAk{sȠX=-CMˮkDg<(zbrip^K7mx~0:7FsluA&tĔWѻ?UyIߝ8 =;:ͩ糇*-SE֦)*~rۡ[ ^V: !S"9C5:v-y~u.9B :>S0? GuR:Mj%,F#Yn_ M|LĸjԲOaaŖ4;_ U򻪉" 8yϹOr[l= l-OGHMqS=Tμ w?K\zgkHQ(tfc^F) {'i U@s>& .9d?G[)U:L7&Em^jb0SˆBG2xAib;?$ieɼk}wK5b.[܉-pl)} yŷ5yk`2m'CCÑ nL4{ %`8k) oTe9Ah@]V2劲cLJ|X'E6{P]GZ !zY 1j5zGn%+GVx[&Yy4)POFv:#Xk];/I/3՘ xNnth#9&vR# vKߣ$߸3Q @ZN8 K vwIbi01ug"N#vuِqW9X#"wf?qh+^؍ʭ8h]$1e&RbΑ 7r3+p~Rp<w!CB;^-<{v qK%tGefUd -N P44 1jj3PvT\ ~FXv'=,6!@o/qlhd͓]ۍ<CxْE-di#-3#21-RC,ܮ20qj Oo$Шm/L ְCdTt_ *Xی`SHIeY Ɍ !QP@`D#'oWEsO+捦͞YURVgrKݎRCwxE\3LjucH(Wua`e!THT LG"%d5~:Dp/W{L@樑'uәMS.<޶  "_E3H:!.vź}SKN[nfE_}&-x*A2iTօtGC(ꅃd5EmN֙_A~缧xg`C v9[퓆G L&LNȼ|VArWR2E*v$ZL84y<ֆ60͛OqIe(L9I6ٝaAXꌿJn6HHdpa@ӗFÝ%~]۫ى޸Nv@Xcu901'I暫e!q u5hv(B([jQGq~  E#,dUBG:``;mP^6a _y|ck:uw644@ThAs_M!{ADp]2c ͥO_aޚDv㝷:+WSq`7ijm;ߔ< ,MHZQHg6̝*XE`fhkOx΃Koe3h _˒h`ӥq퍢9q!jvup0Zed4~zXQ 1(T>ceH sv 9 .l5 o]PFO3(F`23aڕTF6tVDRʶhm˓BhL.,vC'kgr 2,=JƉt륷"}ս +ː8*#H>hn;{Y@Il0Nw Y W~lt-z("eը Hۮ8R$ ܇epatvaz1VJ<{5yoi#]7}'ٶަ$ĘeB؂=;鴠>.Dp$7 Uǘ,Wf8 uٕŵ4Iyk ~$/`Cٰ0(eA  '(gHx`oԔqQB?!7ZL!5_myvK`7;&zw!?obfX ر8`vbpbnpވ/-nXZoiG:$ޭZNm'WNsN"q {k,7@Y*R~D< Uht;52Hp/7<."?3IЁd#01>މ5͵072nx | ,d}-=>8qb%+]7ɱ,=!jaytXǟN YY OfUUȩ#a0Zk/F}ǾkHr5ׄt:_\4ڊy.$+2Ga18ZP|F}+Cwj(,:7S (Z1FbfCsCx,MpSԢm6z9prLMdkX%:0}rNP6P+رdEK@ĉ5IbӼS|~COPv! ]mr*y '/z[dt=e0>D(glKʟ8 G̋?GPZS<4%і@Į <1^P64D벻G[yX9,.TتMxL%Z#dqۤ#q@l`G5MS=38\he6ykkRVFoǯn~ v^GIȽ{k5P)8m8  d.-9@`T]OԨ;#`ϝd tK 7kp;%+5lNN{=-4)v>b![*_<|# X#L[["STɄEg"lÛ_\J"X@4^=M+H~E"5D4a? &+Qv,pQQ}A?r #97.Ɣk] ? 奮)?rYP@^]$ْ<:+e3:{x ~ZGk>Y09 i9mQno"P]e.➚xnj,-dJp>㤉id4 +=8GA}փt.G2}W8w;AMz9EpV7lciwBKh͕F /IhqUMQ UƆ[3 ц ˟1&uZetА.&:sR6bu!ӌzwt7pˌ36JYyGHhJiUЩ(3i[(q難Aؠ+X8"-Z눡Zt?BPiC|;e\v2HDc j'ήiޞ^tM?:t wb-D"h[?N{b^UK&;5~MZ~J avDպ̠F5|Հ(C+ƃ6XTsYY'-g[26ؕE_RV|8bQ;#c_nUm*J7-Iv>us^b)A]E'6ScXETɚJ0v 9nqyhP MLM /?;$".iʧ6`<ʫWz, k"uJ횠@i:K;YVpvz3c@gLv&2C |yN5=l#{`dj1^ڪ^_.9-¨&g9eߓ>[59!PA|A@ʣ BFY=9KuU\*Z!DZZ +D(12 чYKTʹj-φZV2lUq=C%1b z6mFkNҩS7i:)|x=/,#(^dzɅo%'"l)T_nJUE mވwK p++ rPPCSpu/e4+FPuQ&QSn: M>+'PUy;r9u=A5o #^v~%a^J5т# V}O]ȂF1&@ .A6ҕŤ&o`/GhELS(/ =^yIolt >G;O NQCζ&|^.^lkO!ʟ0'sovjEZT[m)g6wjPG ;b$ƂEh0+a望陾36 v uw+?-Jg70DaohEUme}A>KH}X /d>̓!,kH\fͪd-R{̼́47bƺ_v\S&?5LHDEkC+A|(N|<'$ (FcNvp4=lN+댺oǸm|q%G4|8Bٓ=inO}x]5qj4@H3wF@t'Ljn-௜{ 6GձuEEzUBź$ceǃOtJ,gZu ք=!{%KFz{+0I3|L4{;YA[v(.Jh$?.]ݰZ:A^A󑖺J\$A^`'xpYQ~Vy_EEۣ9x|w)=r_4p^pqctcˆ)۾B} I o !~y}.ST+_'jȞSYP(8>Ժ"?s(HõG`Ǖs x"*k3E݆tna(^=(dv檌8'O3qک T] Q6'BS~CM2{nUCkXz8C㚅[^V+|TKP:idyo|c*8Q L(%3h E6"/pA >vd鞵ZiKx7PK5$M\*xelg~wZ0.L9WZ3\U8{{Aɐ'T2M`洵}fRɰ>HWǯ`~';,{NJޛY~kC|SmW,cWo%5L. ZdIsۗ[t5AĠkC^5}S9C1B|X#=<|&ΈKY0F x{nMĂ\^>.H_mliKՀR3v]i/PhH:0Z;'CعqyE4%T چ+\2Bl[K^z}86Uw@LKDE1x5oݳ2}j|syY")\:Z`,,r$v{KmB)sPAg?3*`q&f/bx¹}Z? ~3SsG@6% bws! |5E(S3T]ݪ+U-}BBlP>ԎkQP]ek44u7VMrf#M=<[<K^pre/ z/`wL8Og!"*79C\`e~K;a`Ίvn;viB;ymΑV*aR/~;Ri8<|C '+{~uE!D`-xwGl^{m|~ EGY Ey4|O_Zf;wl]ٿ,+'cѓ8stRU |?U {ȍչ^ moɎv)ךIzy DD kvQp5ŃShfD?^*?pP8xraՔNA)hH(^N>A7QNGFb7ɼ<O%`0V>rZkGH/e2ڈ.Rs _&cev%^;4{(&_]ktJ^O I^jRf\uT%Ev.ߌO,nBm.nnLbSe>rW'4gaڀ&"3ˍ+yU O c̊db{0B{wqyYzc hQy+O ˝/*J\,ZOm֗57Y& [xQ"$}fT}683(B^ڃ`&9o:P(fTu(lY4ߞy8K\2`%\AaUabHb$uP $ݥ̤y&ZBz_ {bnNE2/}"Y%!k2c"%,vBQ4ƽJ> ? ҖRս渚sFR-9jYjHFɹ"fTgO;¶wr0{3"_Q:/R|"Lo86طߋ=r)#)?Ȇ5oZ}~Dj%,PW+R?zHbknt?W̠:7mI. Na iVg>7wwUmYoZd:~V7?{ Y]f: {'1אCJto_b֝$Z"taKfϷɾvVBJt)TnX ~N$\6wȸok\^J$w;4S10Tg:U7UQ;]cexKrhA+-.#X:&Q\rc,ȥsGmf)aB %,6t[y,`$SJ ,zkJk#[Տ'T/"R/+J.k9\axG\#EwbLV3}yRgHHиE| [ʹ&96E`BD~H/&W,(#U'T]~nU3iRDؒ ݫ%h툂ke P3?oUiC5&ڏnʠڟVORjG^VW z =uspi:ds vW_ؠA~5(+7fdLfO[eÝI;6Nkktr|bR;T6?Ikk t3U Ξ\g:%pf6bF_KFͽ>n̂bC5UMw٪yvܪ\Ķ,Ɓ\7c`rd)^ :E]I:Aiq'%־jc |s#vJZK8B8*/s­pkQ/HL_qG1-+@?l7aל|uJ/5*ZY}54[srlJL=)(=&#j7(?νX: 8@sWI.WH1|8#eFv&քx *#&47<|~|մ sW96䋍"8:Kjvɣk&3M؆~WWdm̡:$#-Uxs>P22 K&wBM{ha [84;&Br^Yeg>?}ՀP<*֫Ðۙqs٘i}<q-Z ّ$oeY?nQ>/5\,8nɁ_]׿a!v"n/d4jU˕E4x]j=j8K%grnaxpi039vc +~dG'vUALdU2_en YW`ÿ(Gυ{;cTߕX|\Ad6y+]SȤeW^͌Y m@62sIh}r-ibu-M  Jdhv#zI.R*βtF::@hcoCxp|&N?f4$Lń_-z0`BˆKV'G>̱7V̍TynPxFYuȂ =հ8tG5y+TbTI4g(zrb:<&xWlzux fj8{Ceۓ(ՌsjaP0z,8Cg54x蘍V'+J 7hk8̆ILI_,Mg7Eىoe#oe=4zde!z"-F0*= Sh%1*OD ^ǂD" v}PY(&zk . $ z ij3v`yґt舄(e5RK5F"3+RD3ys`"ۚg Ӷ]/&6!Q)yCztz]W뎤S"bFȖ[fDt2!1a6FKs9}KQ4fE:z:zst/ `uhZҩɍT +//* }Yܚy'2Al- Pj) ?œJ]3L9_yCgI 4^L7#p>=LCV D t}7ܖ|ʸ ~H6hДz&#:$5#9VoO,#]=>BZ< 羾`g5oᄃo K+k[JPЮ@ p,4}` 9MYćhIu IҶmG`+`ޠO=c䆡hxߞq(X*7ha> -~bK7 S&be=[mJ;KXXQ5fiV%]Z@YVDvI @-QxtYW6)Bw{g"aCARmlMB_O!5N8Yxʗ7Z AO6eaW7WEr@ؙZfplA-Y}&EFvhQ[{pPfJ_m/;BYbcA ¾3P0c}*졶zS`RƱfbXH2ٻPޣs92F:Qvs#1܊5ztzTg5H!AZ=3f}z_`D,zT$VsN-7F\N-eKxV`h dޕd>sZv=.| 5|fI8Wې=:{F<:r(8ψBiYmʩM60O#WVxL+jRع Krw!r!R`4&*[KиYȥFMFdOgG= c=s*dofEZظ%VB\m!GgX"̕e[L攠Cgzhgz8WʰDC;laJh3~a!A4uCOW:R5$` -B)}cμuq~3Cau*ph2!Sgb`ժE+>[+onK~inuW3ֹ> @- fJhԎDyzto ټfxih{vസ 6Rf%fYuD$dHWl? ڋQ `f{M+Lq M~3(o:`>7_@uKuh[+׾K_4'9RA~˼E_RTBM<ٚާ2i 0u9'alW!DEݒHHi M#bE7Y׭竒N1<"[IG5,#mϯ ~1onU +RW*v~ 2RSȉ@gtm[3.WVDPȬs2=)ggg.b\[w X6Z>*Wk Fd IpJ;@6$2!\GhQkiG{\3(E6j]Q_$U4R՞bY"MȽ>b6-o/3̀/@d2E {>(k3([F/{}C.&'RdUSV_sP6WS"B|Lڢ|\䃐X?NE6B .a*}VX~SHzcl"z5𻠶LwíUkxLHBۗsX8@)u@yic>,uznWV'qh~^^ pp3Cho b*IBkV&2Z<-Dϻ!TKgMyo/q}h[*p;6sA rY[  >m5 .6c9;{ZF #`1`.{{eh/.eɯws)c,ή:{M%Lh$)^BĆ!Rͺ8A RQ+0p zO8b7?0uGVa_h4ߣRcDN +mVV=zMp~l0!BϫaκE if04t΂~*e34 saE\жǸMqZEU{"@(C;rGjL`?oRK8AE'yaL "*4o2P!˺ !csxy؋oX>p{D`)OZ[`е_~mDW}@7;7G[jOoRz~<:jP0y=ttltJ~v{Ilۢ!c9 Os@礅YKdwG22Z5џ"k^UJ}je#lTX5DxpW2ʒ84]To':^oBRt F5yH4E0szYFeLn ^hXcƭKX/!{D4 !U0M뢩["`AGTd@$()PobTY!,vKTx}JiNc:(sڢ ԡ&hyKt9a'ب`60__pfRdH4~U~FUYg"l`~TZDC>@F!'׭JsHJݜ(@nߑO]8^y16ڊG`4%fhB@Da73;8LhrZ׀}j+BCr`'}T4|=ہ( Xz~ġ/Eq,$J?mX tORRGYxѥO >16q1Ȇe~? 1+._V:!he&(N  bWDk Ѧav<LB #%PYc7{{2"+*"*gV%Ip3L)>9Єy1ԄsnK:R\GO8;8 @u ucRBK (1W&;#n%loK<}k Y+a͵M$N4Qz˴ǖt>^i$O%T,[4ڥ~Dp>{| S'Z&0 ZVM4 Ȭzk9N\}ZRl:`X4jT4WaӉr\-Y%aDݛ}$`^-4kFO>FqKo)*Gy}V`0!D>>+23Э{H!rG >0zKdE$qsj7+:UI֋cFV!Fܔ"Wj[J`Q'М=ON~Ɗn{ɝ mlkEKd'%lGXl!5YlD!qz!̛E7ƻl2 bTI%`2ֶȮUKOca\;*t<6P|mZZCun7A7Л؝):~*4RTGI)x3VM5ަo?\shxӘɴ/w!0!0  M/I7_I=eLD7GF%W_ѬL=6T f+CQ: ; X=a6= ³r;{L%ghv''yrpoa`lPBx :UPzz^:MwGNvRϣmvE`b]bv(~𽙱)djs|Th,R >-9Oq-i94!$5>mrX~;FcʭW26,6}ƒ3feT"N1FQ`W뉎 H qZŎcR:^Ͱ`]('{KgJ-ahi<G ]) 2[xzj!3)#+vv|Ld;siP#X zZK'Q[`nKMKc{n-ᖢ2$F P_Awvi $!* :S.2Y'"O'BNf>-w+L1y_~n;X<ГU^u;I}vv^|^+8L_ەd HWF߰Ĵ{dCR;[_ ח?dŽY !,8B -+<G@K6qKPE S@Fg^)"_q!1 u܃RYt&Gk$` M[ vZro\ۦ)h%\GIa%͌/B_NH6@S)GUmI iXo-#0^@yOfcpiζg.+dH!pE bVHjv7a;6QV2m"sHWoh'*eSeZ.VuJQe]vbIAjλ,g! %D&:D*M[*AocLO<@grņc6 Ϊq~XchHDBE@G~ĞF<8Ú %h[LyS}3t{izV+yUSmRy5[C\`Q ^>OnI èZuB:ʔD6a-2_\ש 5P4쯸Qb;fH&dž@ik.P$-*ظ+ܾ,N(ْ(.c th F+'-pW(DV:;7ܛ ^3c|uU%Sr7]5-1'mY)p&0qo=|lJ u\ ww=~c/6Z9IǛv{.KmpUM8EoNo,]Rd)/ Uϥ5mڞ~(ʌİV~<*ϩn'߰+2w eJqo"W(NDQ } :bebsxo8iP!v VTf+q~e˳>Ss}mfPI_Xxh( t.7:pSWf9<≠*p'zTe08( ){]^c[) bŞZ>!;$|_zo 1&ǹ EfA*! "WdIM[3 %m$M3ЉK_ RZ,m&yCg4?2 Mң?m =TdxQ>#"O36p?)P 2bc 18z̹QN 3#%|y]XWu, ڳK AvQwNTqzޒ]4wV #%maE^'@t Qys?(`vgrA\u^ggR6&J(JV95>b80bw": F~A&Pgl;2㸨X/"geY>ByjA_t:4F;KiE\%5ËЙP Lk+ZHA (70[q9'{tk33m舽ߌGM;WM!6ZOi;\[A v0GjM"̊.Bm \6iMaT{@;Az ґlZ&AZי͈:=N9FW[ ϫFڿ?ŏQ ]I- ٺ"7Rq7ȭ%ʢr_xy<߿CU `m"|#Bl4Ʌcs$!"U,un+/]"vrfjbofצNX+Iף`ؗ +;KzdD Ccv}r8Ww|-Vy-MY}[XexBeHtQj#ڀJ2.k'dI+ '=Տut( %N|G=ѕ-q,p~&xUh#tshFSMp a~{l: qu*|'wjDQ4j# uM\[y[oj?f]6.{kTTA ;WNU?`W y}#'jV]SAq1+qVzAv 8[2V@-Vō\ǁ;[R 6Pd ~%;)L#sJ,o+kŔlSBPLzN/W g HO"Ύ(oӓ'܇wx;$c~?_(`NĞ'Gs.Qqg\Cj ޻ yN;HS|Jd4"8<;|JAH;PĘ%e[Q`IN``p-3Za%O#T7uߕ6^^dE)+(XSqWz^_bm!qTcA҅'~S OF~#XqyNO V8>LͻX@<{I5mmV]6R#fCnj oE,q=~>"˹?3 x:Njk5[  0$jKyRVTy P"ȱ`OJ5J驏Jl.ܹͤfZO#adLGiMiSQ0oTft6Q09PF.Q±1X2iPp4?RJ^QJVC2ꑊH>y ڇ8iYmuJKb*sR9 nmܓ'Mt:pOjrGo Oq0gRŊ~Ivo d8P}^]M1#3EgͲgWPPe4zmRv;4S1Gk*5!2ʛ5nQ9#l߽X!tE7g| xUD DUdQ:횒O.=yȹ[ߒT݅OԭB.nX( ?7]hPb"㼊7؛3Z{XJ_F)99 səc_븲\XKp jjm:*|3줦r29ʲBJ@JU KTUck#ݏi<Lp_+þp`o,4P.M{Ha9^])yE@M&Sb`Udm9|~`V/|x7Sק9߭Ļwsm4X>ZW 姣,=r"}sQ_YINpڊH}Z{H\ {#/ZjW@DE qDC"CdH"4*BMp=96H?C "?8EJ2`pu-0 W*zkR,dMy1 AV?eK2[Ėn50~u=^CͰ=wU ڗ;CGKyvZ'G;]<^ .Sh5W$ÇSpq_/u_&X+xh(fފֹ8 yS醰L (*M39fw -_m8KW\HOzMy\exœd[< */69`}tDDU)~,ޣ8m>~!Pz[j37ύ9FL ]﴿]6}b4Q4/'8m1 S9|Pu rӼ;g(@od2b!;X4 =draJ{7%YWb92x2ǭ-bupT-l?sl0nS&dDY%Tfs>,،N5^_%O[JKJV "o:tr>] Bek^3x&`xl$k_Cpv%GIW@)t7|Vɗ7t)P DۇhMZʀ%9&QB>Qs^8/8 IL-*j8)0)Yu+b@W[UѤ x\?Nin *ri;(=t7!_jkhQ@@iݫu0.M6Ъ"Lr4`e"FCZavWpf7q֬Tx"rZP6L/U@# f[8*-kQt:.a=u;f=KP8jnvz=b\Yp;r/GNgkA:KɅ8ּ¼|WbFK"z&"=tR, ɥ,uY b4hHx]P=@  |3 ~ qN[&ĥI|dFUZY3*uK/b\͐y?6s;eC8d|Q$^gm*pH>JGvuit$$ {L J:-شs7&!Vd$1$q01Zy̵ /uk7t| Ar6 ]s2G@py_B\0lX,ǹbI1\ Ջ"_{a->{5b Z][ P=XKđGXxlkojܣ^qc]FѪ;\q }uĊlȦڔ$]}TJU Ûw[Ey%LN h}3iY%jzSJUiX;Oju@M5 voE\9ԞݸED]jԅ(5һ-;C $1Nf[l%8@|薵h[ZF-Yd S9`W?Q!.LŋAvZs 5Kmuo;%|\ĝ=m4<K10y1+hr{|1Ѿ:~Wԃ!̛C@[WǼP^!+: >Pw6K$r51WN.A ESفԯ$j w7 㴦 L/twOs8O#Lyhc?Ep (I7#&)M2|)|~"?12y۹eLS;*0l2OF̒ilo#u-A$V=@uoqs-%!^[,fՓFl$ ?Ri:=Ư}ӄWnE%iI%I/:N4!E\8]M9_D /jM%r#G8=;] =[MNgΛ!?V:ciّaҖgq8jh[-dU-xEW"r$X=ؽ>KWݠ7kOr=`XQ>wy("Xt14JvJR ԗ=?/Yu6I[DÏs$">ɖA$vwyp62ğ~KvTγnjZ9l\}`&I[;":WDƼ6‘]^qTǩ/<YOK39%;Z- jPJ`&m{~K&wCsl孰 C$_nˆs:CueKPqo>)Tkn=f$W[`@e{Z~>ߝcSNh@-0~֋-r };r;;w&ۙ`*_+{93 #'ZduņE~4e.9#zrwMace0P2Gy0vD@t:'):# z9Bڲ6Z,tY]zK.sVt4Vmc Ĵ~D"0 da|kn,7#`10Jke%p\})5PXq.WJ}5$ ?v\~>gk/vC6\2-^#cadk !A69я?۝&I}V)oԱ>jz'hro(I_Q>d6-x !z[`PH(*o )jEywK?NJ(fDl;/&oH}p{&tUry\TLQem"]܃N|N[nҲ~ 63-{,]hkd$`"6Lo1q0]CDzk0Wp>ZLzn6+cKBO؈RHF  >q1$N$Bh ؐq7G.9kNCDvt̠̆Ηü*hK% fYuX6ۉ!QgVr1y7ruԺ|MRᓽ9 DyLMLefݝJ2a.$vv4DKJ!'2z*y9*ދdf97  /=zd𷱾2sک`ȝ'Σoi7WhF.K酑fT_ Z0\/{ S!\2WK}AG%dDХ歗@)j6k\;RLaŐyq!!mݸ,ܝq,#νoD-MEahQiArl3Sr^NO3F2߬ļ'5E;tuAβsp-e{#-qRh-ճ_D$ p2w-0p22N#@NO{ݓi=d|8"0IxA(gwe4I/ݎܑ>,Gp ́)E9tsus)˰~.Bc'u z+3 kF9?: !`;=69?RALS v 4[7r =%z) oĿ:(Œ2=_vee8ljpɭxCRnT-Ic 1gea4kT&#. @#1@JnV+d4v> b_g2VSI>PF:2t|cԼzSp8*p3;uҺt(PRXo l ~эa׿= =>/P'.+/T$3*Fqcp?AV7)Tvv+y!2G|PLt>nt;5a[*G鹣|̢蚳4 ̫O}#ﶭ+My~ұ3H=š}`!o={U ٌl._1GS=&[Zcш~_§HgO9̉"VV>gk^~&NS,D Ƿ_tŠ񑃀=ӿ('Xq1DoZN<ăko(0OĊ_T\~ k:B޺8s솬Dϲ+ %]^,@z^}jFI7+jyI1Er{uw~֓aɠdԄdufZfd$_鱗tZ\m]([?0>Z_~0.g.A=L+z!#YcB4`F؏6o\wpv4T+kMq.iNEfBt#In5)1b\?܏Åh/|2qu8Z527j̾QnS&x9(j_Hr?V+5dQU ZKl(#%=QSWXZJkV˃R'+X3Od 3mώQ[0~#x4zW-F ܅pz$d}/J<%ÿh{c۶ߝ_3Tb_, Y|9 WO<.;1"$qnЧJȦcl*V h Fx5;Jc![#CS Q:10~g0 7CU&E|ݡtqlJ,;4 A {'wG ,cPC7Ȕl -_mR?L&F ?H0f4;BX -9ub7D'0_PNȜٞKTiUTgg+吞lP@%w74dJv{# ޫOSd+2ܠFj.@b1N`[Aj95C$tWNͶ.s1`v˜[Y=d'1ieqꊣOdSeKSū1KeHFOp:7t /7L* @BxW:\T]s2 X F]|RBKoMDLOYY9 p?-l]w<Y'㉘b}ӍX,Ap K({y%4́''EzxcI5c Wt{Sm|EbPG|.1\R}jƯyzyg냁)CT[ 2}إǥ  Hxw2)KjEl]Dv(˵9} Q(-%,Q+bbs['W>lғQtxٸ$q=ZSIJ3BSKr%faXZ?UnGYi27&.+fBo,#/6H&1Sb:xC+xF[tf*$ Z2d;(BΪy߈bܲ V{LފDdA^vw3UҠjK9ڽ$V>y)"AdM}g~3uJEuCI QM Buk+bYU^b(Ns9Vńpv+AڰkcrG0g \fV[e8e9Ҩ$+ZqmZ#*ň 榰*48؍/56?O #ֺvĢ;2\Iׇ6\ w+;9#frM#Z*}\'L'Dz*O% Yj6Y9=0~KG_p%\6R # >^k*l|{ 醥~#[n N9]DpiGб\S(l( 6$7W L OE寡{98!ՈuMÝşCqLVI|G?6_L``Ӭ?1ibSi|83_V'嵠\ܑPP(7p2dXƷ^vKCDrS8AaxCwr'LTrH4:4CH_b@.i=lwӰ6¼ eY:m] ]L 9[h1 -C^d 픂iFSI=[:O [oBPU--<2SDz04|pwЉeYC,&/ln412G:a;x~!\ 3] ~Փi.5a6 w_#|O5OEv#%lZPLvpx{nbZ{s. ,XhF pCKL2= z$!PBUOwj^ 9jxp\%⣍Ѐ0YZTbvwCQ,dFJPpJ<9-ƪڐ<# ĿNw5S'IzGs599 g(J>iZw'N ]' H8$J/xU*JrqFRCB [xEM)+ k@OGysSuv.8U -h,wpޚ q.'~ s<`}pTzm<^c*< ޸%һm~^:gnpECv՗22P8)oŊcZ* ~GaZ٪^ Gs4KQ311ce{pޜkOKdܺNqki;njʔ44j,Kvq[P3TH%Ӹ4xﺁ)J4sQwO@F*|,Z'=-ҙE:D쾏9<] Q0oP͘ 7Yf 6N ]uzn9ΩkcIYntIa.Hh; ?-rGaI˼_&M,Faܢ6[#{&:@m:jlyʿ.zlh)md^-IZYR;ř4MOpR,̩|;'x^,9EKdrB\ zbΗ\KxM*}NMWR=C;`ɑ{ZXL/3(:gޚMq048HP\dRtw[q 4ۭuahߕ[p7={sIPfjؒ@+!MtNiMͯ[rs96uk[dEP$ᵜz!6[َ V9=<Pɛ1m/Bz8++o-OgrD?!}*Dq@*5: 51ٜ[䋫S٤-?>-ޓ@_.sU`.*b/l台/RXGʸb1 @z /7_@02wֺ8iK/_ǎr/С_ysQ:(0e&p IN2 7%( i5KZ4^-h%s0y˸B ,~<qc= 2Q?ǞJwcw> Z*6bVl~TP"P.A}]5\kjȥk:aۨ$k8u$QV~pNsC *(* |r6rx3upIiF}gP& EcɣHՠKJoJ?rkP!M_C;$tpL|d]g]1TmYx7dy#PNRw*M+z/@-ʔ̟ʔt7{1nE'97Z94Th jw? jU$(V O5Dol݌C 82o0n^39y2XdPk(A/-w)z͎d=Hh |&{ Ôp*(Zi1{KpH{ )-iǵ8f%_¾'a %fd$;&Dq"6<9r\e}LZ/1/=ͽ@=ex}#=͟0ˈ;|Se 2*yhpUY!FrJ);kRݏhȕ#nENunoꄵ/NHtrtUZl"S "$-6Rs V[Αf?q"ܾXJhmO>@6jHd2ea8W,̴Rm&*`$aEzT{6%?wlzCBu+VzOڿu39cCfdE/=,e1&s.`ŭ*U'>E*bZ?t\~qilLtǗ&_$6lDN€T+FTM1zF4%I{yv/BzW)xu%ޜ#Y^1-6y8NFdU,+S`gzNUzFɯp/{'8ᜂԻYbx:Lƃwd;Ws~j|7^+5DEVv^lk ty^~CH,;dgxH( Q֥H0y)N\'!^[qo[EDL ̵^: L_R"'962bt㠽CE" $"ʟ( MI`rY[ub IA6Vwj`7! )~4Ȟ<~!#`.FTdguhYs$zNLESaѯd?PYa L.wkr 9|HSlpe5H?.Ŏ,ᡫVġ ixAؕ!Q;^ǀ`1"@˪zi)%eMj~iU0-Ob5jҷst)߃ةN~ֹm bw1D!?ȧ [$d.M}D=Hq2N~9 lI) D^=ˬ׌Loѕl_ȐbQ \0O6j^u^q(v>/"UG!ȹѯ@]0AW */ϒ)ģVnQi"~2vY9봞,tu#I{(eBXhNUא.7B)ڻ 6Dzk:?zzWvݨ+S`l5X\F i|LXyNrX^R –8l㒜X:{,1@JTdcmAROFM q78tvֆ֜)a%)x5 t|)z`BIEMú>f-αV+(ߟ R$$vQHFfDL\@lXW1)ΤǬN[y^߭)P ~ԐCnϥ"Wi9 4os>j=3pE:BݥoDZ79užp6=Q5T\ ^~DJ3:P_[7s{"EoW@iО')H?3LQ|}W˵] eY*_?6Ek8sj'&#s\)r0@P.ISvۊ ^r85q5Q N*!QW$,ʼKg=aX\T- SN%pMs>$e1JAspF.& l:H}a M2{~ Y|d'Kb u^+E:K;Hm:M(8qS3S̞;ΚӬaK6a!( S2D64&nj$ī~?û24]ɑ4 gFUP-}T$g.'3[WB֎PT~ː:'1M9$^ҧNmfc;fu E %gOǏi?HRpQÅMD<̮HAF雸Z%U ܸ92S0!թL `wʗq`bKюGdȸS4-W0[JOa+MpNߴ@Ğ|!w ,O]Ÿ̓£!FEͼLSIQ,ڂBPv`;TWǔLf$z}[2K$wokľW ! )2䮞Izʌ3R@kZ^OG)ߧ~TQy[$mlXg$簶j)jZk[ + y;akXR%OfnNCeo˥(#vmFSyBm'::zBKV%gppɽnC+˃Ǿxo%[4FP2oҧ3(ָ/+yg&TH+ɾ#[ssgCT RE.kb^= bK;lsF_~e M4+n.G12\^.ٞBȥAPcMsǩ<)pOA25}V[ʯfPx.f"ȡ!vaLBA@3JItr  aUy'~ފKf `F-娻&_sMMF7K̞ՎJbA{@R qx"jq(kf ;Lx>P>~]rU!_hQ[. SreYluJR <4k'ќ$F9aݹk$:j\\V<<̝LP ?!.;ZO_fl% 8ƕKM9NkNXRMPA(n%pY1V_6$#et.Ъ{2; & .jVVz`nܻoJ8S@-'4GfXQw}~|{ {_6^ #e~<Ej\5#_ބ)ʊg싓tnWjH{Y&I%$ny|wQᤵ f?@wipL ǜL%Zfl" )rx"(Y# 35|Mr0=լ)]+79 !FD}Sbf{yHpp}"UwJ`7#H{#1?%$9 VQ7[ (RwH ~ |nTU-! tKmm^_9N|s@)d%ɗ"u n~ YZ