PackageKit-1.2.4-150400.3.6.1<>,A8c[e p9|S INsܣ*SHȢ@+9qQH {P$%bo,,d'>:{~!G/̄LF4Ϋ#Ǜ0Q\yN҄(ε7ahʹػ^ᨹ4AAXц7yyE'NMS9N0 pEY2tL:svεŋ}Z@d" ?Z|DZ0PMr5l9=P @-1~ ?5'\>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/3]"k%eLMsc~X> lE =;?6х1 7%@7mlW\-yFgnj7bSX 4bBa- 1 ű@/ +|r 4%oʘMq<4""2oQ\qTDR4l)SSY}͂?$t޷4&UC [WЪNr1 䥼F#݉$cPNd cg|7lVBEo3k*֝Ѷk12 ØR@ hh3kU0]&[%8uNY=w?S0{|\-FeDžm_ pKۣnohXG[BTFTDh?"_W `B ㍰5\dߍox4C@"[5<4Xhj, R_uIIW}ո\6EM׫Q: S>e?d敿Bb*PľPN/ %i<#"Ry|)պ/leǡUT-ZS2` '&*>lD&΢#0$=sETEt}`Nމڄ_Pa%N[.aPw(Gs-ulR=>M3}U)9a ce(H n̶U%1Z{ J#hS 'j|2 P`ċp ba[zzEb!&d El USoNAgCI|T`fsłU\ 6ۯVPdͤeٙ d i-gAVkń-ΰud*ۓ7@04ȍڿ:YRPwȭUK|>+GU_r͗ZB]#c8_v{ LQk@P>8HͽFQ#3Wd>X=~Kڦ^we-Mb3ЧSZZX*J sk&OinCu}dK`%k8?r01Cg$Rn dwf _6[8l:+~w1m\`qg(j7L* r5`я|^[1TOU0!Us"v*3mӃ e)҄m <+\cBa^*`T^dLd%{/<жkͻV/`T-3C>0 @5y26Ҙt)-Iqmu!}oVl#/ =1ֿ%.ey9#8FC4〿[.͟vgd=Iodk%'MR:,n e(#d샺6ջ6д0OVT+B]qb6'ȚˎAm҅mŮ#Jv3k=f2ȟ>``:)hR9mb=Z4As$9O.9IRRHo2ad ۽|T-c7uuxL]#7HRJ(j;?_u<řpzKSHcm!u$ eZb๘G$y_e8j_v(xWcF֓n˴\Lϐ_l|#f _T.qD@tşp>ěm_7 = C p~MsqO7]/rbl#HZLy~Pee]1!0v&#.A3d.'zSwg> b(@oEA8vK@ݭ*=BuBn?I>-(nlH@f0﫠@D]fSuZqπ䩏av0SxcArpOCTݓ!MWE%${3  s# \v=Y E'njNe'vB ( ijaRmZ?Q? S̩Ԝd;SD?p{SUѷWy FDuKT6sB#7qeǜBi^KvB[Qx;#C|1 h *L*tw&g}H j4@L<4mJ?(TPBqTx>X3y⟂xӴ=awysn,Ja8:RSj rΙd韕7:BXz󊋁iϫ;-f,L'܆`XZ^%0 ks`cf>Ak'ofnd+l҃!}4br{@U8I!@]Ǿf Cq[J2r>z<+m8Tt fI Ƨ6Y⡟4Rh<;C Y\@7nch@)lΓf=ide5UYxsuh.Z/:VfNTC͒"uFj%7MVOʮOV-O/WOC-]Xɍ$ZyF6;?c׊Ϫ>,~Ɂݯp XQRo%YnBy<<3P)(9kts;qwϖwzkh0n<r A՛ :c$06^@L[7R)*,ep^\ug#(M6)hd&?CeW$r(瀜Pm6f.=S:@Q:@(-LH:QnsTdMʉ\!U~$ʦ@<=HW1( aܽLvʃaC-/Ld~LJހ'qM{ '>W.܆M"dMi Tಸ 0|LTrbHkUAW%P{&2ִUr;F<)-^Ʉ?}Q/;ehĘNy :(z"Ѽ~}a){Ǹ<;z9)(:JSܕoǴ c#`2AcvqY7uB@`P|Hs#6;,zТ7<~M;elP*ooI$W 62,/6%>w1gzH4$EHlΛv5yxyc0>_8ZBYF؇xŭWZ7-Q ("̾TIb %= 0WZ Ul5gvdo14:8Cɓ}YNiÇ\kQ7׍[{2y~ĭj̈́ Z?mP.tˎ&A!3CAY PBX)3 f!c XoJ WLjI42H0Hn2kE{b`Beަ/q}edw珹ψBqjv[5~kjDcR#)Vյt ;> PAP|z8WWW/[)Y[Xp:MW vwyIfɠLDeTP-Z[_~<*x޿kpݠ~-J?6~AQ,౭.Fu+DUžRYR_ H")K;l¤}/(69;)3p.}u,ۜoN`3c)ޫn'b~γϡoM@7φrl`Si/. /ӹ7SgUخgq9^K\ü B ТCE \` F)d\m*X$CewZt %AI?fkLmǼ Z-7d Q0^ޅV?k\KFNtoy.26㠧DqV[A"~;207`0- 5JPn7P0 4v]o8<486'̲$$+OGܰ:)E.oaC B4x6mͣXa:I`#7qD]ޑpP+ ח <Իȣ}yxں"*C?O^[.)9y"U+cC'f(cY2z:1X5;d3ET^V˙(G8$ :Yz8j684Q׿zJPrU#Vc/lONmeo!Mz|z>QQN3%E躯Нdt\ya-F}x@kjuZc24#p@n[qe*9|;Q⑉2&~<5[f=L'AY ?qq|lbFzZHd#͝4atmpcAdWe!t<^ar+O'[!Ui{E8hlx11hd+}Jmmhym$kUErkdݲFjPi(V֧JɕQnOOJCL,&kME9!$$7z!@=V$zJ9K"04xMopKɊz%E\F EيoHfme62]JKb!ӾQ TpQ=޶l@SFoX[['ҭ2я[y~j%NK"# ݹ\$^pW9a<7hD\yv@(?\}@HŪ)dF]@h}ǀB[㮻 EkrsA-AfrpN |GkSZnkHxqɛa} ێNd+\YSNfӥ~oHFd}t^ v1r ,;Y'`9ytOmcP 'HWҽϲ A.BSB ``G)}Vj ^ְ i';_K K { DORJ'PmrѤw>G}Ð`-6ia=׊$}aYg5DCaV _b6%#^LHaTTPӈ{ iG'q#~)xG"⼋즄 ˆM_(RAێ^|U~\qtN4k\4~{3@}gVS(r4ږGj}oq-hpA@@.7w$ [lS?K.F=(J qdYOڋH1M^2vh< x+~q~Hq'9e7Y$+h3uÿg>>MAq5UYF!nm_̀5%^j+$<폯&79#hKnkSs% zE3ȯ_ڄ8u?m3"Qk%C j}xsŖb0$`['jF(cOk/ԩrr*q$&ê'-*҂rԴONrDX5Ҁr<Zg1EOvzQECŽ#5>aaQ"NE8o,`/ uu0e9K\+`Ω"{'E)+7"oV T-.n]v3Yx`äĬv@~^ '< ~UgkOuhF#G/*j/ј̝}-W'04O="Dz%q ]h*A*oG^0܏< t;bg- T)ⷶ(̖jFOd=o[7 ؔ1Äu6nf=/jtg Bwf&jޙNfUmmISGFד۾ p5SLaDg\f]#ϓۼd߲+8rEs GįbNiG15Btoh UhO(G5gMױT9j пN,n5O6sLNql$y3.Ϲ z5YwBUkW> B]pハ}JnR"Of [$X-0v@RH7z[h?WBT>CבW#hXDu uUlaR1xF*o@P!ׇ Ihsȩ5 }wkTxA{+w)[T/ܓ{'h?s [zΘF;Y" px2^gH#Lࠇ/6:jZHJJ$i1Pr=xABcӅvi۹"v9@]^#k]-Eˆּ +1kg]$Kc ӋT:[G&^l9 ߋwlǬMG&v\HoN1Co_ SqYYv96* O 9@j^N98ϝ+)X&#*̻#!lCkA 9fєչ e(L8}.2kWֹ*4fQUC^TX.qIéL*ݞMxBrVEħW(\dnl99V:z[XXX hm 'Mo"u*|wB1|b'Cd e}Aq9j ЌExhQctym_g|3~(fv&4!"޿G8 07%rRps0lX3 =}`Ej-a=u' A4n#_íA͙5wMv&G̚;kJ_X@,_s,Y-d^ XM?#BMm5V_]qQ#T&V| 4ifag\rol2b<& !ܥMwˍ1cBw [ܩ0FP= .mq ޭ >s*A bhR7%1Ԭ9"-a>3,6N!gfg7.؊3ˑoBKǻC+5tZZ#TI>+Ln|}[^GJSyah9m?l#nۊW>8,<AU:{: aS θY)˂?z7U(YQ>!+ *O_Oi/m_F*iSh5}_iL*diw$rtwfG#JYfW~w>[$`9=mXJ`8 >pIH{,'*[Ds]:7)e.DG2s rmD;wK恧w]}U )'IBXuk7΀T&h8ǦEMGT9pd QC֟MNXT>Wo$Pr*S)ʤm8r!|UZ/y*xmv>eQ[*kZTVS`7}Ǻɤ"z|J TF{衎4J/[S B~ E&

w% -@SUpW.T\5.T $e .NSK_p K۰A{A(4@-JJ\0 cɶ=־!^}m2μ Zޝ؅nާq,acѷŸ  n+{ږ>|dB=fFjb\AgԋhByb+ԫӋs6FKc|R8ZA܍Um/1fDtDLL2j?fP|]3->e"i1Ѳ7ؾKϾ<}g猛o>V4J P#z"= N3σ*,L5+,t-n5ΒNꖦ+[ey*.-/fA峖TʹS &vHZ">W+b+JS$_q[]x#4`ŗ 4.s l!L `%x(6Ž6Q(fEAXxI)U_iYT^[¥Pƀ9+CdS8)W3\w!z4R^/5}*RBfu1?o'~R8OF[*Z̟50,gkk6NB;e<4u#j.-Lwzh%8b}T)Rq#Vga"B|&c9uvW-,)70u- "(*:W w>X|T6.e֭9?H~UiZgT j'7 ͯIhILkܦJP~j< HMvM77.5YQw>ZC7GWbeZ~€=o�LSOxJ}3mKu ̭pa <)cTƗOh֢ϏZ5=`FtheMS0뙮=&tWMShFE26o8﹙YGy"R$%dv=Y :T&iBJ~$^i.^6ؙ B?-gYN|owh=u =Xg~aV'U2E_O1}c l2p/ c9v[M#VuشT݀-H9G /=W0qOp} {DLwzr3;8G訸WMi" ZYR&5H|Z l\{k0A?g 䊱()BlsI sv:b,ssY]rH[AӎB %ɭU٬eW޳FW!H:F6nnΠ}Y,nBݘ[Lb"جxq1[K ~YdẬeF!VU?E/JJz~*$>wx}XjpyA_rjJb̉ЭdsP`g9OƀLJ)]f Һ2p*cږ>lm E'o~ {5@uWPܒ9]n)d1Ƚ:Y"SceaQHYhUglnoSi07eDqkb!po&G\Fs y1tT/XdEʟp ߧ7r/x>.O^iiіn\oVH/5+G؃U;Tx^qق%&Z_(giJ1 R~c7|=7ۉHxhئq\S[Tw㡠AGMhUR9 cĕ4UT7ko} 7 ooX8cߗ z΅clJHpRuYڌ:qb ˵y.,EX}tհX&t9q N <Cd'w+Sؠn^C.~q&5:1V>0M K z/E)J, h!&>9xq=?"tP9"vlS"XLP'p>$kXay*aH1) \U~ijNF_s} h?+TxFFY{k8يPKǒ6s:Am7gS tYєE/e60a\ X.(|- 8|tsh9q@+95S_ɮXY wl ֋V2WfUwE`˴]`@5d u찉^}@B@ӧnI:#DJ)98| G?RHmS{\ ~*?pvXBv!Ÿ(sV:Gb?Po` HPek먠Z兢W60 "V} /rܥ2(/Z@v|_@&5,cVO4W2Nj]{n\U kns; ynR#Hj41 p*idmޕ 3%d֬Uh16(2A^ngl4ȫbdUjqF*-^L\>?79|o;Y.K6rJ.Z qȡL_ s(.TWNr)h?XhvUP6gv6,r(/+z#$)d"Īsp8%d^m}yT*%))H29Tx.<Ŏ o u-=!13#z+@V f|(8L<1x$LU)+uު:R^S#%cqDE [ L>,<2'ؽM+8#vgM 'Z|ʂ0Q(7ei6@ejuՠ(C[drN͝ &CMT |T,zsܸF&ֱasU} AC5Al8O 2G)7ڬ̪."yK*Y5_Tr\nT Ǎo+L(QocV?jҫVXm8eɼh2:D"Ss"+1 8Wq#$Y8Zɐ!EgՔz]֡młriy#H3*Y o X|K:&rvXZZ) ,_bsR4%S|YKӇz0_:{G"Kn@5gCIŵ|ikeH(!@]sW?،1U5lK֩߸]NnM'kl!~jVD:*#Oi[_!ݟ.` CyRx4.j:)ybOr''osZr dPiWjޫ$+쾭}QD1 N#y+h=cm ꚚM6-f̖[RYgVRY}زZt9,QطnyW-+ܝ5EroJ )L קs֬y~Ծ.KXpnnţ@z`~4#C7?Br.[ % u$TԚi8 1`c3"|OT9J l]: +lh|a^s 9F2J[=K%9$f8a\7%S~U5{:ok}D3=ɑTm PzR->-|ӎR# bkx#&9ᯰ[UXǥjb5ͩ YKJ6EI*cw` ER4E|!COi6FR28hҮryhKBE,m$jla&o[_tIH٬9-l)HbyX2JWʍ~׮țG#f/1.sm~l5821nUDrTT.m\y>ϩr?S"K@ćEx4up/ 1.NBd@]b3aLHDR_u_9)su]@E\qkmnU>KEj/o ˭7m5YZm@߾[ 4FB8wԳ]3G;#u.Rd=G\61*Ɉ8O&6]x"F3`9xSgaA?Y+Ms%DmN >zJGs/Xdmeht`>/!#z(ǀ ebΤ^IJ(/6vdI`t>IگDtݞc;oÑ!>OY=Ҹ,R|x髻3S )3?Y 7 (B0vbU:{Z$ss!! {Lt=XطF|FO4EH J,uX_DY~tBȎlbub890rWs"pʐ 7bȠJҐYPf WvCI>ڣ~w^ ;1rH1pMıNIiBA@O6~Ÿ]َ >E;ΝD|3l%Ӥ{L1JGg= ƨٝ! (F(鍝]%٧ɳguq?OMaYI6bͨ#@GM]?|(oFj jGaqD˟џmP`As`dؚN!"D%.޿>l;wT#uPVy(VC:{D?Ie _KKٷ@*`@"u@x+#k#hjNi5(XOYohj@6VbtB1 6?+idda5b P9DV'}7<,u5OVΟK܅п.g Flpoly'AP2b*^Gߓ kGP$uO^Y!^ /Sn٫'dpLq'5p1|uB&X$bvNC9zZҽϫUnw? 4~Z%-o|vb܊AUsghEj0Xko4U˘\rVr7Jwxl%E'3Q+w8B*-qvkw ToTLE``w:>ȼrosI ]`7"DG| a} n 3 }M}I+@kâ$,taZJ*>EP2|=yMTIRE"}kS沅B\QģhU$֯uq$rK ~<'{ЛT<- VҡU]i|$:lb&ȹ?x=p΂GǠ#bbmmx:hcJ80dqࢸWlȏXz9&vb"/&$G$;udFfh*bQpcկD{$n}(Dm@*=g) <*b!9{q=Yx(/Ү.}؇Ѳ$0\OTtf>`Lw)g\@tl3]3/"=gGL8ڙO [y_Ov\Fkؙ$y}xю cC'Zp)qwxw=ǍA0VFN\*9=f77nL[jR jd &ɏ"ҞrVbS} ,2c>Pm$\LHd;O҇hQ Rde/`2R*]q.z]'-)WH F+h絻$',صbhR2w:ͣ?VB!޵k.W2̧[_8Yha,6/uv#T& `e eP^ Xjtv ~ 5;fhJ-C6,OWay s-a mx.OsxV[Lz, ƁPi:B a25.$/I:z{F6xh\ÒQ˴`pu:E!J۽YA7(`m4,̋ک b˥@?Ҥdu"t]e7哦X ϳaTU/+|G1tfM?Yu}J33 RX ľ2B;-tPWG).#8$3(JCmKq^!0np{n8ƒ ag]lhik  qΆauW `ǻS-R=w>&ME'IK"5|$8ɈE"4KieǕ^%(cI=Mr\li UCv$y(|¥Qx4SɞBܒE~9RwnP^:9D~%zá.ջdίBט0.7ξIǕ0ٶ Rr@ ;R}<>往,Tu?Jÿb&c.M/0SL Hw2PA͘r؍|Os^`J¦p66 6 ^,AҪw{c@@N ȩrQlBO^X b\{7Qf1|$< >?x1)6tTڛoF"O@c ˊtU(+΢)tgϐݭ'ҐvJH``afD3I+h 4u+fɠ&qchscZ9XPa)8HVA/oO\=Mv;< )S(iR$% Ur_$`^ݿ8oؙn;fg.]w,^],9j%h4V?jdQ=1)bB#tqn?ݢ_s܇#p?V=e>Sõ23QT8#J]:Ф8q*) >xv, &#zL $prexJ'0a@\5;$ b`Iw/d=l׆AF'΁ԄD!H GDPVp !D+n#6XM#ʊ 1ND *OM]3Gq/%?2(2iB]m2;^7h$3pIʕb K~!li^YElAȸBn;Qe} u%V;TgҮp2BewEom KCK?/'ˑ˨[ l>I \M"{G2 m[F\2ڒA_2?B-d V򕓪Z/韯:,?lIa{>`*a?e :K37Վi x,*dwg*ݷokf~/qZP7VF:o;e5ڠmV\)bz6cd|2 }$AJ8oCp孄6lmF9a>wr |$1`GA&{t@ [A{(wIN,|/wXao-cbH " '8*U᰺Lb$UX;]cud+VϜD_4;Onr{CLr@Jql4^AhvS 2"Iuڣ-2dž֞S$•gVr<Ǽ'F:Bx}pvrfÕH{7NxWl#7i^ ݔ/TJ\|&WXBO㓓n1rXٜpGq])nx2(x}%zDw2NiJje*P+>Lڇ^H$6µsC{3;AsA_߹bj8UM2s'O5z|O_L,+V76f.fkf }&))eP;Ƈ/!=}t] e?VLZH1 HULCWEjw]l?.VgB2r9\}s0~? [3q+%I{MaӞtwBKT>T+=oWoP?rkڶ|(EvD,_d1\ڲiRF1<5w[3_d֒<18æC(؉*ēQjF͋4}MeRA ̇}I$H@K#LhO~AJ(L =h䡚 ܬH& M1#ICɒk͙i|@Ω8~bbR]p*[ :yTV+>p>[4ҵ5I:\ |o φI,IV# (I.Wיּg"* xѤ;xafE"#bX{ ͠'W:} U [|me^J^kl{"fE>DvO>ۯw4%aplogk02u82KYPӐwI cT|pb9 &hTQhkP;clB2f%sKS}MHZЙV v׏ge{[d[I?77y@XJ+䧗2H&P$ü*-*[8d3 cm>͆? Pɝ#ͥO# DG%Od /یNM6-)afM7<d8t!2?gr ܖDX}$ܔ.)+?#+j g6;u4@QJzcF;ISg,m~~ Z2oWW~=ѳ3vhE.* QJɱzޟUc؍Q77P!0`chw}T66c4ѩ1+I^D Ju4v/boNjIGF|`V:Cޅ  `dd S5=]ؼx5SO@a/ēk~}{z `~p[N%a7Ռ1F~fy~/0DY>)HpH&vhL}q ::Ox*r2'dv/?"AbB]dqD @$HI5TI]" eׅ}W J@֤Xk_bE`p[rȂ l`@Zeg81U  vB9~2eUNo1^J~+G;ZBVj˛w@lk펯b718xZ,Jd@Ojkfs.d=JHⶌ=qHBMwHe20W߀4E iگn*T -`O>o{EX$(‚/|40W՘Аnu6EC>,nڅ[X bJ 5~0{]jp[ Y{`xvy:2:X Y[S`=RnAJ[}L /~+ЭP`L$䔂N,=8F*~Z(¦2|&l$ (4DY-$"O]ݕ5t}oz ;A@[{X})g(UIM DGR|^h5&v m^Sq^BM+w^.BI8on]}E-я0"8-.B:81 UpX=&j+e]If %~FX7:+4L,Ͳ]&= a_5TIH]KZ  \GC~!n?  aO*%h{SrM3 Z.aO&t dW73s_ϔk4rssOvyQﻵRV 䱂BE hX`R9 bQ\> xu\/pַyYS SQC3%cKsS4F/ȬTawOx5Vs.B;Ec_1=!f[.i*#pͮ{<-x\Ґ&邗sGd1Qtױo%@*ܛS#݉G^2OiVM@0/r$+j7y7$ؑ ry:'mbTgco}f k Xܐ*#՛ӏ]RnM:gPUhQ:ٙ$z4'3Ջ6[눮 7ҫ9D = D_[$6Ere8`o$6a2H.w' RmfܟfAfQ}'m ܍)d5OqK׶M15ʹqm27AqſvY.@/{jLiWI|sj,ۧj`;{H5υ8F:ޔa%oEESIs8b΍kOa\EuwSll(OĚT|NU7tj@z[$3tŕ3V(׍UaVR<#M ч]9[[De)9- ]~w.mOK[R_`}AS)" &9f3@t̙܀*޿\ݙ %xu|w9$=u3!—G$i:{N d@d诱/ξզXvKqRTˆTSŠ>0ov}K0 IKo~#6zL9Y'Vq4"E cxm;<P+BaЊje: f6.@z]W;. (Gҥl17|y]L8N.7)zg>_8Zv"Po)P'Kt=ssAͰۡ]JheG_w VP>m @djP-l!#&#Bh'D\7udI0@d?cEiL_wC6D,{L8 ɤu9gneZ9Ⱦ+Bc+fi"TtHc(W2IP_%H]ƙvE^kefL*>29O$`=pe)#7e#1}2es4_ d//*E3l\PФsp2!ZĎPkNN^.'mrB FfDzɴCowZ'yJ+ sg#?0V-RSC 62dd1 6\K8S{p1qrH˃Zi֝pm[@؃۬8v#ux %̍U1?S&f@vQ*Oy 5M]m$A}3yi/q֘~~Z`.=ia1XJ0Jw+FFxj2Þs(pONCђɓ&{ bݕ -lH h;$W3/gzyS{DL|P [ʙ̟5/0{oP 11MIá{Ӳz!x=9]^qf H@7 &u!M}_:3]Tub_gz  f]U P׷@R@0iRIϸT$:QzvkzfBI'Xspy E/"ÿpF&iڇ'XY~*5 O$?/Qƞ}dh #~R*$ ڰzi.sQd6OKH\̩Hm^"5_bes ÜD“Q R*䲳7><A"l-#V<-.(f:}Y[;6Q U6fÿHehjBoC@qîs+i*]>};~iWIFgOZ~ jl[czJ0$ʘ8NejYޓ4ydEiSv(ZOMQdӣ7eS=~ զY M fQۀQPfD"^".zD ":3oBc`Ϫ.,ժxmf <׺jAE7˹D"v_EF]Z44mi@!R!HKY&cQNRBlv3 (]RnKP%U0[BYBY rVj{l/+Uu(J,<_KJa@0}ԁ1C2/q>:)xB_TV.z21 R.*VH=MFq. q]lQB;[K7]hچ)z^v-}Մ FNSAP8KO+}";~+Adz.0:rL dTl{?{Uak]nR诵U2Ƞ 6Z$e6@;v'u J,\ti2^q2{=2[nჾ]XT:gzfHc Ìկ ]OpNU͡#2AwX_c]ǝ*6rHUn!^PȚ`%w<"d_F4 HZ̀O@wָg4XqGqy]3p㧰Ͼ~N0օ^׉:& v׀@:[DdA@!pK .&֫qzEXpWm&׬' [1orRy:<;tuKdS(_RZkw08o7g)VkWFlB 2 EzY1Jܕ>V?Xɿt9K-[0{\C ,08=Z:] 1r];nA Gf߃ˍ_ƫJ\{ MQ|#kcʚ b[h)N2!zLx9N R+1OW?,R# -y.R:1͆_tR=8=ɷ #|.pMLINpd"΁N~YRJB8Hk;G>L[c^{Fh!Iq$xQ A?ԕɱ1fe5; [hX%1L) [TkOq$ICВh̖ `&%K9\jRrGb q+ ShGղLAޘ8^PXwa -Ƨ>rP}%ڒAJ }#g,ٻYaޜ2}ΛXeHk ٺ쀣[0ݪǕ#/JjwvW.V&˾a>ߵ1?Sl66"7͐cݖᵀw̗ 1IK&}P-k6Ğ?ԞgJF}@ ɏ&W&q\}IPK%a:#39&0-OL}Ŏa}P$7Pk8Ч܂5nb@j56qyLy$_wFsEJ G}9M=ļ ēxYhvXcJ}a)OAcOh46Xy}'3s׎9Ih6D[+v#1rɹs(dqliњ \ e2H STetPBK١L4^d.:k] Z:B [IʅeosJpdz\febd4q=j#q}H]ǚ rJXCʊZfeZ}7r8ZUڟh[||:tuUvh4,6!ęjY<\+Pv+?"KW.w. $5Ǵ!GW;asT`W-ыR h=K0g`xPM{.|ra5Gh\KT97Amgh*EV`zYi"i5ܠ^ @AfRycM<]:VmIZ MD&؝,:Dn-3[TՒm#j.T}԰mrX.#1V0X|D}> F[z o n=ɷw%d"#UO>{C~ ъ-v0f56C$E=`c둸 Ug+6<ү^467S)dHT8B.yG3; 52X\Eވ̆h_%wre,jjpc,un u.bSڨ (jf]p_bIgUW6ӐruBgE35 ')"Ly)E2Hi >xY е ^ٻt)M.yP‚18Hs䆮{hq@9-:.!p։/bSϛ1mQ]_XFWz1y+n3cGEojR&~;ԨLe?t$!as|o' I-=D񕖞B>~S=sM(x}}scawco]QK:d;i 'wxt!x!r #q3L6=yk"Ô0,&:m׽=D:fIVsk2]vMTDnKsSh֤)qI`/I\t۞ ?^-X,֞wMw7Kb\B=^+9Шt {5JT@vdj6!ĢzXt{1rt۠湧L]舊 }ґ^tq28ZƯ{#uD<go(/&e)ÌeOU0:8Dm:ǫQ!MMSf*gVC ?cݗ % 5>L`; W^pԫf[]Xuoa4ğ|[P㆑#q0B._U_/Q]G()/q6y4WDZGβ$i>nbtG^`m=UnC p WrucB4V2]wqFg9.s$ZO"Ԣ`V>q°9HvhW$.'as) ca.'oʈ۵ӄpck#Q5hʖϪF$m l%f1՚Чd{喩ҝ)p t guĪ{(B.~]v h9!=Sohkj. =1ϗuQT>Z2Pi}ss|KΎ8iO"tbfimT}ZD.5&a҆>\w4C~v%EÂ˩*%5IH* [ǯ -l^3\"w}eXsś*tͬa5d,#qR)vIw3`fpN\yX`#]]~vL#*olZY %?@e9mlt:0=*E*Ŗ'<%8٣}5J"Ui&*RL?c eƙ#BWV-~jPR>j/) βK|Zyh;XY`R6@#R֍GyoM+:yq:hvLMe,]N$Uf>\?-| R敛\_ת%;Y8\;, I v:(0^ov:!2CR3ON&ղw,^WuKKrVѡZ;'w{y-s[ 虸J} NP$P5sz|فxΣG;W':)CTE ^"f!d7Lx+nKCK͗'_#2AtIBe,5167 -B'{Vs04뻍YF6$adD:VorEk|m[ rP`'`1 o$,kHexhgAdn) 2ʪkqYgnAUL P:{J4f\Z{ 'Zp?y3}u?Ng۶#Z;,4k_).v͢p~_oo)դ,B6 )T%q- UrՔ5O`Qxe'J>/=:"]k=HI j3j~F{&:&2Eu{߱cFh~{ j0n#OF yzK@MJ S"Ÿ]k% Grd%X߲8j/QzVe;vO.5qs0{r4jywMݖRthi7W􃅣dj<ؗ\!^s^}J/VXvtE[Xy[_0 Gz^鋑k4 ]Y*sC&&9w#͛U(N|pY8 >dr_Jwv$NaPD3zo;|s@c$!'J%ʑSAT5f|_K#UZ;,iʼ(/=/zn5z~(X2@mt˥/s9GU]:%P׌*;nZÊe4|m,_k;@C?pe=Oe}C&* Y'Hm*Xώ[1/B\\L+DW&U'v ;wcJ1Hj=J۵s0EPX~66~iI!2vrū́+dU@'FI'H|qLPхq~W- K;ܑ]GTܧ :ȣhfr]2k DKwϡNȠ.;۬?&{c`*?pֳ2cQD{6ƒD(|_`!u<6(o085-nzvPy_#S}Уr^4V%m? `@ =y#Jdؼ4 IsE1+3$ P[lާ?o/\65f ΫF UI\"W"fWj(MRQr;7S|l)Xvpw:aa$ n-Jt؜?m%N+I zz͗x1>):L?l f)rWo\,;Z˩`|gIHˬXTV}ɳA1ʳ* xvA uwLHv>i1Gb%E%zbS- $lvIm8Zen%2{,3kɫg7Ob`ǐeJ?HuI)r 2 [*Q0ya:=#*„x9m;1;60Hhqk^zf yCIFxܜ8U+pb凔/0c!`XR"RH#0GwƹN:t\p3kL[;fBFlR$5dKv2U[o66BXnrHbLPiTi\#hEH_0f uv`%ͧY&ߔ?Rć^$.D)g,p͉#)1@ܹ cq3mSoy02h9*P9xFg>Sv+!UـlYv c\L7Fh(*;2a_-EdMHQ}PXv,:qR.sVdڹs _hb/OFO{k*;G`K?Yp騞LqgV(9&}0C!v@nf~C=zx c[O70r%bch.6S4((?Qo ֶc\'G0`2KàQ0 1zk#*ܐ o֧ f|oJo2AQK̭Doe`C1 X:VJ5< *ġJ5vhc;Т`U:ͧ݁?șCg8+O3cӇ=%zD"!S'ᯛBgwf?ΠȘstl:iAyBKx}ڋE ~ǫ1V;/7chUA2}o08޳\rtCc9? 63,̼-<4-BqqMjMI(5c)T S=& WUG*MA/!:H 7DhZҶ&c[VG\yf:SG_"!_BvIjϮstL|]'Hy,*eaNq#K.i<)VWCd鷩XyC}ͤSRhT3Np#ב(H,zLj|G]Ō <L5%V}> '")HM^v݇"0Gi/=)h1̀xZ63ęzɧBґЂV?i=l-x &;XmLwV rLgT/W;r<(Vl|jUb ΅zF:sYyT(`* !nnFk Z̡tDO0OCCE>>(9$Ko{% FKp*cOS6TKNYxG~S:($Q]v)l1騐O =VAuR;(塇)-${5mO]0b^hBgcH^w<"씫a}>=V9gK1(>re|:%z ᲬyH3+(dXT_&Bf~v:@eƳ?̮b==X2XhߒF3M/JG{tUq:i¯87-+ Yf!sa|<%ʪaUxk#d[.զ@;+ˢM.*LŮ>w=翶iQxRʛ6"C$ҜEĸ)u"DcWHF-tFR4Hk[3Y:!rm}C (N .q,DX?B)u YemXyi?e{Z{J qk+}cOgN?W"947eu麣y\NKF&H/#N 9⇑qٕ%%]>I1`q4J q4dTƁd0c\(g ܐMcъbCAS(s:e4/NV SotHf~xb#=kbUQmYb^t)V[F&q/:hHj7zVS  8  p%^L3 KB̃J0}aXW< yɂzP܈,〤erWF0a- C2;g P" 8F$J'S+|CCØ:NW芔w  !Ð=K!Kzx/A0z!Nq)Ye@^vE1zԨ#!6v&zjT"틬0XHF-d@ZwYqC݃! *O"Ե'½5LM(@vJPB-/3nv.dzw"q3+\Űu ' pdz>El^$tw"^6<$_ QS#sEa5^3n< GPClʰZ㦧!=Qzci?UIdE)cewK_j$GE'tز N;r^+7~4F7N$)p[+m+S4Aܩiޑ_^U%@(d~K2nzz:gԈRO8s65i3 '8EB́գ-s9&uY%qy U5Lvm(m67ETuM \v_(kvАJ4QD ܜx:i GB:ʏ`m),m 7p< v -i#zITND<@C7xPL4a[w`ẓRR^6CȂbzF5}IW>\cyz 9@Y,D&dݽBog5K+SͶt^S")nz=^[/OMXO^wF&げi!Jܠ;u6+mL ui2rKvnrhɕ]Zp.Z Ccl8aje`,8=$N4sa5 ٦ 6OGY a T!47O3JE=4;uhpc?]''r9=102x0vz)cl R`AGQ ڝ!{ju*7U R/bg@i@h ?iQ~ӝ~k=:uc"[IO% r}>Qa;TaV[EOu \Z_ E&R!C`~ z.w/{~$HQLeH] WƼfj3HO/&:liv[~4c 6R'53OЋSȼ*逫WK iĤ|gXݴ۪XS C'f=O]Xүc|Z]<@pZG[.(Rp ;0e0ShgHiˆMqS =է#gYs<9R{L@*:>5z3'tmN{@AzwGYb-9wfxfx,Ks!9ɄߌvĽhwc>?gzO?0,c2d n̰FɎ"')Me*mZJXԧ쵐@t3mגtIzHrJbϡ'bڍɵXj a4[@BlZqTa o`]lz/4,ugi~IӗL>Gfxo,lYt'|.Dx.J4D@cS&RMս7%D5Ӄo6&6TPY1!~]UNWR4) I7/p)1mgyīU}w^Ԝ 66nmI6ڷg> zaÕOBEpMȌv]?j٢T=A=Jz4`dv^#N#.ބ[:ȃP+zo:ͻd Jz`[yoyK{ʈ{tUƴpIBE0 5ihثkM\Q$s׭#VIqYrbu#FjR!9 TKa_r N $m"Rs<S3B\1gi ʩfE̜Y/+ɛjq. 8[izq4rAv`zh bM֝:6NŶsWrk:4H57wXOX'S l H[E\ xr&?]laLxYa,{k$O֐١Oy@qxzr-efB*Cz4br{ydRmb΃2.޼ OzMzqNr=\ b&~DBk]P Çh- 31^_~&}wo`{0K)CїI7L![{  ^ t8L t2RګL\]yӏ=b44(ԇ7-O#0TF)4|=DNLm03M@8ʥ8^iliv#ޙOر&$=᳋LU.2Aqqΐm(\oMT)1qTLl@+u?DDSQ!SI3LTxh?3M0wNS|=r?js[Q;k,?6B(?0_()UR !޹1SRmu g:mcuY&Q-4* Pw31)OVJ 10eqN6~*<U&&V Nh8ahnZ/(J6{6rХb2@nwѭ}|.5AP2кiZ'^H٬xα sp lb{dXpH8:bX:62c.m8YkDR0_[m+ILGO>SddI^UYa6`6pZevQR~\U(]R`3ry#:VnUF%yTCCƾ?7%? rN ?$>Sϻ/Cc0HCςّwPUb=ٹ7jRۨϚǓ=gv#E9+1`m%h|#7dQhEw6E08h[Pn9)iP2<[7e~aq#ɕ4Ʃ`fGk=L"(r!O35ho'J^?G2fu.c%^ FnĤ(jݠI)K;6psÎ؀>}U]M!^m3en^4![0Ԃ+xx &pr7Kl/ps/+8Ec3Xڢ ' ;SD\Xb,٣V$*"(9* ?aw!R+!pt8aU;d~ٹCGu[!~:}Vz]f"w$<s Q.hὩ~tav=P5xc0 DB>88T[qnj 7s&%g[_:CO!v짐|X0B徬; , ^X'̼.=gPK8RYhUΗ|6j6N~cd]3[q ܴV[ylh5:d.Q㪧GKخm)d1}݉@B+_t? fR9NBLs|)Ob<2}r=6ڰ:A k x#]Rm@\`bn"KmBE4yz%Fy!}IՔhG;4t-t*UJ6/uxxN7݀aNca]c_z[}ѴRxˣ_,oJLw'r)HB;IiMg {apv xv(.А ͱe2uCawȬP,>mv dY1[q0ʂ]$ςY\C^( ۘ4X4!ÇChm0nJv./D3"*6@@l;qǃvkuqjJg^vDTY'Ӝ ,v_9>wrsh)\%B9dcF'W]CW m\AKXi**xp (&4j`:>BĶ;ㄭJbQ^Icp3U :K@tL\_Bx 3SxEfZ{-wӳ-nCw򄟜_-$u>1{vw{ۿ\0Yty?%fį9M(ģ>0V>z"xE<(挙!!n $§SU&p]Ui* k/@C粴y{0M3fH1h¨pba9;X">L;t>SrFĮ>Y9o7׭5@/ J d &pmajNKLTs bI~[ }ה{4T>@V]2@gR%N+<‚,8Q1+{4> B9c)w! 9mB`6q4@lru\(Ϙ/%SY&uq2=/qvqn, i_sۤdiA퇆<֊~9#gHʧ5KT`8פ~bNEWYd[P1q[НV"^z tKs7Rh'oQ#ffҤ7~y8V"P; (?o?i$Ο&z^ꯟ9&nukb_8kF Or)Rz~b$ZG[D7Ypqo r}!q&tUVT/zXmۚ8Ux|Sb \@? `OƄUc2dX Gt!''( Ic^)ҺꜬ"ǐq0Tj'qާM I1rJ-ʠE{mQW+lg 8*;"zr_Pj g14DReMB-ֳ9aHi/E~\ ^kNhшB6dmC4%Slo~ö7eNOV$̘g:=U{6["I9.-~jT5J1u5Wy,ryLߊ>ҹ,Z` FTM}ie_ vRRq$N2<!wdžXa |T0uJ NoeaeQM٬$Y nP\ɁGBSuD/TNp-iYk ѠJ+W @1@Z cA͘!fv~7!"IѨontQKGu?2k|XYpmZ0VkvWP"p%-SIB)uJѿdW7ݦ;df !}MORӎ<4IZz8g&i -w$..;iTLIX 1UKʦ. /*PֆCp\MM t{xi`Tu0U38L '7 J4&C:W^rzJu:xfT-/M[Vmf >՟kq$}= 1 r`vo2^0x؉3SpC %_cr8 C!AT1N?o.vI y՚EO:-0u92ԛKHr`?r^7j;8S-B`bkοu9U=;4g|dA,TB]DGg>Pok}Fg) DK;],XNӵ,gvk0AVLhmdʤS36 P g` P=?Pئ h=aelVJdxAo01* hN6r,xC!b&b崭v \x#iIpg:O>B}NYkRX-ݹcif-Sgdjx4FDz賽ՉZ>t_VPi 2b*+[ȘTz< &&Y͋Vђx?-XI{JdF5$tZu24dܩ=]XtknYoa]J2$X$-}$^-ECWE] !=pY9mV YӉK%T<<R+@\T }졿! y%K>є fVvr==^ʶJ35?>ѕLe E?ߜ[ڲ+и:!RC} @M3IS6x<< A9Cy_%(La͢k,BR P_&xZKNVo$h[8^ = ޘлk sO{l .e^ьΎ뭀Y- bym}H۴buN!0(R6le@/knp/g0l@?Z5 G֨=PډΗh|m䏯!W Htks6]n=*zj/x*IgGlhI,/V(6'0ө&C?{zEus(=ivBĥʿ5 ̎Pe L_p7#1yx$HT8(R^ \nj%WQ0^BW0A%G 8a#4s\WIcnp-3fI^1EKeTcAe5MCTs2m~YwU'N]&lWNŨyN}V̳+EXe,?kil[dɪ{ De80T!:X1w$-{P'Sg@PM@C-}aa.VZ~5 (US_5d/CqDVyML[=ݼ$!XMYr⥨bf>vɫmCh*,ˌj=A)RĔe4жT][gi,i4[{<CAhx(gaUU!'f$W$TCNj>jrQ:,,oaʑxc[ !ț!7CҮmQ`|Cd! AiK)X&(Ω#x;{8&w/HS/=X돊O+?C#lǺߒR3ҾQF`f)8.-//q{{Fy/ڮ<=oMS,y7kǾI?\ AQp Kq o\z3cC[`T1U V,)~Br"seg"N!Ls+:jg/P⑿VX `->?aF2CnnCBX;(Y,@ga;^N6KkpE;U4j-F+Pl%*Cy Eo8+E}^R'/^^6x'3@DdftّmolQz_t/ J{g%?!$eja%ĞcP,xy1bg$x|!35Rb5jΞ#A@ 1-qX2~=*!ow|6{KLjSx)1(jpO&&>$*; NtpPH:J=U BD#(u\H2шQBV|^ܟ DzYMzbFL1P8h7\5} 2O)_tά%1>Eyo*ӿuE  _ ĐpOm #Tv/1/g($UG?%RޡN=>̘'B@ҚFI9~Ayv\jb\M t#DUĖ(7c_Sf2q䉊k:bbsisUԀğ)m ʵ"4ia1 }g9h T,$!g'Cb7JTgϰ7 wz:#B '2Ξ1BI(y&[ҋplkXmdf1v-Ux]od.fp(T'i$^-"Ήňl&LpfxsOʧZSp+2Ho t Z4l*ev9?<$koݘ0Osu]H%cD,aK^ b|˂Q e[e(v) Y)N܆-Sk\)azjX)V7v2>mp yʆ<^3ѻk/SIÊs5BMm2b-?z2+]q U)?oS h^FҺr&K mx2M3A$@O^&H%s[mNj|G]WsGGi~^:uZ0NR=h W3B5,pR9ɇ79pZG]C!)T_Qruhk\wiݐ5S004(7T ew_Pm\^[a@>o_ x_؃nO1.s8qDG/Y~Jw&}‹ >~ErVH79}s:k/?-3ognâNK5Sx6[\IGarK ^;^ nƈ>mer,m;/mfg &."bEHEN+)Pt5A:|?蓚\oC?QS,XfU cJpw{\W3c'7R`)g{OHw)P9-Hz1tY$xز7KA"]LAN`ėQjɰ홻S|u-J= TS"tn U)tU1 | _/IzZJ5E>/"3"J1w|}"Cd~k9& sqant0hkrD!-x"kG5L38}nM܇ Q\6-I F+n{s3."+BuDVN_ÿ4$4U!fV=nZLg{Vȍ৚D("2n{ >oK\D̯)/;H9z4Fe{D u֖fg`m3/b*:ӔDG){a(r$ všk7Xw2S}4-]5ȬMB|fX3Ŕ(ܚg>bQ 6Fo!E<%[01R :EZX_+)2R= +zRb!DrQ[-8!V^yAߺwHz=<75П {(r_03/iAfD$DLXkfa'9᪲D)fSG{j<CN *Cxc+-:7y~Ԝ]B*zs7UnN-Ʊ yyT5.x#˪H|> %GhFJY+'vN Hk`$hkgXCl@0|ɋPt*m tRq̎BED> CALMX8Dzs]EĪ-{Y- CUf @W,`g^l_Akǯpnckzn==Jh)Nj5͘AǮ/~XWJDKY$ fM[ j^rTUG%cr7P ţW0)K-!gF_N(خVdL5nj~ Z }gd\WsyP+1”-$a[F`yR6S30y\#)!+Z;Rjﱜ *x'^;JdG|"0Dweڬ?"[9˜a?rzx3NzN,yS/$='gnr'v^Kx UY'pU_-KH 2'ζ|yٍ 3rm9p `7s@"bRΒc γ‰slG=F_d Pa\]C1Qz@sq@6p_q7(JQ"E=cއ(d+t?l%ѱ}ybnoԵM?I˞%KpL;51T(qoo7U9 :'3Seכq&'Hk09'.儨 l6zXKwoKo|/h{K%RZjWXPA(3iB1~rӕYjU 5nmY%Dž"ɗD X*dm~S(խq4^6K.ImCafmufН6q{ '\N5:PpK䝉7+>Yh杀749F8+W3+}f+ لa,(nV>Hd`tk7XY!VG0Y/kºۚ:{- EEѐ sUib{kx7$׫Y epcXb T=œX[H'3 cR5M jtTJ2(ɇnoPMVbSJ_fj@LUiR{}]F H9GX;fQX!/ʞ5ކ$h#:L |. ʔDUyഝ{RI8f5󿶪3Hb`{VZ0"ӳ3^.]," "FڸhzCF /cEnrfyGd\&R41?!ff@dªs:dE-1s!rSҴa]\B""!{,W`9?o]+xlf; u7I:~sʈe=+HK߸.Ҝ-?g?l=B7vs2L/ȟ0A7my6:##Ը n "[@&e"H(fdf.E>J,T}0ύ6j[jIGz!0P6VT5Eӌen>s9veB"W"=gݟ7_ok߁;{hy Il@E3;_!# ]+\2v@i6Ǽ‹݆{̀*}~ Y6V*VP`b-Hwbp cLZft;~7eq C.Hz- mR=њUF؂.6WݫbvWj\nJCM-~9~nTnB }Ƅ?3ܬOD;\0LJE@:l802 >r^,rj7}9 C!0~֚nzksX;9ͨN+@uo>(Emѥb8 s^Vvx]3AC4?v۶!1IZ62AoKd5Uaƽwݻ=Z^CD-&йaI>ݓq/w>Hd)g^zJipLHy̕Ӎ|oŊ_k3e0f1:He!Smd)6 Q\}Pc5 ՎwRo8|嘬M;|`TsK=5z5=} }~麎_BII|cU0(Ǥ .Fhr80[V'}.%NW`lF%g1yCK[$dL@+UE *4,G_Ε7cfllUQܲ oHߟ#~Y%]Lc4)N%䷭;A #Mh J;MJ`#ʟOErpMXdͮ Gr&EHɰvLVUJW^ĄND!^B`=}ķTT8UE3w|A[.XwⷙQ\ ngrIntaJoJu?>9. J,h@۞ \/RLgc>P籺'lk2[JvQBWxn*QXcE6-W9:}`2D.r.boV*ô Kk1Z@pT.GTt"H |򔪦|F"EjFz˶hPBJyL:.w\j u'?Dz>wҩД( .>w "U&,0 &ʹ#<3޳R4k=ڊY٫ʇI3Xd&GVώ> Q>Dw T>]}=-#MҔw5P~Y Lh۽:m.NxDi nruH  R} mONjfET-/'C J\omc%\¯?x[(:)I($VpXQ BfިyG]:7Mr%`oAQy( sӇ>{=XfAl(6|Z< C; cR~j-AMLt2 zIĴ9 k:UMq4/)RV[s a7'A:I]mFBsucg>b=j>9ȟi.)Tp32} " _>U88XX~n򾝓FU!3V; ɝ77QDϒk8"M_$1mҦTX~۶M u 1%HǪYa3&.t DHZVC-^aCͻbS=ҷd(QLYL{?Qkw3Hտ^ŗх1$SAS㥅A lB bpWySo1BcHd>A<:...Ӻ c"Q= l.$Tr?HsxipZDVvU]/#Sq}bF,-eo[`L=(6oޅQIc,8d֟LcM^S S&Ѽ۾`ۡXN`%#NB)Kqͭ<9FvBUYw ҘInSjJ@.;(Qop7/Xp?ZgB1@|4#/ch"QT|" pL˩1aK(:zw6{Qx4 gXTlOv+HzP'2t{eŤXբ_=^qey[h5v7nq Jd|L>R_&V\39<՝QPtsfgnS_.TW:6צ*Z!q2qHLH5Q'l)WF9.A *\$ #< 5DSҢpjGT"Zl -Vw2#N6)u{O"]󿺭Cb/#cVߗwF‡c@HPؾ EnJ矀XTtSnI+amc}D!VRΙYEQ"kH^uuZ~_+\PRU`{u~c5Z}^'j} Xj~ѥ](XoiRaaDSIUIt!٠V #1,mZ -hJ*wV%z鴹+gg(0i,옐~c\m\!Yak7d=峈,-7WègS?.pMaZl_>L;Fm֫ K[w~ObWNm&u@N?䗑t-0[w5vvWFB|^ 6:,[*yL1(7?1g.LtʢVk6s;!$ ycA1!쨄Qb:rbM94PI?x#jXo[H>'8{46i]ܟΞFݗhB$pk:~_s[<J66P睜oA1PěsP[srziYqdbPӅSB2EÙ쑪hqDXJn u[?ԭ~*[ Qߓ"(Q»'zfY6h2HH9[tdgެR@5pIe qxZIU_ 5fӅj =10mN1/DqI{7m؛RWbmIO#Q)VCA:'nrIPz= V`6 T2Pb1i3xt!Iu đؤ-ű{sjd:0~`7$/9-o,Jwr8,63X%tF\ 8?b7:sPݟ*Ch%sۨBsS'qZ#nlXqx7 ZKի{r[/MXqБO8tI:0i^d{#ܴ Wm~Ib7]Xl(0Ꮣ$}B^ }=2¢&\su GgMfSN0K#3T.?~žZH ӕk,`1M|3e&nAh~XՀKݢ8+TIFfBd"b;gԦ2\l5Dno PHc pIW34c!G+$R,gzW/OEpN1*?\GqNp(/-96|VkfrTi[R%?ā)xT{`௷*4LGpf6( c & 'ZN%%dҏxW Kpx.M-dSҁ3:9$SvX#m"#:"D]4pf s=sB+<𬽟齞Ec$6œmCW/XΟԀK, `sEqpCv1-5*LCkIbx֙0>"<txhj R$@C9GfumǦWGpfn@ (C AìUꘁ`d^auTD?q;{ddB复|HG=6&& u'GQ1+c*xk18(eQx{ܛl`;c?[`6eEG퇃 m*꧅o ¶AQߦP~r#2b[0#'IHioDx]t7._!=`#mTd4Eh_{5QHP7\NH?Xed:(Hӄ(1R>R e~S=4[R̴k|0NԦ i7_wob!l"Np%HXT2E4r$lUNJ/e,Jnvm)!F1[":I\-\]]oq)23PK[1#f; 3bB"Wj8Ʋν6X ;M]byc "bWF|<ߢO1Yg`X?ΛiȄmVR`rGP>% RJղъc$K)r-E8씸8ƼƜx] ~HSPJU5<ٙ}9eKYOY'hՍOH=;0!Tjp1h"` \sEyk{#/x.q~7 ;)0@6^ϢY;Bf$[Gڈ_59¼XaxvyZﳚײ'k_K$ƾi_0 ߰錋=>,XzNNn~.aQ9TO t> 872@@U.GiVF+hL j!Ou2se!i7Dގ 9E7Dni%>{#@(/~䒞 "7 b?G&0uR2˼mBCYMͲL4//^5?behpm,"qtQ$8WkkmZW(sݓ4GVZgAN[_2ͻQh)磯 /gl7ю9atK~ ȃ;!tt^@ڛ-@e./\K&f,8CVJia =Y%CK@Ik Fсy1t%)p*֋lL;̺J [ՠ>^n͠nw΀~\"bamELؔqmd^X˲b-$ a8CmV1~bRMrM&%_⽰t ~i\)mt b#R2κ߼sQ (睆/`VQ èw!!2A9[E WY扺#/kMt>oc :DxRzEݒUTB;p;j07׃=XuW`~f22+/?S+L$"sw'֙qkgJ_DyfObmOsA?S9瘏‚ךY`iDl8L@iZ,1" ne}~:5p32L :=( J ;Sn9W fH[F+E~ (M49A˺:/D1 `ie{ONQ$+Đw9hqzD%f1qKT!U~O\QUb#O=rΜ\>6n-ur>Σhh- B! WSA| TXrS^By2l?-Dc1g-4T(>6{א!V7ÞepoX5dK۷޽WVºFHd40'zfu?Ք-lNJL"$\-EmAżXKV\,R٥؍(CwŸUOhPѣ _>T^wQ}Q]!s@%}milKDSٴCYtԃT2m6L}St/5L}W;Fg[lAfH'K'7Tz<-ͺ=FQn',a +9ޙk79z-oM4j}rT(p7hp& $naxk>tDJww"qܩ$'/$v_?Gd0 cI{,ab %V@f# Aנ"GHү)dR &r߈67+QN5Y\v8D u2K69샘g M4$Qg#v֙RRA#k)Rr:_6=k,`.t Co:Z0?+`TI/tP9;UO SrgP:W&пɂ߭#^B3CvwT1{mH*Z!gKQ6݄ W s߹YBPt)q uKU^Aa٦?> uL߅3x^\G2B7k0:T/"s`K Ҋ}ikP)r1P`)$B$pE)_uo+jWpԞSe`l trj~nz9ZEG[p!szCΰ3OScASÒKhq9^*h_AT2m`Y.c ]s,aH?O.D~BFզž4>!{c֜m߅Ը1uUv 1D6GFRUaT}l5rO7.wӡe2-Qȟ~ 7*-{5bMӕ)vz r,Iuk/۶d]"Nb Rڀp8'P~-[Occ' WR-\]a- hdwh8r1;?٪}"h=vO+TSJѿqXikOɧz k-70UP;'kdvm`Tu)apYl3'MяЛ.V> 2VgrO)ekLi&bzˤx87`.Z"8~)vC2>&d'/&;(րuG.:J`$79WѢFёK' sM'|NI̲9lTH%N;=eV2( wb!Y{ "ݕ|׽I-C7ۛ(a UQ%^(uTs<cKu{>ߩ'n&|ѯwQfXPS D3{b]M=4l*㰫$v% & E2 ]@VƱjyȦRr#YoW}Km<SfB D&3.XvHV/*G jKӋ)JXWLZfDxÑSŞbw˜8J(C쏅]%@DF;gmqWm@+f7#*볹QN.KM~״:(Z]h=?5[? .q^g=2oO '`QwYErO4s@_ǙaEq9iq Q ^Q^WYg /R(&yf Зv#7'ܴ4܎*FMz)陰 ҅Zq<;DaNq:\ N|1O_癕=H_vk?9%1<ƫzv5#9F Io>"sZx%88LjCu>8$uC|^f&Hq]w 5lO]E*)פ@+ Ȃ麼ژehKssgɻ[ eM2Q(͔'H a%/ ֘y[v`ryFAxI:u} ğBr(D2 Hbs5s2_XmR>vI,H%̄>;kn;ߝ:M/QkY-cULTK Pӝ:Xz~JUK95GjPD"ktbw@PnLJ_*Ho?jbr1rȊGw.}J(@ǸVֺBd*yd' @'Ld֙NqL 53 әY4V89kPoJ6Z>^ل$X^d8I> ,eiHrb[/d9U*s M EQ P Rq" ?u餏fQM~%9,ofpAɮDxD;l,`z6l7[*=(] 8V&6wS>_l̝bb g<yKLѦʏ~Yihܴ26LfŞC+84C5Eąk* wVE` j=%K<nʼxz[.' kf+9 i^,D-m:;ج+X[zafoCQXQXֈ׽̆~,lC#+[5Fݰhe;*8СM85B< [$SfTSAFw6_l"Ii<$ɿn6d[U_• ޷í" |ǖϲ~|ԁ}jEDmOfrNh_%N/Vft6aP$}>{R h:&yzv^(&8k XBؖEcˮR'ǘ=ϡT^VmV 88sèD^Mb\-A\A$Z1s_pī1*ƺB4LDvIS}K`a:YHE3ޫ[WX04 \YK\xZjM8z X6in{"7?g$F7%Y]O*q\(^tK&).fy]⽡ r>BϾҙ/AqU~R0/Ԛ0ETVhI LM#e@cx=ݞ')ޒW5ǣ~e 3~X:R#+>یљn.6: Z-b2t#aRI""Q u`@zg n rhCɹ6e^GƊ)=ռzy<:j-#­o1 цBI$K>_ѽ n/ÁܗopIu3[Gv,18O] ~& @!W$LOCEuyA)R(&^ ln9\(30zUy/a$w'ZiHC+#T(0"adјyGJXB20I5S Utv,쾢-tv*G艜R_RȺ"*E$4Պ\ N1ٗ: VGU&rF,QQK7-K`~8;wk@*̔p/grk:6.*X+ɪU%*NϚW*cϰ2LNǜCTPH )lK5@ Nq"ko]/?;V̻ui5O27 KwRKBS+#viύ!Byn @=/a{C;k1s4!v*>v^G!\pͦ5b&b*yMVB2>2v뎠i<iME:RdP]puc_;e˲2`6CW)b õPN ǩjkN63Љmh2 d^Xv?|ǡH"#.xqÂd,?w M-ȭfY=׏C9c mz5 ` 2NЅ(:;jspHg-b=h x{,0$$̉*[/1ˋU]{A$]QdC7KW ۲m篊6gBu~J]/.M?!6yD4y9xd'x^M)/͡C/珪z}y)`Wߍ&tpv.=' Y+P}_v;HEUɒ4n5L yMZ;}RU+-}4/T.3B_vӋrz}\E{ ڒlI͸cEhҼa06El=ߗ98kOA6$E(ܣ8]-H=|3Z{j)ɾ1'[rPdXKkgb\!WpI=N %?`"9(sS]Ljklepb{3gR&:& /Z[DKuﬢ~@u ^u=jݎZPՍ},;y>9'.iM+Ouhl89e>HA/OXY$Q=$'eif}n XG3qIfsIC޾br=Ohq 07 z PP~|Қ&?3ͷ7X2q}mZlYmؘb$0ݐCA4&bPlj让/?cԻt#B]w39~]ՌMY5ҟ9=i:F|FeBbv5bA}oiS>9H#4-iYG mTĥ;I/5cMOI$$\{_dk*6*J&OvڍvF6p&-\@x*0ciPt](-J0IϙC50 ȅm3mmzopqz V"L9Q.q銽}xI5tjK:c`.d] {g=2$.=5/qL|5+f[?ȂTҀt%KӫDc d*Wփ?!=:-҉KBxHU1j <n, -TuvdBBmjT)OdEs;8D@ gKz#B0|g/ϱt@c"ד9'(gev1'= F;?K\mZ 5di- ۈ{cԚ蠗և[[D;~k!4f '{>B"1%Ha. L\ v}&7$ Jf6;fm E3$eU_Mt*HLlc+Wqb1 10Z7inB2XƯ k@H\d9U1"|K=\{x˃FpQwҲ$t嫍.rOA w`Pz3>Bf s3d,t {qe?LxH:>v5F,B[8we1q6X"En{]g, [V=tWd I}ɃㆢQDBSV\0z@њUWqJWdWp]|0 Aal^$ȈJKqoN}aB}o~lL)qi,<\jL>(Ub4v5 Z|.|_}Dx/K\_YFMrF\1_u; "+6C2*Czfkw4m VxTYQ|}1MJsݟ΃J`OY1<[`f^I*}c6fEF$ӴVu 6_gCxA G?(Z o @䫺I:?LRޱqyȄboD ^$M^igf~~: Or#Ey /UnϮP ujސG6U2`hEg1ӂAJ@KQ3ܚ u{Gl7D_ؕ:]K԰~ɨg( {6]6^ZWn/\qe`-S\TMNv&mfUrI>U#erNyYKl CMa j'G=MGmvv0- @zݦ$>mYr@;rK9o 3:X~0;@i93]%5jws/h$$lW2i޼2xԮfTJ&g8^Ͷ%Hk_?*Ų 5Iwx WΆe9_ӻK&фbJjMDN؛YI1S2Ҏ}Gg@pK{*X3dj#l%mLY_0Ƒ j|-JYX4R4NNI4`MlŞhL 'cQ7! ~/lLjEٌ`X-bƇu7꺞VEQHVx| m>/GOg^wiA$6|+L}Y\b"ap`,rι%.|l筣8+bنg\ I^>t=f 9xnX$?W`gCbxG> a^}}wy zoCn EM=E0(2[*,y*F\\v-|p9{G-(G&%F^_;Z7l @}OCPgA{q4%vzM;bEҋ9 ^o?&8[*vli4:rIuk *8bKI g'۱\ \Ϲ g?7&Îbw[#ja|tN *Y^z#0Kv2鏱o}32L2@YxL H /☟=ojpA\q^-U):~gQYi- rSsJҌɓ1Ff׻~w\\Cn43q$7!%{@ uWVlq* |~(QA8^}co?6+&{&~aHA 9AT ,T+?>ș8YDsn ʂv f,Z^A)֫$5]h̡jjOִ̒G:Y5] y.nHIfU}*taNj:$2ѯ?Cff]j .tj}g vs3m\5!RDyY] ^+"7ˉ&`{ʇT%pT`;2[.o91O+p~un`H.@b".en?2*L+lPTRJ <D4%" 5 &nI/膕`LxMf=a,Ak3B;MytVPΔB q)ՌG6 ed' \^ŏx?`'ޒK ~ 1V%hi!wWOU#tr'"BLIF@>ltx-?0jF+!]d {念`?#!S\J$}eɕp1ފORT"Cy d T)Hk6MH&%45)O4ں7%lYtpn33cqUUWAI<) 0|EPĶEJNeO/ ;K(AkF.{ % Q"%> hSmu.9wYBF^ C+VQEp?6Nt֞kx9(Fl 32뛾3TNwD]GLWGUK|EF^mjz@rn8M`̹zd`lep'd\×bC9/t XxuY9=έIx@槖i9iv? hPOߠY3X 6 Y gxM yҩaWH'%@Kd `~8>Pkyn5F@8!_:4lc؆q{( ?>xݵN$˷.ޑ/BIcQD ۽k9~-mF$B<i L<^_1&7L,TGZƱ'{Cb9 ÅHJGv l;{1oCHC%w&,dlK":6W:zx1=3u.b5t<uxyC!28Ͳ BXY,pVOֱV2Y3W&syQWƁ MV7r!a3.Cs ÊV=Fl AM@^b<QPiL>[B"CFoS)$^WqKR-U~mfQF%SICe d,Ma3L8{nR",l/擿BKy5*ɷHD{N [ H 2nh 9a]ܖC4Aa`? uDQݟ'γهP$C%o9jcLR⒫mߒC4Ț+_ca͸9m0d^oK?u*WFm6he\$4=Uw|7s*"Mګy)ӼS7|.6p#/>8Nl>=FfHWYӚ䠄G,xO֓?*x}HPel#/%QE4\Ϟ%- 2Kvn& 05)rzߑ竏);5_U&H&P%ʧެk?_& XOڲh)pɞgR%xrֹ rjKθ-sB1Dž'n0_ ]PnLjH3 %]. :ހGw^w;X-8awXkx~ٖJl|<S~:LG;5sW89Nj?:J-=~iBRN_;RG4*vԾ.h&ԈIRXOgox[2ʊ$vcjhPV,(\'ЯZVC{7/k/U޶.nFXRօva^\rA%\g4V,az3qmU7FgVoSD\I_rR$Dd < YMPc%B}fbߘfMq-D Yb lW-7'M ӓBm9C[ gk.cp1 J~ߜrKsڵsv$vv8qJd-XhllJt_e h";|jcsK8 IRwk`{`$eTZ&w6lU0s_+Q `7DSI*aʫW:ffzOdz) { =~;Wr3>VZLזƒ[ڼU"%:gs3^ҷvhQtAtpDxw_dD)nJmd!2//jz6$ )9]sIX~H!Z?CQ ƎR-~SP4w>h`d=qηIXHU {׌G'47:nǦR2?w#+ZJG&pBƍ#ߤ2^Ar0o5I/)Po^ʛ=f s K] Kg?6ܓR@Lfzڽײh$1^i_]HMww~^Վ5]-(<[, rH|Jrݟ!fjlo6vb3`佣CEnvZoGOZ)!-Q(>R|Dϻ,2"\QgCPԒ26uZ2供 ֚oZgߧ N)9PIP>iZ.:=7~6SڊhE;\{zU^rе%6f7f g2" 5&"רl!`vX0^[qbEMO&61飔To0w^oe0MM!XU%vSAW-nGJ]. F=1 }s{`poY?; ~**<kj[;8dt \[[n;d<sm@#{ж5ͶQ,,'DpvaڼM,#9b!CF XdNsd|w\nppW4Zo5bt>hK; tX׽&zP4 a:>1:!eO%`K1fK? A8'E;0Q/ju/mb&Rv"L8k*01̇ (.(Io`pQأu1Lr  J .F(8ls V]B*|'SxL҇zV05*Wd>Babpc4Q^:j:x,! /Oj5(GPSLɏsfdVICʗxە}'pYh9Fr 5^}.%peqMs@oOPZ:ȱNOv jSJZ`é)a633 R`|惣ƣ PbJ&>aT0wxs^OѸ$vɾ -~ <(2"C9|hӕ<<tc/қ Ε cCC5+iiw{a~w\l_nK/ p픤"ӪE~tK9a\1E=nxɻUb#l`y/qRR)11Y0gk杪=$gG@;ji`rs~=p(|5 ]i֣T^U!@5W ('W}䃑wW 29i:_ȩ]VFGNaxmԧ+gv-lUBD~ }}(i\Zc=-8]\9FIgt#\=^rm-T(WK/b+j#=ɆbWyVG)UO:k=Rh"<8ݕAD5rf\+|!8>InuH05;_nd^Mvsds=zy{$><_(`7rbV,BhSM", 0 5ت\fn0PT;^:A螸wrZ'HO[m/j]x`XKī! 0"0!_&gU3 gQBLZm#ۣ05~UhE3]pZ<&a̻DC]2s?#[gȶ n4-*ѭ?3s~~NwٔĞ}`lٳm;uʓ%Yّ/Ǹ5;v>.ƒ:O);.'0.>_=>%/`x(3]C.hE18J 2E2 K{5:u;kEHk@g1sbm9v]^ _ha/]hR^~Uz{ kσ&RA;:6(RBg@+L:B$Y; igQzmA0 bYF#PR]%mk]؁D90+#cIt6{p9O ȸf H!?wDY&ҙcJCH{"[ۃ; a_GD/xgcK]u3Ă<6<#S+'VY'd#ur緘:?{ #qhb׳pyQQ]}32 ])^)%W MK+ &9זt_ _J9"낏Ż+ oM-3RMiux݄7,K1{?d@Kn7%3I=:UmS(=3`7 L 7Nh|~;0M8kP\=2ȏQ0bqZ9iA$+C 3PS77IoSIѷ; o[$;郺vrODȆFa&Y>[墊:ڂw6^Xe-vNLB׵V["н?4xɸw-AqX y oʅg]ުqڹ'pArLAs",hkpyX0Oפӥ>b+kML\O;.FvGx&$PɁ;'J ".tftθțZ:6 *8B7즓i96 eH}0ka%*g"REЅa:0vZE͍389vrCVsOfL?I6C˟jaXw _`zI=qO gբ)a@yApdq6;"V`\-Iב3CV57V?LJu.!=kf9F1׻f]Ʃ__:'+Cc5]{{DjG޾ O {B eroM50D]}or?wΑZ-!.NTySpИm2֦s0 A>3#. k%KvMe 8$ћ#R6kg!ىo׿RursCHi:j!o4 %$%O #W `~J7BُߌGXx R#.Lݾ{3N^ñp:!ybfz#H^+:hcr1\V0G7EQ}F{]uY6ZE<]V$V4z/|_S Ÿ h4_:ǰ>)26#z nJ!)^9KiC~ܕx^vÇí .edWbO/I 傊xH'Q ÊgWfNڡGX 6'z\)V@ !&`W? )D>b8+H nߎ2GTݝ=H%T\5qde$DeVJN=Y\Hk6c:}))9$~M8h΁OAMeqο ᨈhT"\QX%%Ō GK}vIN9}QI%>#o疧lŢ]"j߫w+zyUf ` ]<pQ^@̳B|#9"7*/S4rv(|enOS),WCU<άOW_F$q|Te>||1%x!gOր0Y=@&}JG[^qaĭtZ'eDzBq3aV"mϼGt ݳLs3[uHL߶Ό!Zi,>7߄r6YI3v@f¹b\%n)q7Y3&q)WGFkҦM峉|qRK}z"M`Ю cUg~np>ÃZ-WC Tsd`4Gam sʡkD_e (00 |C"k9"eJFNjSt#mv3Ԥ`L$֫C"yBCm`a `W2]Vꠤ3>Θ^LE:UF1eˎw="w(.(|T.y-w6Yx ^&$._VjYJq W0Ƴx--8>f 9U(Dc>0uDoRpji_,g57&ѕS~E%oۋi6.0v6H ۆ7qJ '«gɎy&h@@`^}fT?Ʈ*h3{ 9`z ւ"-է-.roI .Ib"3'' EN!]hymB<IJ + 7 aOJvf<0xRZ+U|y4|t, 8l\{iDv=g1Js{\ifWFcI_.x~ag/jMft0/nLX8 ūȇ&%}9e"$i_ϿL $B_M`A[; BYH*W'lRGei[*_?.yisrXB_Μ|W\W_#aR)GE'BqAtF$ŷ@P`t,@lr:xWtB;tLxe,(UiAm-L$jO͍ÂEM+1 ߳q ^c4'3JZ ђ!ס;Ϣ&@8qz\ѤaR+/eŒ˯,>3^jQabFJ7vbi{CC>EUBKs'e] 8ԕ;_|{Oh25CIi#x"DM"L]Ep|Q;O˛,3龜9,Ky ɂ[\^W|XÕq2xNE^ӸnewŪw+<twlYW ʮ6&.7oOn |l3~CHZFD,Cٵ@+28۔,3Be/?5(R@P,['SZ[_J} jdLA4pϵ)չeKp1 .Ӑ!}9@lOߍ[U$Ž}ezl+ڰBʲ~`t*S-M+{盱xڲ`o,AW٫ߌMh_g"jS /Mb2Bt6)WV Ylӭa's|pIuaoVe!W oM[X".#'%><|gvw#FAfUU_wh̉d7qm1U>’#FM[S5eτͯqIv\-钐si!d'He*b(s)Y[{d'h71~Hk[cW@I\XQ7a ŋ_cl7YRٴ1G!0୮*&lŹB^ḌyI y 5I .|xpg;&]+]WW!*)V!e [[D1H$!cdpS`7[ 0wx37Tu4(DgŶzQ0Lu$.8޷_LkzڱXfRߚ_{mc;P#-lhRmEŠT˫2Q^yպ/~-SPo]v"s}^Ɇ3(QiY)Tu݉噜.jDzD_rU]ڜ^wEj/6wնe䶋6Xf=U1]ٴL>:)w^CESoto9լg 8[Ӄc}gqXwJTVx񿖫x{$\NnST*Rm2܀V۩fEFb.ƌV-%$~T Mzb13ծ _2V*g qدv/jle7ٲ~3~6u35NU mV%0VF>pY+ 0dVӳΞ 3rVIxǑ} ʴi_o  ݚ;Jg"l6U#w={6/<ج0}PYB9g">yoQ.Pb.H@w@ ;S-n.0 L!Q,g MU%Aw> 7OfvF\@tO*ra~)`_i{P!i*@ڠsÕIf\=C=z ~Si/SS(E*P:Okn!dlU "6NCK~թ37δݨCqmxt;;f/RO.žlG'ů6ŧ=,55Iسvoib^RH8½:>ХA}yg8X ۃv M]Inj,^ ܵ! hJOd:n\?TNbki0 d_po8} }H@- DOD1Gǫ G]bo5oYT.ɒq5HvOf?=L}1J,U`}7UvcF+!Kkf|挡 hi aZN9To[To3M'hJ W'QOa,jW)kQFzq !kn+Q0O J;:=oUp126ş}-fc Ga^S(e*7R"*R#9Zl&ix^ΉG-0P8X`藽+SjS1|لǂmʕSg~U,ڇZB&[w"Q`d͝!%n!̩4gAڟAڳM/ܡ .2BOajbM[<};?Jp;hQK?G0 ignݗZĴ%2oAso_}: 7=xK//-RjĬ8!kZkDd!ѵլQ&WɘC2Q]cxxni;H$= .%Ix44.S$YP-Ivi;sֽ( !%G@ q+ErNUcT2c*ѕ`r~ LVX6܊3`? 3Ol>Ud58lH(TgZTҷDip?me# A$djK=%W@MD`PW9v $E:T 4{L 1T)uEfu'#]N#E 5 <Ծ>.@_J$&; 'u7,*Ӷ 5AaT mPz"+]Qs^ :O>T6??U` ʩўoP&?.Qk`mg:nW2xz~mO7OiO&/ mST(LW> ul_"CzNV_\CWwKAVX{7eԻGRŘM?Z54r]!SD10eSwpqR+k` (a,ů ׉S6Yܶ *)}v>EQ7DMܨR>€z/<3E[AIHLC4/]"n`T@ e:uqf E|sy1^ܝFgi35E1%{cB*ӬoNi `iBU@˙&5jh=G`qI>;e³nͤ{ݞJEKl3ibۑw,]ּ~ Zs@?i7k/̑Mb5KԲ|5}I+WY-h)E^g @١arwxO)!Aw oà&돩У40#$ =D`0vC0CA/X# ;i4~d'W$,=/򋼸 IOXn=L!NI&7\)=XtOQG~p-x s0it/Qj9{η9#Uv[I7{NKkwWzMQ^- @'0}l R YZ