speech-dispatcher-0.8.8-lp151.3.6.1<>,t\殸/=„%C?eu1s4d c޷*.8֜4&>Bu!KNgV/$y'WrGIX`_tkdE⠲{|& hy[2?BX1NU~ſ U.S~Rp㜦  ]iTpwsX&?F]ҿpu EI/MRhX8aT7'en$Nj:s"-ν2͔ՖFWBq>NR?Rd & T  7Fjpw ,00 L0 0 l0 "\0 "0#T0$D0%4%`0& &p*'***(+F8+P 9+ :, ==q>=y?=@=B=F=G=0H>|0I?<0X?tY?Z?[?\?0]@0^C}bEhcFdFeFfFlFuF0vGwN0xO0yP\hzQR RR8R<RDRWR\RdRjRCspeech-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.\cloud116openSUSEGPL-2.0+http://bugs.opensuse.orgSystem/Daemonshttps://devel.freebsoft.org/speechdlinuxx86_64 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])-;;H{z8(I( t- gf^$[=DAA큤A큤큤AAA큤A큤A\\\\\\\\\\\\\\\\\\\QC\\\\\\\\\\\\Z7YYZ7Y\\\\\\\\\\\a75713dbef45b380401e9a70f5c7944ff0994f0e7a7efbe73db546b071b9b2a313d7c2fcd85cb16a7524cdfa95d0a57e8c9a0b6698580c578d70b8960012adaf601a2af028a3d737647c7d0adc442e1bb36ae294c65f645b1b3b63aa56d918e8f71c5462203686f5663c14f72df9d74bd91e3218b8ee29444a761ad1fa244e3bab3f9658aec23eba5593db3b98cefbda6e1b14e8aaa0b8c2397ab71efe96b71f29516488fdcdc925811ce811b5067125a387237b7e68537d8be8c0abbc3efb2c19d38cca8cd2b9fa4eb9e0c74e9fcda6639988e3ee325c921d11f772c3e29dd872e1422da6ab3a8c6b3c979f3d5c28f42ab39bbf7e27da112afd8698d1f70bc8c34da4d55748cc916b33fb0410b1ad97eeaabe248902b1ef3ae04a7286d74ca780150e4d47be467a739fa9bb4c5e591087e2da505cfb52d37c54b740b1894b6c964eeafad5492d22c2b386af055a3e698bbf04dfc82b896db20201110ac285ee92de6e12c6a6dda66f96315dd921b1c0282ed2c360a7a54cc9976f0bae580dfdfa5a7bb044e4dc4ca904279a32a8f21be96f06bc8461e673c52972a7b0affc734c1370feffba959044d1c1262011195e9e15c656dca0a948d080d3d072e52df86d0c69bdf866539b474bdb1aca285a1d1643553ffadbc119f84fabaab4e0c46abc89bdb1c5d8f72c6c366f6ed606dc86a452376239eb790e56feb7a4a3eb37b2fd30bd103ade5249160543bc6c1d9eba43b32c58d2b7e220a43a00a0a4b4ebccc7a7c391949b05632fe360461fd107353a2189c742e7b32fc86966f6fbfa614a1d9e13a11a0604facd6ffbb791d00326ca6624126d6a0b0e6dafdc65fe1e63dd04fe4aa29c92102fa1f2ef1496e35e334dbd121e070bffa6cbe772c044060b3ae465f9ec37faca24b30678f6d95b0c31c2d8269ec2472a9c5669e6b51fc16725de2f00347f69c07ed642d92b8498ded8dafca509466aec9874e1e50c47ec81d3763717c95ca9cb2a12c7014655cecef2f0baf62cfcfc86ce69ee71497c0e814e8f7641c15a719f4faa7aaedee0d77c61980e5c02023bc866115f029d3c8bd4616f5f0d1ea4bdae9635b1ac083a298155e38a57262b73728f1c50268b44a46d49a3eba46b7a2a21f78666e097cf1f9f1daba03cf082f1e86c8d08f5c9f02480b478cabd35ce557b59998f0ce6f1184b10e84e97cd8d6c1da0d79839fbd5b98018bd2368428b63facfc9586d4be1bd6efb6abce76a9339ba058dd9f399f3efb3b44a3c2f75a4bb91f71a49416f1f7c6063c462b014c8564cbcaf4f318df154f4f9e4222434fbc629dcc7641ebe47342f0fd5a0f4a538929aa0758e1b4dc7ffbf27ba7072de141f7634dd21d9b91d448799e036ba86b6172abf5e95a19816dc79098476fbcac1c9073db7421d7ca789b0f7fc40e730bae8b4d7ee6952ba53db86ce3968f572f1184b5476c5ea1409f0a4daabdd53864c2cecb0d30a4bb03ae1e200a64f1766f03724919cf10bd82779cb813b7f61a30f1e4e4bfe1ac8398780c2bf196eb82671aefdbb93c7a9c4da23c6b03f694d5e63259f628e49d6830a5c38864bbed587cdafbd048510a5929fcb4b16640ad9a680479eb9d138b19697e80c494ecd425d92eb0a042c388700d6713f251cb7856a6e74aaac8271a14a23c6c2a26b53639a393e609a06fcdfdb5a0bfbc8f87a8303ac4f9914b18aed5d904cbe2b5d169a17a6bb134a3ec042a9c131cdee6100aa3ae278b98cd5fb89840dac96ddservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootspeech-dispatcher-0.8.8-lp151.3.6.1.src.rpmconfig(speech-dispatcher)speech-dispatcherspeech-dispatcher(x86-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.14)(64bit)libc.so.6(GLIBC_2.16)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(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.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(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-speechspeechdcloud116 1558636206  !"#$%&'()*+,-./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/eaaed86606f4d1386f4c0d942dde24a4-speech-dispatcher.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linux   ASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=d74cda825eb7f37eca466ad084c7e37fdf84de9c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=cc7068d406e8845a6e5220f493ea86397c358adb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=c229917abab86e22268c70d07f1dd66687e7455b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=6c41c07fdf7ed6e9c4350b5df66666666733a36b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=8e33f086e37de5217a1cba4aa665bdfe1d95f415, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=7efb67b82fb9cc04ec6bfd7afde72a55df7ca29f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=401a2d82bb8a0a0cfc96bd536e09a17c477153fb, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6cb7fe2c10663e97f0514b48ae52adaabb5dcb7f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=aad4de22a4202c44aff9ec9b2ee174932ab9cd48, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=549d34052d4b16adb2b1bcd382f247cfa53f3406, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=836de519606bf99f1ba63f4677411be1f5a63cec, stripped%0;FPW_  RRRRR RR RRRRRRR RRR R RRRRRRRR RRRRRRRRRRR RRRRRRRRRRR RRRRRRRRRRR RRRRRRRRRRR RR R RRRRRRR RRRRRRR RRRRRRRR RRRRRRRRR Q ' ʍ/0W5espeakspeech-dispatcherd-module-espeakfestivallogrotateutf-831513eabc559e1e6155a92fb35d74150a6c2fcc49e41e45381175339298471e4? 7zXZ !t/.i]"k%] ʙ@^" *ag<&2Yl~%ьd|WJ6&WĈחole_vٷ?b!}>>_33^hɹQї`EogoslUD%gobAӸH|'ZuC\se*]@q P:  mjkMav_{W>xny4죾\ֿ?ǽ) =E6־(֯O0 n0i11MDLb6`8K'P>-~h^j`r & [dZ-ߑTȬ&[Sf:ݫBP, z3V8ڍ[r*Ӣlc"5uH+pa(ü((z6vmT ? )2QtZ.ĥN*y_d/PQ#fjL  싅ŏ.$KhԷCM[]jL5dX^Ҥ{茩Yi*+@{;fVC`/ÞPq΍F7<`_/q^ hST]ͬgc~ }paG0z` Iy v¤j; =}Œ+ zlRC$Ll@'M.zMvOB~U$ PwǨXn^OGe+' ql}: /H-qgIehI 7dq]1YL1ۢz*?44oh %PiF4$JnNRgS|\"x&1ɒl. U ;׈D]mutȈ˗-'Q{Hd[$0&ơ}c.ģL>lчt k".| \] "fMm2[n^ӕ"9`na\[OvZSY}7>':F>Wtz?ҟpqxoH1mڂթ70u h#J+\-B^ 0*8=ݔ@yf;(qy:g)Ҋ*G:I<-0 M#CGrn 7ig/ K4@l944}ζORxơd&A%n/RΝ'}֮ w.<02w'0/3bXfN-l77DPYH{]#Řηb Wv1:hw-]i*fɱQ^"&7=G5\gAz4`AVT";wqyKbBN:QB&UEs .dXZn ҉Uo'NtB ߁}NIPwRw/iT@BZ&݈I JqAL' ;'uwxt!Lt214AXkKe _ak?qA9ZTwyy7ڷP%3Y1 &zP2|?skL(]ϳ{ߩ d|؊%I7鑌- ͈¿io'@SVëHkbK S3SWY|G7M'ާ͉QK*YjD2EKxU$XY{˼IdIz`5z牀Kynӻ=D^Sqeo$JyZMdx6P'lhI?um.-*i/@M !ҙoc"lF=sz5w[27&o0`W8Z ?گ!)4F 9qYo4۴ZC.9b:25RirGJ$+95}i%KQHŧ(vtqiE=?UqP<8BOb OJ"3اUy@O[{dAhY TjJ>=^:ҟ.KnG/(Ijɼvlq0qP(طGz<x Čs"遶PhɝnVw`g ᡶҮ+xAss-!>,4aPk8 [ï?!F*biݍU%"r~Hn +;r+ِYoQ+@'*Dxwr[b=Hr+=]̓UNc{qMrz$tB\-Y;ggһ>4LUVtL}uk+)AmVz0J_g4m&{6>?[H,>dRuG'އZ.K[m/ZIAw?`(0w1ڣ>3RN?Zy5G+E0,}C6=4]5sSWj?t'&萚aoЭYԕLNm.gaXW $߈c{, s"aRU|72(HeZ~d΅u"<I+Nzҕs&Z-Qvיּ~A(Ð]S=F{9t}?0w _Z/4dU9t9U΂ե3@o?@qٹ}{ eՖ&Es4pc"T|t}۟bns,S(KHOYROL)sɺ"RoY?~V]ԦÙy*=q_pJ]ԅc̵Ap? u`j4xz1PɷZ~M gD\;/ C۸.eo{8NcfK[M "\q C_d3OfZK+TJ<}st:i5d!*}@Grt'eC!/~_es6t2{E5aȺ,&֋nb0A/a1S#lBbv#o.dT;Z6zGs0y1;UJ\I&˶Heј6wi91ob [aضƯgm|oX>1@|V̖6 vHh"AxZ͑8`F/sj?l7}/WI0''{MKw':@ێNRBj9O c,c N]>om|6Q9K\՛Kbɭ{wX =3ď"ԋb~B;!^հ ԈE$yQ;4l[{t &hobIT]Q\~f[cr;{®1fw)͡_*!l]1˟~r*Ywl_Z,szn^IjzOl-_w=O̻L+@=.+4 eٺilM#戹ujNۛt3쵢=k~| hf7wTGpGEo, :vmnOR2V5I"Xdv+QWl#k$xx|x{ׅTt:@4#B5 ;R0Y3?)8еa?ԛFcZ'fM 0/ z Wk Fpq?C mǶǛȬ]5 Nzʋv&gۻsԣYY[}tCd=6 Obx[D]͍HlHbvdg2 vQc佡D PVSeƗ %I-~-e?52qB&Z€"~sLUW gxpS2CS{@MD_FA fZa׊.0h3?7H2g1[~j]X\8xnt7L%6ӺDmJ/1XC$kTa>`*#<gQZϳEWw5^z[av^4+JO*uTk\+aƮ)?(P]}WP}=nUV~5ͬBcֶ"k1h_.v#FA}zmz?vDs=#wD.7/c^_F\ }<_)5Qv_PnO)FE"~ -b;s_ ԚV͑$S!WVt9mc0:CHkl^](BaVH`;zYO[ ŰZALcxR5"'*N"]cN'<aW,.,Ina$e#ZR@ћCak~@*K$y>OʙKuBnisXꃹsAR?`H0%تv<ԱKB\GSRӉ@Tx-MwkRIQfcv~]F\T` RO _bq}_Hr-:vnIYx{heiiBQ3;t"'L#TY{Ǚ0cB\J8A|k[pQKbר` bWWJuݐXù8l \p2Ll78HfhF5'&j/sҜ1pc7U$~+w%Z 8fb釟E@ui NP04,'}\y Λ>ώo#1eݠB&WI<>/eȔ6%\&vK=N&("xćbDzt23wOO5lB4nj"Y;.g*i(4k g{eTK/ J≽)Dq36)hhz*KR2eN'e dg,K l jP e"mt%"~Ҡ|skeb"^w ,{gm]jP 9Rmypif"_;n l0f?5Ksk? 0-I*KӨ Ȳ zDwT١v/"gWr-<^[d4$kf}G5Ns,OaĮ 5C1, ("̇C?k/p(FZ+@FD븴9GGKK ú_n;^e`۷(N4dTYm,EQ WYNq~#` Fw R<,Xb qQNĪUeX0:J0 "^bȳuFJsM n]?yc1d>paOfˏ ̣vҤP&T/%3wQL6BZzskȪ`*llSo]!s~c10&F}j^?(-/$B}%?v,Q/~~ccOeQ>e܀Gk\bu 7f7e2wsA. ʹ3܏,N\8W%] 9RW:̙u;& ͷAEO*&l) PlϗOĈ+[{VW oxWJFRmqIm=]ulGoxX>Qr<}} wGM Xpư䔷R0lf~,YBiD͝Z4:#&&>iFo%;vN(m/HCGθH_MPid'/t[PgӇ_I1l W _X*Rq3?]^P(uu9)*'‡_S˾>^""n*T|,se%tAD;9r{QׁkemQȽHdOumhDC+ 3Ω 2_!Z؀EH yT)ej;?Z4> Ѩct?ظ+"" V똁 I,ݣQ$2ɋō=uQḡ}ЗYB8`_(a  o3%8#Ǵ>uw /l@}|d>|ojWҒ}\d%vW@OF/$9Al L'KÁ VK8@i+-6B* f3FZ, * ~{ =*]R!G. %}jFmJA]66%[d6<%}VsT,k%Ǭu nQZgx+v ;|"QQSXOB) ǐ)'"qk=r>R9 =E4.?LrKuc6b;2d]4^ Lh4Sy&b|jLѕ\u5k437 M Yyԥvn(R BӢ'Z'{OZG! *m5 F#zXN럶xA<ʱ} @o15Y?䳐aI'٢|ס!\甕5j3=e _khb@RcmqJ>M1r7L.(ax. JdOԜU VQbeD4uS|ZzTbl|k ft_yZ \iq52i#d<] ݟnCxִO@bfJVj ֣ɺGz廊U T+nkE傗ܲ7P8߅{)ANQἢ{И-Mvs.aB}۩u6h}ot8x7:Y XN 5j$<)Ӣ_6>(ݗy2aɞț -lJڳ;xS2!{U3otc蘙.g Lf#P,,97Y[l| j)3{Pـ@qt?c(&OE qD&Cc\ ע̴*R;lT`çQ<(?:\I\8<JƁz-#[C'G/ZqQ pT^mJD)Y j T|vp {IX2 x1&Z9qSTգy Md $3̈{2=w 1 ,m BM{.m ;wzv }RX{5MNj*x;l}x>-cy_+9ME[WBp_[x. i=vĂbV-C S},N2u:s,I|s1fHKdo/.T>g4fMOs]hx&R]xjR[Y< k;/;)IinIUq*hem0)Kj GzO 7:lt/ӗq;l=q(caUD vmXGc .۟"u4r[ hǏCʵ-?D'6cCFxDp^EFfX"h~N讕qəhvCQc)o`? 0>)ƬHg=JS #ά7xbm#<{>_չ #8/:٫jj윙xZ X]A4>V$W*Qз1^ eMhdc{TmZeJ}e``L3m*r^ ]&A$RRyƗ L\Ƈ<.J` S2:OSW,4_ P q|y\FC_ 7a͹/1&hx=jÌ,ژ[X??b 4*z[V3IҘh=ua6(q6&A⸑gqɃz\r]wo M*}˛oǪqlUhTb`i4pS'>^X!pY D]CCreJBzIDg;^,u1 M1+媐ʨ\œhQ@L\G[l+xƵJS>~ː޾ċO G 4gRW5ٹS\ۃ&֋ 5[ ;[^ˉfTԷ!ߜS4)W(_յ5l1: v !7fM5$x~C*$^ ?%?H줜y4_zсu5د᝖45'kB< RF4aYڝ%耊d5sN Jvҹ5s+8 (*#8=!]s714;Z:Ь<)o"PgbhǦ֡~8)nBhNhcT/G&i"Rҳfj8v"Ijx.KSQIp(mzYyҙB˟\VeLPK wn> |< ݴE();D*x6ذShQm'1sj>xT5\"ʓpy|yTgˑ|p\pNC?%Pn 露t}sLj% ]ym@]nQ1 >AW&ļ̗8U X>+Hzjah=>4H ދNİ # ?FN緘$X?o$PH 2Ph FNG_ c97LZ!ODԄ9NԞ(k+ "zQA尕ۖd_AU]LT` (k *v ])*f-E yM}fMWmCT}꒱$r0E3,9 AyJJQWoس0L:tq\#hqٯK>irKK]H})̚% _uF=-*Uk-^U(f)xuh% 1Ծ&"'X{0=4bwՀ[o9fYya'O~m1:^n@T5p˲zڻ9Y|ar]İWџEdwZN" JiXo2{pi"dU'.V{+lO5VYUGw>"ұspU/?'s a XFBK+$+VAD폀}% .l0ԂPqR͘]~6|1fM}Or:crUװ%=H.͒4YX$9DW62JE]p:; YZ