libfm-extra4-1.3.1-bp155.2.17 >  A dk,&UGqȢ[{ozD:v6csNL$y%&7/SE!YWI߆x,G#=꓉ͱtr?./=CN:pQnIh&ٙ7c ܓqmH2RN= ,FtPY8zͺ^cRRA<]U `R$7887422788cfe88cc1c1747cc40e7c078e1c4a2cd23411b7b6278704f1d1fcb648b5b0661d552d0d57684f165e0d79e76e432302͸dkp@H?Hd  S # =]rx    h <x   (89:>DF@DUFDdGDHDIDXDYD\D]E^ElbEcF`dFeFfFlFuFvG wGxGyHzH4HDHHHNHClibfm-extra41.3.1bp155.2.17A glib/gio-based lib used to develop file managersA glib/gio-based library providing some file management utilities and related-widgets missing in gtk+/glib. This is the core of PCManFM. The library is desktop independent (not LXDE specific) and has clean API. It can be used to develop other applications requiring file management functionality. For example, you can create your own file manager with facilities provided by libfm.dkaTT@Michael Vetter mvetter@suse.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comandrea@opensuse.organdrea@opensuse.organdrea@opensuse.org- Update to 1.3.1: * Fixed crash on reload while directory changes (folder might be not ready yet). * Changed size of large thumbnails to 512 since 256*256 appears to be small on hi-res displays. * Added application/gzip to archivers.list file next to application/x-gzip. * Added image/x-compressed-xcf to archivers.list file for xarchiver.- Update to 1.3.0.2: * Fixed launching menu entries shortcuts on desktop which was broken by making them all executable in 1.3.0 - those should be launchable still. * Fixed installing modules into non-standard path: libtool couldn't relink them properly. * Added emblem support by reading the "metadata::emblems" attribute provided by GFileInfo. The metadata is provided by gio/gvfs and are currently stored in $XDG_DATA_HOME/gvfs-metadata. * Fixed typo: occured -> occurred. * Made desktop entries treaten as executables. Now clicking on a native desktop file opens a confirmation dialog instead of executing it. Trashed desktop files are only opened as text files and desktop files under system menu (i.e. menu://applications/) are executed without prompt as before. * Fixed build error with vala 0.36.1. * Fixed crash on launching nonexistent link targets. * Added tooltips for attributes of copying files. * Fixed thumbnails generation for files in the thumbnails cache directory which actually should never be done. * Fixed crash on pasting large string when completion matches. * Prevented creation corrupted image thumbnails with gdk-pixbuf2 >= 2.36.1. * Fixed crash in fm_config_load_from_file(). * Dropped displaying "extension" for a directory. * Fixed crash on pasting a file into the search folder, show an error message when the copy destination doesn't exist instead. * Added new API for FmAction new object type, to replace old VALA-generated code. New API is more convenient, C instead of VALA, and should support all DES-API specification features, not just limited set. * Migrated module 'gtk-menu-actions' to new DES-EMA actions API. * Added display of data transferred to progress dialog. * Fixed wrong names for files, copied from Google Drive and similar places.- new upstream version 1.2.5 * Fixed 'Launch in Terminal' issue when custom args were ignored. * Fixed crash with non-UTF regex search pattern. * Added 'termite' into the terminals database. * Fixed possible crash on FmPlacesView. * Fixed crash on non-existent directory listing job. * Added conversion of all URIs schemes to file:/// by mapping them to FUSE-mounted local paths if that is possible. This is required for non-gio applications to open files mounted by gvfs. * Added new MIME type for rar files to the archivers.list file. * Fixed crash in _fm_template_update(). * Fixed incorrect initialization of FmPlacesViewClass, it should not call fm_get_home_dir() but initialized with NULL, that will do the same at runtime. * Fixed FTBFS when libmenu-cache was installed to non-standard location. * Added check for edit name "/" for remote root directory so display name should be used in such cases as more sensible one. * Fixed wrong width requested by FmCellRendererText (1.2.4 regression). * Updated list of MIME types handled by xarchiver. * Don't show error message when attempting to rename file into the same. * Fixed crash after file info job finished on a folder that already left. * Changed limitations on libfm-pref-apps.desktop to show only in LXDE. * Fixed incomplete file copy job pausing in some cases. * Fixed missing 'Empty Trash Can' option in desktop's trash context menu. Changes on 1.2.4 since 1.2.3: * Fixed crash in templates on file that was deleted instantly after creation. * Fixed handling %c in desktop entry Exec key: launch may fail if the application name contains spaces so it needs quoting. * Fixed missing folder info update on folder attributes change. * Use G_SPAWN_DO_NOT_REAP_CHILD on application launch, that should fix a problem with pkexec. * Corrected missing newline at end of generated shortcut desktop entry. * Improved file type detection, it failed in some cases such as DOCX. * Returned back the workaround on thumbnailers which don't save any of Thumb::MTime or Thumb::URI in the thumbnail. * Fixed wrong treating files like ".purple" as having extension "purple". * Fixed invalid desktop entry save if 'Cancel' was pressed in the file properties dialog window. * Fixed issues on dropping folders into Places for bookmarking them. * Fixed crash in expand_exec_macros() on missing Exec line. * Rewritten broken rubberband rendering in icon view for GTK3. * Eliminated usage of GVolumeMonitor if no FmFolder object was created. * Fixed renaming of desktop entries on copy operation error: it was the file name which was set in renaming dialog but it was compared with display name instead when decided whether "Rename" button should be active or not. * Fixed dropping files onto applications shortcuts on the desktop: those should be not "inode/x-shortcut" but "application/x-desktop" instead and therefore handled as any other applications, i.e. allow drop. * Added 'urxvtc' into the terminals database. * Fixed adding user-defined MIME associations into mimeapps.list config. * Few UI adaptations to work with GTK+ 3.10 or newer. * Fixed creating shortcuts on paths with basename started with '?'. * Fixed pointer-related issues with GTK+ 3.10 or newer. * Added 'terminology' into the terminals database. * Fixed stuck tooltip on entering empty folder. * Fixed crash on cancelling FmDirListJob while retrieving is in progress. * Fixed incomplete cleanup on folder reloading. * Corrected autoscrolling to position in view to not include extra space (so not show all the column/row at once but only fully show exactly the item). This may fix a problem with double-click at the end of the file name which is already visible so no scrolling is needed, but if another file in the column/row has longer name then it could bring a scrolling of the column/row, and second click lands out of item area. * Fixed timer shown in progress dialog, it should show 01:00, not 00:60. * Fixed stuck tooltip after right-click on file in view, seen rarely. * Disabled following symlinked directories on recursive search, that may give undesired results duplicating files and in some rare cases even may lead to endless recursion and endless number of files found. * Fixed few small issues with icon view interactive search: + search should be not activated by space key; + cursor was missing in the entry. * Fixed the background of the name of selected file with GTK+ 3.0. * Fixed not-ignored invalid Path= line on launch a desktop entry. * Fixed testing URIs like http://some.host.com for MIME type. * Dropped using shortcuts to URIs like http://host/ as directories, no directory should be in principle used in shortcuts. * Fixed possible data loss on cross-partition data movement. * Fixed incorrect data in the search dialog date selection window. - Removed all the previously added patches from Git, they are all now included upstream: * [SF#902] Handle NULL returned by fm_mime_type_from_native_file() correctly + libfm-1.2.3-Fix-SF902.patch + libfm-Additional-fix-after-SF902.patch * [SF#922] Fix handling %c in desktop entry Exec key + libfm-1.2.3-Fix-SF922.patch * [SF#914] Fix missing folder info update on folder attributes + libfm-1.2.3-Fix-SF914.patch * Use G_SPAWN_DO_NOT_REAP_CHILD on application launch, that should fix a problem with pkexec + libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch * [SF#946] Add missing newline at end of generated shortcut + libfm-1.2.3-Fix-SF946.patch * [SF#925,938] Improve file type detection, it fails in some cases such as DOCX + libfm-1.2.3-Fix-SF925-and-SF938.patch * Return back the workaround on thumbnailers which don't save Thumb::MTime + libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch * [SF#937] Fix wrong treating files like ".purple" as having extension "purple" + libfm-1.2.3-Fix-SF937.patch * [SF#935] Fix invalid desktop entry save if 'Cancel' was pressed in dialog + libfm-1.2.3-Fix-SF935.patch * [SF#915] Always do gtk_drag_finish() in FmDndDest even if drop was failed + libfm-1.2.3-Fix-SF915.patch * FmDndDest: reset cached data if drag context was changed + libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch * Fix uninitialized data in drag-motion callback of FmPlacesView + libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch * [SF#953] Fix crash in expand_exec_macros() on missing Exec line in desktop entry + libfm-1.2.3-Fix-SF953.patch * [SF#921] Rewrite broken rubberband rendering in icon view for GTK3 + libfm-1.2.3-Fix-SF921.patch * [SF#932] Fix renaming of desktop entries on copy operation error + libfm-1.2.3-Fix-SF932.patch * Fix dropping files onto applications shortcuts on the desktop + libfm-1.2.3-Fix-dropping-files-onto-applications.patch * Fix desktop file name for urxvt in terminals.list + libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch * [SF#954] Add urxvtc data into the terminals.list file + libfm-1.2.3-Fix-SF954.patch * [SF#950] Fix adding user-defined MIME associations into mimeapps.list config + libfm-1.2.3-Fix-SF950.patch * [SF#959] Fix autoscroll issues with GTK+ 3 + libfm-1.2.3-Fix-SF959.patch * [SF#965] Fix stuck tooltip on entering empty folder + libfm-1.2.3-Fix-SF965.patch * Fix crash on cancelling FmDirListJob while retrieving is in progress + libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch * [SF#919] Fix incomplete cleanup on folder reloading + libfm-1.2.3-Fix-SF919.patch * [SF#967] Fix timer shown in progress dialog, it should show 01:00, not 00:60 + libfm-1.2.3-Fix-SF967.patch- Fix typo in configure flag- Added many fixes from Git: * [SF#902] Handle NULL returned by fm_mime_type_from_native_file() correctly + libfm-1.2.3-Fix-SF902.patch + libfm-Additional-fix-after-SF902.patch * [SF#922] Fix handling %c in desktop entry Exec key + libfm-1.2.3-Fix-SF922.patch * [SF#914] Fix missing folder info update on folder attributes + libfm-1.2.3-Fix-SF914.patch * Use G_SPAWN_DO_NOT_REAP_CHILD on application launch, that should fix a problem with pkexec + libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch * [SF#946] Add missing newline at end of generated shortcut + libfm-1.2.3-Fix-SF946.patch * [SF#925,938] Improve file type detection, it fails in some cases such as DOCX + libfm-1.2.3-Fix-SF925-and-SF938.patch * Return back the workaround on thumbnailers which don't save Thumb::MTime + libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch * [SF#937] Fix wrong treating files like ".purple" as having extension "purple" + libfm-1.2.3-Fix-SF937.patch * [SF#935] Fix invalid desktop entry save if 'Cancel' was pressed in dialog + libfm-1.2.3-Fix-SF935.patch * [SF#915] Always do gtk_drag_finish() in FmDndDest even if drop was failed + libfm-1.2.3-Fix-SF915.patch * FmDndDest: reset cached data if drag context was changed + libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch * Fix uninitialized data in drag-motion callback of FmPlacesView + libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch * [SF#953] Fix crash in expand_exec_macros() on missing Exec line in desktop entry + libfm-1.2.3-Fix-SF953.patch * [SF#921] Rewrite broken rubberband rendering in icon view for GTK3 + libfm-1.2.3-Fix-SF921.patch * [SF#932] Fix renaming of desktop entries on copy operation error + libfm-1.2.3-Fix-SF932.patch * Fix dropping files onto applications shortcuts on the desktop + libfm-1.2.3-Fix-dropping-files-onto-applications.patch * Fix desktop file name for urxvt in terminals.list + libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch * [SF#954] Add urxvtc data into the terminals.list file + libfm-1.2.3-Fix-SF954.patch * [SF#950] Fix adding user-defined MIME associations into mimeapps.list config + libfm-1.2.3-Fix-SF950.patch * [SF#959] Fix autoscroll issues with GTK+ 3 + libfm-1.2.3-Fix-SF959.patch * [SF#965] Fix stuck tooltip on entering empty folder + libfm-1.2.3-Fix-SF965.patch * Fix crash on cancelling FmDirListJob while retrieving is in progress + libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch * [SF#919] Fix incomplete cleanup on folder reloading + libfm-1.2.3-Fix-SF919.patch * [SF#967] Fix timer shown in progress dialog, it should show 01:00, not 00:60 + libfm-1.2.3-Fix-SF967.patch- new upstream release 1.2.3 * Changed licence for libfm-extra and libfm components from GPL-2 to LGPL-2.1. * Fixed crash on dropping URL queries into some folder. * Fixed filename on dropping URI queries into folder: URI query like http://some.site/path/query.php?new=yes&mine=0 should be never saved with file name path/query.php?new=yes&mine=0 but as query.php instead like all the web browsers do. * Disabled debug messages in XML parser, it spammed a lot. * Fixed content type detection which was broken in last release. * Fixed incorrect call to g_environ_setenv() in the terminal call. * Replaced deprecated atk_component_get_position() calls. * Fixed invalid callback get_image_position() on ATK icon of ExoIconView, it could loop and therefore hang the application. * Disabled deprecated atk_focus_tracker_notify() with new libatk. * Fixed installation of headers with parallel install, it could create invalid symlink /usr/share/libfm/libfm in some conditions. * Corrected handling of application launch failure - launch content have to be informed about failure if startup notify id was retrieved from it before. * Fixed usage of POSIX.1-2001 declaration `environ' with GLib < 2.28. * Fixed "out-of-tree" build (e.g. make distcheck). * Corrected menu cache to sync in fm_app_chooser_dlg_dup_selected_app(), otherwise it would not work without menu preloaded. * Fixed launch of applications with %f or %u argument - it should launch not just first file but all of them with the same command. * Fixed unneeded fm-folder-config save even if no changes were made. * Fixed not updated file in FmFolder if file was not changed within last 2 seconds. In case of fast download it was not updated in time. This may cause a little performance issue though due to thumbnails update. * Fixed crash if g_file_get_basename() returns NULL. * Fixed issue with desktop entry file selected in the Application chooser dialog, it tried to execute the desktop entry directly. Now it setups dialog fields from that desktop entry instead. * Fixed problem with unwanted application substitution in the Application chooser dialog: if user selected no name then no replacements should be attempted. * Fixed default app detection in Application chooser combo box.- spec file clean up- new libfm bootstrap package/sbin/ldconfig/sbin/ldconfigobs-power8-05 16847494541.3.1-bp155.2.171.3.1-bp155.2.17libfm-extra.so.4libfm-extra.so.4.1.2libfm-extra4AUTHORSCOPYINGNEWSREADMETODO/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libfm-extra4/-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:Backports:SLE-15-SP5/standard/57aa62ced461d2aa066f1b6ae08180e6-libfm-extracpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9735b2a3ccda55c0d70dbd65872838c05164a672, strippeddirectoryUTF-8 Unicode textASCII textPRRRRRR/>d֨~^$tutf-80bc1c3bc912118a36b67ef660a53f2a3d9431e473a993543836bcff224332468?7zXZ !t/׀] cr$x#H("6E Tq}k/`N-O)|ԍ%>S=`/l{)4=W B;'i#Σt9˅T,`d>902Q>fg&W ~! 31~8erOkMwpT'*S9-/ HY/6VBӆ["2Br~)>r؂LqeAW&w2?8Ztk5>xD^Gs:K`pJ4Cъn9g0oK#Qz]]?nV3Yev4}ATHXWw7Hv630H0A5Dۓq{":xYhet}>F~!hTsCqk9T!.gqfrQ]P)%9)G :uQq*8²FL!/_`xrt9KbÊØzV '"[RT@E'i юjΒ}KI{mvnwMϡ2P4K9KF|cm&H^*MW"f-!p"3dd8)tw4~Cxx&k3ۊR\WZ]g~ 33_63AEផb(Jw^`~:k-Ky29v^5;,5i HjN`΍F v8)؝y=ÞtT9{Ozxo-ЏS:j2r%yr}lm=+`d,J\&­:)6Э=pf'Z$" Gh1GiJYuޔLqV YZeXft$_ѵΟwPq `kob NeE _$#y1.}X!avN yDiݝ 0RZhKѡaPdRfDEpiC||+=M,:.4y65V bŋ;Te y^'߶ 9UNi]{nhkm c"XH7jP0̿WDBFs3oS̓0|$gbcifoJɁlx>X "'MSIS.}p+Pg@^G+Y?ɡt_K'z7ɎQBі cy@m;Dq4r4;nA⢔=!O۪ǽ7?{-L Ed)/3ZdtnA_f'Yd#Djjt@˴JncaӶ P*:#fNY 3'g*n@}҂/%E ӮLzkWwv-$%'a1 Fi O6HW3/>="zq,ƦsHϳ>AްJN`p&-$=Q}Ijc(= Y: $ VL[HE##FUFZrdM7C{مqZt'XyeYΑWodK;m*%pHi>_9MeH2@`i݊ x_j;Uvd:[= c*:B1rjL4oAY Ѡjy҉+oaC? t|p}záp(X`HɴعI0nBҋF=8HŴD]9jvMpsVZӔ$L-uj{lcON$twqaɗ!) [꬘8Y.t`ϦURS2TP4Wj5'AʟF5t>|l3ÑT>-mw}- ώGWjo=f0Z\'Iv@sB,=E&.<Ͼ`}+cu W +$ał*S8\POR)4OVeEZi7Y{5wO=!%A1BmQ5uLe< A:r96!5}8nF(IY~6C7 &>٧P;Az ]_alg0syƗޛ p;urkJ>MP1t~/K9:ǍNh7&U~65n TRtЉx4vʗ\"j %(z/kXH{zBjEܝOƣ.whI|[Дؙ&I8CT3U 6UQ|\,86DUR8QRK0$yYz! B&/^{p(W+3yF@ԣM( 49[,<]_]}Pw0YHdQW0q e>s3{0UwR36ޣuDpy M634R <j)Vлt$@8ǯ.WI|`ĩMEK֨~k_Zc3o$.&R- XS7JW;j'|Ʊhv%(_hx_Udj R[]@o6z C!i>ЗttiBj V!Pӳ/nX:y]e`xtue/;W(: )I \T3$!T) [dOט=a z$Y db>@jop(@IYd՞#Zd?ƕ)5'_>mMLwA#<>m8 çʡ b+ezF`;jSh==jo+H|]-_C.609^;P5NǎhQQ> 8X#$6\ ~-UkCeKԬz* 0L%qD&ºIIsP[}%,dRs0=W WU >NP5 S׬Meگb`S{%'H?5@SZ`+Ph&h%BƚixNP^P ö8U/$^Xt=nԢ`ZW7?]YwFW'9g0F<\s.[4V.ɶ(;'D B BCˑq:&kG\" ۈGop *+ϓvKlMpHi" hJF Ү뤺c%h As4*kzޓUW x4J\XQD4]Gwp = `ݮλ !yaqj|R[A7`AٰX-_cKC`DRA9pTAz>^]KO\i_Pj }q{32uRc!>(g["d -~mpByK v ֔b=kJӜÞ3MHζuC[ IZD@^K~AA l.VIzQN-+yu5,MMny0Hݯ3F~};RUhgOZ0# * UߒFC3C,[Ջ8>/+>[ۋr,\][Gy _HmsPYld0I-ͩnن\8m 'u+(2bkcG'͝. .ڛ" );66lq!mvbŜN%Bl_ҋFpKA8D]~QI7ͯ5O[U25Ԏ6#>}|7w:c)Dwn Ё)Lu5~i'k;<'ZnT6p!k0fSAk8R:ܗDʷ()fj | i-c┭߳zyD!ZtjBVjܕN9E~21`Nͼ6] H<4w: +NЯ`^<{MhktON yꇖD:!M؃RS{Ώ$3 #ڰ܊Y26=-Kl4L b._riZiy/\ EexЉ>ɹTi3k]XP )?G=P+< emix ,<>5Eq=8X$X~qru1 ;2m`)xMX"^jhxqK{W47'h'ٞέm괛ۀ³ ^%NHсWʉndz(Sj[`nOf(&1x`[brw:!h%h\,F{[pUY`CnP Bekka5'෕~NE56o`QQ>`g  7Ox^Dy:#$"MX^v}1IY̨N )e1"}%?>I~![Z& zƻWR}J"+ѪTyDSG~8 *=Ss?zGpQ$-civ @Yu4&YZrr pb@~`^Tf0+ܛ>iCXZPo/"^4k( <R<; OUib?π{0)(̾ S ?sw5M Ŷb׸5+FW3z&8gI Ihe_zTQ8HaEo/WjˆT;7x׉>𱞲!`ֵ\euQ%8Gkլ!NwlDd\#ֹO9Ye)7::]P# ;vMZ]fB$Im ßuk9&Nqv4ߺnt O_I A0{,~gq3G;)庡"4QhC~byEN}l#%O_TdqQ 48h|;qqUV>u9 wUeׁȆn*MQS h"T-Vb}LTQlm(p^Ie=NLJG&զ(ЙФp&},8 N\q1lDZD=(띇o&3d|TWsmBκ0Z4V: hrmRdũ˒A& >*0u}SQbYw[t :zʁ֛ysW|S#mNc1ׇq.hjyNGO{՗Sv'YbhDyjwfF Z20k<+4SZU0葈?qiiR`kFhǝt` :I;po%K<0 WA/%/za!MCyBSY(I}e >ϒ yRo{>r^Q‰ _~a'xn_&2Q=WI$ć`AFBnvq #@ #dtDZձ(IBpl;Ni 9m6Ҵ!n__(<־RWP]1@cr mōE<ڂ <H5gѽ\fsv2p_JDZBmCo`{CKT߆,k`Mt44Z Lޏh[0|b:Jey~%pIA!Q~=gGDgY"ُR)|cKa~0x{jC28]P8CbC ;p{QJKӶ؆_1,Cٗw#Mڍ?Q"* m2`NQ3 qJ%oFAԳ9#~q4Q  a ST j]B< dB$)Dr'@i jh[u {A)p;;O:ZkbԬPxz58rS{*IцCy1z6Ie^y`1cES~f~ ;EAK0 $ӂAڡNX Ѳ,dRP\9E˓vӿh.n&TMNs' acs[dfX;1 %V ݂& F*N֙u%=Mٷ<BêP(S8)majf'@$C3ݗy(m].0/ήn;I&bRz d;-)giĔ)T%HbLUH9͌+܏_k]>ybRֲb> h 썍J]>Ä֨,ĪGn_AQ@ZsF`5z4De~e&ҝAFnRVqQnF@dN4ňBrѰty`NOWT>1n)@(%.".-C.2mtC4h{it/I ,NշS*;Jκ;_'? Ax1Opavi_`Ji;"uE9Vg":4(z>>Kb{޽غgKuJLkX}ɽFH@F+rK/r2˫rPhH'c4!Aa5G=O=T;6Form# Z9f=xJ6`a>;h\:  Y0xGmT382LY4b; [` !# ?bλq1vt:i;L>eB D>!6 SC@f/dNIX{r,vwEpUG4B_귉qo*XF[[k DQ-;A;qpKX /;Z;"HnNz?9ή;6d>U!zޏ8t!xЇfkoG75K H4GԀƨia/gZu4=4 +QK#WP*pI? W6#+"X'WOoL<%TXG cLP^oUj^GG+ WFci''cR.[K8\ʿhh~ȤA5;*0w-A\tQUw]]:$)'O,Z lu3Pɛw+ I۔ 3%GwR8*Y(&ݷHꞡ& UUjvSxhf+4ln i \]cEEYYb˳oC"9t6X |ބ$ߴŸPj/`:bJdU DztQWpW,WO=6Es[t ȶ~ !⣫M:m$n@oԸF"~]*jA^J&Yc/g5 O+y+;B>'# ƚBf$iu0i T3,C+Ξ!s8yIWq-P R 鵾 BIbEKLt;>ѽlZJ?ˏǵ?zJ.ox2^&V:zQ-,6}'֐Otk2)vջ73 ?( NDjI(e]d(q{iR@>B L5_5 cҘx:1$Y_ ں,PcaoΠ*|ŠjɼFJ0DARay:HS& "Iqw%)wrFkT,3+%#cG/cLY7 D;rے=Ր ҫ5n}ciTr,H!L>LY U/1$>l[(Ⱂ5h_aN1m\r@ucȴ-de6ОȬ$M/ Iȩ+0S+e~ ƒꤰք<;J.Kh%}CMTtiS9,9|,$B-Y5?WX`_uKey׵.rl#F+~Rh qcn^]ڳLZSq0|:yNՖ Y0> @Y?e837pBt7.9B!B\n|tw _qLz ~/!ۊ5ya &;qШ:bz@&gB~Xv>bie>p*y5fhh5^A6QNb.p9=4^ȡK !HϿҠ!ïP6ff$H]8nl.\K5,ĝs*/q?~6T@("\q[In~]q&?d,c Lq_Ut\xWyT"YS4n<[!??w(X:)*,|xscmץDn3!`3qz35=2F k*n%C2eE^Pc3}^Dv5E/ X6QOcm"{jg)j^ٷ۷87H_%\NPD?:+Ts5{gTW)_L| '9R*+zxh?iů2+wEU퉞 \i8#6i! LlE`hMR##j<⧢,GVqa,2 T]DyJydS֙1챝0m3ߕXw+WM%sTn+ rt]sPU*^ o/8BoN.yWKg ^/+"5ɚW)ga;eI:+5Ipr%IP?9|A. `|סDGCJpL Bձ*m(PfiHd.Ծ-A3]JmurO{4(" -qW9Lj5AF% Y,i|n%0xT̢׏:ɼwO%jwZ_MG^?CQ+l1pRYŚQVK k)̕F@Ae1A(.&c-y<[21جf6dF9 y+|z[IXx@IFҺayCC63{GS2xvS?WjTd!(hI>쥼ZGltCO/\ 55si=x^t{[bp&L +hv?Bx&2v޿]2P:2: =&.G`:x&ɗ@3Y@EfWkEQȂ  +],EHzd Ar?]fS+0QoZD#ejN$AO~e.E.,)?~V1QJ''ϦXA& EE29Ń~ RO=3 xe;ZA/MX7+wz&}dZ-" o1C**Us[.d] t'9sAleŗ$ͅќ3=?1,(9BC`p P|u,E$(_i󋠷t8F #dŬj%yb|7h/X8Zh[j5L<&0-;jg͋C50Zƫ Oh" >򑰅~,&T:[hr0Sڐq Id$?qCm1(7هJӮln($ H >Yk.CA9Dl,ܵ(bo|G^&TسX^rBj쳊OI2t#Ԁp !jF}dž}Ɲ5nwu?e8/4hnRF/;_qjaluGc6gGmR->Pj)/SsKO[$+ ކN\z/`!ewK%,Ŕ 5fGߠax@F='#fo0ʹJK4LvP-"sﻌ+8a K h5KxDB; ZZDMgwYa^L& Xl_ȡ;׽ ?P1yZj]e:!5`)9L_}T^XجmRoqH-J萞Ou~? g|ױPB>b E 䘤k#nSŪ[8hӳ)+8C ^Up#mZi$BNAU B0T $罔Ą`ԩhn݇"X?ިBQYy_ˆ,Rxjތ6H|d}-_S/aFC _PI2Y8) hY#G2/gȥWͺmNP*" irs5\,X4)U­HdBwZV`&T YT">$eÞ/v K(=vT'^[cEb*)\m ~B Ysvlc룠ĖURU`vі0.PRSX6lBQ$KdWiiT1yEXAJ%ײ% tw*M?9D]#l[ΩTY]*mrܴt\j`8ľK'q~=CX9W4(*Mk@T 4>sMG6|"4u%8e`ծ*rv,5,Ȼɿpޗh.\pV;\Zy,'k3pW:pw) NŤ(x\J6?W=|޷O+ :e v&htzB$r ?M<J91jg ɠ)_vWA^{AzL F? [ ,i Hv/| A 7hvߗqCG9hJ9Sc(wNlTGh^+.&2ʹPab 9EyNO^UBt$nPHEQۿ:De1ES#h,Z*ꈠ>n6j -?+Xy}0ݮðпDL|eWg&cx6Ǫ)-lHnWLc:t]Dm7Y43pQ p*XEo8-so Η\,b-bn*},"AvC(Bt jx5eG#܌k;WVˋR.ɊCLiIJeEHMi H[m㚱t+akyFZV"΄FBa;[>/܉>FZ=Y4k9襹7fO`856y$o&?+MH>S^倭1zH PIl/eEf-<_b,#w:JIZh.ﳆ1Ƹ:Cl]cW7X9|S%"b ABGT*(nc&#uIjDХ7uD(/uD:ٙaCfob"/%' "J7~66(jljUnE16I|\tx2mn 7In5ҠmWs{fvm(nO>z;D4Ҳ'0> i+<;DEZNM6ַ@qټ]z{Sx~elu=c 6AFw Ҝ) !#n_kT& %yňiBL A$?u-7K7}keyIkAxSyXQ*:.Oz'%dFR(CA[K!(t4VYbR;o:`{rt#p&pfD>KEX"%[e;gDPIGnǺ$kW[9bQʤD2kw&$.%c ˵sh6p)tR^ij|deUJ@,Tuf[]]ծ q̰ gQ4MүB]f!AS76roF#ÿI<ǖcFg|񦣠 /Qy Edc#EŨ:wleMčXe\O eK3. \/S8`fۺ Aⶕ~ludVnYPX B&FT2 2՗*'#\m]ԽI|y۷6U"gfb%_Ilz>C_ΟHn5Clh-V\ysqN=. ȥ8!B#omO|JTRf&%ek= Sbahr:& l+ԯٳ2F w:åhϳZ1HY6)c"K@y]h¸̝)<=ē"qKFѸRJpŪytS6<7vי#ޜwn\eWAL^8JJ\:L{ h/2M5:O}cn֢uGc,;X+$.YQ xpQ V ΝH,̈g{fyL8<-j"lEz&o@6IX4qnSi-vBDe 0tW)G"E;hv$g:3eь'W:Q5(Qr}eCb@@<~3yKjm^|kx(a=&NJP>3x"vK#u>Cy׃Nĸ;oM巻_c0|V8Ǜ*g IM6 }Ӟ[ODވ>K4HE0ddY)rj#7fI|P;DU(݈ 'PG"%jrA&f߃sux̭A=`k1 0ýk5餳BP9{dgHh!,Q[`JtqSB+v鼯l1  3&PlXΗ{_l Btj-ffA!пot"SSuq?-zC}Y$PpȗR F6"6PNKelm䌆@<l^b; iKABW1W֍j۝#[He:Gm"X 7Y]LO]i IjӼlO#Ud~WVX u/( » Ok|66̓;~v)~Q@Ԝ`m6l$gBYWOf }I_hZ i*`|x$]ψ+*cʹ`BFuzMNŽg6ds@ϯ/,6aHհ<\ LHcZ咣2PL^ǵ $h:G9\[K~Ms`Ymؒ]y.fwč B}S2糀A~`Z7#]5 u\d3:Pxoemf✽ЃZ :\DuCuVm)]~.'_rm+Uj0r@fVc6#O\tɂ`ر x0I-C$=Z|59kNoV3#}i`ya6Be:,tjG7;OJse/W,Z-~q5]iFV/Q0JD:\8 Szy↹,}$#jjf nUUT[;1T-K’^Ը)O$g v@=:ʆGa^g YWw:M[&{;@3odo LXE9='c|SPi#HKuz (;Iւaa:cI[Lr?#P9`/6u:b.+|vsb5^ra50d?fUl]z;p>:W":B_|7̩fZs%pc嶁G@f4QEv;nŜ<nT*a28y44lyGVV+che R!h2FoLS|هA먎Au&@^*1.E2DMɇ+ʱ`Z)ezK)G+bE˄"ʞ]z1 h03# cX JscWe`֘ϑSRZk)nͲ (?:-U w N-+Ҵɿ>l3i ]V(r۩+;Y9&8h"R̶OoGDS`QZev ٜ}.6>ͶU d~ὗ@J#wo&Ko^wJ) \9힫7pkYH.MfT*E9_ە {<5!mQLY"V }ʼn^B2g @@!_ H1^7MA _`A8ξnxL֊qKoEj(2EQ)l@a%?`74*q#I56A[׈QjӁ/fr-%pTvIsolMI㱲Q<tIhEWnF|p;̨9V|UO NgB$p rYU^&jLc딑N;xO%(%,l\;||n.<&%p8 2RӥVMh eWvtvm5f }\V^fCG젹7㻻%Q6@ gVged娧9(%}yV L75!/PHW،\6l% HMLDy?#tϧQs mp ۹7LR(` ~errW)K#n{K%B/ 1”ofϼ@ㅍ2VηXUE[E)[*tׂ߮_Ϫ+_ՁUFa9!F 3esk"DiDz[&@fFM!?I?㬼av n䎜xS#M?јvw1'9o<9[0ͼ9tIV_F:ƹjrd={1b4X%Wy(nگ!)]j9GpLHeotxRXaTq4% 5/:'?ˆ d9&|C-4yw1,>xBs/l\2V|;@!6Ƴ-e M|ŤMW7x5~3t;Z&sn¾yshE,"? Ň]>q+X͈4G#AiH” ;߼ y.(o!q,f ~@,Z?ͷ$6^t~dr8iF;]i; 7'*nG.^C=*:)i@'L_bnU12+b,}۵~n>r>u-f'$~-@P N[3x轁8Dq!2D9+ w[T((@*ðl}#U {ץ|bT]n1ⵔ\y/aIatA N}-^ JЕ- ϐ8>zȠ"}NM\jP/GTsG=nߡSV3k]-w?1" fV{xXIQڇ7 @_(W0a:C<8zs3J9TET?a3}ɽ=t[lornmg(v2E.-/,}J [4`qLoA`>#^EC:L1{XQa .A2؀xs"~*`u*+zP8#HDiӎGe5hcȏ<޵Ȓn#Zo1npw2өC\iNp ?U!P߳j=xH#w)ȳ!Vy_3|raU#)ŽAP5XF'&mP$u|v*yo)煖tiTǬˢE]`G7AHڰlt^gkA^O*J% q9ǩz r'WL %q}+&?&lI.d*Wb>6ܜ iGJٷh'0&>ݤ>f`OLѨ@܄R3d!/d(]&}mfkdzU;ZP?1٩gsu>3K^eσ*WY߿M Y&Uq.uM8R>rHR@=^* /뾄8S~ʯYK~/?G<&aľ )J+q )_JFʞaƅ)q]Ų癄Z׭*ˆ+3anW9M6rG*e>9UC`)#)L, 燇!g4[JS*O]ӐXBBv iVxְ1-6mgi60XOkZ"T{bIv=b [egwq5ZMX:]1H]$X"L`QTI2qOR=Cbq ҋ+f#S,u~ﵕKH oSXmM ɢ u|;D5:P5|#bI;ʆd+6]qɓ?L8Q%2rD eJҵ6(lֱ~F"]\b aȁ}FO?"qފȣ |I~Lr+JG Tr|'] ÷ea_,:n.XkwHMKJP)o.y)h'KgP)OBWEtJFHJDU%l9p:ٛ,{x<9OH׌nH_Tg-BY%u:ӊӺ׀gc96؀ 6i[d;C;Mm]H]OG./R-fP3M.kovoxn/_FkFPC(XXieA +r]1G 5 ʐ"m̜;Y[EܓoM犁r FG!CP锍$rǸ{߄ok/5Am UMjLOi N;8-wge6oawqP,|oĎ_ç\)KiDgՖQ;S&mit:H;RA; 'gVmV`kAo1}c7( aǚX?P2efFRtr?&(]!6`0,)UIe_\w.G*6SAR̬6pI) @#+6}3n0Ԉ}>x>2*新l2 sg Y0r"U6zj;/;K^c#1HRn0$?D|r݈P y }ۘC;vI.Sԫ! АA z@dl2,L1AmʇunD6zQqҀCT_gdۼgN7ڸ1B]4/yury~jYUc۹"pqs(*^Ij5!}-ΈOfZm\Q!ȇ5ϝ=]fpup _=FP@fWU;IV'H LJL(Y{!mM{R0XUR'6y 0vYF~{`4JJ6k Qh,CL 7%nM#%zN#|GK"Hq(MH^ n "*acjs#Gʣ i=Yw"SY'3$ȌX} Ϧ}"FRd*vS=J@erEB#ԔsE p:MG7']'R^Շ%_;P(ZQcƥHvXzl.9Z(D'C$9[2_+*34)MJq 꿇͝;- !v™vKPyd͚J'[ߔXkr6zNS*Mk..L^xLZBj`P9 e_X1cRFd#_oR@ejx̪X6y8}0-"KC^yW9a"XpZu0{EPrs'7 *,z^OheS%&4ybES]hˬ~e/;wMS DsV؁^=Vg ~ λt6vs[sN% $W5[;%?=_FOwRs g;Wr.(!c}K:Y~UO^U; k->~<'P?SHӑ㣢 [! ec0FcUA ]b: @M 4<H/b>ʥPX0`Q/gR=TDE' e`{!Uzn X"%ST.(ZW=@@ 61̝|s ݱ/LI"ﳦxFCPHfNJ0<3ւ0Vˏ1 YЃ ~afU$-0c"xl>s TqL2kֈýl:`S96ݓ6\%z YZ