PackageKit-1.2.4-150400.3.13.1<>,)\evp9|7uܧ-? ]E [uD! 5Xu [%VA(dkCf feE*A;0mĹ}yU+в|: @z%Pl-qÇ^G3^ELZCиSzL;Z%{YGI>dҝ 35|b5*fQ+(_$֟i  $N6`$&@CId>OD?4d  ! Rpt $*0%% % <% %  u%  %!8%!%""%#h#$&(&8&r9(r:1~r=B>J?R@ZBbFæGü%HP%I%X YZD[T\l%]%^qb`c dˎe˓f˖l˘uˬ%v@wѬ%x@%y1zӘӨӬӴӸӼ0CPackageKit1.2.4150400.3.13.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.evs390zl33N(SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3pI.xh X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@Ae3eepepepepeeeeoeoepepepeoe3eaMeoeaMaMeeqaMaMaMaMaMeqaMeeeeqeoeq339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d8681211db09bf0a77dec8e546a5a61b7b705425bfe4e6003c84967cc51833aa32c06a39429ceeb951edcbaf236e6ea9553848ba817f63f269ebfbec6374cf31f371ae56b5bb8f0b888de2d80ce0d7bff5af8b0c69229fc8e728bdbe11a82254bbe13e49b6deafd96e483f7d0f062b2aaaa64f6c3e5c924a1a5b640fa81170c459debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3aaa459f873a2d3b87c8e24fd91d6dc39da3cff7fa6698b2d2b44764b5892009cfc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.13.1.src.rpmPackageKitPackageKit(s390-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-modulerucks390zl33 1709218422  !"#$%1.2.4-150400.3.13.11.2.4-150400.3.13.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:28490/SUSE_SLE-15-SP4_Update/2a4319efe8a8ed6708425170c820ce9f-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=adb1f607ba73e2eda61101c393ae1070f2e3635e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4e961f78a7909d5e80e1d5c51e65e75f7bfc3aaf, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c8634e6dce46c7fba719f4bfa3256af671bc6af2, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=852459189a29e84a61f90b27b97127a38bf4f88e, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5421a1abfbbde3bde562ee3682d2a8b3d868456d, 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.13.1.s390x/var/lib/PackageKit/transactions.db' (No such file or directory) (  R RRR R R RR RRR R RRR RRRR R R R RRRR RRRRRR R R RRR RRRPR RRR R R RR6O4ʩ~systemdPackageKit-backend-zyppsystemdutf-8c1df4f32456576d2079a6107cea8a2f784a29c93098e29489869558874fef98b?7zXZ !t/Jz]"k%eLMsc~X> a3e4obK.ĸ58<)^H`W.w&0݇ -SuOgݷ|) ,hי*/@i0@`|E,ӛJh:uw 4Ynw=6\St8{qANv?0P(\*{Ĺ*N r)ssa(Jrk` }T+2\@_ڡs̔,+9iWZmݑէtG xōve\̍1-9ZUoǩXY(u^Vy+h[[z9q[ڕ h:N# #* ?RA"NUj,ߚ-Vik ԋFNoʓ_\0xWY~ @nYwnhT: 1X]{+=n/J^8C~Hd#Bq({"_tDGM Sİ {76T}+#ymwG!Ms >*=$lgչ0 y \ ~|bic0e5OSI? [gI£]:; |~T.,Iz,2НR](%}3T9 L;2"_rY>z8&s'x.O4L( a­)Ou.Ӗ˄ & /ҷ]n{\iN/׀P& Ooq@sálM)UܕA1N#!*Pu37yda\;.Ҟ(u/0dq>X]d'>lͬ_KSv`i=Sq6ƶ9@LH_$L7[t\Ћg, )q -p]h7V7ֹ_pC!4Pn B@ڢ%U~NTWGlb/5~6 _`;/h5uj &6ww*}3ޏ|m'gLڦЫ]}}yc I]GjVH.h,UT\k~«!uII@o=#zw8\W7,g0 ԆuĎ\埬NƂg$2Ȟ;K'TA^<8 EM.npIe5IB;B4= qݗ~|ɟߦ85+vw׫:ZrRtXq5~!!¯|U1+3R!dv&yM0 /qY+|o /&ƛvM9 9H\7zp"Ù~  suB"x6U$X ̱@b) O)EPbNT [=3]ykVR@"!XSNDi>2 ~*t8q7Sȵ8q=]`Ʌ$K2H 6N`nV5ހbnq$Bֺx~N΀D:^jq\m8Oax]M'T#mwRAZH``}sNhcgtp$9x`Z̴C; QEF7Z+h#|Y  C le]*#]wCd!F)~bb;>+l;c9?PrR. JMOZ6~n0tx3":B{7DOa>ZY}9 s^^,,,PפּiTgydߚ Ěz<{'~7_` TqO;2? - PVrA$-zUUqˆO˫n#ydBX{fn;Ug(>a0݅МWul(uˊ V&ιw_HE['#>0ni_;ΕjI<}2؂<G2t<{>"gp!uㅠj~(G 7Ɯ- JAx^1a*!-ge]QEqp_*ȝk/,3HӜz/5g{xә}zM)ݗ@Y(poPVY*r/{+结Xڹr} G a=|&GLr "]QNO!!2ŗ_bgzU@O\iٲ1-~Ubj??7+H ]M\Hn)5/ }4$NeHZy\YP $'?A-$`>S BA ƹݯFULm.Ա\P0Bw_S4obM∇˴@ *Z|Nಃr&5u!~p[ԙd,7#8^il}q_=JZftfp[ ֿoR73Ń,oGL j7lnDL}b6RF)DɸCzNn&!87OWVspV4'iqxEkqpOWRGuYa>s{s2Sm۾‰NWd|+ƭaٺ;pqﰂ;t6ca Hiwh¥4,K%;$mk7RjD@8 {쀹cQ$ <>MВg`5=Yc*+.Y}(?[3WE 7wDG?=(/~觋Bɭͫ>C{V;&G74lc-BPm~4ָnn?u%?*s(SEA4Wchٳ1 T5zLBn7'jYݙae8:y߬%K1E;!Bx_tObq}8O?$Wt^:g IB]-&Z\@SWh|!A&n aO=vXDN 0pГbģ9fe毖@R[ɑŌ#{땝$$.O k"m)("ݨ<$s A[ `2+YH$@cVzn<{i7&CJ[9.!aXLK]-GQ 6%a O ęFtW2\~h:\HK8Wa/k-'3ꌚ\PJ$3@#,4k\1~뒔W$-6l-<#s6pN ky F(>XLFc9kjړR*_ /L8Zd(tڈx7I?^+OȈ<٩rHͿU4ឮdd'o~Rz~{uT脲INNزNHo+}Znb$>zGiʒ:@DK@-]yjL3b}.* `}6 Z{+8^TlRO1^\Bƻ-ѝ])&*XI%R;ǦMsr0@\F[a-XEU C%{+JϭZ{sfrpʱ3E},)~`HѺ"B7Eh$[0+Ai?b Z%`6.TKo{7ǣW>h Ե vֶk L[=K`LTM/:A˩'PP:XxH[ܰTrkJ .ꑜ` /bje*q!hbÆ.,SDC"(2tQqn{ ~>aSZ ?=Y5|r=<|.*3r<\|@ kŝmwHsn#ZH=&@pOƲ9]0 s+/50bjw,גRfg}8;1QG)9>^T<uT:7eff^C(w@ %/Qd]gQȓiRC8U)PdɉKi9֌C`@v~!wL*+G(a?pA5 e,Q`}}>%* E x}Ry <ϹDlRm!1,lz 澞4|V;Dp|6!$.JqCᢩn{y w'1jjv|9n`Q&58UthJMEߤ) AX# E9q)sP'q})[pL!< dS H^5VtQ4c̻HguD :]R6BG.1$XxqR3 7EY^1fjX $ :~rvw Z3=ZIIA߾,"mOa7J c09I&]DaJޱtn]HLBtaݤD#)X!2Z!Bȹ%;P@ gS׏Znj_i:-nGOp+9ֈ0sޖ :BVbCru>OďM%o4HQޖ1_O8w->"֏?;_/'h+,˜/[Ni23jVJ},ESkvC gpW>}T1,[i2f=#7Sl`m0٦B#MLy"6{n q^8YU '$g-UYpuޙPdݑ1rꤊz_;>#?d(bĨd _X>N Z g h^V>~~4:|T7o"3ߚ.n!#@~2 S Rr14s?A)2'ݨb~(Dg"p#kz'F.ӴJ!#{͚_^V2>OR, VLQu*nWwdzL0|gQ`ٮ?+@(\%#ph "SQ,{ (s/_u_QS1WL@[8묫i?NU9(zmbKtiQ|ezQQ.10@ͨ3Kl;P5|p#eh z[oWs?|J܋j/{)e KMVs kt\xkʈ3[\e)^MϘlGp~WiIz߉9 X"!MO#tTAw\J5 &}3mCi:O _ejK{agL E3Gx8 !'ݕ cl/14hK܋c.qWΏ$/Z5Iּ2n35ēK].s$Eeo'Xl:xH)0TBðL=MT(c8VH9KbnyPcypԚP#/ :9CN3Z* aSI*T9ל~ ΨeEds?A4o(z3iZ;`PspT ЁvE&*Zt3qYnzHjp][+"ezl^ND5Fb8ؤηyx {]49m=Li{~mWWr .1ҷq3]s#\n߁*>:AtJO}ir%MKOudɟZ嶌^A? =k?Kl+ 1ˮ^Ã5eP"rN^V:@]ylǻOSɌƤvGQ>ݳL9 xe2E^69=4lPXQ==O^c6l 2j/n\҆|SkV kɤKcL 'w,Fd"Xdv`ºAgDgi?f?VwU5\7Lf# g ]T@+۔={O;yN#r4 OQ_sbFX|aobLܒ7SSH;Um/Qgz:сu(-?,8VMԚa]O6hH>8& n3\7$x4Tfc@9zD>9z_MH7>z\EU`7 m%0b']~QoQ|+N,ܵb#LD!9ۍw'esWnBRie ( Y{zn-Į>OE?ߎ^/s1S0k^<N]f&xnd^.mz9gYO=d/^=ܣL~ 7J} FSK.ȱ6 )r@pڧD1"0܂EJt"O:]B 'xdpE,s& zﮇ^ PEY߰ LUrfI)Ný|!=nLHbbuFBޫVwzj(,ñjaTMq-6GU%k*J#vRnCV0z?K.p<N\St lDyI;~u2Ez[j>P}I9Z#Ef xYD#_/֕Yt шml=VΫr+oO#_ٯ[pNu /d%<{[(d6:\}< ѻETt{ ~*(<K"<|o'M-1Y25dj7;zݽ=ڌɔ}ĢD^/7(EK$ !6Si)V~2KsR_Y8a||fcFө-v 4AC& Ǔz aS\>n@HPlӰV+2iU@F4%yҍ1QX!ق;?c'3=xEN6FU\ E}4٘廏mq90hs,[ns|zOMᜇ MJׁ:[ԕJ"'j?.nAۑ{^sRQvZCgI qj[=+ysL50vfB$x|Z. C5^gyt') = կj jm#}eрL9eI~ ^j &[eNLՄ\+6%P-d'ày0FwҡֆZ8'J滅MV[86-W`*tћ2s#jQCZW6Z֜Q>#W;~|鄌BeGqjWԐ&'R{}PQĬ>=]7aΡm?'o,^Xd+\#4M;]=C[ֺrrLaٳM윚q9O;G]y8ie*3Gay(Kc$th_ն͑@=np $EsLn}=lS{=6  FK#b8kw9IeƓN_Ly1Vp+A =[N5Iߡ$l YB*a_ c0 o礀)PPzzdo_T 4D6Jh4@#֟WZäܺ3ξ._C>31=eMz%ei`Bh7= Xí#Zbdl >aQ*umqlT&QeS=  HU }=zl١]ZGBD+p΍26 S'&';xO(#ʠקh,xO!^Ovw"dKF(6>Y`K!w% G!;( zl=OXUbk\6*s;1# .DG0g;JSV$>׏莹_}e/u0Bu D?yVh j{}v`)4c;3 Hl>س$E#j*_&X}evϡBwzda5r.R-h0|퐼>qyCOH %݇`d*p[0'YG0QG>Sy>j  u]e~]$G)-$Eˆ~wnb'̈tY&P;8_*Ax9%3P|&eԴSbthNc5؁tJ=ǎ<+GԙWՋRw @~fiyN\uɎ1NjP2;zޖV3Ƕt~ڬ=_uR`t5C<[&d~@R1b.~Aj勬 NPĈH^4ǡ%\+@(E IQFE$5!5؁e,ዂAk#0HĒ>wL8;;7TIٳC./@b{WDPX. Z gh۾`ZĐB2”{0 8Qwa?\<3: _y͐{D>==gZsgHo-ؽ¸WMYb)tW^mesxbL"ͥP ]%#r^k ,Ӌ/X+DǻSExHkd̵ k{ZUغ6ȂVz5RdFxHS Z ŪyC?!@o eY]bTSԯ=tfPQؾ6NGo.A%8XT?%oH$-y]8\v@MIHY u1%pfa'xpt8Ыpx^Վ^S"NW>/j8\uk q=ٻ=Nyx;&s2QNd 7Mc_,zs3:톷t6ԏDZ,Y)G9s<oy78+b]r>cHbpL+pʇY%w+y{ =kQ>v\hPg:G"%<xb*\R㗲d 1LAQn5#`p'kRK?챳 ~us?;}7߳TFj9č?LO&K+TX@(&?Uy3`wӇN*0|e-B;4F:d SwC5P}bD ڍ>੖-F]E m5' [BJ:%^ NF\u Eˀ{oŹ:a(ny>ԣp^f'[, xLm7ro" fyrSG\e`]<1V*fk[0.FsһCqS_@W ^G9x{B2Q|G/ptIi`u9^.Tw[}ny]',x1ӂ?!qN "Q6e}fWgG4'Þ/X2oDuU`/א'x0aVʜZӱ(DofަO hJk);piKOc Rz\lϣd݇%aZiE; @iYd 3Gܨc&!PLrPdҳQߑ' AgX^h~3䗾Oqb& 5z^>5(82T ] {Hͭ/QH y , ,˦hvxEb 1Yx!rAIѱN_IXJ4D롟]۶JdE_JFLܸ= 9StO–~cn7 c,c@Pv ['w4ezp?_nh{f%٥dT:H@jB۔+r=ߺ6Noyw}3WNaZT30V7i/IO Nėt;vWOyb.l_leښ&"d&{{t)mak%qlؙ3X99̐mId6VWG{iTQwB_YWa%ʡE"g`̈F 0)ªܸR FM܎-O^>B'#⤭:Dk W8zji 8C؉{E^۽ ԊY)$tQ{.ܳ;?U;$4jN?9-S-zE.q!WvbUs;wk >; &DcHUZgXzcj{}H%su(i>k&ŖuM3Ŝ&k|ѡ aϣnFre̥[6='cTsIŅRu] %0 Y+YЀЕ" a mdt/CB# D-*Z6ۄ` YVgj@)|Kg ,d/c"a-<]#iю.W"$-O|ٳu^TV@0,S,/Ov@k?1)\) ?@R{s4gexcxtڞXRM": ~8ɥ9Ո )K+(i|VV!aƿzS(MfRPmMZ8e)m@4V |_y+/7lS?_@n҅I\$&>&giFЇch@*y{勏1ceuE{hi}B^;oT :lTm|d)]%'Wc.~HA\ e'[x\)Z= PlcKZC)?j1xDNh:Zkkt(TRغjb7ertwk8>+5LWrl/{Qv9f[vsJijYsiZ Y]Mjs$X}StyOS"8VM+IU?;䴗i;cg"Ċk;s'B͞"7FWiї\ò#m:QE.*6u _/-ZP:'x۬QĴGv D ősf6U c5|ć: >:UoMP~IHlZx =~_$5YȕKrx׻ ܳ,pj=`$Fm4@ Tq)~>(r={ށrneQ47)ݟ=ר-IXvfa~ f/1S8l\w;*Ml@[T^HBH2)/[Ρ:* gk=r{ѹV 2s8_j|H=ZʪӍɚGmxP]JqUp^n6rW{cL<_ 5fM]y;QI&SЁYLpN+ }! ٧͌_{7S/ Wl"6D{V5s:r5"&,M=[E0WkǑw} Bfl@\ͤG4i_ḃQ(kk]8i2 BAVL\L2W֫wg=&\2Iހ={gx0? "U |#` ߿{@=2ͷ"j~]^w^D7"cLޛ&? jFd,9g;)}FYڔ6 `wg\k G}D C] lE>WJ9@3Fc?@2"DK) oIdH`Ybo:81±l`"1ap 2b.~'(_ Ofb|Iƺd_/`0{w083HcDI(LR%&z f:y8W"IM;9Wy].ӷp+9P\[1e ͈H7p1'Ϲ*S:դ/Z }ڂ,lO]78|)rgYB?%?U/qaЬ2PRGӡC[D;3W0%pJfvR+BdS-KSHv1F/8CԊ|8؊+"5so//.i<{w5 t!9y!}X`E Km<鐷I@6WyPʤr#R@ۤИlH\;MA D1^f3#MkEK, ?6,4*b1u~ eΤKoG>GӉz޹`^&YH|CO;q(t#-XPt]`X܅>@¼u+^Hk9{|͊[3vAEC\ĥ^B5Ǫ]Xe 0#=b7: f^AސbTJXK݇~OQ#' c٩2awXDs#^ gu8Dwҽ:>]졄KX[}#l̂yQlo{J\`ߔDQP\ݽQ"w0jY?_SHÁu3Vb}J͹ :"ZrF=UXO|*<):ۭ3hVCuVq XhMyΣ$N{+1DZAAyb֥ȃ%y=7Uθڔ^%N 8"4Mc OW4ZHu|x}WOS2oS+Ê'}Y6yXGLM'OS:TZ?~?׃?{h}oXS^G3Jjɐ3(1j[`mh7zvG<CY%AD8_q:(Sc~HJmjȾy+);/ (P͡ aDpwc'eg2T?.b! 6;sҐЅVnEC{1#^ԄJ zT#Y~ Zt]6!z~=nJ<胼|{϶U%l>>FlBx-riMa%W|KjI'@l9"+#|%*ç?W=x鯉l \lX)oE'H4MR;r1M (Z+9!i2SB?mRfKY[0Pb].RagD3$~C.JmO.O Л.h=cͨ'ep;K2砚\9^/66OC9Ivvʆloߡ6<w?[%^(،]ODG:IPnCŭ®#vAse"q5dmweM\yjO#^W1EeW1m ,l. Suv7K 3U(}˫4v;?خpֵ쫃q`4䛵M9b He`͗=(dpl_ `^ҿmX;C{ +"ZJ.ME=хۿ+RSIKwRS@;G3eCUQ%pZ+SPp5_J@D扠l~Cٶ``{ai{^0=dG>i0/έtrw.%7{C"ݖQV@-/. #$Bɔ.!eB~CfP(# \EsWbܩLCUln?ieQ&V}s_+f)_N/'R _Lǂ>qb֡4)u)o6iznY{$#\mf^GXsJdn{f:jܤιf9ngBͱaBZ$-oSf HAsʚ[&Kw* }~ gЙ\;&#Vp]eaTг'ȹ? DS}&pNӼx0EP2LKcz-YVϺ.Tg/y53 ,W75ye8`R}IVM&={<_?ۖlD#ԏ:ԢUpLv yQOv Idl2|4 -]m+# CXQz-E,txdOi݂mxmp{&, ttE?Iʓ>JƢuj fKa;F2jUq+f@Z'ڻd跭u`aU EQdO:?-e\yWe"=WnΖZ@-1\::^qycxp;쓙`)B|z􆡧b' x秄n^^W -}4Dky(e!. ;5 VG,g@>~q*w7Jx剕(/rg\K=5gChY'q;G0@ 2vYB4]NfƉ L\]q0ĨְJwaCӓ]9V6>(?̿KfQ(*GtUɗg l*YAXcB[(=F\#3EED3FZ=|;sm|E%S#古ZkFM7ĤQhZ8 i FF׸^M$hzsEƏFe ys5sU jBN]ŀϖcgϝ/@ӘJ#Er7L;$!oj"Uz .ây^DžgM:WhKy?W~g06g8Ʌmذ{_3~kȕTW7%RݨnpkM .ŞEVA+h_Z8^0M4FRkl$;˚\ǿ0ï‚3 )mj?A.3$o`w%krl}`]>{npU{}@WDvio% `t k̎Wt)mqP[s L:TysN)|tן̴>{"q #V0T)" }8$,{b)vȩ&K`CtZ[I^O}j1r1;w=JpX'68(ĵ 47Ǚ-zÌ|٧Q\ȃ^N>:z)7:.h (jK>^Bp:ND4=̛_}ק_/ ZyGJhw* mɭ2J0vZeXq+0}BUMTiؼB׷P wE:zc_k [W3`:ѕo'(b7$a398NFyV 1 (or] Dו~L|9v*9-4z_7-A.#acH:M&q_D ̹/d؎XZQ9-6p΍j|#O?3EM [UUo"DO-SƷ#OxϗׅƠӰS2qR$3B+  Sv<u0ܟƕ(t-yF@$f?*^K$_>tŵiEE>We֨cԭ8۞Kr%I3<Ϯ=h́AO8ͤ| /\t"kdj\;%vTQL"GM1n:-P_C2KULV2;yǬU5!>k@jXJdzzC`eI8^R[b-0ؖ;qWwnx.766bWƕTTugJ[c&Adcur:.VqR;zUMBdg ehJyaLbj[6TT p٭T(д<An,EQP]fzΣu%#stBS}m{49ftv'CA'B(#WxO' L'\6 TY@C&CE|&gƨ̡ʭ*Joj~CZ"8}p ;+x*aE =#$=]>D7fI03Aܧ+O279TT Hoob;P𑧺rBx2N'P`'6$UJllAF:yN o`8L{ Ii#Y^4*ɛ2UqLPXN8j#iv^'DUJq1?UweiZ88bfQgYCU#!/JM+WXvR={G20/觼GP.@uNlaxML%q1alߊ?URZWjDESMO^xv "M;pv\'~!#Y"ZH# 9,* D znGBEY0ˆ<\rśCX6m/u7}7-q_X0UF*O0uh׆j$zg$y{$ :q<.Jw"s6:5(KH1&)В3@]X ~,z;ٻ)] /Cp6=d^ _.-/ڶ) p{ɧdt;ω߻(|O5JR?ϵSsMD֋(6mG8P1WatIIoJh MC_ ^8aYW 4K; 4N6צ*P5$?)lH6H%hNt`h0e*7QҞ~o%\AN>רAl%ୌlpÂ

OJs ^ L"i-G0,O]CFL M]x<.`9 `4bf0i۔[4 6i\f!.jI7)!Z%&v(,@l㽅F{Ql7**tdW sP-~9wQ{q$^s|"-< .mٖXvX `d|ZJl2& H'8K3 bakӓ +NB1^$H $ b&O]TNZأz oQR%F@Y1;Zu*YqxUP{la9 x՚< ԫtH޺}f 5'OC6|@$3{!hs8և830\NS7ܰQKcGqW0}mP$JsEiZcLĶ%Z)=Cٳ\z֖ kUdP]hsf#ծ%b'/_5VZ SH(Vdޜ QB]f[ ;}Q/@?ⴶD+t2.'[ӐšQނcy@OȒ4cwǃ.Z~6E˼- Pny>Qwa쇴B N:-\{Qq"r!0\ZS#q"j^.c(N30)Ym q:F‘w 0T<ӶMr9~F)blԳǔ+(:1=k96q 5mP8V:/iVJ˕J"+n 9έn~D\Yu`dg\*56ÙLR6V"𚆈Qv}c1-t-%[i oIaC9B;(V[g&l߁e1x /_n@_T;d rx T>mcgCZ)l *py)|lOc%*W'(D9| Eh%10jf"4D(/4N`RSO9Qbyz[HjP90C=^6m%pGTӕ9Gfx8dRWD闒,2+mהvo.$*5Dhk^}A(t1%ψ A R"J-XS)dn1Rj aL@Ggbݎ҃ SVtuO~@#r6d^v\r 湙I{lbnlx^ӕ#\e~ Z)p,M(-tC25uW/Q$9Z#d^pW4蝿@,q5m噺eNA!FkâP@x:]< 0*O)o%lKjQa^?_x|n(Jil(rrQ^Y|m@xeܖ,KN.ND5J~[ؾl2_^93t_T:a EsA{OEQ4ҁx5O!#zs/F2,O|ی.(-{YfaRGߩm^^d:ìh;aAݛ xUpLhVV\-0;X՞ך“0R]Bu iF8:\%tQn߆\F 29#˻ Z@BLV$c]U1Ni 1Г>_A 8-t{e% |p0L^1|LMpQ:rt!$.{&,Mnq ;. q_Z#``׽B8azrBl{t^Z#6mU8yY+0[;ߎ~=tҍFn ˷2/gki%eU>H>|dоݞ[*}yo\{:}~.nzH]7k^cf *f9upkHҐM"ڻ0LS{XnD>!GlsaWwчcp$qKv"*f,q@6nOܤ8鶹>ֺT" ƅ' **e4^nv4-i=K/\R aT)RԱLt׬(oK> SXބtrD qկ#yh5%[e{}9(!FZ}@ iI;:+}#lzSТDu#S$#vC0F0Ad "Y!EA9kK!_!2x"%n.b {ʫv6'eY6ZE^ΰg kGvݙ (NXe;4eS}E!MfFWGZ6D{>'m]CЗbmyH +-򰪟t3\%I,F6\ƙc}ZU\Ab] 83:y |՘CȃXcU"k6,t<{*zRy0-`ppz<4a '=ZL^doˆ>Lb31% f~߭4DFEoZ \lv"p=%6 ֙1E r%ֵi1EP"Bʼ|ZY /Et=\z o#!f㞛ZD$|֣v' m׽#}sӃW-,9wsR1&d+)`#INժ/8|rE5X*)sw9æ7  Z9:g-zǣg%ڂ}:N?8.5ª&ЈB8KV7J316s|VU_L#R^Bɸ%ք#bcc "=QŷyDq>E`0aEytS%Iz5Q&M[Io"Î.ń=qP\^MJ_@NdWE=QW0u9}Fɣ@ݝa*U+`k*)?!؅d 2gg~M9xr?}L70l]pyK>ߡV2B`meK8hݤ6m|E2Hmm`t*I˓9T?6Й1f"W_]AӗD0Ѳ!NѷO;Uw-PVnjհ4tOXw׍#9"/Iƙ_u}RE\ڽ }|iǀ,Jx\Q`8Nfp"W'.7 2"LL}dɑF+Oz2;*'\#/0vGiF[#9J<-81-Шi!Ʀ?S3~JӏleSت[rN0PZ:Y=Շ9Uω(}}AC 1Ų1O)&j[.W =(>K034`nnWwB 3T(Ϗ=6u 4-#k iQdf-Pu G.m0Kڊ0o/VC|׍7썆e'X3/ ׭{G+8`Sl*iB &A4@ʚOA6YlsR78_Vu׽Q->rnns/ af?C:aQGl쒾,ӄ`}]Yhu#jILgG@{]^*uX`U!`2դj c]3#I\\4W-ebA",޽T(ˠ_%S}=V iYQ)ռ-ioo_g|cT,f E}|RCo^=|76(F ޥ~e0z}Ҩ@ʘYr_gv4$%S~sq 0=#`Z@&G5T? v2wpIPivqE(-^ $Cw$YZn{Գ]2 )z:w5HÒ v@MBq>X)#ATO&0ZI 3݌f9^!GH^92[Y6E~wsyyc#NWE&3?a OpSǃ6DC5X@iP@:ӺV^]&*4+d.pBEDwqCOWmRGDFG/pY:,_@ .G/q GʉZQ#i"X.#N65g/og+)Ɏ7:0zɁw WFԨ;N_'(0S4W5BaN>"=u:1zѨP㊇1ogoYF|QPq||O_ANg ƙeh˽ЛԿ71p;֎2\,T;3)G8u "_F퓹NܟX \`7e?M{܊hZP4qSj%aaxn⪧TVcZ/L >onC9]tXě:7urj`qx$XRf{'`xlRm<9+N (w# N 'G]=QϢ`G)ۇһגIL7$J3p^ Rw^|nP'YIv8[EOsЛ@F]d, ;!w[堡C ד体΀%3r|~\ 4q Ar}ԞңF|RUXQ|,^ vxQYH1`F.Y |NqٓЫ9A~W%!gsiQkwrT+ˉ嗸Iߪ{}ѢGh(Ҋ'F ð(żTVYgSq(Dzwʰζ1Y~6bNj2rpͮ8Du塸瓠)"&1SKiĨ ǽN($$qgj;i9mV5,YIiov>aZWսۅ6 / 9"DT'=)1SF!"aKZPW սlq4W}._. sc&]Yۨ :׎ 'ZQ1k KI<}(Ƌ|Wc%a7JfKw{.r'O/~*+)b' |Aꅨ*W5y9[ytD:96.i4b#7ȑCcCɳӡhs?z݅NBLRa b,ARHfSx1 42w>'N(Woʷ6y>EKz= 娼D\\au6_r_`hp9L,z S9L?vhMl{jז0jkϾʥKaQ6Tp PD" Ip]9)>:M/:ߔr'sCkdpز6OxDyV7cKdah)ōvz g [#-+L {/r #:h O ][J'~QpNe."ls볒=AI#FYEʐ.-˰V:`U=L3skWzˣ̚_ m ,/vzW .Eo.awqӤM/)A٬d[42Y`wd{A[ӄ}—ș]1u";-=J͹fNG\s'exow2ATCgc Y9 $? RBA {`=XYk2-A9䙓Vƙ-H4eyu^RH~?W-ޗ:tYgloMj1X{3AX4[ci,Wh*{ޙ2!A=fA=)̀!`|7uIƹբh,n_*"i$-""Dda$>:6Xy)A%kn(3>d( m3+vM:n}X@R=0G$i570q["ӷ?=^?o7GhLMc׏2 80zSP8 mGҽt j1aG6]}Ko1 0:|M`OG:XԲ"wTⷩ[d +~f K<d/4B'H+Ee?)oJxjC%rwZ < 7>ۖ:f]P.ȁ/t~n8=귳iX P9l;wd$eaBo0zᙶ㞚^ 9ާp &z[UԢԌDȕ`ҹ*(A9܈vR.濠ɋ>@R^:qCUfݺ[GFFA݁LKPWݑ1kg%zjP|FL1x!G;_StSf5qYQJ|u f%ܦ‚ Fb*@5Tٽ&Ǔ8Xb> ,@l,4TezkPFLQŠ7'IԍgY/g~2Sxƿb۟u=;;``V2LS՚bet %^KXOTiQ 8GȽEQ?uVr+1cѬA  RF4GU@=mp 🽱aPzr5V{sp:QB$aUM|ȬWX(2!,^H5ԗ`P>/\o얲Y5;xč`;V4fY |P'f{Z$y>kh/_0v){y2ck^c.4)Ҙ`.~3>Lm (ruk_S?I 4,.2GVKqW,L " (3k9K$'U3NAc]k9CAiTǰ5~z'N$#pk d9WM&xg88SHB qCGj /V7y^_5Ԡ ,#MhWύOj<؅Dץ|B^@S`[ ,:79/ :"C$VFaT]Vݻӕz^rc zf ڟsΦ[lE6$A";aq3!`xai"zE-)b>KnR@e_U+_njlXƋ5\ӨzVwĔM;*mX`JʙIK'^9zdvuc^W<^^R[X}C}Ƹ`Qk~9.B)`<_t&>פ2GY\< `LIYB]r4AW$klA>XTaSC#*_c(jV(T̀B08_Y ?l#ԥK Dۭܖ1Z.+wP'#M ĢT]fKI61 .k /S# t:}h cq p?{ZmL0˵E }Di/iJZоB{m!-#rqTX; &ЖP1}xn^JQGm^A _]!tE)U0Dr%@IoqjNfs84PS}Ҝ^ƺlkyVOB{M/Ln?Y"6c'|o`6`H?JZՓۭ5m3I&ɽ k"M%F а몢<[GG](=ŘP" t""@J"uv^!yT>!Ĵ_mJemkek e_1t7^S :!:W0OMx2x?&'My1d0i[YBcQBFr<˿Vp632q4d|^sFu5%ɣڷ_{8 a{T˯%lfHpK0}_\$J6)-a"77*FF7C)k] 729:g vg٧8$op2:?P f74w uYeQ,/&gPEx9ԧPvە^9y6hLUCuszxlB^Ybh߲c&=Qv:nF^=iyø`mPkϢܱ- ~z4ZWB]ʁ=8[P>iѫhwqiڨwKY<]?Odֈa4\śC2ȩj)["]|JH6ƍ@ɞ֯4ߙh  u%] `wUb@4sk$%xL;Pb9;6e$g "[ʯ0;I?%C&R5mBDSVo~x>$2y[?P5s:X}h/NLR6t%V_`sc"U~`ӂ3)n`Y#A"jGwIS'@ EЮ>2DBfoork]3;mjirfe A߱E!_9<F(?w0:LΡOޙnɠ?%PϐSPdQjmz̃Z.{-#VLѳv']04 Ҭ ǘTԄQ#UIE@u3Fʱ[:ު֖uwmB L$}㷖~FfCќb4jݎZL<`<@`Ac*+i(rdnb놡|Zg~ހ_ZX˖Befcm"  /E&Z/BNBe(y:lViU$t;<Ԥ"eޅZS1 ^ \Pl=K]1m"\_ˏ[駋Ӭld@{NkaspvS1.F@[8f ݽqvThe'7KU҆szwDls0^Gە7X'hC_m9/h=Nr'x\{b_aᰑ>&;5UQdS8vs|~!fv; V;ܾ F{o!B/ޮk]p+Fzfe̺ٗp',IԱAdPQOdbYa恿 ~ͨʻiYs2U7.t$"1Yv[LlHeqI3?e< *n c\uwNzޥEb_c{v|>(s7NocLr 1`]/!2frϊ4+@ۿ*^ҋ^Llyt;4Q!>O 勆B/ͶwdKI VCAHI#)i\FsmUvڹ}Hd߼g;!i^v̙^[MxF]BHDYVVNNm3>d攗ȋJKZp2JkہZ#L:,aRYF7;"c׉$"@ak]\JFQ5q:m^wCj(AZx=豈ĠcBY!zbąaH@`3)|:ǐe!umNQܶh&iسpxHk 8U= G+-z4B;腝 dxW4PPoR8.cx $OB՞glGK58U xj֊" j#BPo]=c~|֣`Sч(swd2S DRw+qqߐ:c3E83c<Mr嚑R r,hXVڨEVR, 4N+fc5 %j=ЭV(3c1K|zDnpUHY;1w5m"i:gH>$c*P[]%FSe79"^kt>td4psPCq-nQm^kX|$:"ǻŏmc"|.(1˿Wr?Z8q*TtԾ!P,= %)>I~ivGF/+R"۫kP$"J'oHx +$aFm|[XMW!}AL B'KDNB(.:T;*'jB]ι5Ѷ@0$h!/pHe7:1g6R.ը NBaggڰPWP.2v#×]l jXLa L85+߿j71OɂIJqcMnՇi: vw92Ob;#&<.VN>Z;+ZܹȬ_1jJV3bjO 7S%`)-OAi":/y( =A,??9Zc_:Vv Ə, ?":ۙc)iwsNMbvÚM5`(Idʷ`h2e8M|BPKZ]P s0AElϖ<)fgW Xybqct2[4LՉո~`XqC>#>6YNAt,Ta 5N/!rDqB06NpU˸IrZH3#3cqA-A@JUS hlxVX?O!p9C)X\* "z̵-sY_3Tǘt[ZάSb [O0(mԫ/tI!QE*pDWQ{XKqZP2Or}.6O3z`x D 8+00Ù∫ĊX!d-.i_poX?'w72+  ԏF!տARЫTXz wbqF/y1/n)B3tC^TD(a;-9EcwJYX`BT鷺"1f] kEH=vB oZT=Lꬠ;0SxTSN+J@ā^6.ˉ=ޘlԠ➲0I]P"ߔIA~ kvU&Յp g-x:W,渊_ԐN0.?-+Gp=a,}DVvJÉj0OrZZ}~50r'M\kJYnQA'^*;!k 'ŧ&HXX(/b#" IaԊ?FV |^V{BVWv3z ^q,B3]0q)MFU~] Q=a%U-dO>G/VxhY:B;',6/3'#eU\ a[C%5@xˡNl&yb]DI8 Fso*kё~dn@:aa[2+Brs[9Gծ*ӼkBL-iky[Zd/CAv' k֙]0UEUt2p {eOb(PLxd[g@\&ZujVZ{O|+QױH&Z&!D&L9?t{Tʟx; lyލIaBTO?tHd!@;##N_^!\,e 9t $8-}'ݘf薃T P6dNUK>=]hc0$0&.  kj2F%"]#ZzD?f˿0{q.362v}Fi_J`/c/V_M@T|!3fjI#rxlvVqz _݀j9kKtޘI@&ٔe?l[6KGY 2j6gA,`v6SNavI 26s` p^֟y!eVs9`]Xª2x305.0U j/:]ꕉڛ{$!q2>#m5qAQQs.EنI#=AEf(~")=?OO1Hd޼d ?_3Jtol*NPt9L 1'DX 9YTxiI#_c;TMPbOlo5=U=>Hhݤ=nDž#Ԃ^2Ӗ}л/ZYLOm:G/c5y ˘40͚ٛ=-C{>γ۟Sd1F2/ Ni⾮ ige!~̩0GE|DԻ_k:5&ҥ~U`U 4L`N\mr\BDMk=ח;AVn; 3]W׬ҙèIMCX|"̲_O%69n{,\Y.|pB+ѝj^ѩ.Gl5q5>B(4K~>0} h}3Gma5oԐj Q3'O8GqVʌ01 w\& [#Dُt͖q9i˼͍zߩ\1::dLp`hq v^:yAB|~(Nq́1KhyҪ^r_6HZN9y6V҆4k(T*e>4ct4:THd-] dž 0K`^t*=Wvf/AX}*.WVfʮBX}z'!~9/&J`Ҿ!4$`cNqCDX?7qlp]zB!ýME{>5U-x!F"E8ŲkH"+LCDY*' ~$eZhRiO^|Kzۙ۽3L4 (VH>Ok;ܛ췜-N)&(pYhBt}}xgOf1rɛCF0?%6|")՗Ѵc)̫h4+n yc_fT#w<72U-JQ/&pτ?Rb6|YJkaK|ϛ /$VhSf*s=l ڕPԵn#ӂ85W@dlp"fkvz%-%ίPǂKq@]`6/AFEyEhwhkUL.>G{e8Jp_ֿ^+L I*Ka߿Gz0Y&[qBÏyN%&IIAh7zKix'(pBٔ6:yvy Ix΍Nt}mo?S+U zOFpcr0a#ǧ9bcVik5ϑݠoz7%Sn%_*VzoCNIfhNRʒHMFĻ|7Lѱ1WW]]^\* )4*頤'>+n?%:B:%RVŠõȢ⨏tq YRHc#q63;a''43bm7YaW  `Q&oRAᲛN̈́=gc^k-1k'$Z0fHq=k23' /B4&ЉFl͑R+8䀨.ܫcfO?ku* ogFRu!哚՚xkKD˟Jc : عW]^f]( 0>TFVtPakൖ gLT#U(b fQE`(ޙ!R*Boq㷌\5w-Z :h5_-I1$69n"7M&5Rf?`ON?y h-5{cAweX2/9ejGU]kd$L#,@+C er y@fʹRATRNvg#P`9IS93JYFJ6*Ώ1u1BIst=꘏6dvheVS7'BSW;%ZRS"P5+ xs FB uUS`ƫBS'*yMLw?[Ŋ)}34EC3GR~׍ޯ.gHs&V24~Ru$ӑ/i M1@|07h _DR~t&܄V%t Pf{lfMEcLHu$?c1}5XO/m+U[ C+ Tdle^"bڨ1P7W]Ԉ=aҹ 'DmZo\+,HaoPDOSDDH#Cf8. ik:XX6l}Q3Z7jAx? SJy Τ7t#iڈCb) z/@{ M^(ոpb+y ,Y;K&JWu^s]yMO~?)wu;C`Lh\V1IRR!u1V/)5➃s*CR:L^G?ތLdUSj|حȆ;GD$ZT}2߶Eyp&Z;R3i>xurۦotS&JYρOk:S!JA3ϵIjv^oQ%H=: 䰣p㤛吠LJ^ga$YQ bexR n"$ީ_մ,q@ABI5+״,kO:J@!ަ*CdEV H,G$΁n ߆kFk$-PBrfFtc KFC)9R v >qR\zb[%s*t!)][>mA&iFJ}2\x$T+Ny`FJKT 7 L + [FExiY#dEl7>ڹG.5ֹ5;/g`%BRXVݺ'%X$>ٟ~Vn; V\Ÿ91,1:3. MkQz_O} =Oc毙 {&ΛN*,Q.8qF#vDEbq0~(jHS;S2] sC<\qx h4xbLJQYU oc֬5N*c =&R m3ELBq:n@E3Dt Ym 1t).?Gn)䏥CBBm**ԍȏ9(|'(btt*KL+D| Yf_Ctى*\ LtA lC.4V/dح<]1?;eu=Pڰn,@> وӺJ?$XHsVFNN8(>ݧ='WF&PJeK 9ݤ> dهu T6or oAH1G̝=mv+@l=6<mlݧ>)1jc6}Tjv*UM) " &hNl AiTml>Bߩfĺu{5iWbBC\diV\|A6E?c-'p Q±[qF.Rj=XszK=jufXV Ӌi8%,S}l$@($qbp5\.$KV{}uRo>=ʠan2 0d7b!Ĝjݑ^=v ZUTkըob!3? +lJ8CY&:gמs3/{? ]B~ae( 5:mz4qvi9"8;6nx+5Žv_5;0;[{|#e%n3J=0̇2 `ju'_ A܇ǐnVf1FВ %s6*?bnF+n=R o@P1u~"/}>R=Swk$d+,8p̀6jt&șJ0,'rw2ء۽Xݼ2xR߶NZŞ!d*LFʉvw4O S!'.(z 0e2w4цRr2grCiQCXkN8#JR $牦{f䤭%BQ SQirs SWplM1q4wvӡ'[UW㡺K#!}ϰ?"f0AA>2HiV Wߠds->NPL?7?sPU`1tM~Oxv-g/9<X Lv/9G/ ܃F}$ʹMZumݶ)lxQ&PWҩ Y?!Z lpWqϱ2"ʢzΟG aR+}#jK()a(>WZ? \-^_0/-R-GyͿ^G(L܆IBMh+$/OPؾOͦ't iod,<=7|ea\oۅBĀN.i;Qv/c0ڤi3+2廑`aE>b+kE4֘.OzƼžLA!ˆE?oje.e'x^i0(kLFm!NGX'>6ɴDŧ#8V vլ(7.y_XF*9 L]=Fq Z)W=,ՠh`iպGh5b,;͚;rKɦp1o !~d0o? {\F4j_Sb,z$" $V7@fԺ\%DV ^of-m5 <- .|lހULmZ~߻$ Ɇ:EgC3K! E[$71aEwC}RZ=QE'Ƞw6gDp#|. y~0`^f^< ]hoCzF6u:)3ש?Y֯o=6H:`RTu&;Y@jv/~ :9YšmߞV v!N@Y#Ըa N1ح ~Ƥ*\sɰG'&6Òe8Ҳè#{dhNW8N{Nj3){YVZm)P7P%f<5gF2~Bx޻vZ_q r˺0UOUEg˫mB>,AT IP-aHψX1b#(bn; =1eiM*41 4L/u&쯸zֽCln#.s)Fi0"c##-3mWU3n";:V @Rr`1~gMd}eu2{ɢ|ji{?`.IESƗ[@DtXg̊]8b=o^\woV#-Z#.u_:" y༔ O A͸:!;m(HUޱ_K-4[ư,)D BSd|?pNlw^48ζOI3j˺F'ŗeUwvO :6Y4q&CiS9 :gQݫNOMOjK,-PZc=g46J*9Y:=S~ Ry Po煟0|a_Na0!$X Yl*K|[F-&:A*D_b5 Gd9鋛gVG-k;<AT:-=l*:qG;%r3{_`MeW}A=WT1/W@i.lZv@E[ٴU ,M3GY.HEzA }sNF6g,$LO^]5|-e{jB9d8 mXȸR5x4nU 6#0'v^Jj#@McDf>uH((\[5PMlbBMwH| / [ulޓ6?eG*[3pEbt> ?_`f5Y;ESLfMQ̃ecf(j2]LIn 6)ar7 dofUG ]Tц]^-/vV=qcM==в[h?pIpBEgVR-$ֹag5yZ 0nknPSC"d9"cipU)zu'lq'0+ʻ -msYfw#OunVxwM!b/A6$h2AVQ 6T 2V)O &*@*lrxt&޻:B;@ RA?nʛGPG6t.xaUPT6ԥn./g(冀%Gd9b<ƿʈ\[K77*j4ve6;lfϲ<ɾMԷ|W3?@ZZ9^?*t0r8FXCJ&F3P^Wo|*} KeGAQ 1"pεusq\9ܜȒ7A_B ;~,,.s68&{ 0N!lwxr5\i0ܳno)+FӇΫx+-$U0iͲ8h=vum'ZiHaڎ10VBkVc(ηW]VcXTנ@k F=eִD-^W@~Y;kOƖj &ebG]])Cx|H`̥*%ՓpUDXuSAb]᫭͆ĢΙN.Ăj 2d\m,Pt}yzay_I9+oՄs$3}s4>v<-@|Vn+Nhi#ZΒ6BC} zԴWZ¦+J 'r*;҉&֛jV9I>菋m9B a@ބz%:1 K$2>DWD4RtlBڜwk+8Whv94=~n&'Yw>PxNgv=o^EY_/D`u ̊Ox4 ^:L/x)5pKs"xΡ0@X#)d2'O-.&y\u`]z":Ӥtcdn'VHGuᡈҨA켁j"+)us%ْyKDw jv>I3#R&߯4X< NWnf|1dOܙϝ5*Z=zGt W.*!inv t\诒Ee;³zr:\}g4ʙ³IpE}K_<">씍Ѷ*F燖eg)JU(JK (DB|>n>zsy,6f4P{9Ju:vi'F\ρD_O/@u2> Xl,D,Oqx~Z9pW*VA[׎ί'צf* ױyቊ:xӃ Hcf7t08A6_v`~zF$DUZ2Nm;kTѤ tHK:[N{!tX\C=R=7:?]Kq;q|_NZuW )A,WUTXygfG(1#ԍg3ե/ Zoߜ&-a`E<8$,UWa)fMq^vdWlLʽd:RU ʸ7Cqa,nNd*㼪+ف} ,e\޺ܨ |˃.&>_1LI&NvjɝP-ztx}QDyHe6)+פp ^ ?_'fh9Iۋ49ݎkƩf }ēLi..3pss7%>qj OI;H R (8eRu,R^ $Te!q66*A=8rcu6o)^6+Pf0'ZK=#y*[^^1s@ oKH\ɷyzYoKmd>;M'd{S6yz"HDT ȸtY6yayC @-F;?bkD{J=S<Kۛ:5`͇ר|\Vv|~"Wl f {Uuu,>c7 AU)l_Lpek0eb\:Pql0yh3G9_rOٝ~$=`73 b>" t} ..gdTl0]&#T~IqRWie'y{ T-ڧMBJC=.rt(1h5ϐ׳#8`f ˹ne)߷GeBU?&%?ie^"m[ѴU BPߪ5Ii,\]*yHsLm$*$2u ҄m[ysYD\"ri"S h|X@ 'lAD}L%XM4gc8i^~ݣ&p#o|žX%)kCXZ\8:Ր҂a\Ӱ%99P5=_yNb#YuOzpPH;NN5B⾡zqx;Dsw%E&H#]G$NUĤ?D;2%z.9ӃJ" SHP^]J$~mS_z!ri7[J}.]M&Ta 4&̻+K^ +xZWY-45h>OkW`9/`79β#O2 {/ ET֔ "2\Ljaڪ4r28(0@N6HU1-0\lqdx"WU;9LwNh7X op&^ABNdn5,Te/臋fi8G!4\3F6fDG\&m)vyӢhZ}hBI <>)8K7.FG@ ;F|trC"I]l7.愖R$(~ 3cC~jb\f\pMM "jMl]x 1(o}`(M7꺛j{87k G_J,:pDw/_( g)9y3b܊GBT5X4dD7vtwާ*T6x2͉=γ]ٲk=u N=2*kM>Uud3wXX3Օ7T%]-u3oK*=cOvN~P+.̸p)q5xĘCx$ ~ޚ&-(SԆ͂}R):0d$HCO*V㜥In,uxBsyKd1OՆ3Y:uXck_A8 n)Z9rH9PF526iS6" 5<;a߇wTG g!<6?B@| ǘ#y,Uub.߲7rOXg+FHK1a ;@T #hlcdZ,$~:˄x 7X"\0 Uíqh ˁlͿ obD.KO䘤jy/0bIWrx*tl?&M~7$O͗WPA& vk㺌ҿ-"ӄy!rH)" [l3syE2ŝ$V۸Ʊ U(d˥ JVtۦv=ů1"1ơ0g,sb(k/Șf/@#ǡ7Be-IPvyrZU ٌҪ\Ed-; Ž'b@ɠ+R0mл![R^%-/Po f Q|'zC¡t뷪,{;tp\ۣ<)~m@[ҹmh͍>_Д8`y}&;jhlK(={tj;ͷidf)=7+Uǽ9 ^/ĈZj\Ay- b1o[6QK:)^|lcXQX~V}w?5^W~N.3ٌ2؜8 Y^ŕXW:Dihc Ġ|!vCZb5vtRdN].er[+,DŠ%Sr,A0lPvm?׸Sw| F@)`]*aj8guckex-:ڎkdɀP8[Hɏ=4G97; ;|ho:|!i|Fh/,#{Xļ'% &7+\&T5PθRL-TѴD̘F? ZCf)3P4m w|\VEux}.l;ynF6ԯuAbu ʧ ?mSĈ9yWDg5&G1\N#C3qOUJ PyqHc8}9.imwZ}pVŵ]n%L +jC~2iXN7qsmA0$9AW BT-k%/[\l.I*|>d Hݳuc9]܂+xҲ j3 g 3>؞uIe}By ;Cy7F+`Dx`C])?g^|:~olnbN,wö!U*~otAk#$ݎ}ӟUbLtגӏ')+:bѥ0ͣOV,9ZXE rM}|%<߀@߲ 9aEci27=B֪lY$D#2~owGt LPd~b 6a^z"8N CQ">ݑ V:%Zha{wKc J M"dӛIL% M,(v%|W\C|@s29L*1,Ӓ.$2zm93Ir O_iKk/uqjk2nDA[1gPQN,(Ѧj6CK72DyD"5uTU6;'F!)Uʷ$lo禳$`lrds9' vUq,PoDj+L)N ћM${hKed_AwH u qLEb aR:BrKk!9j_^8Xy R4]!Ψ0w E}fi~ơh_qSHv-kYb(`$ƕ6ox'E".bARXX9b/%$&{kw)WlW?L2A}у|EN䎢wUe+ ݾYN xVZÄ' NǛ;INu*"A끢#S "P1֞(|i\%N  >Q#1i-g2G>4~iꎧXPdR)QN >]-F4 7|¿]C}X{YunCA[f5liLmqE0MF.#7.^iYS' g3ĸ:0$/rz#WT@ aG7/T,Z>DVAUL(d#' G|h!q*#rXI AZrQ~7Hs/ 5Mt0X8WmCbt>%%)8fcwS ҳ%pKp@~omݘW'$IT5h>͜% -;"V]$E.:=*\d^a zNreߦ*KsiTveli %]PM2i&& ? EGvdĿFv-8]}M.=Ll\JB49UkXγЊkb@`M<2F"#oMJsD gS⾚W3[b櫧=G9<š|XA(@  ֔txrӎc_7``hՃI÷`aE /ŜQ } -C#bJbY|}(Lqk^jj YX?j Ȣc?zhy `Sa;z}l|#w%A L{ 5Dypl/jn#L0<tYs2o]̻Y.E+k5WL,y\J#b{+lgriۓQ@ ;kg҄3u+g d-Q mY91 omdBKvlPg1T.O6 eTcnڃ $t iǁ{%ƨ1{4ك<"#bb֛vE;Ep;MJ)\т d/ .e0#0x nc4ҟy@\jJ_/ژXk>hy0Z;@Y |HGGH vml dKm)[rJ71&NDщ0ms^1 Y|fNߊ< *P 768Ƌ/h;5u6` do_шVvH,w8\,@989۠J¸T #yp1, 0)2+8 cقs+[{eik\R3TLBGU|aDHd΢6 ZiLTp'cϽz6U=:h xfб<Z☿5.)U8領\~&ʘVB{$8|g "x8|,S:>1})ġY fͤz {X5jF J§8C,Qe9푠uP1=hr5}"/B}陕7qQ^>.ʿnaFy#wJ 9dsUfB{gC~ ]*@ <0%EkSD{jxpuJ';=Ju|Uu#{2*8w'\BqSbܲEn_D?1 mM29#D;@.4nO5R+zSd4 1CȇbQ =07 -%N+<1 P\yݓxxPꍕT@Yci!Nq8 @4T2}3s&'lyfCO@ YxNB# +%UT8,@8/#`GOF}f.rRȤL^9$Jd_/[!/LՖ= ,GX"?8׷]޾mg (%Gg.qX>De*kr,\Y s:A@BF=V\;Dm|{F3 PH(|cȅ'LKW`g_wA$ߩP)|B$H$Ґ+agG_AM\,0"'[!HP9J ;ޚ%m!f1^ M)Y?"쳡P }i"`RUFCn%ɠc}H`a\ϔ[6Eli`h} *&qj (gu\A]!{9kEa0t ox )Z^ -l87OFK8g 17X57Ž{?rV s9rͣl 4P w+ a㶨ףF eP ǚfFۥlGEB'4剸'!>iEv(I~huc7 `lb$i Jl\ k.hw}▣ ʏ*'6#&iP+:΅xcOwQB|,K3J@&QHvDKF+McJq;ltxe|B!`7dRD5˭n8eҴe؃!ϰyYe$_YcA㕝m\s6@Sʧѣjޚ0$؇9^JsqZ忥St xꡯd#/G~ Sg<2쩸4ț2 *zrbC~-jb]"pF} u6vL8;[oM!I7D7w U{:vS mzM] $B;K&7f瑰35jḠ$-c0GCàJ!LNHtS P? d O !R`ʱ /lz+z7ocI&,v/&8$Z34 g@<#7oBhzAL2עsԗvp3K_'{JF-oPxmw'*} w0Rqe񵳥Gl/ @Tީs`+Lw`G*UNV)dVT")o%x.@U1O9>R9ۨf~tqWjC4X0%4kyLM1D5Z{/Z`9ڵ%7.&|0U8 :cjH$s]YhG0+;CG  TԾ] [.E7d߬OLG_z]91mkUi VD+yd9wwZ>as nz194 !7#Uҟ7NqaqxZ1B=ǯ ȷ,@x? O]>z*23 &D)6!0P$~Br72]{n+зԲ,;VQ#Px0PWoUdkЍ] 9Gl(VxԕS>KB %:@C& H įN,d$@Ӝ6Ze ݙkorpHbݜd@WsgWgcG1~05ӑNƀ8hk1|OSJNO]v zA+N{-<P $||TWn41Z֤TvFw%q^IieMp3"oTa>v%9H*%&dc܃j)Ix[ Q*M4 'H֛~[f6ՄAK8ʾ2<ivڷZE9x.Y# o mJȓK<,5.Z|V5۾Ahh9j89}įcZVRuŋdCwrDBeE{|tXoi3,![mJV~ kvE6MSpy~Χl=F 66:1+`!r j+1lToJ&>K?Q@$O#e4OlzγsS6%Q 0l+AB]Ϸ̿/}jJ:TD+vd]YʽO1](&v oލ%lqBT ; E™3+vIZ*I8|r|kIaP 33\#2t=aH\\_>mTܥP'˲(ŽkRV!E%!:EG26!w\EcHpB? ~P`B&V/zKO1'g3O.Tk(D X j>VR~5[!UB#+e>!SY1jj*G2Tt_ ֭wU Ӹ&ozdS1­;]qi;;-geI1T [Qiuh؝-XC,xR&`uOG:Cҟ)ᒭ>QZV4R Z811 Glq-*d^Wuj~UƷ%p}{%wv}f 2giӺ>K4ڑ {=hagRP6J7Y@-ewqN>jCa}⡾z`,VUC#Nmq ,vwO=j'g,dLjjIѕgUyxx[m+Ř338a Il/-πg[6F~ U.XU{378^F4}lR[P%-1WrW3Z j*?T(-N}HԾPwDRf.3RSh$}:[wx'xȴDk|86i|*gKݐnٲQjh о(~ '1K Hc[&uy{I]+&j1{w)Ќ*o\}A8Wk/"UKW0YG2K9q}޲֦XWĶݐ""x҄mŤbO+("_u  Qx41_IdyDE3\d``k;X^8..h 1{q$W/tȺ^FH6DI~Wo[˝IET FCFpzUDiG[27Ś-X:_)X_R6'ϣ뽂 b(9IYD]ȣgxɲ*31} ӷ2g#,YAqN;ߝ7|: Ѥ:1>m޻"inT<ۤ{[rZg8.ԚT1t˴K I,ݠPBCm{B1oC'|]-7]IIJ..zvXdy/ewԢHX)"Fj2 Քa 6:s邝bZgv~>dw")B,e܈<K^Y"ST:}Ec!kmQ-ӧWj6DtE)skDxpB_*AhW@!9wߒc"Z[cJ6kH&1t|KgX˱v0݄\%LE6t2vOHnLJ&xqY(/{8Pqpw1$o2pbBP5)-zoZx/ m_lFI=(z/k+VX"ʯf}1h*FCl1߬.ppP-}ڝ+5MSiSn66vmt)`,冰eo_kwدﵺ4gZ!9Xp2Y$2] }Z }͍2&Irc`o1el#(jw]c+ڶ.&;$u!t|a9.& D,OԏeB%T`^בA̘OX wsgty [ eTSI{7 i77FV.d5K\| 1Xn6P.DSϏ9 nx1olKwپ*|׺=\2D`|unSHNhX&cZRadxcE1p'ė3:G2]VHtm8VGҜˋn>iE4f +k1vyAfh҃q:27!i@x򇼜*[6@Q{WZ^b-TpHk⌜#y/=6+-ʿBJ0'Hd ``/Ġ 3d[~rFpzq^z5LEM0GWLeOSyZr*#lt`SHNӬ٬Dը_Y9 IKKt/{2Xw۞(D`Z*ZC =v3LڠPaJЧ<`yF5wY[LyG,,=<VXZ`%| 9[w]r%) s{ڳ*!O8 DHRPR%iOJn.KSVx=}O[ 8?JZjE3j+Pjtt0pKR,i\Xn?U(]soPnfJ0JR. Z-~]?M`xUq͑+@ ,k}"#T? ރA}|rjF k) 5uf|N{6 G)TpȷN8@9.n}z.G||FGя! ̇Cy=qΘ⟽ }>dd%PGξ ¿(۝b1$$]#A^Oυ\d)mR$)GIc`WD&al9︻HcKtXWtF[xHh Bc ҖMo`kG~J^ZSآ{ *t>VcHȤa;Y<HCuk~OmZݱI/ $*H sXS׍[g!HhKΜ U2Ϩ;Cu|~]5O߳tE 7l,G ~QKV+N䞲\TOD\C<Вwjrz; gy f*е`5\t>4lb v4žv1~BRPDw +=y\%^PP4anà% Q^%*4 p=@oj/X:kː>BU_C{%h96WU8`.ӠrV26#6-CJw'cˢ"U%-ea?Kc!&# GGtZ_My8]] oCՅZ Ҧ?_tvt"s ,⬺y㕛bT7hK֢rElAmq#yb6v)PDaqzPㆡ~5; z o+yqF~b/psT^0pvJv8`f,0)x!ŌFz:RWys#[eaR J(.#T܎]j5 qYnXFs brz5m.Is#8mPU̓R[K,cޙ@,8c89Q"$W{&%DEvgcNȁ}¼N+1S6jc-[O砥m̛p, Z? 7 4!֩a^ՏBWU>ca`q<1ir”z['|ew(0D|to(̏9Bfp{JoN 5R!w13)%V.1eB0Bԣ[:JU У$RQ!U5ԥ@W8Cc)J/qmwn4R;H˝J:-dyэtQ͐G0ϋrT_Q!j;issi`φuA m,3EYɧ"x!eYj6^(@)&%U3!M ̭U0n/Oq2U1hr+ Hx}ܝ [- ٺ%󁩜8o$'q W<؉U} ?4iঙ ۡXS2wLں^kHGP5u}uY5Je2QAjҽ;t&iMT* 9МtWV@~3=ksWԱTҠ3qb {Sh+Z&IF=mz:JWi{*f?,wԧ+%2 Kbw^yqi>΍6y _ R SN+85|E~ l˜pG@/;<(eй3bB1fːF~ )Aq&)3w|W%C(PDe-( y-2p$j\5! Ƅeʹ[2PpzEL띠ݵYZ62R L)#b+VH\R4,(XxJ7QGn:',$Zzǚlf*j|,m(#oYL!Os[0.NG!%w @SDR"0JgJLh3~,2H" ;UܿX YuaWXNc(A wZ( eECwJ+[Vۥ_l >B-amR-$ !G,:Ud);"0>ލYYF W$x?Kk훳FyAr»vI" lE$I11g}fpF!#/k6tnfOX>kV8*dӂ?bLnS/|,AȾ'qNjW2-hR8 O(qmxKC&]^%eQ/@CJw$)]35H N@~(cLűqD++Xa^y 1r:ibTP^۠3(%!46 m#RFIis)۸ȁ|~wrM.L&BRM3#˳AF&AX>+<'GHlX#l`[%-C#d[}4&>\ SyG R-М\`o?%Y_XSW^gXL5L ( "Oh *0^'Mq2AL2 xB1-l==jiHz+e-&JJnȬe0\15(av;- NӮw H[Dmu̝{hՃop^-YWb\+M"pX 2"#!^ 4Lϩ|hĔ9} @=39 gJ,ЀP%N e4.ve,H;6,B9ֶEZ|@IBzxEa B $tJ)beev2Ma%LD[,` u*HwL**C4>AL Q;PGFuPncB$BWZ7PԀsm岼egC< v{Bx~Sf|:|Kԅ!r~Xݿ<_hb$O ,Z lJQ[8ҁF`jh5B|3Ξh Y)j0k.wO2ʖ*`br$qF4G/1@Ll¶"4B̙0qzbnjn<O,"] ew WMv EVryJ}x mAgx8󸀢cP۴yS εݯZAmKL%r6}bd\eJN,机ʅB)qzn 3A< -')vLbӄ&gs"qD3o1£SX'雀Ԃ< _ Hsr7bZ8KPD;gtQ]m) WĎBۇ-'{vȟzGy>-AynI2`Q9_MRT E;UQnB1Ǹ%)Y(~؄1'/f6/R7Ԏ0 k;e.Wz&uWPN!*0#G\*ҝ[WܨG3LUJc $nGm$q@H&b^,]筠57hI;b:Ή[Prxș0P<4#a)P3ݘ6Y2sIV>WbXؤԮB8Xൎ a$߽8ҍGhkF9oRKF95f~!qOJ "E'D_8SkG]:iPڹg?%T+U>w:Fp>lZ iBHtMM-3*닡MG,-.U x )YBIۼ684nv1h ph10n-3.%іMmld|w{O`UhİDFs5O F0JVm60]& o)Ew{ED_F6<*YQG#|7&|`~3 !emc` ?6#nDs+Zyk'S݇5wSqQ2bH0 Pe  YZ