speech-dispatcher-0.8.8-lp151.3.6.1<>,<\杸/=„atU#E:.C/ }D,ݘc*^W'J'4\{4JHA~6Ժ!ѥ5<LZw%  %), Zcu'V/1UQH _[EkH[~fbǟG z13,Uϡ"{-lh2҂&z?<"7 Hrd<;KrMGUFa!t(JIfs\A.7տǮo׎{[>>NRd?RTd & T " ;Jnt| 000 P0 0 p0 "`0 "0#X0$H0%8%d0&$&t#'#* #(*U8*\ 9* :+ =<}><?<@<B<F<G<0H=0I>L0X>Y>Z>[>\>0]?0^BbDxcE!dEeEfElEuE0vFwN0xO0yPlMzQQQQQQQRRRRPCspeech-dispatcher0.8.8lp151.3.6.1Device independent layer for speech synthesisThe goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface. What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis. The application neither needs to talk to the devices directly nor to handle concurrent access, sound output and other tricky aspects of the speech subsystem.\obs-power8-07+9openSUSEGPL-2.0+http://bugs.opensuse.orgSystem/Daemonshttps://devel.freebsoft.org/speechdlinuxppc64le test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in speech-dispatcherd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in speech-dispatcherd.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-speech-dispatcher-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-speech-dispatcher-update-$service-new-in-upgrade" fi done for service in speech-dispatcherd.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/speech-dispatcher.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/spd-say.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/ssip.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset speech-dispatcherd.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in speech-dispatcherd.service ; do if [ ! -e "/run/rpm-speech-dispatcher-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-speech-dispatcher-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in speech-dispatcherd.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done 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 speech-dispatcherd.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 speech-dispatcherd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/speech-dispatcher.info.gz || : fi ; fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/spd-say.info.gz || : fi ; fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/ssip.info.gz || : fi ; fi ; test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart speech-dispatcherd.service ) || : fi else # package uninstall for service in speech-dispatcherd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fit ^ ?X  + a'2  0 p   8   t- gf^$[=DAA큤A큤큤AAA큤A큤A\\\\\\\\\\\\\\\\\\\QC\\\\\\\\\\\\Z7YYZ7Y\\\\\\\\\\\a75713dbef45b380401e9a70f5c7944ff0994f0e7a7efbe73db546b071b9b2a313d7c2fcd85cb16a7524cdfa95d0a57e8c9a0b6698580c578d70b8960012adaf601a2af028a3d737647c7d0adc442e1bb36ae294c65f645b1b3b63aa56d918e8f71c5462203686f5663c14f72df9d74bd91e3218b8ee29444a761ad1fa244e3bab3f9658aec23eba5593db3b98cefbda6e1b14e8aaa0b8c2397ab71efe96b71f29516488fdcdc925811ce811b5067125a387237b7e68537d8be8c0abbc3efb2c19d38cca8cd2b9fa4eb9e0c74e9fcda6639988e3ee325c921d11f772c3e29dd872e1422da6ab3a8c6b3c979f3d5c28f42ab39bbf7e27da112afd8698d1f70bc8c34da4d55748cc916b33fb0410b1ad97eeaabe248902b1ef3ae04a7286d74ca780150e4d47be467a739fa9bb4c5e591087e2da505cfb52d37c54b740b1894b6c964eeafad5492d22c2b386af055a3e698bbf04dfc82b896db20201110ac285ee92de6e12c6a6dda66f96315dd921b1c0282ed2c360a7a54cc9976f0bae580dfdfa5a7bb044e4dc4ca904279a32a8f21be96f06bc8461e673c52972a7b0affc73656ccb13e4504dbe38ef4e4bea641b545b46e35bcaa9eb0688cbef9f4d7a3cb4ebec84d5f7b2a128f75ecdc0d1e0c8190fcc207974e5ea0947b5b45bd993797b721e23874b01bb0d19fe9d8096b680669677db9dbdb35c3285cd6eb44570d875fd30bd103ade5249160543bc6c1d9eba43b32c58d2b7e220a43a00a0a4b4ebccf9e6a9eb1f7e695c8d43f58d98a3663dfaf3ae0ff6e4fe3ce652d2dad22f35d07fcff3c4aa51a068aade34edc676ba09f7cbacb471104cb5723be0617aa875aa0ba23e96c9a8362fcbe09b1345e492b9c6e4aab2e084aba5de5eda4dafde4581110517d4f2c64003ebefd4d99ce5c412ccf8edbe815851020e3932759b20119779699ddd30bf37f9d17f2efbf9ccf17f627f6a297a890f505e8437129624c8987bee3bcc21a0034c5a867c7b0064b1b016f4f81cf3fb0620676c380113b0f58431ae3279675fb638e441f5ecb2e423c28b760fcfdb500598f87a79482b53940364dccb3ed7f34f1566450d1d254741343c1d1cad623518fb62283117dbea38a0a3eba46b7a2a21f78666e097cf1f9f1daba03cf082f1e86c8d08f5c9f02480b478cabd35ce557b59998f0ce6f1184b10e84e97cd8d6c1da0d79839fbd5b98018bd2368428b63facfc9586d4be1bd6efb6abce76a9339ba058dd9f399f3efb3b44a3c2f75a4bb91f71a49416f1f7c6063c462b014c8564cbcaf4f318df154f4f9e4222434fbc629dcc7641ebe47342f0fd5a0f4a538929aa0758e1b4dc7ffbf27ba7072de141f7634dd21d9b91d448799e036ba86b6172abf5e95a19816dc79098476fbcac1c9073db7421d7ca789b0f7fc40e730bae8b4d7ee6952ba53db86ce3968f572f1184b5476c5ea1409f0a4daabdd53864c2cecb0d30a4bb03ae1e200a64f1766f03724919cf10bd82779cb813b7f61a30f1e4e4bfe1ac8398780c2bf196eb82671aefdbb93c7a9c4da23c6b03f694d5e63259f628e49d6830a5c38864bbed587cdafbd048510a5929fcb4b16640ad9a680479eb9d138b19697e80c494ecd425d92eb0a042c388700d6713f251cb7856a6e74aaac8271a14a23c6c2a26b53639a393e609a06fcdfdb5a0bfbc8f87a8303ac4f9914b18aed5d904cbe2b5d169a17a6bb134a3ec042a9c131cdee6100aa3ae278b98cd5fb89840dac96ddservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootspeech-dispatcher-0.8.8-lp151.3.6.1.src.rpmconfig(speech-dispatcher)speech-dispatcherspeech-dispatcher(ppc-64)speechd  @@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(speech-dispatcher)infolibao.so.4()(64bit)libao.so.4(LIBAO4_1.1.0)(64bit)libasound.so.2()(64bit)libasound.so.2(ALSA_0.9)(64bit)libasound.so.2(ALSA_0.9.0rc4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdotconf.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libltdl.so.7()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libpulse-simple.so.0()(64bit)libpulse-simple.so.0(PULSE_0)(64bit)libpulse.so.0()(64bit)libpulse.so.0(PULSE_0)(64bit)libsndfile.so.1()(64bit)libsndfile.so.1(libsndfile.so.1.0)(64bit)libspeechd.so.2()(64bit)python3-speechdrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd0.8.8-lp151.3.6.13.0.4-14.6.0-14.0-15.2-14.14.1\e\Zz@ZLZYYWWW9@U@UF@TdDominique Leuenberger ro@suse.dealoisio@gmx.comdimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comdimstar@opensuse.orgro@suse.demgorse@suse.comopensuse.lietuviu.kalba@gmail.combenoit.monin@gmx.fropensuse.lietuviu.kalba@gmail.com- Revert setting includedir explicitly: upstream had this fixed in 2015 in the build system directly (bsc#1129586 is thus no longer applicable since speech-dispatcher 0.8.4).- set includedir to fix the entries in the pkg-config file (bsc#1129586)- Update to version 0.8.8 * Add German translation, thanks to Chris Leick for the patch * Fix some spelling mistakes, thanks to Paul Gevers for the patch * Some slight code improvements- Add baselibs.conf: create libspeechd2-32bit, required by libQt5TextToSpeech5-32bit.- Drop py_requires: this is a static python2-dependency on a python3 package.- Update to version 0.8.7: + Further fixes to spd-conf, which should now work properly. + Split the espeak-ng driver code into its own source file. + Add a work-around to the espeak-ng driver to account for spaces in voice names which recently appeared in espeak-ng git master. This will properly be fixed in 0.9. + Voice names are not forced to lower case, due to espeak-ng git master now having multi-case voice names. + Fix stripped audio output from the flite module. + Further code and build improvements. - Changes from version 0.8.6: + Various internal code improvements. + Fix more compiler warnings. + Python bug fixes with thanks to Sebastian Humenda. - Changes from version 0.8.5: + Use GLib main loop for the main server thread + Implement a shutdown timer in the server + Add support for espeak-ng. + Document an ibmtts configuration option + Removal of configuration options in the code that were not actually being used. + Added a command-line argument to allow for custom modules location. - Add ANNOUNCE; remove ChangeLog (no longer shipped)- Drop %py_requires from python3-speechd: this is a python2 dependency on a python3 package.- speech-dispatcher.logrotate: move options to local scope to not affect logrotate configuration for other services (bsc#1001618)- Update to version 0.8.4: + Updated documentation for required dependencies and where to find them. + Removed unused code. + Fixed compiler and GLib warnings. + Cleanup header definitions and inclusions. + Enabled silent rules by default + Fix language identification references.- Update to version 0.8.3: * Add API methods to get language, rate, pitch, and volume. * A lot of code cleanup, and compatibility improvements. * Removed all references to GNOME Speech, since it has long since been deprecated. * Fix some inconsistancy in the SSIP API for voice type. * The SET VOICE SSIP command is now deprecated, and will be removed in 0.9. * The C library API now provides macro definitions for major, minor, and micro versions in libspeechd_versions.h. * The libsndfile library is now a mandetory dependency to improve the user experience around sound icons. * Fix a possible crash in the festival driver (drop bnc-831609-festival-crash.patch). * Add a configuration option to the espeak driver to show voice variants in the voice list. This will remain until a proper variants retrieval API is added for compatible synthesizers.- cleanup spec file with spec-cleaner - update to version 0.8.2: * Add convenience methods to the libspeech API to free module list and voice data structures. * Add method to the libspeechd API to get the current output module, and update the documentation accordingly. * The API is now licensed under the GNU Lesser General Public License v2.1 or later. * The spdconf configuration utility is now translatable. * Fixed a bug where speech-dispatcher would fail to start if the user configuration directory existed but did not contain a config file. * Install the spdconf desktop file. - add rcspeech-dispatcherd symlink for service- Update to 0.8.1 + User dictionaries support added to the IBMTTS driver + Added a pico configuration file for use with the generic driver + Better support for multi-arch enabled distros to facilitate the use of the i386 only IBMTTS driver being easily installable on an amd64 system + Bug fixes, and documentation cleanup - Don't remove configuration in /usr/share/speech-dispatcher/config, because it is used by its configuration program to create user specific settings, while duplicate of it in /etc is system-wide/bin/sh/bin/sh/bin/sh/bin/shgnome-speechspeechdobs-power8-07 1558636189  !"#$%&'()*+,-./01234csdehu0.8.8-lp151.3.6.10.8.8-lp151.3.6.10.8.8-lp151.3.6.10.8.8 0.4.250.8.8 speech-dispatcherspeech-dispatcherclientsemacs.confmodulescicero.confdtk-generic.confepos-generic.confespeak-generic.confespeak-mbrola-generic.confespeak-ng.conffestival.confllia_phon-generic.confpico-generic.confswift-generic.confspeechd.confspd-sayspdsendspeech-dispatcherspeech-dispatcherd.servicespeech-dispatcherspeech-dispatcher-modulessd_cicerosd_dummysd_festivalsd_genericspd_alsa.sospd_libao.sospd_oss.sospd_pulse.sorcspeech-dispatcherdspeech-dispatcherANNOUNCEAUTHORSCOPYINGNEWSREADMEspd-say.info.gzspeech-dispatcher-cs.info.gzspeech-dispatcher.info.gzssip.info.gzspeech-dispatcher.mospeech-dispatcher.mospeech-dispatcher.mospeech-dispatcherdummy-message.wavtest.wavspeech-dispatcher/etc/logrotate.d//etc//etc/speech-dispatcher//etc/speech-dispatcher/clients//etc/speech-dispatcher/modules//usr/bin//usr/lib/systemd/system//usr/lib64//usr/lib64/speech-dispatcher-modules//usr/lib64/speech-dispatcher//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/speech-dispatcher//usr/share/info//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/hu/LC_MESSAGES//usr/share/sounds//usr/share/sounds/speech-dispatcher//var/log/-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.opensuse.org/openSUSE:Maintenance:10278/openSUSE_Leap_15.1_Update_ports/eaaed86606f4d1386f4c0d942dde24a4-speech-dispatcher.openSUSE_Leap_15.1_Updatedrpmxz5ppc64le-suse-linux   ASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.10.0, BuildID[sha1]=cb426b92ea3073535a37614aa9d170b67cb4f144, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.10.0, BuildID[sha1]=079245ad33b35cb9f8935dd11e3acdc25f20cd0b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.10.0, BuildID[sha1]=619513f2740c8a0f62bf9779843bc9cbc24fdc27, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.10.0, BuildID[sha1]=48b2fb16f925062e0df5cfa7523ac79c2f2a6c6f, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.10.0, BuildID[sha1]=43b81b3959c86daaec2e7fcc0238d52555870f91, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.10.0, BuildID[sha1]=c9aefdf9697349caeb4886cef56f114d07c07dd3, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.10.0, BuildID[sha1]=e1776549d4185fe248d79af2abfc2eb399879cec, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ca44111d2925dee0a78182b228a91f042873131d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a21d4b8c6a4194a3e0353d4f9226f44b7b077242, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a22784db5d3272b8aabab72be49c0cef7150dfca, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=88496b8ca4d8fac1c0d03715ffec30b109182a42, stripped "+4<AF RR RRR RR RR RR R RRRR RRR RR RRRR RR RRR RRRR RRR RR RRRR RR RRR RRRR RR R R RRRR RR RRR RR RRR RR RRRRR >uLK(espeakspeech-dispatcherd-module-espeakfestivallogrotateutf-8d809587f9f39e85c46d61e6e1e438fddd242f1b4917eb3ac04060712d92196d7? 7zXZ !t/--]"k%: ʙ@^" *ag<&2YlS^ #ic_ߴi43! a*k@6bH#lԆ{AܡJzyQ`u/n@p/Umi t̮{;|}k\:1)by U12Q0Ayf ava}=|<:47 cRXu-N;:Sԧ`~vir8n`o뎒h\`j ߯{$I.E-"N^:vD$ČhWS7}Wz+ԛkgBޭP8rHf"\rݛ)*Hճ},N49JzHW`+~Eеj Ye8j -{ v%GtC"'.)i`ѢMZ$r S%IiuؤHe\Vh~lJ" I~4d6Yκc9E!J*z7*##EiUcj'fi7צ|B((|Cke}OiŴZ_dĮ~ *((ynW nVk 7CtE^Qlr2xn5og)`X"O5[°( I?jmo _zps٬8 CԍRZw,ˉ#q+ѶZD.rkjۈgj?%P0dp-9%z-R }cf]cWtUt2 *`S&HLl+z8bkTQ)T!bCX.yD-Z.4m @eA8׭Y0 Ybµ< XZ6թw\G{cT"U\qqW~Ң^NN^n G E\9QCkI,E⣑WᆚmY\uj%: QӗN u LdW:o&("aeVV9~wa}y>JrA!L\ +{⿥2~7ݟbA]'Lʹp)$u_a>Mi ֯< Ф3 s3񳱀5z&EQJP~,yU߷߁ì=y ڌS&e\C8U<[?T7Ȣ8 ʮ+<4lӫBqB57ͷj?eQih +>T&o{ fd=] RT3 R;t&&5}TA{:F1kCш`؈LWN|\S}0Imjw wy82CweagV :/ F]xmϱ#2n/ؠhܳkS_W>̋/# m`エWA-z&Z%CufDg{,Vk+Ef,*[0p\j_T]gGb 2^ V4Nm{ "'A8TuyuW,Z?am)״l1ݴ|9|ZXmGn)6܂'dZUc*" (Q+w@`ͺGf.a}H /& IٗLI_],+8*- `:oU>8*`K,7%<;:?lgGG >V snz3]lkY'X熚)@>. {A\>Tʧ\Jr@UJxܱ \GŖ[ xv'.P.MA0q&#۶n#bE.1QkM._\ǡT1AVpؔ@Uon+0%-^ hs/j Z jZB7O;;rCzm෸3(jf+HDLwX\WGb rw2@ @oQxYs]LdMY;X9) 10iV OR޲읰8TG||x*iN?^K<"Edb 7)$^+ j?5eCr A uJ8mZ>i4c?lXLUQÚ 7r3OG:ٳ)Z9VF*y,|DL~`{#F }CBϔj 0OFlF[h0ʋ3SfuX3 ju,v(u=n)ܺoa \ rW V0DKQQ>;B%^ԁSnI }_҄N؊⢶cwQiӡRsg"1NU)]ph/VUt!~/sCqn/P`5rgsǐM#kn='>'Bk SK`߲W%!C9'G ܑubџvgX߉r}Z|s4q5k7<4cZ:&)Xv>U"JQYIv⣺m]@Vֵhp/eFeY|ST*{ JWV`1#U>n޻]F574Kr56EHU:5AugnmZ@Q"ǛUkX`dxB(U |&CD:Rm]5U\K=RB&t]GL?׭2i:N6*e  n1r=Wh&TW53xnT26mGu5L*?s. B5kF_}l1׷}=V)9E{6Il$G[?ʷA׶޸$u7}S#gfC^IgvodUwgL@pϰ0,[F!s!ƀ[d݇:5Yhb XKg$)=5eu?ῨS=f_~*|>S[ whR[)Yjh>{K9+ G+g ! la*TP6Ma(Y[XC>}9ZOTL.wC*&,DX\ L >J+BtCHޏSckS=)=Q1DZP oN>mXVPĤwd(;f z ?Q?=6siRH)X:՞*@-_&QRN¹:1t1݁&:}f%GPQ"UT+؏X[Kc)h8ɢ{G6b*@:CXr:|˪W ֲs)K|2_;ٻs-jSPmCVd;u|rk QoTlL5BAE[ 0JU,!;dMZOo G4{[*yt{ ?.6]YWTkQV߃Hh#ʏ|Yht il尻B&dXA ZǸK8[y ؝e'-;ƹW3mOn)W7:$HT^weZJO]ᦦϪ^Ӝ'}0n%T"?c/DؙOi7.y<ӥN¯WWF9'b*@;JP{,64MZp;N PjfChBhl؆< .ǦcX&߫jM,=(.G"z` B3 ]ixܘkmyJ<҅'"Xeh7{]rysv܄ W!%/js mYNU,iX#òPX"Mh201DŽߵ;|Tg+`n&ꫨ uHAu'`XW(uT#+?9`1ⱜBw;v!b@I4($4!rcMf1kN;ZHdd=}n[pΎ0 (?s \dS?Rۄ:צ&!3oddq´3t RxY9p IԿ<}P93tBSݣ([+wE(C:, ><|l1P{F.6+E1,/{:"ȧ/>܅ac<2eKߧg>}eѓR/J @8 N! r-ZXǜa²x Fq6n]T%$+-DSL W (G$ID"jqinpy4 ~(̙+]Ccǎ+pXZO;A&><:#@)33ń4*MAHvwvUfj,*7(yO9[(߈>._sɌPUK7W\!9ҏ_&*#7G"B {d=`FW sY|=ۅ;J^ cɈX-_HzT7XYL7Z3&~:\ ڦD|_s.gd).OxOVQO}h.櫏e:r>]eZ*|{S=Y/|GP =!keFȉuI9GUJ*xy5UfVuhЮeR}k9a VۜS#??uD+#?4evby`c ¤ Zd>h2 Т9ZׅYTzS2'YG{~ ps'ZF*Ts`MnJ\ʀC2H3YNfݠAOT)FlҰdUʠ/{l/DzC 2}j=[,"}εi$6 {i+n8c>)Z΍o}Y&^ԟٗa8M3-dW֡~seV:LݮZO* RFRc^%N:9H]_h\-dvcPhK Q❬3-PhV.mq^W?@u =-<ZET$iM9\D9"L_-Hu s\V[fYJLrs g9\. KfrȝAg)XÉ?:Gl Q7[RxrD L`y? `UB2~ң۳s7Hw&gY8ᒱHIEJSgSy["96mX7NuȇajRd,bf'_^ܴlJhPF_7: #_x ,bvz_qVm[^PW&TǗ:wи1b&Xu60ZQ ~C&\f{@wHƕ+ %Y RFK@W Hb0BqȽg`􈍁md~i/ф%/2ujSs^`<RONX rb^Vy&;.*Z>8jg%1H+8o0Iy=M4tTX瞖Y)ᄻ+*{Ok}э}(OAgZX{^˘@lHd-dPlT)|'T{-g7~3\#xdK#_^:2jaɆل5J~7%oOykvG O*t|~׺VңځV$Ό?D"FF޵Rt,k@+iM _ #>a}Lq A;2瘸Ȅ2&XNf&3m7Yiry9' wB\5 ex[ /(Ʊ5†Y >EbVd\3<_XӬg]kȚZ,[thVE5=CTRq}x`)P:a!,]4}ص`_D;"BQj D쎥*LbKsX2*ce՞`>B`7?Mj%AExAۅUx lg^`6e/WwFA$G7d%RmѶ3W$Hc!՟e}%‘s%/=jZFܲ$튪hG9aMUp0tK-:{0TMe_Vp9(`MٓB!:a?27|)mcE7`q=OpKIr&2ioIA  oGK\RǗxi0xЁ=tD;S"!uQVcc..`T#kr"k'nNF(yMfKakݹn깷Q7͡æ}zj!+}랯=aH#i?S4C=Y gF~R[/cnF"4{cZ,3]YsrQaQUWuX?,݄-8eCxfvM wQ,c#?q>1T ߵD)vAj0V>Ar%ao)ju/ EalA3+bN̽CV'N*$׊=$=KKC2_ş0t$$=B"]Z_.!R5\fb;,IxPY A'y!U,v"y(!b2Ҭu(S._*p]tDŽZ)M$f{V\* rPDSo?&yGM^x,NTj,[(ew٨T1X#C^&d| naM&I~f$y$gQAN#?士0vDQ6&oGtL RcGzq;0-mXRyߨ]ﻤjBn(;H}'>p7ldڵk#IgZSpjrYE[|͚Lή}2GOV!OU~x;7(kb9|MC%HFV1KC>EROS3Cf4ǝO Oӌ#oj& U4.5Dfs5UuNڒΞȧh?6]kȻ)C}ۅ +S<>;tC4P=7|)8C7r6@$`_g\/'m3)搨lXg4%AC%WUXјh=8n|eizt <.PotQWf횑y)n[@VBbLP lhMIòye^;AO(4Sd&A_F :HཹYFA?L=ۼ;0@˯VdՖET $D:nNi7X>sY9=M&2/u䝯K}d[C\S^A:]0 l{TAZ]OP?qVqiX_[1 熥:hvkeot\"2/FC ,|+jyMFۻON :> Kr~E#6> rSa-J\PŷSyG#;"_?4땄u