PackageKit-1.2.4-150400.3.13.1<>,Hevp9|Ø F"2PrzH/wx%4H 8gYPj"t_9[JWJw9kkl[=P4=XR?Fi}m]~zqcN>EVUbdHN1W:Mp[ȝS M}-C{lTlSyV$o5l^#׆A5'd?my#̑9S1ߗ + UP|ST$,܈'>wu [*i;MO4EcmSdHg-S]^Éi…eBL>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/C[]"k%eLMsc w&PM4nM3jzj(N'jGch"~h~IP u䑁BϳWTx"o\;ȹ6BʌB͕L ` wT Eْĝ|QFg/!(j4"`ٸH &:>ņQrh͊桒-D>]Ƭ7.E[US \Fa#րC.UyIt&PimtXR2ﵛr^F`=6; 8]=ey 5zz60T%^%pEBp$yE;MI`hQ9dj) #'Qy.u,'_2tWN+ L)8|C0w3S (\{|2 zI5 D+:TK; ,۞>P̑? T|^4(ߧOc^b²|C9{$Vc33jWX Ǜ\y0 #!hBW7N$.,_)>,( hk/?(FUMc R~"XQT[o kQT/tzٍ(>qp.%\U`w 88 VJ}gSyGQRoe[ 뮊Gc-ZK -7oA99|%8>t|`;cbzRZY y|Ǎf !̲꨽`;x;bDiVK-e+R*+,uQcCgdGӎxI]1h_3xls{炼!>]6u}\r= r>FJ-B[X6bClWmfvٱ#qQp[Yƻ2v9/ME@;p@N^2嚵m_|/d2ecW? j߉aZ,cQgPK(eUnǥl32s^X@y39ݮ^u)TӾ'^)˟b-("G Z~*}`]'eb4k[hutDD~O;O?t-h`;iy3 CnAY"`֎SQq,W%ИGJͤ[ǖǔ)@Ki{XxA,I`nmޖ݆h\OO׼{@\X|jZw#t-Nۈ }bWo_}Ϲ}a2e)) [ؿmvnՠoPYș:[fUF#fN\$]s>+K !hbT ;LJ]rxp7a8nN8k`֩h5sgN 9`GndNթ4b"I]y@Fdb7*uu5jR ;QogC2Lutta=nt{z5w ]6nᙡ0MlƏK񟅚S -X^+0 d^F;i ~=q|.zȌ( ( [ 1J:קj"ҭ4oqcS|w&q=(G읣 CL ؉>%'BR2P,@iUN.;Q}6$7HirbQPt)&O;RwD{NiՖ0iB'ܧ{h#Z| xxM/+r61Y_*b?C\UV>MqUx28 cFGA:¹Y+ՎVW-|fGņ5X^:xrҍLU}${OtՖ@Hs+2X?EGx0'ly_gZg1ӢtRŕ|it ZycvQ>tXĀ-{A=SYWRbt j\:H EFPM,i+q6쀁g%6`O$8rmY3o 7w]g>]Zb3p5옹xm Y9t[f\tƱUdTsZ0fvAk"bT!,чIWUP۲%Vuc4hol(9aql$Ur./OgD} _ ienSh>t/vk1Pf +=ɩ? /wj)XWU {U+[ٲ))Ihn4?tG kQQD=׉O@mp!`i5Ƚd=1x) LZX4tUq ?QjLн ,2'庇_osN5Ol=$T?~|YDip;@I~ό.e#Zn}ȕshVhԵoI1&+2HDڟ.覊U׭.8ĤvmW@p J]1N[A<] ht; @[퐖ѱ 4%6:W 4P,zqI*PųkiɐESѹSn`ö#zY#S`j-= EWp3uB)vN^ /צVqLd$)cҏk(]׶ͣE9VBVDžd$|&x(9#` u8t.^Jfk@F/ܐRȆ VN[NEM#4$@ ͷz`2aq)wkwqPH2DwJuEr( sqUߘqgko6A )^hϴrD p`J:]A_N󵆛]JU̵a L[e?EǨe}nQ1hTmԷAFLǸs.~(hD=iPA}M q\|#{zPKb tuǫh*06B *W -uO \8gׇuUShi#0I(γt!tcoҺtQsPdT^od_HoA(t. p+j* jd| ~"TXvz-#,0i_ U׋׏V e=I凣~3~J"VV"5M)߇UDV,MI5ᎂ<"H. w&[z"%] ߊ1GT#c:(1`%rbPL/<D](sq̍5)'{P+u[ASG$˳2trMhyџ|T(<`AgGn"s 6 os.9tOmj[RS"0NSswf78yP߁elv93?㶻&mW/=-',Ғޜs~,dR̄sǏOZ?HʉZ\ +4Ѩ_#m {yXbqBJ-]B>i76Ju jT;"lݻ"38R\<;P mf kwU,mL;.ӂTaJ υbŸV]Nӟ'l5^ebV{CԪ*uX~.T,&/P5y0-:e$=$WN&G3w%{z G=d/fm90_u A!PK:خ՟atAǞ_4{w覽};Ô@^e$?tVd3,28&IMIv,CA*|@ N6>0,@ 4Rzվah(oR2D}X+I݇8k 5i\WB S0 RK/|"2M^G < Y}pe3 hזE;؋-RS@S}T]m&v@>u)>v)fjU%$PRU4֮f4׮*&mj(w;c)0J!?K߈c- Xv]cg? ~pUQxEg m/$]La8$r!Vݲ/\CηB/$,P87_VVBR>{%uCwu eb"O?J37Y@qE_ F ]\ eQ+oEp3U^L+QͯwMx=vWʕf~_z~ʏ7%:/b@>w @]AXژgDzgnlg?X4&uo惑+j9XZBd%r5*7Õ%bgŬE!#$oŻ#lшdv\kME0m,st 3(ڃ0TZ}</i.] ;ީ4ש'O]%xIk|(x`O9Ը 7[*-a< Uz&O%&Q^OB }f:e2Z-8HpJe#"ص̞*[Ou_@OKyV;82!fƓٽ¤I+/BM8ynh=e$53 ,G^&mjưmLc Ln2%*uvMw]o <2)<:tyÑwA Nu8}U_˭XiY7;Rp9 YʠB9#W)ǽH6_;`? u<]ճκQ|?MrMB0a:ep9Q( LReJe / jœbuOτ.@Xg&u-gXۨuHINѕ@^COG7[pwse~ޅ^C39EKA>U$1n"n8c^TLk-2N[oW:ad-/0/cSK,w-H D5@xPO~b )|%a2b6d{bkڥdr~ ޲$p#霟 )5D,[&f{,#-m߈w'xεA+;Cr~PgCSe5wSknva6`-{C*QM& SnDCORL>&RջڜzUUHUDHzMA 3n nŠѢDƏ2ͼn*e _[2!'BrWgУFfٸA konZ>|` F¸)^AEhRaֳ14'pd<ԒVeEqQj4='5%MDo9EHo]ْɤjwI~,g۫9޲nc;5Bs[dG\gxl8q #d9ϱjSn}WʱG[Hi=mS(N`ti5GYxǺc87{γ]$]EΧg7=W-$9NBJmN6<ޒPA0(gM)R/Ws05'Y~k RN;Rb]NBlV1b@nAGDgKIxO!ڳMrܘ@sRǛğc˩c-vLv+NI^HA F٥JA۱lLv)Y.u$ڿ 7:ߕd? %}-izW & ؙ@F=Ŋk~{Q䒟tCTW}2omf%q:,DruK$v䑣#+QL&uBaC%bה(MuM֦='-l<62HmτK-31 6HM]cv&l (>w=9hێ' 9MEB\8AcLEb+?/z^?=0 t>>/hj$D[{_x, gsa"yy#b=NY ^5 &-~]̓54ϳ?XE6?w#i1 i@*Pj  "+JwgB LѴ+A]d13C@ is޴k#Q}Padw:9t&{BSl/3,R,Ho/Zp 36# w((3!T:5{%7E\&ϼVYwyp3rsڊ5` >]JG碤)Jg^JY%)fXU:wyl'?7Nl՝q!oSl[^꯷:,e;˽e[m~Z%I1膸:?*(RWF-j\t9i$ŜU p̯QdCǔYb Ԍލkϝd 0;| $֨ #a|SXؤS O:_5[·˯|l'R*#lXK5JNʹ}0iXGy؂a0X͸:OӹA D ^τZLsZŤ0ӟ SPh%>;` nR۱tڃ@cLHE Zf),1*Zj餩;-ZDAn; #`^ w֛m7OڈXİa$% +r fR8ɱkXs;ܘ0Gh /2'CRr<{H'ADw"bY&8/JX.nqa7p]O{TMɪ+ziSzP-xeW 4 65 wK& b6qT vEϵ nM]~\a価{=$<ɗ&`W+xy؛$1{N\1mS ֙J\. 0?,/~/j.4^ucQ?s5eY.`3pxu m銹go _kη_k9Tc$$Us;hQV'L^oC [8@TK> 6&IC`W>Փ?I86ᄇ_K/9^ПpN{BP A1gTR3P)Fw?6os  ,/sx~߼O%/ư+<+ ~{В<&E})yJvȮ8Lb䣙Ug"{/'-34>- uzcSWWk޷z@@WJgPFXK FY.V{z`nw0٠K7z!~uBjN`xcKKY9+l]rOO!,K(?2+8k/Q:Ksx } VE\OIP$/ ֥$okM5G1Hl`mtA9phv"8FXӋ(yNJḄȝ˳<.(po=97 $ip&mmaW-Xhw{N<Y/#͊RHQ*^|~%8m_H"Oķ3JُZhb@~kirj6ab!DBvß ޛ6g=39w>x՟/BvC@kAn*L ]m0E_TƦ"ͶzpCmCQ}YfT#M(+D}Os()V'l!s&䧒x/;,h\1  [9+3`ܽڅe~3-p&zy6_,іh.w5=/UvZ$D@@}HC#!-,E([F]L"4xL٥"~88G$ i܁gݗ,x3?Y"'}KmLq2q?ҊygH, Jdʕ <=5TFGTBs滺sɡN{|=ȴs D3g-5Sxi^gqpmlV/Q}t;<=}wi\~s8˨oTelʍrޜ<$9c8N4nyw#;Zu(V#ob`l; Z IdԲEdoߡ <Py(yhyv4(J1m&pf ܐ{W,KDFP*Zҝ}; Ѳ33+bf25 D$4ڢW[f9,@#?̮xZ2'm(6+RH+`i-.tO`Z c!`~͑k47ZU8(tW{,-?4=e9djS@ےHV'zJHܟXV;ȶKzf-"m2%"j ]4s+\HF뾺t-8hs5IBK @6cXP]>fyf<3Py–yshy"_kbYmJX~MbQ%>W;&\[OAqC9%[@ D2Wlʞ-Z7jk'{{r,O,ˮm3K+j|y+"@fN ݾE ]ߟa"&v !!}]0%.c}H!e!^|Cȹ/جu7&܊/l:Mq,Ð5ո3NsvN}sڒX#XY!CVLS <@ӂ gO?TH!ODUon|6`XSooB)ssJp8'b>&odFjǏȔ/!Dϩ1T|ك3j-@_}F,<:"ؤdC)+!gF6 ΀ʥf"B-6:Ȑ*X* 䛮~ES , .*&ҽ8|[t/@ZCXĻhV9r?*Ҍ څ5nee|K$|-%Ml@u-э鏲CC9< ¶3 _ђWJ/σ=R8Y9,h%&fQBNo]i.f?a<5`u;Ab=+EڭɊ|kcz@Yj b{><Ӌ@6*+Ɇ\DrT(+2ٮޝv+,dŦrp[ Yޤf#oK~tMٵf;~ҍT%0>+P9Tmįh)غ?%㴆Mڍ#`'' vz:xrsÃFWNT.veO>|ҦUK82^(L"_(vT q9*n:.ve&(@ 07)/l:D s\ը36}\k!f#*CSHrJ@G!As|%E"{Ti[牥!{-e{Oa姅e{jx?PPG&bv#tf4n?:oPdVwaԆJQ}rLO:UqQIƄVXc·mB\u z"v7]\% 'X5H؋f *)n8Wj3!Kק"ypuP+FŦFJ.Qm>2<R:{M<ϲ '[hoD|2&Fҗwd'. *z}+;*2 huF^՚Eirt&=0G7Wǡ:r۽.@}ÏA퀢9 /tۺՈܹG_\k8_׶B݊l0jK;1Sg7"_hΘp~Z_v*K2I_r{INa|'2b[2B Yd _NfPV1\cQ |ԈgAVNvfi恗 y%' xFdFYh0j".@v&5"rA lR,Sih Ըoj2o`.q0ݧJ#XW5cQn]艄Ơj5tSW0] rem*`jתܛz%{I㜫ڮwb$!L̜/=u>ODBhF)WXfz=Or0|FNx+ !!^Żp .eTllE z` ( l&_ۋg5a0ؘէP門AdVf;Hd(ʴhGcU*w靄8SyoȡcKPFYK-{?XRbОn598%BKmnd0HEUi[<ѩ3[i$X1ºAQH-+DV#t(v C wѮ'ZT ,%oiwi:OZ F8f|B Gz\ª${5L"" R6(6BN[f7[ 4\[=O48%83f d,^HU2DiF^lB[q]^O uC )) zj2ר_חtbQSqvw"اa;$[0.yV̵'.bm{h|.ve C_Id@4aq-ʑi BܶjW!ףcŢ9qQ^kj3hmCV>)9Ӆ]`cG!4_ z#$|a}mÈ .KqYYNFGp07žC4 Z5͛4ky% p5FgLJr/G/ u>KPdwk"~r \lcs <ܨ^ZnXljQN_+tR"p E@:.Ue.=% ;ի~zctw 8\3Kcn[Cō-(Dr) `:͆_nyb#$N1 P/mؖ\Bt.*^KFrR)m@gs&Fi!J978>@ycnRd^7|0R iOq8p4Sr\oALid-͉[rf[a v6qog;կYH0k9FQ2cҕ1:g)Hj5OK‘V.m'ٕNc\T0AfB-=`!,bQ"8IAMC:n kOAJd.95%.&Keۊ@U?O 77ceBr8Uf؟vBYDI;9i9xӒE D+ s.L+<=ʤ5 Z5 29*D+Dž lZ3JYIU-7zt#_б)tK@ht5{Yu}/i6X?a u=.=o'T$s@,[,RUxᰀzhG"?m* JS禺 ԟlW%_qi_yqJ)pgqk-pjц\_A"/[砀)mۍL[]e uB0#f.}8}ml͠xKkIv#W$9N}%9, : iO$.x.z+,b7n!(]8 +V̹RBGSBXt6Խ|\ZD7y&SNa'j.&?}0|Pm@i_5m/(Ks;)p( !B*ͪV~&:x[K[@IGM@j"'aٿ̀U҉dškge`n? 5^3pc &+JPkRb |,r݊h|wHҚf` $fv|!bUG^Yg}c{k0T9U־omVtߍoG@:sZ˴7^&v>۶];h  OU᧛ n^3)]mgIUtw@2."&L(st'P}9q{_T׭6Fnq.*!Ŕb a` s:H~u<ňDꓱ r-GAʆWACsg0w X@]Ug8(|*ű$lLghu8B "W[̈D3zSxֶ勨xQ55g8q *7/F`JW nQDw{Шȓ6&# "QO+\1z鑗r:w,*Yښnj꺛dAnd ?t9haրL )I5!H\fod]$-6DzdX$//J4DaWN_ VETKBoHp^h>{ԏ~I==۳S[֘7PJr9IsR{Y?ǯvjYG DDdJkjl>9/*>_CB p&mViuL򬭱+vǑP+H#.j<9hjvʖ:m$l{I }~-W &a6lTF^=ɑQq/[ʓ5wJ |LUBx0M*t,\]j-_0R_,۞];XSw:}o_Β]w{e+(OJa-u|vk<0̳ s$ 8({:a݆R9gb.OtHOC ijĨc´!kChL2=*~TbGFC;(UE ?ˋxkѧ>`)Ň }L'g$6}npW\ꔻ+wKjf@\ V}Q"'w{,w}< 1sEgE!& tY_Ups/| YJƧ9nN!Ġd5 ,^&.Eڑ Oa8gh >DcAZ(==\{ED!<:6tJ6R]JXp}q]l6G'CI40)v8bJ)p^{G & "#'rT*H=8Ѳ@f0?i@KfJ`hv@~&ִof RK j Ju{`v~Gǎۮ<zMRH|2Ƽ,\+1Rk Tsl<;O(',Jփ @9.eRfڌ$ǘz V `cq8{:*t6d-H_|2t8 ?E扠Xƴ^7aB:/I"w}L@zaJYr%ɱōHgBX^a '"fz) 1zOH|]lPJ\] O k-tY&N D7TLr )3$eq.Fb (8LɄk0/HmR}]}.DDa _mrN+x@Kՙ5gX =I:NUg?u+ ]YLN=bf5]r:l#ͫ[7U}9܂o,Ӽ d*NL4 <\HY(dkM4vDQzZ|V=$3޶k4br$VM)4dE"VFvA+tdhi⒋zY<5SzMrC@"m*\,T]t>:~YMքf߯sҎ*cVi$!ڛ=؈,Þ"qeb-]0ewWz(tqҪCr0 ȹ]#0huC"-oMD_vF@XCT;lP>*iDZn"Q>"*Aَ))a)JotK?1կ8D r]&s~U6K0P/U4ϻ$mr xR-I{ ,b2?v( oz3>3-e5%*W4ɡ/7z`jr'枙"꿔w?\Ubm@eے1u[#pqgNY`T&->mK&ZI2Ou=Oxhm㙛K5%4l-G]y]v.e"؇kW&@]5tCz1+{%ƺ\VgW4v@Aj?&N壬1+<2ݛԗ0fUKMe\7k.)C-zgR SU)0ֳEיP3Xiה9̳*L7QIB OSDH\F:sl LG@5Ejm'/ s|c [7S.s)d[ !>p߆lFBIp ᝬύ LlddAÚ TŅeLy lc}J֖C7}[!&RB[g<>hFz$J{2DMv>HG=Jc#Kg"c 퇫O@i;m匀];j_Gd67&' XxJGɕ,t%?\SxXB۠-((p?~@gl"9{ax:[?faȩ7zF Vov(REJW ܪB>JÁƥF5,h/ oߟȺwoo⬱@IR|>+N=CW! A p9Q0|fmi@y A2+n4^`fT[,{TyV̫gLvhm9KwYD!`ŖTXVVaס;\{q!`&qURlN/UoZ\D4{ O0@` E[?!9"=/"X`o+QpwTG~.y\+>Ae,7PfwB@`',dzl4P@ \"(70*jrYe7֌HU|n(IYɞ:>CDu3E8sF,t&PQ]qMb 4Գc-˰ǂ]8̪4P{/PV fLݝ6*HqPWs^u%߬J-N0u=_W@0Pm"ͷ3wWFm-fRd+wgW4ed,'dрc=gE'BF\x͂Ń(h\NF_ VƍA Ł7n=a\XL1_80MʱBR " ^^ه63G@Uє<0}D#8/0?q OLG͸ sVkO? #yų!_1[uOkɄt4#0 Zΰ?dy (m4D Ez*px!ҁ5N:DS@]aa{ \=K6 (/4drK$)"-Z;\uoiҽ5RB6śʹi x@Λу}^3Yg `Dxw'3ÑmXMp׏DUޞn;ޯ1 ,Xa[>N\A2LUssa>sfkJ-]I=P{clfEF A>޴\ؓ>ǃ2ۧ/x}fڙE~8m'҈ $\) > ѣ^;(xV&=x/.P%'d;>GrlԡiΗ3,&zܤud'#y#s~-1Tx#  jV’ ߩcNmܰ}!yg6;rk`"A ">\@6sgBD"&6i%f#S#W:H{(;~}BKc 6s2RJV_ úNؠ= }wn656 wMJf$,pF +np ߲"5&e5pj-?KQqpf=!hXbĬ+0:|Zۄ.y!;~L@/z AvN(xBËd5.0p2uW#?UcVX_T ϊq%Lnf" CbQ)a .xˢ7Mx]}%!zVB_9=u*pi?F!X ڱǼU\Wc٪|n1-)щ>M"sGIiTŚC h}S3-&iJS=!^H!rbj9n /#ǁY\U7:}*DMr?S2{QDǀ`ޔu]<Q#ߖlb0`LnF+ZPEIpTdnmK(ީB ^do.@=\i:`Y$3*뺧o^lϱduÀ!RU;\NҎMw'i4=kS>ZG[NzOyO~>QvJ~E/w:daF6x;R*tPbz+׸O;zH<,4% [ΞbzW%U ~Dl&ϧz8l݌cWnxLp m`#.> >Ej$ҩr^dKѳ\oiw;&l9$!J֠H}Hr&iJ!ɳ-J<#~J-,=14I}SXЋ d(dݕ!=xyFd RtNgqsem{Q6?|*6C%m9/v<n9eTDZv>˿HTQGFBʄe@hӊ ghq,/_y}!t0;/8uH lmCȸ&~N 98-KZ/a+Dh2)#@8'!X!5Sŏ@.yY4m|՝fM~8Tz"dfϡZ4eC 33~S8M"-zVٿ %*"Qs99vʹIyEx&9]5 zdg/oN:,SQΦw-do2q3D^Kr25gG @m}ai2\혯r^gL ;u)"0KARk6Fzs7RaNwpu+:VZV{62YX'}7&);fTiX7iX BE;H$y>>F\1?k?Ӱ 2o[bNF5<] :Rahq<+zW=_ooԹ:,E3>;ԪQ>̫Y0^hJ׸{3*LK]c|b\91zP(f1)pZo2FH;X q0t +%6d|k ]tʢ`ګɊСX&r}SZQ,d:)Q>K{+EV 7R73 tR|/y4$g h./e8* w}O7@&Lh upH,q `#ЪrJ]؟XQW-S>םc|חd3E`Z5}DDr9U¶g~u|Gj'-YTn8!p'ϖ1Q qs}("ZȼJvf17oAhŔg)Vie:%0ZliA~J07%QNl тD6-qp lDd,A{KS5'^DuqCˌ2 ]$JThNu<#^8 5b2RR'#\!glօ̺S~)sƝw7WH;eECI H85K􌁗}G^79a*R?Ri9$t~!3_Lh 1\jld .\ja{I7Sl=8ChsX )}/w9  iA b,%=Z>zxf\ɣ&uG$x#. 7Dg,\B[XqWn(C4b+V$ # c"ܵf| >MR&\E#Q>3@q`Kx(΀(h1:\~㿅b߇(f6MU8 mHT.2Zq_#C" 33FM+xlݲ,œʤ[ᎇ^H̩R[ā.즇O͠$Apg|Ƃ܏>DK ]n @*|jK=|} D!X6@e Cxy|*5"QAv| Raf%805SSשT.='[MjE2YtK@ aX1<14I&]i{ B +rc)>hSͪ"߉*.Oj2#iMLJ#kT\<m+?{bq-Kمtr` S˕{u:5`׸Şt6i]+ N y&s0/~jwmfP닠D`s~ȿB*YCet4㯅OŰB48ҷ!CC#RLMbΣF['KI.ki^\tG\G_wM1R׾#|pSܟ_sE]}-Q)-|:9?T!<2<(St[1~֣iA=Bƫ䡪%1154&J뚋 ltJ94Tu!&5$U瑒MD^R>G󱿡P lD@XBJsVL}j4mU#MF. O,Ӿ)lmh!|9:'7(E0:Yl\ͻUb1gTJrr;˹kYEGJ R#>(vR 2Qa'cP626E0U05oq|7iڰZ uKD +ikVj4ذPzs8{]K{dYkN Ak j zƂaW 5͸"XJgpWdSjuX~S<e->YlTl Awltza[9Q$:|ǻ[Sl<\ Bqy&!5 QvݙnY( /@|`CLD)hj1r@@;0|&hE qEK ǘDj/ [vܔV%eϽR(!p2)_i/bWN s)1i% ߋ\ti ſfq!VW4%Y|VAv*@N7SxGZqZԬwq_N~; ݢ_1 Gt`LfXϲdd?8O{!p#$f;ʼn۬s ?k*˦nTq,0?L 6NaBG$Cq4tAAem ^U2muOV # t{Z3EwM1W;iȝJtr▢9܀k2IPڭ'G"O/F)r!SÞ HdIx?t3RTXb'[ky,9zIuvS:U .ڃ>C(,cH֫v E&-N?0 XqKo_mnyx i؜H;# :$ӑr\W+4}YюSRx3.JuIiD=B[RKum'?{1_5}ZfyFyO2w=sfQ-%4NjGc$-DQ t&|ƾܻgF}?B` lґw3;Z\X=-cE[ɤ+#l4,Y89]JߊH\,@ahs˙9X$."Q {21u.fz_n촻H( kHOsos@ DrT|&2x`$C?o&s>(2P$k)^&E\ @EV/J[=y?z<"ͪb{Nx³KȄ^WoWj:m3u:zSsv7ڸ/gSf #x_wjkl2^f?3, "A~[i9[:,&[xw)xio!c|TxI'v?k{G|pw%#Nvc|~B]h}ZWi#jDV|mSkCW`Ĵ* ~t&9  4Cu޶@#ǔJ151-ۊAmo? Q]{x(<;=gPJT^uLsd!"BD2r0 S7VpFL6 z|4I|qPsZҰ{WkOJd2 nﱈmJ.3}1Y1..B'-R hsOzvXX,'`m3%Ch?ێNI2yf*.Um>Ͱ>\Rؖ,:nfk| ل1X62NFX'nBh-E'BiBR=b KoY &џϡr:Jp((r=2DLhR WtD S:4^p$LLϸO̽l{zxprjzJAѕ, C N!,U>UD3:~z;n /kP 9vEuV9%~O: n2W!V nzr*,@AlmA{.bxA@e3s W}_/;1Wdx?%]WmNLXx.;bMKNdm7?& 9}mcg*j&|N/UEb..}Rs _+g%d;P\O-RhOB$IG7tlT^Y}(E)٪e/KELNb#ۄ5)@¦3$DNOf,[كC^~l~lfL".ЃR'"~.o86?r@o?͝% A"z>E JRrI7$ {| "7){W\23>M"CV|l,j߸Q+5tD>| p>shZF{'u(>tEXqK1ʥ%' wXtEf *A k;5i"iX2YpIJ^fg%uQgYաI9Rʝbi;̐X6)zOhaUXtB09[th]m"瑴ͶN$@HĥK 6S|w[b%yxJƠl4eU WucOsjk4xQ>a Ʒժ>~)A 3/ ᑦ}N`VG1KOD8@|G1:zZßz(L<ηwTQ,8m 5иo!/cbsc̓q9rFO NV16_Mo!^=&Mj+!Qu3R)elp@֤p؂ZDY?P,tЭ3`*ޏϊa "p}:Hb4/Tpcede@`_re{ k~!<.;Ll[91 $RL&Nv V7 F9>=>a~ejyT_'g_ U~zH16 VR)E))0@JU"'Cpqg(GFY)WZDx-0 X_XI߉G3.+.$ F;6C#KJ|4)^BC\'쁝yc;Q֎~ @vBTsTCR#=2?НRx,]U)!vQU̵C>E'B3DDbخק^:|ʪ`Cjîfwvg2j `3j 0nt3ezJ@;FiqL~sھ6`|#^ Ʃ{jͫ{gSx@ʶ+`Pıfq޵-'Fп$:'IMq,cYF. ݸ^Im%_ F)[sibrUeAsVk͓)@R^>AgfD1bn]VK+ mJPO=,oاZLbV<>V۪,dRD钀&׬a*fg!}q zr\wtn/|oC;8L/ٱxWw JBEdVpMҖֆK6u2q}FТ e*'ɮ~*=6$:SnKbڨ8ji?9vUu^.5Uh,(N($8hc"a~܎ڀ[I䒾1;p& BRlD_@uSm2'Ļ%lG>}H! Īj0n QEP.dۅ n.ʵlI8sF!X[-U݄;)23Ŝ!̖6lJ2y/=NwH,_]Y=ۧ`'a۟yVޗI+}qąNC|U QX*|9oS62T +X&^D!0SؾIɈayF2S N&,hyVF2LnYr GaD0?Od6킦_(%/i 3{Rt^vQ H cE)¯B3 cR"7{aͧ(jSf:=Gq-wٶ: # Q!W4%d]W 4*p%AK2d"ݹ?g]}6 uzk̓PIR)|l R3Մ 7+A=|qf"m 7DJ7J*> M辩]sɅ[ŊRbk0..ץ_u[UAO+`n?ߡ{UbFW^-pO8yIXs"5]zhjXD: ,Uܓt(Hhb#ݬ;7Q$"Gby0_l#E-P+l)*mc=4>B(5S1L)%T(c@r>Y\hh=A2gE4l^/#Hmps08=UR\U ɫYpmԿph)Â\XXmD7R|1q6,1_NM|ju d=S>)>Y&As&C-0r bi?K xu乄\cψ7K OåL'V21)H aβ%n se% 1:G5{t*ndAYq~>_T3m ? f1]$Twj̔+e R_b&ELOJgZq 8/J\T1 (EԮ?ɞг8p.uw$iR>0݊͢R3q1uyʦ*3gCpoS/x\%" Vkdk*iu^C/; .@5IMil:bA]uP F gN_$S̓}!f>Ds5σ[1֧.+'וO0z-ZI] z9޲*JХb @3PSOCPM[MYf?Z5-\귤 ֖ %N} S:/ nlXtr Ъi >2 g؉nަe*(Smӟ/mL~ˋ"|Gp')c}r_Р!pZ6LJC(׮Jͦd(&x~1Cnx@X!~[(޳WhaRXILŵ|.RE1]\\rWhp" o'.Yدӌ.ϱU%bGpd'jgX,'!W bXLPhԡoZ^^0E1zz"NסxըuKMs_^J5Lph0 =䞶'|= eBzG&0"a<.XN%.}?h QtydQ >R값g&K8)rQBݦAU_LN仲oԊO6z 1SFFgMEi_!0 :>'x&\z0r)wh&X(&&*kCyom9=l6ED 3jh/LJ+\Dž{|8 4ڛEI%3AĸB E1SEltw~idz"Kw;!cĹD_&Cޤkͬy`==Jrknɣ(Lѡj7ku?g$:yc;qe l>^4Q]o]f Mk` ziw.oŐ{40(hN eצMt؂8z#.OJhɸuWf0)ƍK_ URΥlĤyTzP(sO'mhtrʲio4 ëRʒ:Ɠ܆A~|4v9Jܔ?a&V<(,-lq}4FZtp1Q =.PJ@I>k7Y)ɪȝe:a:_|<@Ce4s\s3TzX,}4965V8Nz!KN뜉z}d9'U>+I.T~r&h7/|iն/dǠ@f%DKҌzR *HES܁LjڮvؾɍzhIC@!L^FY7fǷ2F L!!=,߉Jom^b9&iNH9nmPKHwvQϐ^L7\tpK6앚<9 ǝqr-oa"n9KpYm'z;llͮf[q! 94½c`VWjL]vjol>$odlWtzc[nFҫLځ>P e2}Lz <2b ˈ̫67[W7ce,/|hA@tڡ$$5gp۾[p ݔ#2WjZe-hc3Tי;PziK0ko1*E^5'{BI#)%b~7Ow~LgSkiE_(vb )R(̯zVoFo5>l&z|,vE@j;$-JwGALS&C lR5 *H} OE 1畜?@B?_i f4p p96D.@өXԉdʑǮR骛>3,) [(Dj#q9IN#qH"urtYݭP!#R]Iluu 3bX.9<6SLW*&l_HrZ_"5=iNy5i.aD@\*ܸc'lk ]m>Y1*U9s`z^!~ 6[˧)aׁŴ,fĿՅCl}3Qjg`TK^`rX>N\,x責з\ X.MMMU"aRL$Ի^lrS-4Ua5f%LuP{%۽Sr+[7-A ZPW]d |?sC4+5NP!Di{6`1`$#ڠqŋr%*i4̆6:^MӎzJk,W'Og%?J{"n\X=}0/ZCT!$9_jtG+j&*l5`<B5ǁBWWH\t!n`wdp+Ѝ_Vr؁a2t=˄~ o;RZws]kPm݇[gmCbjp$ڋzUk3T[ǒxJO˦p]\0{6XX׆#fJ- lQ) z4UɌ~D~*H{xN^Uy3@S*~K"±9];bpaTjAI;[]i0`|܄fS{|B-9&\vI@3[ kL1)~a#>L!DǃWgF aҟthlx҅ū P}B'I"iTS ^c>uaJ  gfD+)Z~a:Ŕ:.-?3gZ_L! rP*X۾iWCq }qsR,˥[D MKLզ<WC(lM-qT()yL 8b*f|YQ^ڷI~٪jY(@DTRґFvuP`O]_l|<2MU$+1w4]ie_Q6C9om\n}7RlX n◜ + uhĩ" MAx&6؞;墡Ӧ!M8UOY`m;+3نk/ic ک* y h}%[ĕW2IzQcx"YE>YeIv( Ơ+M/΂ 1L aہOWY.veRt-z3X? <S^o5;*#ךSE`j& + VY.S )J7M)'5{H߯R` x(pV It8 q J ܼ s:2x0hE@r58r""Z/ ?Xd&Z4 jw?LTԐ_8mv[j-=ՖM_3+( a=3G]!:RcsZּ]gaF1yQ۔0@l|ܗIFxPH^<6?3#=^CmbvB EЗ:&SE+ @!W=;E$4%Kd济.5\[ eRq' ]uIp#e 9%3i5&u' aBk'4]6w]/ny{>sF`k?hW}``>) }fb8L{$\S eu ΕܖkG>6OFY %^-FVW(Om<:%y?q$B&d@M-*pR'&,ѱuAc B6HtCjk:Y5eF4~shz +Q`00,/A ߠƝV=oCV$xuYpD6}+фt—Լ a4+~pgc1IPfI7ڹ. FnT Az#$Jmup]+Njyk zýNRjyBK^ƭj/)B*T,EѧiVG3@ *bKD캠*S5{xCn]fR Hh)ߞNx5o2vJB.v9}nek#x_.}i pr'\ {5II*۷mL2GPﱐf$u#q\=O-Z%!rr+1]H`ZkuLԊ߬P,VUr%hB1x#g֜ <iDVi%4.!pE X3F\R!G6z_ H Kn M(;|0|Qsu藍p˦x / عFҎJNm>H 1~0B5nY M|HMnNkP:L ҭؿbc A:vr:fm֯RI=Li8F,bX *uwou -)~ApcL}5`~_w'NZ 4⢏I# GfZKʕsȓCI]R31Yel{ORUcqVP'\C\jMn}UEW(7zV\l3}hTGJD0Ƀ31;o WG>jsJIxڏ pC/ P6 񽖹hnr =wV cщV6"}t :;; G˾AF~M>(YhB#- Q27/ȺD n 8Eb05B&c0/׏7. (YyT\z*v8qޭe-K*|k$7Fm{ }/}c>IB>fx2mA*=[+dfD|<"eyp,Avh}Eo%̽8Ƚ8 =Vvp>kƱٖ %b|4v><\mci~=0ә(Mch窏`sIטyi8 ZBP cT!ܡ߇E\!d`?);iqMy DQWR@0")ԅ`:gE9J䤝 ܑ[#yB$738Y7+Z"p!@!צ~M3bg]63@m8wPϿ[%_ͷodF=s$IuR;:"  #A)/ض$'^awv.6J"q|;JB}?C.TQ_&? pRڤ^DBc0H(H$gDE`A+J44*LF1`iCSpUT즓D/Ai=-RflK4D>LSZnUebBc-I%=T)V)8"T%}U4_ qZﯝnIbM`:o-w|X R})[k*Gd@)̢ ? Ma9]nXc9ߤ6]|R5tԎ"vH"J,=H' ڇqDR_ZDOgٳ/F\T _Z8Hco6/ ($SW29o;1=n)5VeD ^FVFqLɍѰXpp^{\?TδY]S%DGz0=[3]N6H^G3 D.//!V㴂)!6QOfբL|P% MMk![CrdP7ov`xy 'f-av7;^<8Fh|vu{O- R oڅx8϶(%0Թ:!]j{CL+qxBb9e=,yzzZUә2OFFy+ޤ`-kMn/S϶+1/fu)-@gU C8U?|tH4i\ JW1i{$nX@IXPg{?D?< C&59dO:YܺZ$%qD\g |v \ t O d@7`G4 g²wݟe.4^sd>r/&@?}ҳbkUrJ eSRʚl S%l"ZH1<>0&ŽfeEh=l!m?!{] ^0;2:9ݗmm!Apk̨VoaEΌ`}t!0Pt)"W@VGX#pa+*Rn9) cķݠ B7ց玍?!ㆣSg {sGh )r> LϲGNeyC$, ߄5ܑ~nvYYTW7s/6IQw0.Ӥ><6a3% m-tDPIB\U*hf"-|ıTV,0 {=jAZw,rO!.KAVPWv1H\{V_M|Ȅ⻽v&TXy;JKy bni_Χl/h18<N-:Hv :7?B=l)FHTi׺8C ]:BSr?GF3ء"ky&CɜfX5 G39t7[ viGј$d8k f\kRnΣ]ĆZV'(ud4)x>TՖL*;DU؇Jzcճ`2FGTSK_d˧l'{z}=%d7j@&DS#?Q̿ *X< _K񠅧 yĦMyk%&Iډ^ 3/,qs(}M%x;tc>W>YC%?c`"&.l.-h tBQ8SEl E_ڢZ k&?֖#wʱ780MinKM$'gj\{6830*g 6|ARxлעwzufF=wdHR,&7/jqjFӒO0V0!uA/7e1Uj68>-jgz`S&w?Q2.as4]8͙Afw$d=rT J<5-tf+/T} Ff)@5: ,yh[E!n$-jN9[yEFU?oGԛ18t{lP PW!ED6K:so j͎l=z{_oAL7+hO=fKɵn[6udod^/FvNΕ=N/1J[y;[yb;(Qrnϣ8*;/BQ)r[,oWnWt᎚y {+. PtLX U >Vdc/Q r}ZVX1@ܿA|;^\w4wuzu\"F0RR~a2x^r<f$TioD"7Y6M | 4YfZ,TYdX$Rdss\TZ?_"砖o04LKĊ`.K Dz$V[$*(/=q ԌsRI@ e+ NSpҘrɋk5'hnW&K(Zv=a$h]˞c 32Uo;pmGU7*0# owbKsM=vՔ0X@ Ca^5uek^mF`Dw.&D#͍g ρ@\iDd1֖n*W€JT.iz?^ ?.뻡FHp'Hc K&{!pc _8*8@: MOm'OVjVɣ+˕S^wh^goF*Y8*+H\~ըn.4w9ȫ;WJ4n.nLJl _K .?t6​nɫP<9y_eQr@ .3a1eIxpǀ$9nIȫDKP[4fw|nZi1Bq[qnL.f d q-Kۢ%=LHG!gBzGK~ N{23\ӳցw?Nͥ;MN]"2e|k*x6o1R$^DrV?-9sWBa[KOɳԕ::jjoFɭz9٣Bo|]dnw'ͣ H*Qae*Pk94GJk}+q#2b?-{DKNEͪwM7pO3VY÷6}'܋Ipg?IVCn.,41^@ Z:(ϣqW0 ^ڞ)[5>Pz@+ϝ14Qi@!Q_&`uZ)IdCv|!p qyߚ53  ^wOi;ABn62Vq^KGs%#X7AL-]5RE:\DvTz88a,5.ٸ/[5[7@b<l֚DoM Ǜ+:J<֥VXN5`HV4VBZȂ[R(oo;̀T݈ѮaEXdP5Q1ΎNJS5Hh/O^ cjih+bY[@ Pg ،} u>wc`^УSLA4O~ a2326:{U^;BiҨဍH{ØI)SSsՋ-bi7_HBfs+P蓕*8=TǑv4{3|cMO̗EʒzMG߈k#~B4:U A*uE: P&J,[\*&Xn`#*xUyAN2&׳䮙z1WnƫR]@SQ= %1lFiXiMtfKyE9u7~vn\S,bTAG!un ;;䤣q6FN]n3V) W☌,Y6crAM%Z `w{ 2̽-H$Qz4s;XDԶocpl7qCCIV]y %S+6aA }suO^m"1O$qeI:-@z0rcaAbaӣғUiwPlԪ"%A5] qp)ߒ/Đñѻ[Tc }ЅH_Z@|+6=>'W5"LsA]nᇶ} ip;K&/jwZܙ[p'fH|p8._6sq(_$$Q ݆ԞNث"%'i>dQF.Ltb^~z.w ඨ\>+1g*Xq"~sDZpJ-u _]icaqS2yVi]I"{)&0"va5gYGUcwi9s'/zjdq ؘWe`|4q!b.fEel#44?bB loUK_Xey ]9]0Mfټɗ옦$Ŗ7 j;|)nۿݷ6,6'gd87(ig7.˞6gT̴m`ֶٺQXi-"@Hǩ f7📏NL59&RL= a~Dـ͍!ɧ^I߯ᕝjyܭXJ[A@:ֱ!6('(>Q/(@ PK@j 룐Z$c gڃ~x |i5RɓbY 8mL|D+[[ϯg9Q  d Xk?G;a t#]'SDzt2,mr7J=12b[٨#6 D1B8!x[Ӯu0#ggr@cаU4Qzl嫌)*!2^"3JB=xME:SWŌq^}L6BDlYP]m:= HTiZ&] EsRnH/JD]_Χ`yev)1L:tYke|zgQڢ SuH՗^X T_Gq_t7m@v7܊K=IʲElkƞ94T P}lmiخ 0;6'wR"WWq J0[]vݏt @d. Wh'тpK_$q9U R[Ml AmWP;dD,זᔴm cgŌtz$`j#sڣ\B5)du A[qjÓU5w(n5. h(5W*w,gz9kQ.j'2X-52RRvl gMTt3d' ǥl7B]:(ը"zO/;j5ꍇV81O;?L ;%un2Is IbusщrCUpUYct>GNlc4K| fDU4E5]J4xX$A5ۆQQq,(?ZBp t ik3i(~&ů:]br,RU[}q]!- ַ|mMPU lPPB)3ȓ!ЖUPA}#`ߓщ4z Cky걋SKƭ0LO#~rrhЋb,œTjBh ԵwF2w-U8^|}v4̅bܯ {\$ɲd 8o߉CgCVٙ$ ̶XTx51UNqC6ENn=̥7]mhSs8C6,]a <-Qt}ͫcx3$<$@IXĻ!"P+Ѣ}GRin?-HGL%j@"hNdkӀ yxϓ/E9XhDGtq:ʘc@]|_¯sM8vqr2*8ϱ9C9izL?xw:x Ô4o w\Ɣ=7 J\n=4bw31L'Rzru<e a 1ieicʎ"G^pҭ_32d ws6JK k0Q|Xbp%(NORܜr:< &Gt!IP4no rwWɭ@J@7{oW/! Lui.t׾ IFL)$hgS$|5(q+Q4'>xqoDvyt179+L{aZ3=邆 kT.vZh. =OsL]׀,M/UJP=<<s'Qq]%yCMmliBNT$Ӛx敃P{͗5QeXx |^PyqqỜ|ȏG]/#ﹳQg/LΖ%!ȧ֪A1q0lQp?}K5VܳﺉmCX3~-ެN蚫gLOfț@֢@s̘ B?[ pIpy9Q۟|$]){{OЭIzatd:=Es \4ֽ~׍>wt1ghV"1R)E)b5ȇ%ᢾI>G:Ft39%ZZQ`{;3F7bm;1:OkK⒰ t>sy|eSXHUNP~{GbHXK&N{9q12lLmxcq=踎81j 9@TPTK;>9D>,T2m6ݓ2@$(#m7cy -Wڤ*4ZTГ#-DͬV& uF' } :0JȉO k#l Mw!8kL3 !e`Mhӝ-h2D:@@fFrr4IԷL_3Ҟ[EO{yϷӨ/=ln|F)){6mc/ͥ.4⭹SEҝBNI耛Q|أK n*:Z W_XEȎDr.U5q+]}g%xhqU:|׼ZGUK;XgwZXjwx_1g/$:PiPM4AU#wl60MRiP]Tvkvnd̈5$#F)q]?5x!/~!Dnf.QSBH$ ?<]{(âS@-iG^5xQͮ 2`,iKƤ跗TB:n)n5wg*-;)7?"kR/Y}QP ?PnJҥp ~Esٲ w" _o-ȟv*{Ϧ,RѧJ;S *SO'wTU0BP'uTj A]JCo vgG ib 3ϧ\0[J&GSZn?c}2s}Ɏ[텟 G\Xr%{op6~I{͹W; 1QhbU⬷oe> ?Yɺ},=2S٘xT ?-Ec6d? ޥbҨܨam~/Dq-:36eJҷ5΀. >c<@u(2a$)}>)/n6 ,A>r.£k Sh`ġ? hbx@LX6w!s]JfOsrqAfk bL{L~- ds7˥=^@m6_DDyz:*RAQhljrw_gR;cEw0$n<7=-˖eaڔLT":դgV q*( lKߓDܸC 뿱'}XR+TÙ=/CMq| 8tR#8Ö.t?HMsbF[bv8 y9ԚKx@hwǁ^Y4~q!|lz=Omǃq|uS\=Sj#e$&xiW1Lr'Sп\ J\ .)T7YC\ ÛqW~ݘ̤yѭZ˙fEּӎ݊ RG)x8Yfe8z*sr7.gC'BA2!ۻd8$>yC,e*rGY]P&HSׯ%1IЛ&3Uu#3⦦նo}j#I $@ z+\ƀ:<3)"-k/!֫M[ e~`ቓqnCR6較8O4?GPKz.~)f{cS{u݆G|E=ܧAf݆s`HŸ{, %nr-0p5\Wbl/~ Rԕ͞L0NSyt̬VO0S{C ?؃Ћ<*Ϋ,$w{DN ; }@'?u~bB;Ux B4L/LNay1_*+5f -on\U*jf!`,8n !A֓OټNofnͱE Jc 4G*}1FjbTwH\ E XyG垎tf_xoX>[#_%s9= T|+sKBX2 N2yNk0zŗ+a33u&6p+ւ=> ]5$nsg5&vY- nx[- [ŭQUovHJ03 EG> bR0 [|M5 =_RSHk_RepTcq͍w0?LݏY%HUDM|Fĕ`qBem#EF,ZXLKR˵ls9ŵ"#jHKU = L[ 1to4D@'|hD<8Ԅd#~-ڨbJcؓխq^יֿ. ϙ*PҝF #eQ@1<wLgxÜ^'IZ~qI{H`bKҽwGk;>0.L[lZPSCͺS-}aOϳD Vȓ8qT7tbJG$7fRA6 {'_'"/u=K9\NtN ERsEa^ﳉ-Pڹ-rkW4&<"BP#|Q8܀xb<ݥv7:+T)j(, I"GGg—~Hl<: .sYB{:H n~U:ZLUUE`|Byz?B&A^.aMr#]H4ȅ9(dgRЭQ^I %Y/܁H9 4"VKt/q}]MaSOr(kng?DzA1T =P\ԁ"ՉJFnψN9 YK`-/b 0Z4Y4N\Ă0$f'6kgo)W Vgѓ\7g8HgDk@; |c:8(!*F't/.R*6 +@ JDhL(UP!ZBJϕ!z ,AC~ޛu4qкvy^ة& [>\Tbaj2; S}ZZu"&jNp?!e},cFL[[!_nqYs:Т" x8s1 V1WGVq\~v)O@FdL~pJ$)Pw8Wbp"8\2-:@MA͸՝[IIO^?޿'ΌN/ofGyPS(֬d7&Ur,VUd^aܼ_eWKB7)CANvD)bh"2&#,h,쳕\=Jąs vӱ&W:H۳Ð+$'Iv"(N!qM롊-FfPr7Q218PγX@pv#ƲJXy5hѤMzEOA$*רCD/.!KlmcKַ{s5!=)(t x%bTsc!ÑOBΞ10(vx\}YX ozsq35>G"zE%a6a}ޡaPcOA+PĸSb$˺v~~'ߥ?wT{Ru?o$W2FyS4uvb9M{H gJ;ozH38SMϭo C͕F#l M|sEYޑ,.RlDgs~>\>c)VuysX[y6GZ19DWqn pNOZu0\҃ n}9o%a`a9X >`dpSR4-,^zHŢ8pk=̒2QgXGeYLFy-sPVԥ[2 <5C K+S^ނu>=mewȜdHy_cCvݰdPBM4ݎ XJ8ltCAN܇i/F!lgNehO+ۣ^2o&tM i3t=i_/@ƍ#@ב6&M {'w% V׆nѲ _UӕC8mUd 9CC6IADŽ,8.eC▣y TyUσXRD Ú:RA%#b3c<|IKG:fĉꕵ8.r4+-J] xU5({"3PCMʈavsK8#+ DϷƦ$U_~wuES*", n]"`d+_qSr3΄O|>d@i|6ҸL G\,#C~5 ̥gl"#+B$M{Ǹ=,:u#N q02|uT"ŁX]^jAPoZBV)gP7)l7h:k=xr\"e< ikt$RmS79xr,fzVj. ›]+X4*)0qVHtBBY|rdr} $@ ~FrD[k?w u3l?.qv8cQ)+D,Wf&"E빜9ty㟿>cf WS(\%6#a{pޯ!ˀS|ҼdZbE_fq),^tcD&G⛶a=~mz3LU.~<-j(\6k:jtC1O^[\a1ͺ'nI n>0`Iw/!~k`MԬ֧dJl?nxk#:C;zgX#r$)5qRfYI%{|J" Ff=OUPaf"ٍa>~ )Oq( $a)Ӎ6zД-z  F h?6'O@i3#{l1vp+@CoU_Pl"r(iO}v{]RUfJ(^B*Ȇba`ݖԾkћ!M3sOT{'WǗgĀ9MŃؠ1/25^Gq:*x4@MtC>'wvTy.bs9dI#e@קpkV *S0lR#? ZϺC,_l9VR&bDAǧ6, "[^.'S`j$_?HCѷ9<*{|`ͨH9uv $Rڱ\0Z=e=+& ?yWљ ;ڇ@ j۟.Ԁs%,y= 8HˍϽoYMW sP msuFpg |没Nq2d)?Vq;$ w Ei@@xNP!RzLsO d[vk"vq݊H$ P $Ē$PZ-põf^ooN74Ԣ~}n&!9.+2bp-w "tzNr ;-4K5K+t`Y$BM'|o!߄d W J_]6+ܓkd)!F8Wjuf̒)jmsv&%f{ɗySN:}.`e8Ѹ A 0'A $@,Te2AzL!S P_0\3cbI')O5"-I-b A1JJ&Xtg%K]\UOoQ4́re!)\i? 4:5s0՛S.l& v|z5j>V\|I-ZAWvӑ +>(z5 %hvq$G8X]G@-pT,h 3 C8 bَv6A3!cH"$0s$ėB#G 9s9tz4d["X5Ps`~k}-EyfdZ?;7 "PА'egVL"B]?F|4@wNA(+ ة;h&,e 7`5/͗~;kzl歩.tӁq^R37#m1H43H[گ8pڐ'c KHwLuhyH}&m@1L)٦S$H: ۰]*D?l)eNKYHf#>Iմ,o; zW#csˏޗަ}T #,:u׼ o7 b.@ܐbJ`Z<2;̓-֝e'`\ CpTȬ{{;Sd˅a[@u)?f}ŸUB(HGy AkPE4k̀k}(Ʈtq 3(ÞT0"{1ರ 4Uncȕ Ѯ?",0n0 \Bo,넆 ]e[`n`|+m0ܲHA[6 kQfn-zFCp BM+9n7 εaivNaʡrѯBAf,L%/ėKFjόDwh Ft60A7[Vdpڤݧ~/6*=\1ZD_EEU ,VQ= 3mW:%'(ٓ=ͤf&nqFxGO~xg~q PUX#z:o5n *3 H>}J]G٘}}%҄П3YKOi$R-8r6NW v)/x\@mG]g؍g+eq݂f^\(:# AHH xbߍjH[bn䱠 6qJ&g=r*{] SuF*@E^!ӳѷw\;d =c<-<ο`߈ERrTWw8BP;rc "S*QUJ] 4h]]^*GG1ڛ*L麨 6c<+(}4r^Gq(% ̂9"_U}* ]sH3섓7_H8E-HhezJGͽxr\i<_/.{Y3+=lfѬɑɥ_M,:RLdDBn(&a4mU$M3 .=Wi~epի @CD2L3|RW`bW?V&9dtkMmG 2Zl̴3p2f?ea802}S(}6U#l 8g謜6[E#B1|Q9MgԜ>F1fez:Rh~#W\BT#~pKި;O:l_s`kR(`>) IDiَ@2vi+=]+Lr)Be:7i"oASYJbT#ذNRbO\s] [#A%bOO+Y\xF"AUWzNNH/;[,EFm12yK^ƴ'Nq&.RBH 1@pб)=%1Ca#K7'7BL#a'3!XWD3`s.{Y7 v>o}vFl AoT&-)3" pTLNLKZ/*7X'\2`@7 /8w8sJzh( B<9+ %gqҬzEcE{oVc4=4?&ƛ)^t Q3Yfﳤm?*dQreZ9.jv K.KdP @N'C/ OymzxXp6<ڝ1GϷha6 kDZg.tOrnri, u`'!h"Eu֙ԮymqT4ÏJd)bvj D:Be=ݎXJڊ OEz%-eQ$ŝsvC[W`]u T 5V&v=pNaZn.O 5׹pzrD" }ܲ" ysmO5!]Cr{!(c&ES.?slp! >š Rp* ~'1MSf iZopBS6בdC{4Q6 ,sFc "muDjBѸLni JDf y2e r`jɫUg,4B6an`'",{E :hM)LzRg2y2;İa oO蚨cG{ղwaa_4lW jAw0d OG# L %V~M/GPkgX7^gs;X>| l<Ҷ]@1V5jQnt%]o\%6o'Q7F-7.7Jv*fݝvsЏqGeMn'ɄI "iRH{+ϏS$"II6mU[-{hJ+-*%^ ^Q`F YVʄ6#Ls ]@|Zu]@̭ժra7s)4kb(]?vf aDP)N+3yוMW҃\7 `7XBq&J~;Z7r pYԼ,(p`-*G찫2|&;̒|@]~)kw)YrG0]V)St!ho98J~_ 6)iIbq}Io璭.a{ؾ|~ۍa-X4Pa;y:'j2':ީ*|P|-]ff$/Dz2'Z *Xֻ!{j$я6X\Q%==uA?я;UԖg,t^Ru(Sݬ32t2.,3y2YrQ$us~9vL.EpJT5p[vZ:MeLW͛p)}>ES8֞F@m1iJSL㢂]hq/`u7K;'/PМEuC%vofs7(c1;NV0j["$l7)h >1^>me,ZX-UэtMX70~WN;,|2AOSTbPY/Q|4t! |1?}0ż{{wϳ[{/d`zO/YpȶS$5 M]օ'ȂihceUS#a !9SWVAH_n<Ɂ"շb+ʿhιՙ"x b{ ߦ0i,eQEBz1%fł#9Ec!V^5L S*HdeOwT2sJ'6,ULDTlpN9'0PiIX\_& zV=f)XsN=6Ѧ<_`͏7LJ3jpT&qxY9 SF2KsGD7D ¥[gcz쒣DcrN~:%?" y1 th{}vV^LpSe|b/~*σ"8"VM6鏶L &ivw`w g<0){*D5 A+^!s? i&(!W[oSp[[\$x L/x-d1p׺ ya= -S\|PPm{cj iusXe\X'o3_{lj$,>jU$/}Bw`O~Rx)tx{+9bi^&UDԲY愂' o˶(TQD++ODh¦iF:RbtL Q(٘ 4|&oxN1Wuy*| ;8`Nj">׼ژa*$ QM@L4 Of;? tj`urĚ|kIUVs6mυϧA]) - S Mץ$IIW.9/(蕬w>;ou*pCi9C5 W|ΫݕF_]wt"󛎊})[+-VAO,R1g-77y"vMPEc3`@ʼnթ +IkT|U :N^ISltZM|gӘ$Wј4Nv _0].L%bid?*֯^ A3{)0 NOB*8c}U l}a;#;>0~S# c%r C;_$Tm"F)rq:SİFIm ?N6㩏{vMTဘ>+Hȸ;D:/'PNkͨ}`~VTX]wsyg)ByRZ&1"=:q:MfPRẌ́O|k:GW GPV^5t`]@mM3ӳh'Ԍ47$8x8Se>]"LJi:2y/0}'ɭ 2l'Ȓ&M9l<8"^/Y )U+c,bD0|5)o&>:RG{du`xފ.!6\8/ D}sc#J!<(e\ JGt$cp4ˎ sazJ̡8X7svU偸jL}!Jea,<nodBu% ?uݪQA=\1HkO #s*jŘu!GfmM{YdR m 5PrUK|()8ac 26Fs|[rn7P' >*_K')\"ŵ(S ;2'0BT4w'OèVzi^ m Gy1sQ@L75`Ü N\^8$s֐gM AZ:AVgÇؠ0Fb6~":p.DwStc)SʉpXdN8ôVo.+ÉSu!V}Avc=dp5` U:zOO-$ Q]{\K^lN611pnF&<įsϠs|7UV O*4g\u .[8W2[%`x˺F7fEʻ~}=1^2.MR vTs}5{;?pW&Vaο$Ŋp;߰ [% /f{=&aӮ37-:"، atfs]$4]T/g-3dC9w~c}y^UxbӇ(}vΪJq , !HLZ_pw"gi^}$5}:ɐgn+UD!n ޵򖆢 zNectU=hrыēY1G _Qc!= l.zf쿷{,6@jR&Csf덾&,p(f\H̭%J3`Vt7u5ek1%HIM}ܙ5XbG麂n5y~yRFuyF\g,Ov9 닸ݤ-zd8T0QeTwz"AE0(w2f"%У2f{3k]rimqG^FU{K;o9(Qj^b<H9 e + 4 z@.v|jq8gjAn쪜/naғ#IYPyKY|at|7L^Ml 1ats[\sR"?C[gnOC5X.PBu"pѤrKۏ%G/~KSم~] CX8K9i,k?ҟwy5XPDR^} '0P$Tɩm4;2wh&ZA˄7|@0S'`Hb?J銡7L7EbPs`ZGԥfFkeiTsF*谂Dt,}*Hǁ0 I-}WJ;OâpE\.^ wd\,0[We`xwӾ ahxWXYA+ad??nzvDbk.,T=T2Yȏh ɉυ F&h@R' [Wi6$?;FxپFo`).IJOW|t%I'DS;jV="-Ҫ1XJ ?++ W/$ū7!QDJ^Un1ے_=+ß1kTvi)fgi,Cwe~y@;2ۤ ,nX%=FHݵFo( x&Pf؎y1~ %FOR-W(lyh@]hSeLJ,63z$ntOfUOݠl)Pdd'F.fxs|/H.%av2 Ou?ُKY_u!!1mh6[EK)rjB̂( (q]#њ+T'ձQ0|Jܓs.VpӦM&Y",{SŁh)Jq>좡,]G V9$"Ho3|;z(<@׺[-gd*>}Ѹ\+.Z VqY,|('ۆ_<zr$?i> ^6U[Hΰp/>c}5$P9fw5_i,%)Uf;.+9՛ VqΖ[2KxԍcH׏;;^bT.m. o},f#!GB$s^\1=LBȎ{HiS4Lv γ1eC,vd<Cr-)CVYLAKxr'r&I8&o#2_!,t= tnn(gqExpL B 5j\UV*#_D[FH3_r|̥҆*Z{Z|_3`: F1~<1 IXO()<,+LzIAy!:hO塙gr1-k0:~ >,huLJf ئ՘EhD(m.x3_ ԂV6-BʊCɌ!.[B-q̤ ͇ jMS"hVMsPefz40--zbkLWW)1W~|ch:37wo?)F-4?ownW _ht;ýM?lQ:W ]I>:Lk~@r;bRZϢ#b)_mHD,kP}wL@zHՌyh%VJvW S_%7)~0Ѥ<ߖْ6 ф_]c͇`/\)Z#/ϐ j[MW!1 f1ZGfff S-dV/Ԁ+~ cLw"óDQc$Ppc *:[iRK\;H(L)Ndk<\h;Outঔ^޷[{ jm:n]fm*+ ;BUYM%;-M <0*ڍ;=TrWi/#?5ʙK߁}-R=&cnXXzpG2]~aKSh\0V FxQGFK{=6s911Q_hdaD;}Ǔ C/ȵ1av^_8X0b/cVW-y?RkFc2_>zcj>?S&.}NLTSj7Y)Fuzy@51'hm r "Eqրh̆XgsOkYqa1L αSNB  cz?CS0o`Ⱥpu^X9DH뒸%BuUʘ7lLn8j*K<m0S ( #Z+yM@dY\pajN[V zui:6=ɘTckkܡ"<&ՠ EkƊoNwu /pɫI 7gFK[D;ݗ!%GhM$ն܏$s1v9kt0u}6{2#$.߸}CYUorپ[UQ$ b%´F8p1JޛYiOa_z(( 2<TsY6 #xP6bPýJ֤[vy- |. „)W妞+ 2LBNXP))sGҙ4{@ʓe-u,yzBU^ϷNcaIV_a Ahw ǀ (g5M<Ӎ ['Kѿ -ߌAL?yXr=JuVBGC^9 a4}œğFaL}fTG61H swg/IJ:nCm\hj{Ψ֣$"TO+qvF6f,Hd6+7Y>ƙ>ѱ]wAG4KVzڡg$4|(lWs\QGUOwN\mhKfp7@!l (˸^C6YlM$8(7rOf7ժY},1,59{=4g##KdT ZRk~rËo$OM,Qӳqi C'ʷ*>__F_!Ϊy@r&0%:T3@O8Eo1#Uko$[5 [D9z|iSC%y[mI(7V\(S\OX,,byE:FϔF..|Aj:T/`>MK5P$U1 :mӏy}*н0 QVu@_t x|zf? FQW6D>A"hflOP#ź 0Rm}8qtI|I#IM*N1\"%޲Zͅ]aT0hz,Rʰ\TTmkac;Mhś^`fqSdiVo@^S9x4BCuĢ#1O,Τ)ZJvZ1)Y6@s7INB(YaL6{?_J}  Zۨ*Â&Iw:oSvSu H{*-Ѷ&\]6%}Ldib/:[q,rnS:KkQTG@1'nEҝL&$ފ M{퐿!F$ĩi{ӮdA _0xhk@*b4Ƨ]+WzCA=&㇅w)l ,iҷRLPw@cS՜5`z3$)`sѮeu6AG)D k %olf=0GM-)h* L]%QRzmOnD:6WVL_<1[v+ij:ؽI& I[~8սz-lF(Oֆ6YJKHow:ovE%] (BJb%GS m1T2VAc6TuHa#'fji '=LzG-Kjq% >;&2,xVtޕlVhCrI>? aN%8f"y[Yd$uIQ~mAYNL2`qnհURCaF?cVؑ.ޖPs8Ќ }+#|$%mu'y+c!3C|he.]u?x͚L;v.aRW ytXvv2gECg snIn<8qu Mv}Y' I{$E%xz>Q֌Z90'[#S},>#4QC,-aؽV4CjQ}H$˚2Yrv-wyQklt=7f 0%N:w=.^m$nS剽EFuµr?H e0y,R%Yم׻FE4%v/u"A;E5J ΍x^f xBL`_p G23 K;+ a`+2 c ^ &T8Qv6U'%w5cٌijBQPMYO]^E:ΆJ#E F/ͻcݟqb:uv R}8Jf~҇ۻaSIh[y#HDRFk>#p:Uc'b&~x}O+K1? Si[שri(.iǘ7&F5ZbCf"nt6t1ZbV}Dh fn;tlKd|I+bܕ5[O“d˪px0v3;Xi?]S-p&QϠƏx*/ aThv`ЖC<{jNYұICKq@\J %hY^w>6zp &K2\ڱٻsF1O2t15dn&Tv]๷P.JU UU]'N%V#Ν9F-;Xp%7RM9E?Ͻai,FoI0#ϡo-?&?ߌ!]Ď`.<۪ \Ufȗ:8ѵE \n\@v0Xa1.(,L׵ϙK3%?SAk TA#YѺ,U~Gsaa)]F]|eX{+jp GJc+WͭG ]-.PziޜOb[Łs bI$5\b7p*=m~WsL~* TGð*ʵ~PcѢÕ@J][TTWg1v gDv^܋Eز1bg Eb""ϓ+a a*<k#?84 c FǷ1% sLUpnU+ډV:=~WkfgĴKQ]5 4KY1g+IF {V0}ىmv$6SsD}G!`&WV34[2|lT^G@>P9%r?tL0s_:57kIR.8=ҎBOpyMڒvnt*^[VJ$[p$"'Z^ռU4)7 8(g彌 N6N2/ :Vl{xoIg)xŧS:a<Q<|T- a$Kٟsnݖꈂhq8-n|Um%_Oy45%_8kHBXnW9r䂄`oOLKDvT?1~Z#O+-); O]69(˶-6Ri_gi_ Ot:uӓ&>jy+V!=xLf9JYd$@omРt":kqyrsI j2қĂ(ii7oJ׍^cKf (zۃΊ ۭ pz BYGM̖6Gx`W|AsDVidpo"|Bqj>a0t.;+:%B*VhܲYLГm]݆UY>(0Z>Ҋi·$NL B DC)J-.k&gmrma8oph~E4 [Hȅʮ;}Ty$ZmrEsV[bpW.r8{D R0Cpy{Te(K+.|[ '͟9 ojN7ծs:еg>PzD3x%`2C Tc2=%\^TISg:ౌE[*!gMN@ f|c[ ub41EaFo6k#J!:%dwm!ɩzRQ3keϱxixC.q#.x,;t)c1Yܣj}]AK.S/ ` Y|ifFU7.jτS(}]:-3>:&̞van?>d;V uo#fIHH h )=|QIƖ)azj(ح @2<+] 1)Df9{Ǜt/uK\|-w[R$iE8[^l.9Px?wѮHϭh2 @kL(fb0Dݱny8u.~?pi|Hƒz$noyC&tL\Øgͣ9z˦T9&"}aJKrqyV@\]=t Ev2vG)ͩa lOM XɮC_Tnd0 ~~9((I)JTAhsdeU1تfe8o%A䟻xަf6rWL *А$)QNo'1$Iu(N%Nrg\u&M@]32P6Epc FILO|x± ˢPR߁I&*TJ|maӜlEiκw9b&reo;8B>}Y1cSQh,aJj$1ղxUQϥ^y*{б45S*r~$RozjoşU6I!-Ug&Q<'*y\f\[կc F=.VWBPxe`)172r=Cʺ6]{ɣVHEۓLQfڨѲr3ΚèFJ>U b"M3Bտ@R8QT!s܁Pd6[$qKHBWZ =gBӏ tM~x4 MoSTLLWi7e> S ;t kȞ7@KsXoSLp]!{C@ucV^t5c݉1#/MUHV34FM Nzٸ<+/ CZzyͿ]<ϐbFrx׉uwI~U1EyuJ;DRˢVLZ ϦňɯyZM%'+8eb$8Wކ6~ߵ]u^sky|@9+A"-[zOEc1|:&5ו <σgs*RfÀ> oK&oX5"0w\֡{7O!*sGmB46K#7LG^$L4.GDYĎ$wń7Xj4!n,#!(R3q N|]ȝt5Lvb0FM3e2[ÌL7-y)AȀj5a*KfɃNϔe&ctjX2:"_qBxkƯH2OURnLݟp\@8@k&ƫAYĤTZAD{ObntN'!勐s3+":`jl? W t HLS9ib\* ;Tph" L|܌ɓuRtĶoB &}6 oJrY$՚Ef(,7ƻHG)ag:D\/ZזWt?msrKa6d:~GMӍ_Q-_%Sfۘ-N(gVEA*Ɉ4s8ۓm|( jR5731yxj@$a TCAO;xWuR,ݝЏ#a}z$Y dR -sҁq{vO3n]gl`F^iiKIx!?fZԜ t&%N\7v8ҝdH+/z_:1ˋay9:o . 0own~bgc(b$ʩ-eM8K@Ar@HDb 裢`dfAפǠ ~>`*fR\j8!˟\^cAPP糱T۬j*+k,QbTMa}Kᓞ#dVhO4 ڀX$Grn(gLj :.%V`z:cTM1ÁA$Ca;{%~KF:2,)v#eVn7%t߾iZ5lp,o~_V}(#yK+,&M!ͫ&}epJ:t:)QL NȪOJM?[yP(^~*ۼz:b/ b\jKuwLJ肅N)f["(ib]u÷_\u2WBqXeMblgބE1Ee mhT#j:xaNOyn+XqR˯dT(@H;Ɂ jg0 -ӓPYSfR}F1$FW"-hW:|_=1l3)h2F K!{lx w"13 #qբV-QxTޯrkBӫEi9iFRp3-(<+8] FE~*,*] 'Hlu ߷+GuuV'4ʻ!Rl`5`/PjBK_.Iwġ`a%a{ XPytcˌ{18XkNÓod2&z.+֠u4zRh̛  YZ