PackageKit-1.2.4-150500.6.2.2<>,@`fp9| }T޲fɐ 5W'[G,1hw# " ܋ʻr<`G2:\P{-/T v]XoV{—W ԧ۴?w,e>Eg&s[qۻb׹Eq,ٽx8˱Kt#,(<՝;43(Z۶YFTQnr8׿1Bh7HHPyʯ;9we;Ggg^Ǝ]~]B+>OԤ?Ԕd   Qpt $*1%% % <% %  u%  %!8%!%""%#d#$&(&8&r9(r:1r=b>j?r@zBÂFG%Hp%I%X,Y8Z`[p\ň%]%^ȍb|c%d˪e˯f˲l˴u%v\w%xҀ%y3z7<HNԐCPackageKit1.2.4150500.6.2.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.fh03-ch2dSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3ȠHIxh X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfffffffffffffffffaMffaMaMffaMaMaMaMaMfaMffffff339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267dd5b5bad6d73666b8f4b3288236f445dc47e4d4a7178876b62c06df2422f529745d4b5d86aa0eeded95b1d1909a5394d17330bd330dcf799b07fd2450e183f250ecb24e3f618363360c1b540db6b5994258eff84842dcbc1dea945526c672f35c7e6a14df18c792ddeb9f1acbdac18b328fb56a0c133a2096a01fb32f8ca5b5239debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a4990d516d63a3e65a333e1a9e9c95bb13dea5668118c7b042caa9d2c8a994fffc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.src.rpmPackageKitPackageKit(x86-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckh03-ch2d 1726785775  !"#$%1.2.4-150500.6.2.21.2.4-150500.6.2.2 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35582/SUSE_SLE-15-SP5_Update/ab0806b222ed8de998699d08ee3ba9c1-PackageKit.SUSE_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a8a2ccb1745c446c87481ee38eba643532970d01, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6cc770071f6bd4049f87764aaa1fda9f46c95155, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=be430913840aa638675f03566be61eeb92e6087a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d4be66dfda283ba33bf2d540d00e1d86f3ed8f48, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=58c5ca0afa349d0616104408942078e7a255922b, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150500.6.2.2.x86_64/var/lib/PackageKit/transactions.db' (No such file or directory) *  R RRR RR RR RRR RRRR R RRRR RR R RRRRRRR R RRR RR RRR RRRPRR RR RR RR?`ʼEhsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8122c4eaea84d19d5156ad4b4b763d4dd7c4ac686a24f9f0efc6ff31aa45617e1?7zXZ !t/=]"k%eLMsc~X> voTf* J-#UÜ,0QT(P@Ǥ,8M>‰a khH jHe&mZM\Toqe;  ;(QWPFPHO&[`-J; ) @wpߋξ@ bu ?ϐX"N9yjޛdx ,#8eýҏc(0-׊]#ByE.;bܷ$݃N^ gWwhlpϑU|U62+ +XeuAh0ıXCє` ;}#Ӫq>zW0RXnZd 5H+=WE3d R*YWOO;JthȉZ ACAd%;G\bd/THD)F;|=N%T[ 8YUem}6!Xv&M, aM$9D4h(7`(OQw<3ԈL%HEut~LnRl5^PQUzy,ijQ̨2e=>gjyN.`sk奈J4րpνᴉ74=BY=!YJk7**;/|}"4Aw4隸FEl tE0<!@&/$IY̞tB"KQB/Q ɽ'mFIgQXIN~T܇ph$8HџTe'_}(#Tcj Fl9_ )634J X!T5qwwc#+z6̇0 K,"!8A<4^MEaiBpK x%ygRJ]·LPX* N k 2Ρ>"x"AhOCGC N2çZ*%~4nDb"JKvF("ybW{/^,dog(흗0:g%[ O_9Bd!ݠ?S{>35&6М+T[)4B)ݢħ|n)PAo=sX~B"mI r;/LQL*6$]Tb̋ttjeYKq%Fk(J~sdgݬurȇ`HņcV?Dw_Q2$d E`~o `9 0M 7꼌UٞX3j"nZVUdܜ3c[oX$ 䞕In9߽Ɣ,8h9#oRgи3C9>b7G߮Ypl+gtQ_c`t MWp(E\4V|:( nl߱'J`A-@L]òCO}Gסz|Ry}&L|"W!I[9%Y} C PmAx'LXM)ÓQ_"Kt\b B"-(o.]B/joaD.1Q8-;vjhe H sOx^dKP7xM۩ٸjZbj.:{9pAo+=|8rɷH1f!`44>DuUKɃpWy_=ˊS|qYIԔM !-a * .=H-.0kckI<: PR2O8;/PJK3X]{N]d<}㠠GsX%K@@#a:Tb?f񬠉u;N4rlJbK!tt,(idȼueZZ{Oh[[>hbNW"eCb '9mOD<;< O^gOz=B=]V~ڤOUaV0]6R/Y %OVB}C~/꿿) A)r7Gzm-iצgX{Jzh-'e`{T&?O^v]f/G ׊8PWjôc{g4^D y T:גedJsA'9_Z,KwAm.#vڴVQ/@Η5"AP+Bka@LP:WyDŽqH{XYik4('6VZ{9(08jah hF-s &Cw6E]=C.(AT(=܂$[zA2f^&E2H7OR0;c &ȷfν_֡̽wu,(cj>ݧ5{b/;6b! c y?)saM?ܑpH*nKaL svEdJ;VvuW7DJmҹ(D|#Ί'-9:чy\`ƾս &IZPf}0$%@ Uڢ?4B.>=}0W2br2t(/VpJE"Yh)&: 2l̸%?2^!ߝo0LBB{Z-z|$X*J0 ?bW 0pK9zv8sC^c|ko5x%F|»Y]ٷBΣEn-# H&PV^Zp^wr1ׯɘYJ`NE,5V,74сС_3oJN!IJe,;P+tB[N`|[ D.AJO&P( ą^S?3o ^t?b$ϥrWC; 8 3!2:%ލD3κc'2l%EdIE^Ϳ;~AbYV)PHFcI& H%"xX1~ܒ3>dZ!%J۶;;GIUs8A aZ-AGNLESqtiX9BzS/T Q{R>"g3<4TN*Ϡqi 0+f.{ㄥlkh'八erz!am,eU4RfD%¾ DzÞAiraIFk_c~7푰J\+"!%43˰DI^}<@,ɻZ&09C"DdmxGeDd֪e?wk$J2s̢*D?mtd\&ywBj.c0v&G x:ta n4mSD}Q,`b.a3&GGI v|Gl5Rg:/F3Rhc~j-)ciүE.2S`c=$xύko 7ьy0VI=JS&)E|m^aUJ}.IrL&{[oELCkmYi-);Kur~nc_eGPx9Te]exSV2GΟFT!'j*iivE?pbh0V5X,H nGGLX#i*< k*Î snDgCbelS󠴤L"fYDr|h  ,lf `3 Sda6۳%<ےq^Q&-$;}Ba!v3;pR}1V!_~^J@59 x |'l|y?1)HXsw^r"1$yAu֐ns>a^BO>zo>t;ttg:@_h^^\UDy;U$*n[T'+S-H6,N*z[쵉pt 3EJ#_:b\j+ʈZj h^ s#ʴw*wbã Z|H(#PQi bW+`&n7 / 7cHh{xEePl8w<5ָD}2b7xFXfq4,GQ T*SE2$.f޾QUh a;+>h,18h??\>[&|PZ5a몢{ItU.9hzDy"b[ą@4[%Z5'̟= oh2^غjpn)f(.о]"}DvܨX(_aa{ VsQ.9@3HnCY$"59)zhB%yo7k9"Ax+oGya/$f_(Y\1ڹ N8Uһ$\ |?G_qJ`dyV!pm|# /<hgɼ8jJr 3cZpYx69;s\&GW;SӚV{{J{5Wwx< kh lF V񚡡rBPm'YxBg[c7% r/ײ 8n;Y[(2QӜv+YdߖfZVo︥U\bRˇTϧ E@get!!Z$O![x yB #dBGB=O&q$rV+d_;!`ؐ i0dߒfQaX,S:"V;Wу yȾU;6$@UH4Bjy5L=@*<po42F$`O ʹ7F-D~d_h6Utط;@߰th`, 68geWPRv@6B=eIGW ݩ/gmH](BkIi@ @AndI;q+9Tɝu8 'dv_wn?Z^Z%|C﷧V=%X䮢uY JĈn]s`rB(h@`Z7nk Yrp`7ӕ.J!&#*tIٱca18bӈC -@!\?؎!  yE=y9_⒍RCqY~>Lt.L^KQ| "|^3 eZ$U&pVAV6F4P#C/^* trm\U/0A%JZUƱ[`U$`  Fw^L6puqp?n;YHCZX7_[8C[Br3$Z(*#/4Vv7i2 `Z#ӥX9?SZ T[bbx39{&Ud TJ6-\DH)h֒'5Sc= f`Cڙ=7曨-jE ~$7M&Nc; mL3fk!h?]/eP^^Cz&d;%H2ޅ'ΜX[3VE=n_fd{ yZG,/Pʋ_*d N{췳s7,\yٝy< sAS ׺w1'f0&;(l*F·Bw-UzrN3md]]^2'#h!SPpSgthǛ}:b48|v2K!.RqÕj䨫E82/&u>xG~!=Rk uqٔ1Q6.(AV]eRd1落cFk7CrCKC{Y >vkOCpV*m2j@m;91_ʋξq~d!:P^X]72==Qw5-;5" "flg{jb"zr̩. h(_ehF\(ZE eHH.ɬNP|tKh{4/BR#I[4m+dȾ?u[^Nӄx@}Uv?cn* f2w$&2͒ddX)I$IG;@btDT^3!dNq_-gG1[Kr-"Z W$+#{SCϻ *JwvJMB!KPd)0bwF/ҜGݎf(\NQJwÅ]mCf۱L-SpT1o˕OGw=i6Iay)v*9L1X vzݠR-spKY}Vu2LI!($tpˤę{rۘl]r\5abCKAD'=V Ļj=zOh{DIGI4~TNZ2CbZ2&`c^Lȡ۪;;~- 7a?oA' rO{sl]Y,REvCٮdu65"c/4TD7{,#Ags*º2hc+&CT9_xhADD=U $Ú `?'K'6|]n׬>;G+=/h8"Tfg_`Y_=:rA%N{Eϝ&*|ӽ9K a]D%Os3{7 P7&¿yr?[49Jinr}*Z6_^?%-l">=GEz2CfrnX2U(kER_T( 2%7^khye6?;g;RW~޷ WGߦk9-Yw8hx`AdoFfbCI.X)UXZd"Meo撦;F^B[S:L;3ӛ<].Q9BG5+nү.HWdoI`={gzQ!۝st2KDM0c-K=ưq8,_ hz=Q (-x䤗;#rRZZIhu$#ϲ[ ;wx#l/KB_H1le KF,!-:|IqO=>`m K!Ξ7JWKky\(y ?BƖhaz\T3wUH' n|4cXXCy23 .'Ia[+/\Vo1=F?b0dc9yj,&@.uafy8ʂxھl_V v-D⻜'ҫu@3#O5Yay,^e}OZx&aa̜98CtazO{dd72,(LXSv-&qͺ|OχBȅÆ9Rx F3TyY)k%qx3)& Ϗk,yb\zu= :?_ ՒMG\ ` +)0U,.#dxtm67ʢ\[~Ye7V@yL;υEO 0tcV(yt/6Н0R9nlmG|䲫XbΖIVE`\N3lgLE:'bqOBnC96ۏZqFӅqA2)oK'4y:V|ʚ;+o"Z~~)u72ESo"v/ bҏ/pQ0 ~ 7[i:IVoOvJu~dʣӣ4 A( ϼqe?H$9r7!a4A+&~J% ƊiT>"aZ 9:pv4`kS:W OFl}a$A fHpե'E voYWf(5!Icimc-@/9mQ ~?iQ䙳2Dl=2ÂI_[=X d:: %ai;/havQ]/x2V>owuN#gA[m<inҌx#RB6SHybe"2A7(xӇ^̠j.Z#ȜaJӒ Þ>MO_b86i~-݅j8jp`(EUÉ:MxE%&W~1DjtB(Qp;dxt!9G'qZa&ҘgE-,Vq 3-Ȝ߭_x@H^~>ف7Fiצ; d6zs*ŵ6!+;@h8:nC6w-s] 6NAyraIx SkznYH͂ 4g3.\v )7rWŪ!4ꐹB5^3RD^_4 _E$kDQdYTwDػg54d''&?MW9x R];i^.`zT/D9"@oGcv픏\W<8Ar6v| R>|@Í,k7h[ YKٯ[}%}>iiH1҂] 50w' :e7RK8{y>V/T Ƀ,F ҩVnzXn~ #k}s #4ɄXp>zCdL{ϣU@ǜ!("p9D@.:ap+~9HB/v+OGH@3.j?gCˀwQ[Bc>/VQ~e0-Śp•\&APڥ5765f',C,#m. r4UI7-cQM>^k1@n.K e6k-鹭xσݍ$9=4%~klpS%f湖?ؠt$0H\JgGLB?MbǘNԡVsP!rD31=IjnE3-Z'/WH4?`c(Sh t\sHЙ. %^)-d|8w<bҨCaRFذFoy4JY%D :i5lMNG/,ߒt%F̑ @,QqJ3ŋZc&A+lѾƊWb/*4O :Ɂ5 N*NDaQ{mUjp޽s47ռO89Fʄpz+# 3Unp$ cTF9iYèUjwtmRq`\`8P_)3; t[/k.PA9V^x23c @l4dBGΤPefqn nW_qc$IqأǙoE@) | .b7$x7v=\[-0)s'd6@~cJar]8?@M$N#Hl;4}DXhZdُ((~DD1R.A[:Փ SSTHƑ*>n]{3E񽮐>_ˠaHW:|yuL6HSO]-©zcÈ8ZڀkO#kBfQ \RC#Mqs 2H5fW\`Ѯ iVd@c}W09"( ',Kg 0uzoGg^-G$D5ّO,3(*@ǟ8,vʇv:%vl#a5^'yux?'5P=n>Q6ƶQwϱLrD0^ ?ڄp(GN5g8\_#N3#L; 952 ~"^= @|,LM|i?L3_*U&ئA/,wminEHppFt&t$;Ʃ6j/b8-q' ;* ÓZǫYa"g~׳3dy 7@\D|T#j iK 6K"^%}Aam8te ;9MDm2T|C\[ NMLNCc^^ȣS޾f3g7YA!hfǚ!VCLі~;4kS=U5o-7fEjvK8ہ ] @Z*K ^v~S}%cw69;]*c?zw醜U؅+Ҝ_BO|zuLkt6!UDӦ+ڃBOy̎o凱!Z4s֏u@JsC+P1IarAN~;ӯrx`e3[֯IK$gHs+a jڙ3|fIR^ˁ8c i4쵧,V6:OӞ7%0-ZI%*D oL#\j: &^rdA[h9v/d8dQȱk?rxpH>?c?݌1ԅZ?C@Vd !8o#/ !NA!5-0nd~ƶ#yb,4rlC8kYU)=x}Z&8ySR1cG$L \uni: :ڌ]`.44v rIkdnv%YIIw[͛wELf$ׇu~ɀaɤW[2W3Z yliߏH$u~j)w {O|UUxX볍컄Wp* [8V4];f3FFe6j#rh) lxRȊHAoqQl bCz/;"#[J}{?nfpb?)2>y;? 5q_, ?4\B̷SAhU4tN)ӀWtf4MVfrae7GFz}RGb36.E[+Cpף0TVs(/"C/5o L_ecD>Ad~FSi`iԤjk$6fm%4-yMT#p=TϤ(&:Uj!e# ng,zZ;pP=@cU&l8ZsM%/"=Vj#idB4/[>Pd#dZ 56l#,L8mcmMk%wQVY_;(qv*Nwl:8]PnnJ]#UU՛Ae_ r¡/m}C4yn4f ,q cU[Do_ 4O&->6'g9X\ġ>-AsZ@ 3m@pᑩ@[@L%{j|۝`iGF#Nʈu^EU$Fm.W7@3Xs#16YBZ° Alo*2:F_ y4(Չ5fgIiknSb@qA dT\ `RB'NvpCTOZE2{ Yqx4FHBAB>F],]9F&qM>ebHaopQmԒ ru{I-wx߻TRl=|tXYZG3X&"Iũdj-N {cՒ9.22oG;I>i9z|!w51SәހړK워1!2ڤynJՖ[hN62eJ׫gQr=GL0t IT_mM *̏`qT2ِٰHų_)KpAZceq)7tY HрTROyDdE-]8 IyMu9i#Ѣ=LFzQ5S]G˷t mQ 3콟\`J2jᡠ#0{L! 8",}UГ6܅ܟ͔_ZMBId /3TG/q'Hv@zIQ+uDNƀw?%nƓ<_ |ѝqPV+,_.ExeK u1X`p n``.8¬(6fO[Gunf FB˽yD}|K E p]s7.zR(oˈO4&İիC(׻} *%\`{4:#m EnWu>eNbJ}Ѥb)Ip9%T^o]׽}EpUfEvQ^H(q0Yz*L!7ΐu_]_q`8> 2v)z7_E) _??gŬwFs_GJC~_pԬABF9E+@TQf](*ˤsnvp:k!F696dOtS 3WhttdS~w&qaD ̲V>&^uˏ"=@!@931Q-n8ev7fiE|`28 Nh|&wӭb ̢nnjzѓ@+) O@+hWP#>.-DӾS}}͆nJTIG|\tKX]9,J'S`IOZZ 4XΦJ̄@5s3yLpuine.V N.9n藊N\@eO~KSN$8pg}oHb%^cј۰.jC!'dK۸.Z#gyy<# ]cA0r!Fo*(l=k.nB^yMIۘ:#G|OWۙF}$]CԔ{{=|w@*J>F8nSJ"L뭫dYԑMT4hqTFq"%/`A|~q)K|JKUeへgߠ̔~A(f'~#/~[39Ia_VaVs@C%89` 泒*C+֗aʻUN0UQI)G~R3BlTaƲC`Y ={PV1y|a҅Ōn_ԉp-+Q˚zP\9d9JPx(fW&NP >uoR[1qVBH܋QR\)+U!Bw%.M =5v qU>ieo(!sʵ Cqy1 Bf%;ۊ*]̘F 0a7Q"8[(2T8` Sy/Vnogs~ ϐ+:MK#8Gqnm^x UDoHERËE ;`+޳ . _-cC'd~X=  *Re;Ē{JʡӓaĜ&j~1*l{L=#t xtBԄg|o>9L/`8 Kv_w_Z . Q{U;~ֿf7mhqnGp(׵bъ0nӾFvւ4#+ j%{O:PΚ"LhS89+B/9+RÚq9zÔRj%]i[ sSk&8=\&7,ko ug m=e^{VԦпQɹҁN;xѰis]yjb ٳ\ PpwܵSZy2m_ !gfi%agBqQ7{~SS4Jfʀ/P] GIma>KۦQZ%qviSÇ_dDm.#Z_ZS)wҰyߤijU j"r|U$ W hjZbl2ҟ&ʩ6fD(xG&uІ8? LAaT#)/3MaVV(@0FJ4]-B 줪ic+|>_M 2*歹iZȅ>ݪOa_r@!cCˤGW*嫏¿+?ʍC+\}@ޗ; ~).Ckz)͹;$ Oߤ "b.SHK1Y$iX͘:V꼆Sehimh 8:1w^Ͼ͞ Iov{.,g ^<$ ]%f!`WR^3Lҿ͙zl!-AHL$lPӱMHBUGc,,ص\]k.=̏Г䁽XYm̎RC_Kfy~CQl?/dLLn+CPXQL ֳRlVp\Ć @x$J\ s6g+CZ ƝS_%ƺZ/ECgL*vsW8͘XTbx(B|9EiS NPz!x*pLр}ߪ GZ!>{{0Q?41_komGVYB|dʸvLX&[QE+"{$C %KUzNNamH*]wc=e#O$T2}Ť?ǚEI'r4 \Dfk"2/%[I`% TםXSQIOML Bxl͐2j߽vվ&ٲ6 \&o-yc-V!(xϬ1m7Kjwwڐޑ~WbB+^bBMz"ƪ1=b*8eoٔc44]1 X8?(8T$c1إRW(Uwrr:w#λi?V>ńCv*VͤN+6){AsK[I:*l4eN_Rf\O d3+^@9ZG1Dvi YHX},Mbz?wA;ݜGc02$:h)ɳ._'e+5f3GVW|Tn$l1D*L,89,2N3o0JPP& M*zɫ!M+0uXܪ75 RJ|*֦4Eny( [r,*^{QP͙I%,j0쩐TMuƮQ.NpȞVJbSxLqfeQ .xB2cjmyOtNO³:53M,aYpب=@%d& 1? J`% ,he_p[#^4 @"۹Sya0 ? 6L: 9-d?dԁ} ([sh<q ډf;'<ӳ#IVxdw-ih f }%p?s"I-l=H53{4F"xv-1 |ڛ)'bXgvVO&#rT/J?Ro "pX^ag2`'x3F8:ٙ3GrE6ʾvhrTr 涵c߼Aɣ)b^r: 7KDaF5G8)#N"`ina_x39ߏm{ass)3{kߓys9l%χlCClE4DNO+}zAܪ5ZV7k0[H3 |R$N 1d?Ү|c\7|ɩIۉ8I 7ZE~{jK.-8qKO}Ro⊳`05=H=j׊,oBP!s7e l{/S^MQb3 rr]?ʐpI˱쨿9(> !91Nӵ( o #ÃvXѦQT0y dk)̽ma@}k\rh|'gRr{"orݻ%,oP\ܴGDaD;J ߿{k8p Q"F[Agd"FkK t\T>w<*UbV¨ gaYU7jU2YG 8pPۅx{ULv+'w@'u-$ l-})4PqF}ev;Z> ʞCF"P`Tf^,siBܺ^SmG+cdm^:L MAv,w8c4rtvGTBlj7<ahqWs StRSV}z]$<"$JZjlSnqɄ \2nA>7b%'؜;]:ݳ} cFg Dǟ^t:4$;n0˥濅=.VV` /|i`B}j2-&t̽ض]䥅e9}D,(ֻ'r|>9JC+AjyRt˯bB#C6$^)ΝSUx}JΣƲn5՛>Q!Nfĺdάa׾j7ngƸ0>e1RVtKm8_ǂNC1ʟ0QGF('݄_9wӮp+׺҆Jx%v4\@БZ$ܕp6@PJs^R(!83ЯVdIMz_IW H5]Iy0 orP6MڂPJYnqUދ>:zU$vV-ƺzV{&?Pfer?!q#7!Ӱ<ćS`iPc.yjY>8f&`9* 9iNoN Ǹ+Y(Hmlb}YDSJzhmfz*ӼfQj/o5r™@,1h&'89cXl}ͯ9lDom,uxkt\0ILLUy1SghLSݍ*Xȍّt xE5k3>4v!4~I46Y$,-S-~sfKQc琥]~-LlN`%}u+ ~\f DZiG.RJuqȶM ,/t@0ǁ҈[䐼:Ot[FcdYpUPH.WWT% #j68F2$XjJ>X8v̆`ސ}3}ؓ휂bPohG>[ ϧ2Գ^F"G7Fb.st}L/FG;m zx(f' Z~HkS&l"әhU%0 p,.PǮR72=;3Z/[[G`uigd}2_TS(ʿYD1?`c\Q6_ W7viͳfUv f%v- m4) F'BJc df#^c[J‘X^m;K٫s.n7i~FvYF̒RvC~i$PYZd},Wxs:6PcXr#kQ/u XԘVX-f F_.EZ3eV.`~h'doi^qY)k(2p@5 5A}WtfIk4}XU\lʛmyàOpޅZcJH|>+`OdIIӴ*V4u[u p_k yFHL.^u`0OR854欛(m-V}~'0ܮБ9p9,'J㦈&5`o="+,F11bZz/8 |z'hH".p$2&Ϡv_EAٶFF & jf?O =JA(Y>\ SsUBn& K8 I6J̬@6^sHfzlcfSEpeqV@vK9".I)z3JB@Fq>إ:)@ fe&QWK۾h8Ɣg6Q Ȕ@;Uf4Ig.d1&ͰlmJ{kg3HayŗDw萖|%ڇώ3:ĚEQer` 夷cU" ႔z4tMUt}3uv3UIXb$Hwk,]\on cſ!h{{!(ֿ~.1p>$_@oQC Q;(HbJ "9پ0L[ ̒cȝ~帧7o9X x2T8rMVYSӳ̢Q|GrVRݻ(akSм~؈Ei.ؗU<].9c㙴wNFg%ѯ8-v 0`}GLoF ʼ.w:9Ճe3~+lbx;4sZH_Jm!]ϫh(i~Le%Ե*`h> 5ꆂ~=E]_?s`1%FZn/aN':uxEqr 7 :MDK_+#2h· h,;YAlT'swpڨKٵc r/P `4p8e_A[!,Z?˙?ٰjd'!Lxܧ&*2v}ϔ@0,u3q2[Kx;8(e$S;xBU㎠qr&?w \ո3Ăhџ D4yq )(]eߋR*ed@f8'}KN0b?6 ɾ| ml9~p #"~tRu8Lj:@G}ݯšbJ.0Yqp0[錪"ǫ 1ùl:* !|'~DxQL|<Y W=i2E+mv7Rr j@)h6!hʹ 3#L | swR2Z|{%]PM7kfb#UÐ#xBnqxj77oXkH (iTm썃O`~*7U;E?o&<8rS| JRHADUa7x_F6e$K?*djXBmm M~4@-#"9 ?#Z1γw4DUSOi-)f@J^&ٞzNGxoj4ef™C^|~P2}L p *]ҕmX$N*Ρ\84(^x#+ 2I3,8,qbQkoyFE0צrx7˺eG'9.A0iW92BZՃ+ԟq*5Y+rmI@g],3wʉsaMPs-zZO2{`=ok ـ퍅~ꢭ 3dg\rGkIVޅ8+9݄oVR8.z;sn_@Gv!VR[͉1'Fd}BOvZv{z1rdi$Ct]X$ka'#[yv  .?V8r [a oz`+y{T{<Ү}r,,!O$k~ +4vSlP5t>y9BVe6#(!t:Q DD+*\+h,>6s&s>Ͽ{\$[6 'Om'\)„V(w'́JՄʀa2۬,XFk&2UcY@A-C_%LVU)YשhIo,]?_vo[W8sVJ]vJr-a}x J([D5/8mMƯQSu++ENC&/ R畦}Iq97ZEi7 J%"#3^Ytx-Q&$CkIn"fR3$S/EyR,a_Z`j.-aˏ-qXsz%=C}_CSH4o #/FT=*sJ*|Eڳ#ސ \7>_C HRS%b2 D8_|)lfX"i#Z3iO[WnJlnwe4?i Opc/  ~e߲宛|BNi=el֔n GU>N*n< ϴWXd(TQ0Օ- ,PD22Xzx02 }GZxa! )8BnUtX|u!4!6ρ2Vٙ~'Qj\rB}"-#840:H~"ລC8SD eWC,$TY ÓwacP%ak S[!+x9F$͈itpKjtDRd{m]h*n:έ'FC-6#[7_oX-z?:ý#$OvZ9 OT:vksL{r^i> y~ˊ|5UT/DQs~z>q鵜=hxVSA-[yIwF~Q2ʍ}  X+Qo*9)$LЋܖDo`-$#*dt"YkWot^ 3IDB3{B=xѬg<5 Zm(.< a B .Fu^#73_Wv4h,q8&0eo޶BJ(s9 8 x*1$Ԉt+WY*z;sfW/ - $ߠgW <6<~']9LK*$'؆ ࿏G%ËB]T]ĂiK(UCzǙiF{8KWfb$rj7IdptjDŽi4YzCm7%g.И:\y)z|_ =dOT0O׻aCez9ee@weLO[QD62 2 A`6iN(hk !.T֏[bNtbnlM$!nRzޥOǁu+G\ƙ + Iɑ٬Y RXԙD5X'`FcZ5t|4.l 4ř ȓa*ofO i32~qpJ@0 ߆ F/!ZyH*HC*?+qŶ ̤){m9ZW?B2ÕIkkZGrh |8@2Sqa뗇gv؇[10*߈";9jfK5 =2~f_c=wxDJqW3<7ԚnC[ _7iO|Nu76U uNZȵ'}sŠ5:6EGQy9B=Qᮿ ƟO*Ѐie2"h??Ez&fj۟Bo]C@\ݔgB<"^]sSr=xUcz78[4 9u'$۪"oKlWd&y!m(3k6O{$q%|}W"SP7*6Ry (Afk)vYF3g"//X>ᮣ|ؽ[f!BarCݽ~y~_=.=9K Rl t0z* Ef׎?7>'<}CL [i3 Vb%٦otim݂@5Ok|#/C OHv^LaPe/o/b)ïC&?0qH?ܓ`VʇWU#E`1(|pZ~ /70ʐHLhۂF[Zx6=y;*J ItD(ܳw!cĵBB&e0"}r8BUo3owDDhn~GۜbB.l?X0صm}iKbIEH?,&w@zzw☺"Ґף-"S/h®hZhgL}ClT}AO<;sҦ+q\2M,,sv9`,l^Zr2RcSP= :5}ޗP~=۩sftq#:acX<2*EzoyE'..{9ؔUwC;ݜSAwzϧo#GJ-{̼6J:3}\QH6Z}N(Shީr:]^-7"n%(HO\]?Y+BT/#* h{,Bހv1vRYMRb3Ĩ/l{l/r[㈿S>LC؞ fUrȰ\`Rfd ظQ<*,y"qJbô" ٧WbGmdҒۯ IHyz?anh*ruC}PI,ӛЛS`@|(>VXxI=$NOр+Ga-am##=Upy45ŃZc]jL $v@6Ο ꥻ|4>V7,}7bm0}lLف۪x~$Z,1XaMLB K'.\"SҧܲѢH9tcI>IIqbރ +C,S 'ow21t}VWF}ө$͢j谷Th먁13Z E`>$:g~yb@FALG|2K EH`y[qOV%.+F)4 I%=[VH}>ܶVf>g z?`.@i}fZa;͙yCDl$!j޴JĎC7VC p3tg|#mf9Ϩ>.!Շz($]g9HwʕKm6|a9죈l:$ P4heT6W:!|o>Teh%{Q b;8BD σV1e!qfߑx5}\z7R< Kz wڄ=ǡC <0w;lvi5BtBh "]A5˖ٽ`0 &!Fc^ \Q.GH9p08._?Cbجߠ./ Zz+K{ }4J@$K" U/5~7 v >1"TgvV=6gk k]%plG)d3) l}*جNT4XlлȌ)~nQl8g_b @uu|ReCJɐxv"{lf#t9In7veʷܼK~1ًсʻ8MhZxXfp&YQ*x]n™D #QGs rn1fN'e;?q Yy2kt#4粒AD+]-0J ڋeFi:iŮ]=Ծo9w]e%`R+jmt2(g)ՆAw~ƍ|}q fRjqABhv1R 21->Lw!ycnX{WXǶF9jSYwYU׌ /) R:xucC v0հ4g4,ɢ'-ޮ3M $ؠbA?V4>cV|]l ~kD,+':T8U W/Tr$Q^*6r+q bߕ`$z՝%(&0쪽l僡>- 06e vl2C.ČV/m\!-٩sr,)+2Z/[Z+*YhvSno(Cj[*u6FJfr? {4*G` eЋ@ |ƴ$~slO1mD4NSZuy (,5\/wN~SUD֌-Lܳ:6MFaODn"f/J/c<11a AmdAb'1H3H|waj\˔*=3ޙ I7jbpOD ntեt-KcQn0[Pչj1)& ^u,6CAVOM8RYoc ͆H8uH27̨pF񡺵x{a9pZL_o~>pemg u{NˮPX#`?AteaYc d55[0^D38Ȳ-irO|-[v=h,p4׀5+S4@_$[Q@| YP>Y9icqxBN|y@TӠ\d!b}{^o8SRY kEwu?!"w1z?7bd b^Mdp+'SìI9~&/ esgv2o]vӽb1?l%AigIV  i-r=.Dj~k /' z$5=Qn"Z$A\]XapG||4yK '|Zݱsyt3!k]Ja-%FbD(p4S龜DDS g7FY}B|G@(!+#3~,de1Jn`+^jkb*>g7jt(%:> +)c`LK_gݲA:(딳.i;"Td dfP ĀG2ƭ!bZƛCxS#U6.o=[ 22/zQ?xP*lS<-ٟ_}򾜠ER@&zGE0/÷Y> 3jZX "yǡ=/t[كȮ|/zC× Ů+~2I/iW| GJ\i1ֺ_"%]N0sOEzaHF%P&V "Z^ $1ÍM&u}gG[|7u2&2hq4C9H6\>^`7;.HS4jbr]Q#Z{ ̋}[}JӸWoCyQE?{7īq~3]AdonTX(Iy7C? Ięh8qer+@nk8ne_~•tQt1S, 0l66yƂt9b&^z?1/)<`ƻv!ߤ^G9p'wu)0ؘ\+\Cd ڵޥ8Dt•ivaSas4ѹ5RT(f̣{Ka2~5H%Q*19ExŦ#Ξb Vq@<+}2ޣhAZ;[Aw]6QC {^7XbA,x4#]hfL p<0R 3#Jk0./Ŗ~=4Ƌ|'fɅM07ns=u$}>[GgQp$*Tcb`ԀQ^(bN3^%ͮP¡43ZS*E{!sM?O!is[Pi^pM`֠hKv!,uhɥ01IJ .>-ȑ$ǘR_c>汗k)`s,b. P-T|oqX.vJrGv:!\#&5_eb 츆վ}E#'bȴ o"EQ*>v%#~xxE;&Cc:ZgU0^uFZ]e=.Ap1+g q\aiHT+,neZ[X{B`7Ƥz"/0@\Cho;dP _ E%ЅlL?~cfȖ[O}`Z®X1K2.NX*{n^nR]Ϟ6D&*ſ N )MEp[794Ame j܀Pڧ'+s=;Qwpb\5>; M]׫t~րfXk'س\ Refsc7 ioiqVJ:)Q/]E*.U/-`o%'hx)W+dZ1iw`aǿb, Q@;B.uăYlЬEB[{rY SdS8tTʧjG?ed W_u ̤AOj8u[-KĊ塆z8sVE vC? tkxֲҤ!0z?MZY]UN]I7|.=BAl=Um WD4Kecw0\6l(?$45ܺ}'شK6?%-BգVz͔\Dt!8azf*hoLL*zKLiEU /|`Oh89Ll=>HܺZ`]^t{dmJb7[MjzP0TNEx??ZScEeV%?Lqz Iĺ3\oӻ$߈H:3m3w7d]雱7Ш~v}|n;]+EXaZYXM2lA0* NQc& 6A^mFdJep@k=h8-3RMfKoS + Fh KՆvErp?܇(8LeSWH5Te/eN0ȣM>չЋu,dZC_[ nrg&zm]g~(moN@FG0k,XR"O3Ϋ &!h{HX '.^6/뿘[: n d&bHktGXPwLUEڪx6Sgg7"4ڋR^&oӨ6 m4do`'0W HCO"-iyn/100CJmRgFx! ɔ³\й <Q#v\ljoX0/Hajο'D CL JI2'=~#0]~/=nnV- QÖ} ;0.ݯL4 Gaqdq)OfvXq*O|_ۊLpzg쯏]/gom3|cE/uqrsV ɌR[4}H1{{klŷ4WO_jpZ[\a [h{"τu=Z構Bu)*c?OYEtz‡1vaOFܼL8mPAa*f. ' 5$ՠ6'TyէtfZ;Y`O^>ϻc;x&R9#xopq) b# i4,UU]|*v)JS|lSqr͒PrU-FYf#hAMٽzVQzrKU/iKMRW52/< ۨsP-~#oHS+!̾dCiJg+_&-& }e}5kǜ8 .4S垵{wd&&M!赢1 :mBmg-zV&4"rImτtrw^ { ,^ts&Xۀ);J)hq.Rt,"}-ɼ S7Gd઺؆)vIN_k)8vvZ'X.y> IYRfmxXaWw`D":$S4V,C]o)s?+ a\E)m|jǚK(F!*<" cN&R@@"w\{s<r7>3›9mmx{Id^.&zW/` "W1%prV+'Zvv! A8.xd,Q!~wxZ5?+5G:Tr0*U\wPXDruu ͐)w0 ̬mڀv:y &@Ãx'- QϊhZS᷂ [$, ?E[u7إC~]-t3`>\x-x GlwHGAii|[Aba0_zϞc'Q! `#\d{^^H P$/ARgK#4 S >g-47U+!Zn mH؀_6fм@U(l#?Ľ3Bf5 kdwpE s:;4J m7O8ikP$o>T5&7,w1Fό#ܫM!=Fu^ٛIc3Ҥ&{WzVcM5ʖ qu J|*K]$ =c@1xYkmh0z|H:_,Յdwݔ4HZo3Wy-}]3m%iSgw;=vsEڷQ.(M`x'( WI a`2ϫ%%`a-GC̞q xA"b^z[ZH7]=:be\ Jr$Wxb޻}Հx>Nz_璛c?Uqo\*Bo*PSj:FYYR W<w]Uw` \`HT&.nکk97$1:jOz杆Mn{} bR|d薃KFon‡P8+0R˞| 8©FQq {x' K13KiዌИjcvXe8_XJ??;B_~$_ÚVFa$SO0݂v,ק7I[Hl=aE˼b[& p>{m!Rz5O[ǞJѡ)2_YNa"QC$뙝J6vHJ7z q? F:o}W 05( > ߚ$1;xSU9tgT:1ʃRP$^fS~dvok-miCIҨtQRLAʚG7 >~~]<>})ȿ@?J ps&zdv\*_ܣ!]MR!S=/ɀ1^j_CΛ5KA&/+gra4WT*n3xo1;QFoiks/eOk=nŁyi ]9iU 62+#b`YmW+ DXnŸLuaUY/SC ?Rtl_Ʉ|nt` 왏_mjze~Մ_"Bg%bDx|wa. ϑ(qr0[^`ϳD4/,#{;YѡނlVZ2)kj]=CTr <">_Y@ؙhqsƼ97%Ďt5o))&qIz4 Ւ_Ou*Lwu3cE{`B}[j5i-F!Ǎk\tϪ-+țG !Vut_Do3A 9ʔ_mcř!Qʎ#*p:p&-Of`,&m|7<~:pM@/05W#k_" ׸&%gqFqz@%㑉zጒ@旜[N,{HN[ |_KIt XVh[+vc/}} ;T'8J$AA& "\>Ý:_8JQ_ 0/f6}!U:y##tG)?sdEĞ|E$*_Ee˶̎gKJȡvʞMyu`iI@jL85h:yP1{j",rI< m|$Pgτ*,j S `h2WʧBؗŔgQ5qh hBեvt u\IZ"*c!|mY1kp)K Z mw&lq0&~`2T+sA'n2|wuWu:YD5}5[joez<sXKw u`#6_5XxɫPhL 7fV]#sAeOQv4v[JFdsE[yh%Di"L [75K9R+1z)X)u'ɏ#d Yi,yhaCݦ7OrōaCL\sכ1z"U0}y޲"*r{T>R NeX|Es ߇#;"*86yc Ցi]'w[%Uv]9rzPl8U ؜99l^#x"WɯWHdcn# Q󮒳mg}K?qtOּӒQ+$q(pg t+/i o/ܐbAȽ/bd'JbINXgE[i&u a@fLX/JTk_XU@7Ph)5{/9Ʈ-9]azָ8IxY]4;$*(h}z\)!-`nv}b04O*ElgEAՉH`lb\{a֐?f|&ژ{gfoH! \R Ş@%@-&å);\Su C͟PLZ za^Eǔ]ZmE:OɰlUkl)R+bJ\: K%R@R{GTB7`2Kv >7JnĻܴ\h6za>ӞGg7V }=YaS*W٤ IejQf IsPtf)i& P}&4f%0jRbx"LCJߜ,c}` hޕ1ͮ h>Y*Q`e,+$|1TڃrpHXy ;ѧKv)%+u5Uy=Ts{*~1_([YLڶIO~M*ͽUiwG!E"`5󉞝ZiܚVh&V>dພ` ĸ7=RHԬ,fhb@'D;L^ 16G<"EeZӸ*%r<Ypw8P`0Ȑ}ruXY԰f;6]tZRHN,A(TdϿ=ˌW%W|ڑH5b<1p\ +8JǦΡ=hg{tEBNVqmZ!}ut8*-U1RK@&5r)gݥIJQ|ϧs}ia>aY}_#7el1 ɥ\ ت:N:XϨܑnm\|NJ0[7PNlb7<(Z nSL6>$\o<OQ'x؋`i`=B4+Vf.D'9yVM|fUwK.T177ظ̈́&WRm:0Gk_;4uװ9@u {*u賻:K0o[g`_:@B'dTR)plS :O # PhR#{VٜR`Zj!'NI(,]Y)IƩtаw qUfqΤ erz1Hzo; }8NڝUb%iM*s}^z\֨wJ^ 0Ñ$876.^/]F9ZVe@9 0juC>a`y43Ri'ø38jQ@r2v%h8D6Ǫ8_qMjwliDbYaL$?CkX(.rP#w> ޺$uCM ŭax^E2cLyp,vx"%-xcp>nGq$L`963c?RUcW 3=S6sYV]ǫqf`L$IZ9k&?e( #ˡsIBk1j1\|u=nq˜YM7W=(YOv+\N3lns%w%x],9n iAwh:62I<0K 9q*nS3tO}E-0q'H[~ -\%-ү| |jfmLK.]Kqy L4~j 2nun$o}*hYUQY=7@<* 2F? FɌk}*;ݧ;a HsL[bQMMO?zΪTl7fg̒igͽ&XW!dQ>ҷ<zh";4Ә*f;  PrUT?ou➟z ~Y[$"aZVad!CWB=M_4[ҴJu,]GWd̴ ThL[Ab +Q#U6D΅6C>.aEojMm=CJaWh&~HKmԪqsszR7 ) fs;H}!`hUho#w%ӝb-Qj3`m eM uդ<&YU3?|B2QJ&@;~{eS}|[Tr7Q*eouf|U"t0hC\-.uzXK\c Q%6&s,d=>úVjӫ8b6M44 %$Dmn3!~CQ LE9)06W %O-,d16w d`%+f)1@ZGEoeN=rr]m cCcRp<331J>{Z8I "qIʳHv~9YX|2|}S 2?uj8AME.Ovv wFȈ0%}#$BF)KQ繰Vu޻/joh w(WbL (Gc R&g3*+[bONj-̚}hB 0; $A؂[!T,)j Te) v$0ᑋfbvcH6(W܌ [Y /U,h7f%?aDzWRۤyc)88ܼk› Dde\y0g`TZ5a̺N pTݴ"ycaãѠA?xӭNŅ1"'18ϵN-MPi4NC1`#HYL ,0<\>w,rO:?ľL%xM2X1(?Ev>.B=Kx';A&l>bẹzrLncaԴxf)s:pO#n(.:G] nL sL|r~cQۼ"јE@ݡZ󪞅:p~a҈.FПzMej3Tn^c?WMAnaY$F/fpr1_̍^81Ú:C9Tx1 h=? `SK[$'czRi]~X@ƲsW#qK )PN_BYfOw{3=m`&Ry\CQ1y /Ѭ' %j[`#׀h2o~wdBlrHZ)VIE6ddbv\⭜c$T(` O%O&^5  #⏫p԰RQ_=orIsl0D6B^f"Hmf*9aj:XpF\LJ4O7XhjhgG`q\D!]lۢ _T|W1-zd JOoTX(6T RaSjNb;ٸ=)%2ĖPcBc,W̒!bW ڲO B:bqCa{dpܸ?ݎx#M.#SlcYvئגS4b{(& xC"xwOY@?]VֻkIܟs A\.Z? MQ9M܁K.iIH '9 Fh!~ۄJ<4sSkbh5 JGMveʇUT&t3ͺ.+' O9܃uM*J#fvT0\I@qFFjӅ d2~Zoäs7ŪFڍ<tג@S(i;<'*h/Z^gCNK_$I+o WV2SVR2:rIJ=,̔e3w: #{P=T欪6m/+^Tɭ_|GMHۗ4ᅆL?gTS:$+Xļ4\Y+fYM-[\,J g[fJ&ԢF\q##aU2YpYK\mq y9x (+aM"n^n2dYdo4%1MS~b+(vw)㜑V>WW!vo.U+c,+#RO|^bᔣ叐9Ot5!^ ͐9-ZVHVS\c#̮~d/'Vo(x}J5[X[\/HPMe-qm2й&a$"c,MpWW*( ks1uvd0hheYmlk @O 4ɴȓRl΃lGyBkG9v2 zEML񾿭ҒGM\~4QwCrS6f|;,@ٝȌl8QS[6܊ww ,JĪf{r,xF˥|Ɂ hrjhЃŇ0,"~%m_w%\ YNHyPkW8]~v-;s_|DR><g%+(F9]nҕR3{]]k!Wy]]o%Rk&19TV=V=+$p lofffM5OmBH*>5)$PImM6;t izjpO4N7kMeg1#v e.3 3iN QpSdaՏ8%Bˈ~xr0$)|x.IQ/hca׳Ϭү2~1q/8x+T8/-=H[o6nU>;Nڏiu{: sP<<{{uyD+2A%;ÿtK)P̒4:u[/Pq=e4<*q!('+'d(IlĞO@UWh1KMC}Siw,I* y{S-ImFew8ɔQ;?(#KRdRL6ij$mہxvְ8KR: IWkpƻ-z:ɞot&&;#E׌@\}(f=)! KK/cL9/XK<&Ca(&C U!0F=Ƕ qoQNthrx\WYU =uZ3XKj5" a$" ?ח030X0"A"=(j֠[\;H7V}iAV`| ?@G0Dc$d ׽KP6O|'!k DJupo~t S>]@=wv0|Ca%kϟƈ$Ic&ϳY?xop\čd!$]D ]\Lp޾WIC/¤ehY "vaL_b\'K4nke2~!iSژW[YR"D3Ǐli|޺Es}遻dGe[sgOq\_[q]vuj>tƄ8USI \(r+R>?ffcZxܠj|]S EfU{xbzF}r,0w.ߪ=J\ S&Q+0"z>wq7RJ#Rr"_a:@4  d&B՛5d _mitKUtP Lqp i&WajQ&7,AWB sEk3Hrrp7->W= 8/I}`OsWV49<+[S/qfd,vF)VwBJ__u~㧠)~ @+?cThJq.?2\U^.(bޟG(.֕| G'^֟φ+Oy~ip[SS 5ÒYt)rtG4-,呭cVI ]Ty7"&qh,!e?ƴ]T"g]@`#we5m;4 تrVN ħvt+Blg˜˜9+K?R2XEo{q|-MLCztqu f%N  zZIOQ+`cʖsf㸩vĈ_\G+Dy:,KP$Az:V]役AC]i(Lrͪu[}\W2H(}.ܾ6>-@AB]{,ĿLp?}gv6`U<^p1 ݔ-[ވuEpǪ15TҼg9k+-|uoĭ(Ұ9L aָwCstWJFlyUŃǃ! *%Ev"R9F.W:(0kbb,槍#aW)mJJە" qhrX;r;uIѝAb4la7+`kbʰH;\#"ƼM7"6"T)'s՜~VT/b"7 Md5rX\ F6/8])?# >s11ߦ/jHkxCP0kbo!B4_ #E}JFDr͐iz4P)Jbq^|]sڒ }*bj5> i+0[kU1L,ߢK=EbmNwoy,Z|Lp}(HIi|$gZa^XqN`IZZF i9S: KIs5qލ%Sh{3y#}Ng~kϐ% &(3Mf3b6yҷyDy*|@?g3? y5sA'8MiGjCFrxvf!qltܿ^޴oVXoΉ9e NF=OS×LgXk'(<4EQv&%p0H@i{PILBK=蜎sڻԕAR+́ VWb>^psTMլ~+r-{癏XR6JAڵ.{GJRdMfg&,K3osQ7mAޱ|1hŎkޝ^puiW \ >]Ժ[NMr`1&hi[w_+JthpvnRbHZbq-Iq)7hƕdG58AX!gEMY ڃi6ReY^98C0D.PE X5k:&lPL2T929Glf{9æx.J _4I C -:LOkvMc&<*|ly@l tz|F֖->;:+ީ/#eA>G,O =($*۱8RdsjHѸ.bYKQ~?sJe e$>^1$ԓh|aƲWTuM*7xV^O`Zb`l٤zegr82:hcsz6X WZ/{Ͷ(bF8;|y)Gq?N>K9J_`m@8$ Ϥe])U} s PIÓg(c9r>K$EФ*tM"c3$2oDf6Dl";:+\ d(UїGxIyf^ <FN8VV=a*Lp k?$= =`mpqݹAkFN82zCnœ唊i8iF.s/Mhz$%>5l_ OQ\džR b/I 졗tTjفCww \x]K.2 <,‹!gL%kʖy8`hϥ(* qG7WV (>:J=*(+2D 4r`\Τ}fH{:~X'.dR%B&K9e)-pt= *t:%695 9$;PeDqwyNN _tgT6mɲUEAn|9jbv)f5~f7؂jF-`sUERA6r6k5ШG &,[`Yi5v"c{k3ພ1RkB!`C}%)/h-|S6N~;LϜvp(#zUvfC ]"<Ƭ7Q@f18WXlO~uyҥڛX'ՔC *Xmn WNxEo?E0h jCZUp\?&EbG ?Q\W^jy]a-ijO [2 '%1 $\"-Ac;ÍtESYA%8pLp6~n0~&YMx."0x]vgBs<Ӆh==AC9!',t_V( g3R32,8ɐ_YOg tni#_AvnS<߰SbTa2"::nA8$:l6RC HgM*#JNOz! DZe%1v2)1U[=@_RGkFߩR.s#HdL\H]o toJkbR#jC²+|{kLH3Dhb# 84j/R)> ֓*" Jc/p+gW|$ zFl*;:G6Fa85N0}b'@rJU0brc×,4tȈ1PF9鳤kzu"_ƢvL:,M<:JꯍcFPC%Pu?v=0ZGb{TCK?7R{WloW_:]b ݍ+HpB?15W!4vmO"{I(3ywLHgM:^zD;,.KqyʙT!pIqym 2 -7_FJ( A.L#XzѰt@o-Lõp7;fI @VţUbu:if`lZ^C.y{>hPR!@r}!򾂹B(E^.{g  =%N>Lyne^ .̚rY"e?0܈{A*(l`\|fe_dR=cwA,z뙩j MJc 5ۍ٬@ʗX30Z1W<lEayYzѧ#[OZi.?̺t0-ZVG`$BB$2YJJnR |yR: Ef+Z8v@1ȥQ]T f_5yLIӀZG:TIRV\wKџHc:pQ+H[=>ir5G9ؙ߆%o}:Wѯmd4f'&9n-$qj L0P߸g;:=atpn#-{rf)H1c ͂iXNaBl6(ilLBpㆳ'4A[jmEE9f^fs57Z>{OauvOH;R百V/u; ܥdc!Z?׸&Ȭ\v[i[u!|+uY:,c=I򱅔cҔ#d孱-)dwa >&U&+^Kb1>O;@[x(Rlguimƪ-<|ٜ4'&c,ny:$_{!+qԂ^N{d bMv֧0pl=kSQѶY[X띨P Iij;`6WI+0ޥ<7M7,{[UjecM+jᵔ_t)HҎ&W#[}JYwq dUIբHo~eMH[]_KBnxe^cV.+Դk[v}l95;TE*G3Pzݬ"8f4p{)[A%0OjabVɷ5vo"SLȍ槮#LEհ\K k8jkomW@YNsi6PJλhVz!k~ӁX:Ƴ.pwG^˸uC]J!vz]4 ^^6mB ,us2FȄrbPs0SUhM%kU>;~};D;Y)dPO$w!A^'נnG8 nGV\j5dWCgJ{ߗV봈hilI1{'+i18}n["&rM۹7ũgW*m!u j^%' _.H:9.ƥk{2zQq k~h0ƫtY`iaoaԘSş <8Qҍ*k=ͦ}L ahX~I’@:w1;63)^2MW}dB{ó{#f ЇFnHRdy :pkok[AM8O*`ty>W<8p$*CcfVg*ےv`i^qmo<بrpnw"/@JFIT3}&JG 2}K+FY*&v ({`[?Uݎ)%.RaRށIL58}جBD‡E[N"NU\R26!_*4j{D|B]sFnW̯FhUCMw{ [1[cdX$7Kc'f)@֩ɔ[mUVb6g"Av4N:&!o\/`0"NaR,oZ,d?MT9ބ2@,W>0=!^@!z}-L|i%a'!_RkʰwΑ#4ؘV6m0K}ʑq@MO+1J|%eNqQPFvaIFD قd![kIO8&K%'߭ `=#++ʖgKBYdBH;\ھZydR^ -5OP;z÷ ^^ZBan }[_zh1(40ob7J/wcvBe"O(FfX X\͊v`{ӷL`{DDwahOSHO 9CY&O8V:9j!;iNguBW=Aӭy,ZNi ƕ [E|hֹs)fl̓Xk-OˁA-Hs#̓DL2)Qѽ'Oї'IqQ6K#b';%|6v>#j2="P0K+a+}!iU<-#ɬ\)9:21l+$) 9idOdζaRϧd*2jCTn{-X|tAb`t_ O?^`z@Q @B6W&-h}ˀs * WJn;]q-F\S^+b ,\imǎ+' e=9r6A1!2휛LNh#??DOHn4q͆S'B<3G9 mR1ҹp@ (ت"ѝy-, p8sphR8|.gT\b yGcSt8INb!`(㙲P}s;RFlUN ~]HH_XZՈob𿮏gk#d~4MItx1ô)Xg͂W3ZZJ'bOKGPgLi]K愫#XT9/f}x$7)imtf(Z<<5u@ Ze?$ئJ¥6Dшqք<Ճ|dˡc&4Lf6Z ?R >ءƞ}I&%V1ֺ4dv?k蹻{L<0,]!WBEE# =2vu›a n9ދ(55A}2L@om 6*|XmR$6tosl4)+1qJaC^q|*3w.@)o)p hNNrq.2CwxRd.d|edq7M Ő,0W=ˁdE49^CeZrQQLFY 0uw^R4Vk{{Xv!%v'رeE#JY9w<:"/>:";yCG&z"̀{ 80az<@/L<)tcNlЬe|o1 )`r;T*ԁ1l>.U\ `2|Q)6,ᠽ+/v>M٧$ҨUvILb V>hS.d1 qqzIq3Y atFp ;|Nҗ5k@ jȄQm}XȐ1"}gɯ[3MZHv[p?oF*S%b &k5m]X*?z?B_ = ~(,_?C~ŔK}XT[#͌V&<3L_ ȉ?iYT[O0P͖%.| ,5%9TֈG* =yegBIq˧xVsr~6s*BeU(NQ#96 tiAZ#n#rlM~gmsKȨMfhLY+)V2|x )fܢ8LO C \1g 4Z*ABLptBS^N#t JXјmYMij0ޔ)m/p`ǎϬg 4tuj/x+BGa/G";5PTw2NQ\gO*{rc%9ijP~U6:^^N}~S3埪2ϲ>X%h0ՀOL`7=pWINޥڄG=ѮbKQ\ 4J2; o~M g"\js)Vd? >Ф6.3Cq[nJ3a!;Xt f{U~E)E?RorzlÁ%,cgOW F }kz&!_ {{?ebrOlP[9Cڒ^ˢT/U24 R)mP{=AvE³CJDe$j#7Q? l;|aJ0^VjUuE]Bm:t8E|C~;w>c>}c?l$[ɒ%PIjN2l5#Pr5 Hܠ'ub^2 жyw]3Y˼6F ŖjF՟?:^h_50"dfwZהr5N)nO&wRThz3 rL 6,8d.CB;oѠ-"oAfw" xG&ۚaTUsLn}DNlG jSB9wg,$p@\FVr򘞗n6Y؎n;vڥ|}Db`nD-mm3XeFdX$i'ls?xКbwO-h'_D]i~pEJמ-;VFpDŽmB[aR 43.*wH)a** ' 2ٜc6X[)1%i i!4b3 XS9 L ]+4qT#~18:\F2OV8Cw)31+=W2X)|uj1"OOkn+nY \H,D7?-g\'*""-~UlU]7:@lqCHa`}RAsk̋+һ j[ZTj{'GG1zAInf8TmVM5$IC38gWn: AG_pZŦh&"2d5 ՟½3 PN#;+#NJS2\ =׬a1)m%Pv<ֿjG([#wp}0ҐA`&Z)TƠ+p9T{1)#CW*70EnM+ V5*xc4Svٖ JtbRI*ΈXSg_gx[ .:ux֧i>kY)"w^Eg$QyP\A⒌J/Nlܫ ԙ`-k{}VQ;sC]Ri vq81iX29xOnн74cf}3Ōm3ث d= zZw%fhu*x;a4 Z¬2$\r=*Ը7ꢒ9Yf'Ĝ94><ͫ`>md 7 :WoޏkQn?-AV3q~sfU93 5+?3wOS\>xΎ9^ Ҟ{G4Ne\جT>c23 WP@ݍҦu= -5f%&y g }:.~^g3`Zn'\(jFmqWYi5#HI!Cpu tv"QG!u;VZv ;~d.:\Gb8l>#CQwWŴ},;!pl .f<ALY)=JEƌ-ko7JcvH!Ƞ"ŒTtVH S6TWsUK 2"nY^C((6iquHa+\%lWMkk\yOHJ3zRe\W B5< KCA6ubiZaa+#DCأݪu|D2Zpe Tq7fZšˋ=iY)<^~^&WGבg8@.Ԗݐ$=WoN[caATB_uNݺT:Esbd<γ`(kQ,L)K.Q5 Iq{יkl݀>xnEΘ^9 nuУvFs `nЖذ&^y TF<;|)e#hΓ݌ ?ޡTWÐ!'R&A7݆X,VAT W:wgpgVP O@0aNʈ38bC0TSϏE ˚ܛr}6?П4Y¤oh#B~LGYU 7\׀ C`=x4~^pH %찿*>ͩnBK'xaBh 86IK#p${}ph&n o0؅eZjf H ;,agIn/Q%֑,;nYw_xZf<:Eʹ-.d+/{}  hRxYv/ *BGrc"@^e orGKXbfIؐX5b-(i\V3ETy0nS3VNyu/"ҊC c5AuRc9lj` o`ICq/ ˡ!v">}h/:^FQ򋻛/5R <;w <;u6ꚽރa MTL_=q {-BЅ&ιzA.ΆK.KaBvoyO]uާ(a)o3 q@՛NF{eWd|rq P^=1 %V k쥛aIlg}C(1/iD~k&ac ~srۘ%un~kgAж );Ӡ  қCoe&dL[ c^!U<_5J%T5ԍ=GBb9|j,ur_[w7lE,zDFh[l1 SMɱp\%0ղ l /M)ᤲ$wx˧`$x'3ITbb:V,xI˂h=H %d>;VbM {?=?FJgm!R] VZLҷ mOC?܋?@ae&+)u(=qD=|yå Q߻ sÎy=O]0/c#&9)|).#GrױŒ* T{G#`Vi:akjT9p!P~@;3QP{zTMU儆;Z$`wBn{{- ͼC8I-y4كP>8t2jvh|̱8>9Ҳ`7;P(xjzXH5ň釻u1hcj$sCD{W.ς7v۷yD;' ۜ4Ko/3M$.p@U}fX^ұ瀁[p C}`iD[qVхsDo?fVJ)/[T;8'jo8v>ٛTQ;l+7g;*|;17g^c>VnJ}an#ILw\@I:gy-'2fэcot3d~ݤlm.pٟ<&]NYǒbz(5grg/(zc D#:id`y ]]HaR~OV.>zGK,XHc )ʹ뿪M2B 8/D V1t|̈?*z@_5Q~er(uPZL&))ʢ ox/7ҷIAC%KQ栉a]5_V5t\7XM'ou`W 0.pQj e!-C2 ؖEtHsLy*@18ſTr4 E7KC@“+Hc-~@sa61{F]& =&U'?;=!^pW;O'i;3ٽ`WH`#U Z+XىVbedNI5pu%E|:ddV`{u#[[NQoSzxѼBD3c>w}ì+y.pjc[4֖"c2tח @%ߨůTHT Dg,_V~fJ;grNdQ#2G'qp~avrWzW[oVّX?{.J]C]#/i-RCR69SZ,m ?PF\z:s?mڂ:a3&. obo۫ru}yUr1ϱzF!&JC)̽?86sz w"ر4T:ū\2ѐ߀<~JQl{4y[O_j"w;z7CLx^ac( 3yXD|sh||X |f cykv̆\xpF݅ΌJfk5Q88YO7F{M.D:F`.dnRlӸ\Nh!)J:WkJ# ܪA04>KgO7ʅ7)F pY]>r)uٔCu7cZ&T5V> k,9]ϷqOɰT RULҙ^ Q x!p-v&VsBcw#F޸`9#@v7D8sFz*Jo Nǥ"PQE>PXF"f@ji$d;WmQCEppU't }@@M.w~`8oMó2}R~yJ8r&ɼѵb-j7sϪVw$/&on"Vjıā%DR o()x`7W vq+~T]؛1ҽ?cEV7 ^ =(; X [Y?u`Oh¤x]xB6UVX-Pn@sa&6!}RrI{Sfȵc2;G5 $1_\ gL0Dw!Z#ABmد\}3YE;,s2hI%y" W[jkJe Jbȏ9Sf^r$ܱ\e4f8E\ÄS)Ħ%(!,>Bb0]hx4ŶxAoVePDIJլ3LJ.ɊEZb6?TwƱCgh> ц,ƝK מjJD_Ҵ΋}=cV9 Y4}âݑ͆igى-L^;S{%6ʟŮA#NzMznQy $._.Wд6X"=:f@gk+\,*Eq`?>~ٻoC8NzPYOZ˝E nQ!,ϱgAH}\kG[EkI$ŠIs_)ջt'( GDe> tw6]qά6tlOˊj{guT3򖆐~NWI5{n=2s,vQ`eg΃xX\sɳfplϻ({͋WEl zBuC{׎Hܫ>CX9BHBP>Em{?,zG4`$'{#vt{4!b/ekR03%QPK 4Đ4 x$w[FH^fB#OyCu^HaaTW(9^J! iWUt ˈrT95s_`*qx{ϜXބZAЃa2r'<AO5JHLou+)ߦ@Wܢ<^ޖ]$uIi|~>X0[|Bo^_~2EF AЄ`N*]SW`3wT~c rxDY%,]$y=\*&!kVƚo=+Lw^NR{cxFͤbqx\xwRBc&;2@%''N]LBx[IeܮK X$Mt4F 8fjp/ $N5Z&>r-Ld:_;"·uE)w@,Z [`-Rf(_*yEvu* A J= "i=wf:YKEFbaDEn7i4 ) "Ib'U;=o$񈺩ͫ8]U MһQIBN] !>d xGD@'~p򒍕Ēk&Z(o]-CVTnGcv=ezgNF.kp`=~` V}G4<+W'[tu1'[( Hl% oeL7^@'hVWbz⇟!՟ilm\2&̺ @$ v|)q#M(] J,GDʐDhL?A}sN}= uM,.M 2ٔf9/aNtܸw0z!VM:Bt{[D7i+ vcc$ ]K((KF$  d+xY!y /-& S![~>`0r~g<F>''C"ou~%'U5f<=n֠j HÊ(ف#ءsryTn݀%^y%MuS޹0HbEF{(Ω[&s^r/&iFR5PsgP"c9ÆwfNt{tGKX?d|(:dO}ʎ㮷z4jީ_SweCw)?ZM2nԻ *5;%?J !qGK(ߵ|KX/?=FN;tz܀kH# VBk^+?,֖>[W:-ٷfqbK}^ cChs?LZ+\ݾ͘E{JL:m0pܼTMJ|g 63퀔MtZfGG*%Q\b:YN:$@bsul" MN{8b0w(?J!giL܀FPk`O0Ng#+9(/}U3pL%X.09zII}zSWik?? #tmL:%X>ܢ>K[A ,{ v3j՞9؍52>8!1hYZZ*bH@Li7_*h$}^]0Q 3,ĩxc(A jR< 5Wy\sO:iH[ v F%G(.* WဆCڳb>ǒ%OZ پ^ߣ ђT>fWz{ك#/\;<$椥{*gq$<|O2 |Q)/yWn)q TzFdeABGrDKmXmajYZNvY41še~O"9!!rX`k2`*sV y d e,8+ZU?"uGp/69-ۈ;ȝ\{QG\I|$k66/Kv?vɄ҃gC~TXrPr&,^ ~9#6z*Xq9cXZИIj iok{i#Id7~11[F%\kD.4k%CǢ?+=,e.f=䖂 ɱix0."0gvt\ǭNa_U_;i~q}AB y7}As\/"ynLP8aY)c詠ɸ>~-u7j$[ D aU,KIJC˳9 pcˤs}  8U&IYc|vƻI]ǺeɣCL#m'mu=7 nd85?V$#*pd3/wj16籶 A@ZPH=rVdxFȢeWlRg`4a qU'äݺLycQ}W(?hUec oWgý-htXtOgWMlvω=#k3\8UA;7*'F.`KŌ5]jeRӏ\6WP.F5 t>l. 1zݎTmɈXMC TeM~Hp7\ELեy*/J{mo]] pv,HDՔߕyRf=Ѿm4_xDH(DVAit$j`ێx!/Pi 0cI71e;K(ZL4lSf1-%^'B^IXKT4-9'%Dz#xX/&!;ga#V-;w18= lEQ"7"l vB7]s"Y[%iap i>4jŗ'H}E ",shZ@63Xes{6w ~ S"{#Ao-@'RW\IzxcbJה  mm ԉ(N_'k1ZB8KT>UÃ-jb׆EF^^ sȀq?ft݆?uM^T3YϥTn<α ewtH!F[Ob<: η-s2g!C.Jb' L(dնxr=,dR2`,'4O0*a Sco&" e$Iɞ,GW;SLJ)ݼskcWV8aJN>ˊ8 4VuV Ǻy"ӧysODD[q:m-Ta7Vt7+-|(oTvNp`,yI[ B<+'F5X$Hȴ(Zn٢!F> vᄒ 埝(XR(.B(|'|0`E[8P qgLmMxw?cP2Pã͠N$1g+TmHv839}Xl;E'&Eizd58* ]hN+7Y,gރʆQ5B7ӷ=KC N `Y=ߤEU|t dpW ^#C_#@5|pI514pZґn,+u)y 0muI66t>0rmE kB@`cH`yM"2Kɖl/T[ @^&wXX=J翋ن&x^91EbNm˧i3kEm#g0 .+STmropb%ȫ˽k%OC_Q .Y~eyHҐv$Wb b8DN*DP.iVࠍҍG[Li u1޺4+e7h.hꑭ ʶ+ZIHe>hrc ՌS[q*|e,l͵.sx.9LP 3 <#(И\=mz^6AĮuU,AG.H( ʗE`_Щ D}}JP\oDgʨQ"o@1*2i3ՓO"m pxw^y5?W9#3TT]ĬRbĻ[ܼ95z㙺sOe:! CmCdkQh>dOGFveld!hpĂ>T)R%E0cxpSG?Yy*x;R)s;IŐ9t$~l4nJUplpqˎ=t'CN2eHW~@@^tpZ'Lj22i5 K2XT L ;P'-Y>×O\H/2qe R$aqKvN &6|LQ-=n^nqrpEiHeL Mc,NbBY~`dx^ A͙٬zx'3 E x;c) tN*Uͼݵ!K Q JSO5jJt*A6rGkQVuQkOlIzKv g>P*5SGd^Wn}&a!29dD9Ou'hQR|{YOrt$Sҗ@`!"py!M (H e' zdd=!Rn`lS}+ 0sJWw>BesZqx!6P\\+Gק5c֔ؕ+ ƺIܼ6~V4["0ĺ)=|4Kv . \U [KUYs&:}?toH]ܝǃ|yM.RƤHL>A/A,6lM2M^À,}X " tU)@e= q^Ѣ?FLߩohLsL2&QVI|nݕVtɎt9#ʑi DvUǔ̚ P,5ٵ\gAyrLmǾܻ=ٕ oTmbMt=m/ÿhQn_3)v%,zTD.&1L!,Fa5ӵU>| / J.Mr#1J] ܭZFɰ]`Ko ? 5~SasLɜ%,1,_JUe 0eMNw%^;U}q'n1SGdR1on~?XڮAIKX*s]Kuxx.hfpeCS' 3f0Ps vgL $=G7e>ov"\?ó̽6nw5ԏL,7 < #y916F.iqU8mRc*(v|`i. 9,Β|,G"Gq1sDI"yAEGN4$j؉~e0P+u?vW'JaC 2zB r;bqC4P^451M~ uA맠OrO4ǃ{ON<FN)ޡ)jڙ`7^FEEÝEG pvF{'T} )u(['0E2u5̲M+#ιY#.v7,A0K{cAz\s0إE *˝97er%v_͕/eh^x/ ~SڮR0'o n,UsBYRɦtL(DUvB9h.R'b_46&ك*DKSd^JV͛&]zڈ:ͯ>wcq-Mt_;mBid:'p] ʂ&WpĒ   |U E|!U+ qP?⿉?ƜȲup0埕_*fHv]/;f (5D{BU !5[OOʾOͤªц-44 \ųfP #2ya V .,`f DqJHltRÕOVaCYt70/n;sM{!gɶq\j#&g)U*̢nrÿ<GDncV;%0g"$_ݻ[}=B+^|4c8$?S9rR;8y=l W$rYף_&ݥrbe*p2tHg7J'I~ Jr&Sߞ's_Fi/aC*TLsdTk%N9F4(q$k p:a&՜1!LKLcΠYN(+n4{'=c]K.k+ʀ+iBIcElN/ b? ,BۉR2aW{v!KIrS> !d26!#APW֚Z!n},Ccx;7 1>g=πn/aͺ`/iBWTKB}L۠$'^Vr?F2J=mAD6s Y{g\fA[[-C'L׍Bt: WXb4o"H-!ҵpJc ί|a,k^fxnp]l*l^FWpA$%9/>hgfs+G КVL"zVrh`QV_w]c6}_7rcPT &/J "gK$ӽ5ՂF#Aqyvm7%?XVxDN"O̺QCᜬķil>$ij|yJgf!pF}k}ubŜu5'uIF_Eۍ#E<{b#GɌ|4,B ŘKaW~C1O@M<}u,Y{FHP+9a;?}3s|̳s)`hjIIQ0aM \ew$1WZ(Qs0)/]+C*OLFcs3P=C d*69N"',|#ѓS`1yH,[/F%fmlA@1E#dA$joQJ ]ԮfrvhsŰ ^Q[a.>qYӔ!:\zmD!Gf#Y,3~Z{#̋ƒi u i COZ!EJQS蟔GoafCr{QDM?q;oi|ze4.|!O|% ADV_U'kT>-Sm+l,so(M0%˴+})3^ʦ+}BiN{HZdqa8-fF/t<t>oJ6Zv/tgd84/o/&bBk6enQh$ƫ䙆[-B-DGhT!ӕ֗EvJDeɔ֑;G=|nasLGiypQ /#Ux'Y'Q& 85NձdgCȒ\_onEJE0 i'Yy9lg'LÍmK2TrjPvIϕ7 Tg-7MIOr}A̮u.L[8\Lс+ _I#nZZ !9kŇMC-BӕOZa͑?D$'_h2h1nrCjnK?|R%+Qq~;F *ƈI$XY1}  ?;7Wo_/Q 3У1<wM+Y<n[ϡ*ZSB J*h&l4*,%4w5]hV{jfۗ?K=/lr(Gm iS%q6XIsU ,c>od^ٟq :J+G:kA|r{geVhG ,F ordqhAAJl:xBΔQh'<ň*kʪ֘|1e)-ay8MF!syIPw/bZ;d9ge^r+ ad|,[4@`*TܻQi{W6? !2F+sk<P} AW!,ڞ6ϧ &i_~ uPg!zklBwn'T|G|kxE[)U[6: U.i{A ZYqj $\io'WNJ7F{n_Ġ"0@PO;՜ 滺}Yh QXHʶ' vi+ss8 q)-2Pcko5yAsZĆi-ah@h/M"yUv阆>)@׸;y{_!~~$ WF [\馢R̩u㺺D@Ҹba7+@+kS螻JI0yu8$Ȏ4޸N j ib+˪ ` 6YRkJ qӅk<U WSWY[ar|!ΠFQBmdG9Drp7yDjW@Di4FwSb*2(*p7Gu*ȆTlx,-ӌIl*ӖSq#%-_cTifC{Oz{!pRcu>`kl([5\',l T$)==w<D6<8=6MƊ#FuzGiv525yO$10і*HA?A;pHIzBHlD8CWQ]cg+5 Mb`׳R^ӥDPX&1R|K#C0uv=0Uv=bwHx y{Q<>#I T~ Ii};9Q`ƏKA-I!g "fL>:VHW${7o|ͬ}"X Oy 67b)\nxMaΒMvHvRIAYc+xHWt]bp=dUް^%z• aEٗ3  ߥ *0Aچ>'M2 ŨOX*wfJ K/ؕi[/5;Q)TMֺ{1G8l%}6Y#+ );rX[ "$CgDAzAtoG$ZaL-[nentz[bWČIe-nANP28IJ^ۺ [IAbĆyL c?[DVքy[b{tᙰLe֢XTpEI;eLih`GΉC6Z97u> ʙ,7FX츲pm.XNȘF8Gi]+)6L&z"x([̫,<^>hLp;l;N$&԰C<ىla!ŗx#`J/.W1 Hll1JQƿEuG-VJ7 &4i[8lT()>$"|BJ<dʳMP?GU󂐲lG"Rax-J VGw%'׺Q al.+z匎5#=J;]9IxNxRX;}n ^{NpnfUMZ(Nz[w}fyUZyej913 Y"ze0/5PJzmgNѝot֜#78ŬHcD+0gOG/+BH>qb @٨gκe߰/>,[+F<*M 'ћ؎Xgu6#y8?ԋw$]YI] w)r` Q'R=ᚡWC7DŌ˶?~Is[LL5HȲ]uqq)5JE7˒}|^-m/M̜W;'M@.GZJq|qsCn]'`ǨE; @3\-g/,k](b C;FlKo);8-_3&+`AE*CYs kGRVK?;M߷^Ht KGr~f: X)S"N&b̹#vHfU oѰ7qsL*f``JW4ONv@C8aeSLΰUS:3-y5? 0cY.0_CplxU[wy^.z'm. *"Ƃapuz0o\u|z;[Y"FN+gy-_>Ǯ& 2I)Ijp0bq_gU%ȗRa!3[ ԉ5;L l2=DDRO$J뻸Zv3W;]!tƵc -4(_wR"J[YZ.|_AzMb+O ͫx[ղ9>?ږW*D\S1Y|Ħ-*s{VheuIQg{@ܣSH n(n~67ě[:Aa7rơ2I]q!FHd83;"R#p2ܱ7up>|h8b&bpfE?u1S]jZSefwez!@;9XA^r{A1BC\9!xh O/uQ`1mևk |-PiL-XT aMo=ЛTR>xHSkoN8ryo2&/* 9a*ȽbNn+]fG_oU)'^3.h\|̓6yHLGN;>rGu9j Т 63P:̨+xu@,,c–2wݔݸѯ;Zm)#)S̨GɈCvBMo;.6@3y|RA25sCyg%9Do5/kWpoaWJ`y "rطK{>L,MPmڔ_c|ML ZYOL6vWY24AcѷLX&a]'(ÜI U~}e(ܣZRYⴰJqǷN厐6+eA QuJL z9w}k"ظ4T< s&_G-*GBb"qd>h/XWfk!V˝>k7LF_fqe9]0_bOdfJ+2!C&>CI5 '{eh$6N!0lKmEⴹ \J*;8$Xq?(CO_j\*vaLgXYJU5_X$C?]$0qhG339?1fDHp(t3 ϸ4wtYÍ I0X}v kO *201ApC=9W(œHf<@~tB߆ETDH_  YZ