libobt2-3.6.1-lp151.2.3 >  A \Jk/=„jytwo~ETCHNZ-燾χ]j{-x 1Om36ޥ*b|{'֧`Ez(Mޏqn1BNB!%y}GbM剑s<h sCc | <4AjԧJĵZ\tȑDs̴^(9Q:~f^͟?#lcHҸm qFǚ][ M)׼ ݩX|J%͍p@:X?:Hd   2 (.8@ D H P  hh(89:G>7;@7JF7YG7lH7tI7|X7Y7\7]7^7b7c8d8e8f8l8u9v9 w9x9y9z999::DClibobt23.6.1lp151.2.3Openbox Toolkit LibraryThis subpackage contains a utility function library used by Openbox to load and parse configuration and theme files of Openbox.\JWmorla3 0openSUSE Leap 15.1openSUSEGPL-2.0+https://bugs.opensuse.orgSystem/Librarieshttp://openbox.org/linuxx86_64 0\JP\JS69808e5e19da47654742f32d5cc1702d55121df80daaac6e87e75b220cac38fblibobt.so.2.0.2rootrootrootrootopenbox-3.6.1-lp151.2.3.src.rpmlibobt.so.2()(64bit)libobt2libobt2(x86-64)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibX11.so.6()(64bit)libXext.so.6()(64bit)libXinerama.so.1()(64bit)libXrandr.so.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libglib-2.0.so.0()(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libxml2.so.2(LIBXML2_2.6.3)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1VCUĝUTT2@T"@TSFR P+@N@N>~@M~@M~@LXL LK @K/KKQ@KKqN@KQ@K,@K@Jjdimstar@opensuse.orgjengelh@inai.detrcs@gmx.comtrcs@gmx.comhrvoje.senjan@gmail.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmq@suse.compascal.bleser@opensuse.orgdram.wang@gmail.comcoolo@suse.comandrea@opensuse.orggber@opensuse.orggber@opensuse.organdrea@opensuse.orgguido+opensuse.org@berhoerster.nameandrea@opensuse.orgguido+opensuse.org@berhoerster.nameguido+opensuse.org@berhoerster.nameandrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.org- Add xsltproc Requires: /usr/bin/openbox-pipemenu launches xsltproc to build up the menu (boo#949357).- Implement the shared library packaging style - Resolve rpmlint warning: files-duplicate /usr/share/doc/packages/openbox/xbm/shade.xbm /usr/share/doc/packages/openbox/xbm/shade_toggled.xbm- update to 3.6.1: * Bump ABI version of libobrender that should have been done in 3.6 * Added various new abilities to If action, including the tag, matching class, name, role and window type. * Added ForEach action. * Restore the
option for window placement. * New GrowToFill action. * Updated Portuguese and Polish translations. * New Galician translation. * Added strict option to ToggleShowDesktop action. * Speed optimization in rendering code. * New tag for ShowMenu action allows placing menus other than at the mouse cursor. * Fix some corner cases of relative position to work correctly. * Allow specifying multiple mousebinds in one tag as we already do for keybinds (separated by spaces, as "W-Return M-S-F3" for example). * Added option rebindOnMappingNotify option, on by default, which controls if we update binds when the keyboard layout changes at runtime. * The resize action now only considers the part of the client that is onscreen for purposes of picking an action to perform. * Make desktop actions non-interactive (means you can have more actions bound to a key after them, and the dialog disappears on a timer instead of when releasing the modifier keys). * obxprop is now not pathologically slow when printing very long arrays. * Fix menu accelerator underlines sometimes not showing up. * Fix so you can click menu entries before the menuHideDelay expires if it's a new click. * Don't readd the X event fd to the poll set every time we reconfigure. * Fix some specialized button bitmaps not loading from the correct files. (toggled + pressed or hover would just be the base toggled image). * Various small bugfixes. - spec file clean-up * removed unnecessary Requires: libxslt-tools * removed unnecessary %clean section - Removed unnecessary patch: * openbox-3.5-2-toggled_hover-toggled_pressed-bitmaps-ignored.patch - Removed openbox-3.5.2-return.patch - Added openbox-3.6.1-return.patch to fix a new no-return-in-nonvoid-function error in actions/if.c * openbox-3.5.2-return.patch is included in this patch- added openbox-3.5-2-toggled_hover-toggled_pressed-bitmaps-ignored.patch * fixes https://bugzilla.icculus.org/show_bug.cgi?id=6065 - spec file cleanup * removed checks for discontinued openSUSE versions * removed explicit dependency libxslt to fix RPMLINT warning * renamed README.SuSE to README.SUSE to fix RPMLINT warning- Fixup previous changes: explicitly add pkgconfig(sm), pkgconfig(ice) and pkgconfig(x11), otherwise packages linking against obrender fail unless they also require those libraries for themselves. The are not picked up by dependancy generator, as they are hidden behind a var and added to Libs section- In the previous change I forgot to remove xorg-x11-devel from the -devel package requires. Remove *all* hardcoded deps of that package and let pkgconfig dependency generator pick the correct packages for us.- Cleanup BuildRequires so only exactly what is required is pulled for build, in particular avoid using metapackage xorg-x11-dev. - Enable verbose build. - Use --disable-static instead of just removing the libraries. - removed unused openbox-no_nb.patch patch- fixed xsession file to run openbox-session (BNC 806790) instead of directly the openbox binary- update to 3.5.2: * Fix crash in theme rendering code, and in theme parsing code. * Maximize windows without borders to fill the whole screen, don't leave a one-pixel empty space. (Bug #5996) - changes from 3.5.1: * New translations: Afrikaans, Belarusian, Interlingua, Hebrew, Romanian, Greek. * Updated translations: Italian, Serbian, Spanish, Czech, Hungarian, Turkish, German, Arabic, Polish, Dutch, Lithuanian, Portuguese, Estonian. * SVG icon support * Allow application rules to control window size with a new tag. * Allow application rules to pick a monitor for new windows without forcing a position. * Allow non-interactive focus cycling with a new tag. * New LeastOverlap window placement policy replaces the old default behaviour. It finds a place on a given monitor that overlaps as few windows as possible. Contributed by Ian Zimmerman. * Improved Xinerama behaviour. * Correctly interface with latest gnome-session for Gnome/Openbox X sessions. * Allow third-party control of window opacity in compositing managers. * Improved themeing options. Contributed by Dave Foster. * Add , , <title type="exact"> and <activedesktop> options to If action. * Addresses bugs #4661, #5506, #5186, #5758, #5410, #5228, #5277, #5731, [#5746], #5737, #5419, #5721, #5711, #5385, #5500, #4992, #5443, #5518, [#5444], #4782, #5237, #5228, #5173, #5203, #5246, #5180, #5179, #5150, [#5132], #4937, #4889, #5253, #3769, #5819, #5811, #5081, #5426 among others. - add imlib2 support - add rsvg and cairo support on openSUSE >= 12.3 - packager changelog: * dropped openbox-3.5.0-moveresize.patch, merged upstream [bio#5460] * rewrote openbox-3.5.0-return.diff to openbox-3.5.2-return.patch * use perl regex instead of patch to rename no to nb in LINGUAS * removed obsolete Authors: section in descriptions * use safe clean section�- add openbox-3.5.0-moveresize.patch to fix crash on unexpected NET_WM_MOVERESIZE_CANCEL messages bio#5460�- add libtool as buildrequire to avoid implicit dependency�- new upstream version 3.5.0 * New alt-tab dialog shows windows in a vertical list * Improved Xinerama support * Allow icons in menus * Theme options for prompt dialogs (osd.button.unpressed.*, osd.button.pressed.*, osd.button.focused.*) * Addresses bug #4877, #4596, #4617, #4752, #4663, #4662, [#4586], #2319, #4341, #4519, #4543, #4503, #4355, #4072, [#3702], #4284 * Lots of additional bug fixes and performance improvements - removed openbox-3.4.7.2-24bit.patch now in upstream code�- merged erroneously duplicated %post/un�- call %desktop_database_post/un�- fixed openbox-kde description bnc#622879�- fix issue with xcompmgr-autostart putting the .desktop-file in $XDG_CONFIG_HOME instead of $XDG_CONFIG_HOME/autostart�- added xcompmgr-autostart to easly enable compositing�- fixed typo in menu.xml�- new version of openbox-pipemenu which works properly in non-English locales - added new dynamic default menu�- new upstream version 0.4.11.2, bug fix release * Updated Estonian and Portuguese translations. * Fix a rare crash involving moving fullscreen windows to different monitors * Fix a more common crash involving pressing right in a menu - split out -kde and -gnome integration�- new upstream version 0.4.11.1, bug fix release - removed openbox-3.4.11-fix-SIGABRT-#bio4563.patch now in upstream code�- added openbox-3.4.11-fix-SIGABRT-#bio4563.patch to fix a SIGABRT detected with gcc 4.5 #bio4563�- new upstream version 0.4.11 * Update Hungarian, Japanese, and Latvian translations. * Make xdg-autostart use the OPENBOX environment by default, so you can use OnlyShowIn=OPENBOX in an autostart .desktop and it will work as expected. * Don't close the menu when you hold control and execute something. * Fix bug #4503 (Adjust who shows up in the Alt-Tab list using SKIP_TASKBAR). * Fix flickering window when moving maximized window between monitors of different sizes. * Fix bug #4355 (Allow multiple escaped _'s in a menu label and allow a menu shortcut to come after an escaped _). * Remember the maximized state of a window when it goes fullscreen, and restore it when leaving fullscreen state. * Fix bug #4072 (Openbox is stopped by terminal applications writing to stdout). * Fix bug #4492 (Mistake in openbox-gnome-session check while setting up). * Fix obxprop to make --root and --id work correctly. * Add _OB_APP_ROLE/CLASS/NAME/TYPE properties (replaces _OB_ROLE/CLASS/NAME). * Make the focus cycling popup dynamic when windows appear/disappear. * Fix bug #4411 (Crash when window appears during focus cycling). * Allow the user to specify which properties should be shown by obxprop. * Fix tilde expansion in the Execute action * Make Home and End keys move to the top/bottom of the active menu. * Use the submenuShowDelay when navigating menus with the keyboard.�- new upstream version 0.4.10 * Improve keyboard navigation in Openbox menus. * Add a --root option and a manpage for obxprop. * Use a negative value for submenuShowDelay and submenuHideDelay to cause an infinite delay. This means you have to click to show a submenu, rather than just hover over it. * Improved code for submenu show/hide delay. Added the submenuHideDelay config file option, under the "menu" section. * Fixed bug #4464 (Typo in openbox-gnome-session script). * Fixed bug #4436 (Focusing a window used to stop focus cycling). * Renamed obprop to obxprop due to collision with Open Babel (See bug #4419). - changed Url to new http://openbox.org/�- new upstream version 0.4.9 * Allow focus to move while inside an Openbox menu, or during an interactive action such as window cycling. * Fixed bug #3717 (Empty dock interfered with move/grow to edge actions). * Fixed bug #4411 (Crash when switching desktops and window cycling). * Fixed bug #4377 (Window resistance against struts). * Fixed bug #4035 (Prevent focus from moving under the mouse after activating a window with an Openbox menu. * Correct the value provided by the _NET_WORKAREA hint, so desktop icons will place across all monitors. * Don't hide submenus immediately when moving through the parent menu. (Resolves request #3762). * Fix for showing Openbox menus with multiple monitors, don't restrict them to the monitor where the mouse is. * Fixed bug #4023 (Allow the user to have multiple keys which perform the same function in Openbox menus/move/resize. E.g. two keys which are both bound to Escape. * Add a new obprop tool, which can be used to read the _OB_ROLE, _OB_NAME, and _OB_CLASS (as well as any other UTF-8 window properties) off of a window. * Add _OB_ROLE, _OB_NAME, and _OB_CLASS hints on each window that show the respective values for use in the rc.xml applications section, to modify the window when it appears. * Improve Openbox interoperability with gnome-session >= 2.24. * Fixed bug #4040 (Remove desktop hints set by gdm in the openbox-session scripts, so that Openbox can set the number of desktops (assuming gnome-settings-daemon doesn't first)). * Fix a bug in xdg-autostart preventing some .desktop files from working. * Show the desktop pager popup on the primary monitor instead of on all monitors. * Add a new primaryMonitor config option, which is where Openbox popups will appear. Defaults to a fixed monitor but can be made to behave as before with the "active" value for it. * Correct edge detection for move/grow to edge to properly use monitor edges for multi-monitor setups. * Change default window placement policy to stay on the active monitor for multi-monitor setups. * Fixed bug #1149 (Crash with some window icon sizes). * Respond to all strut changes, fixes moving/hiding panels. * Fix internal code to focus windows on other desktops correctly (Fixes bug #4413). * Focus correctness fixups for switching desktops. * Fixed bug #4373 (Decoration bug for shaded maximized windows). * Fixed bug #4350 (Allow a window to be made skip_taskbar but still get focused by the user's rc.xml). * Fixed bug #4307 (Set a minimum time for screenEdgeWarpTime). * Fixed bug #4253 (Support for Solaris in openbox-session scripts). * Fixed bug #3851 (Allow transient windows to be above helper windows).�- new upstream version 0.4.8�- improved italian translation�/sbin/ldconfig�/sbin/ldconfig�morla3 1545095767����������������������������3.6.1-lp151.2.3�3.6.1-lp151.2.3������������libobt.so.2�libobt.so.2.0.2�/usr/lib64/�-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g�obs://build.opensuse.org/openSUSE:Leap:15.1/standard/aad8d77667f1cfc0dab2cf832c414f8f-openbox�cpio�xz�5�x86_64-suse-linux����������ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3c1141b55487a0b5fffee84511aacc1bd3f0cc3e, stripped������������������P���R��R�� R�� R��R��R��R�� R��R��R��R��R�� R�� R��jw2޷"G���utf-8�c8e9e6882f9468003ed24749c57f40f46aadb97bdef2b78a981e779862675a4e��������?�������7zXZ�� �!���t/_]� cr$x#rz@/AzVFS0R.  ʿpB6 奸?w[ I~K Hȋ \ruf֟*JLG U#JXC&yFՋo㫡ƲGx|EFE3Ki\a,Wtz ͒3(!sd_$^RG(ےbP5v?E�77S|QxZoX2.:kBPn ֻABKz[^n`^GH P u)޻6Ϧ8"sbbź_d%sihDn*=0!bxjij,6Q)_W4CzBr#i뙠Ln{b 18elK< C+=u&q1|eUY?cdi -Y 1h4E0>nVZ>%G+|a뛲 I 9tF]@rv5&vQa̤Y3>d+,gѡ^߭i-wۚ%\;qѺ4'`4N)ZVZS ǾK|ʸ$ TOHuw5Y*ܤZ tM\T!ўT6xKbh)&Wn L<*g~~d6. dwM<k2R~/L# ?#rT#6jd_ ֚4890i<$HWE-pN-qP w(.;ba|{]/ް6F<2'\W= I-+&n;ݡhCs.F %K۬�YU4 :šnIcRϲ"îޙ6:h/&"gdq`q"A#uLyj.iR=ɢ>aJ&u6U11!7EUvȁY6)_p`+3c);2ك4_o<ǓT cN^P U00 /("3$LlUHGO"edSJ 9#E;5e0{ Cɹ}&-۴$+t \qw :fcPb(?V}gblh ȶ-U5�xh2E!Ŧvβws{L1|e6 8n)߿@WC1&]HDdZt#}G1=I1[ǛlV%{>yv;0d& S,PO)'X,(;Y#lyhlǶg!~Jx׸.H'zf#ĹS nN+3k7pӖ:;1˔Qכۗ3e@BBI6is ;2Hf^u46(fĜn@]?7q7Sy܋nGՌ~}Yg 𰄕*Cˇ.07W:~ۘAs5 y5lͿ�$xK�^,'+Qx11b/JcthAAbL(Xv;~l+UM6EH6@xʀuIa>jmBy[Sq.Qkg}~nzJݚCwg^YGiv�͆=22X|=?4zR;Z߁m2a$_3Wno|-c#=,}Z2йW Ho3 ^P!_뺾{l\O!+6?ڝi _@j'e<U<<0gFmt>`WSYޅ0tbnӻ8d]/#"hhep9e�ƭLfgN)$ }ѢqLfLIUk-%8 >r2Ἒ(9"1:dU=WxX`i+Q0D` KHޡ?Pm-oFB_źOOV X̨`Y(�2,~`'5L; W!zT]&re`gϴChqx&R X8.) ͋_ۢ11dU5RkH phB ܬst> owt8#a~\zCj7֊NrDOR@}A(lS [n!BSzW*k."u n[U  ԶYO}(+UN⊽COׇBf/?=|b UA2ID y ' y۩v jEQ[8H7z׊ mڗHxPD_<B]jˠ$վ@خ'9R<Wn`f@]C3TQ;H�~#aR/hB=jOӨq,6wMpL@_tt~Mb$.-ǾͰrmqhV_MOwߏ4:K|$G4H/=C>,[kVR=GB]t ɵ#SVu) sɤ/i/hQ7յ!qn:P,qybœoƆ\dV<1WFMqPC$4B< E}<sFvtUG&fkp) 1KWU-dچS,@9 Xp|o.Jυ&tBRa vѯNc.Rl~`ח䖊بvMٕٹa6)tf165̥S~LXaS.]{ZdQo5KA@f)Vuu"Ƶ 8 _5׸OX/֫6`U2F3$IL {5dwpQ Efy??5H7 2 @/7=.?&d)^obD(Zwq ,a@sj ʶ2ǎ:=B"9h]ͨM[5xɒ>ۓ* lEt(ّnj̩oO3{M-O~7Y̝${&Jl;Y)Acygѳ*nJWhp4mUQIfb hfOBx& DFLui Q-aѪ 3y3ЀU2icIP  81HTɫ-xboE8n@Jؑ%A6ZetO)"ЈAUKe|\<^K[G/XTDv&V~SHI<ok^ȗ}�vP@k)۱(Vp վT.dz9(Em/H9 nIڟpN2_B h.'RtNPst|Nqԧ ;}Tg QW :ɒ] 8suYCT%kNrئU1ti y<JnaG SGg%OLjUD&:Ё]*&6 ?˪S_ SoOM/ۈ=J}E (T#@Bc!ϤVCNe6`Q'ևj X{V730;n�gvNuܙjFرg  u_ܳQi ӝZ'9`f3Dfx%Blx?j@_-wm}&H." r{2Qu@aA]CNy0*;d7/5/y^ ~gZGN Wn@3W(Kw!Ld?r!it*Pk y�IWtub5QDA!T3Zq8"i؉^U/4Jn_ 9D%G$ظLm*[8+I�*a:'R^Pk : !%k4ۦCTd%{1G-=O? xzcJǜ&qqpG_jڤ߻e3q1bL)SIw|[`:Cl2{` *h|ʲ*%пІ){CyRUl#BQH$D\siW6b-O)9J5YRg;?k BKs1V"x? ^Bz2p=,$GkѥAIJiVs{\*RY& o" _R#'˼vyI?5ӢӅے~NV%[րI>_sB0qi̙b6#0dc�*SC?wГ6G=V'>LȣX{tLWms$`qZ ]YݼWxA|no6;wmou f<J=aCO?{1a|.j!Nh IYwqnywaKqJ%}ll/R;$4zD ZXP(%T5VPSzb}V�?|&Z$Ė e#Ye{`kU"z貺޸s_lq�皷X[/]ҁbCJ9Q;씔X,YI淁.7@ގSΘnj1 0vf}=nyWB,f7 9Wba)^BN*j“K$RǾb*@-M4Z}'Yl¡.p]y@-,e7e?rd $UL$R:*gGݔ'2=56~E)&e1)4~pa[go[e$ x꬜;,1`ȝ-y~9ܱ >l=d0:{P_O$H}J(٘<\\Ʊ Zhk'Beqa\?s#6[�phsujk pJ|`koDPGl#v!~Gkq%c80_ 9ZTZtNpMk{̋Iؠfx⽐.ja9%I1.vlVɒ@+QCuA$()<͏A+.\%guLU&£rt�T_ppYWt<J@ӱv/8K _#)?V3!p+m<M"SCpC1l̩*DZr?Uz<gl332,: 2ƚ7 %{ִ`)=n2A_I_[K=.)`-[6lꠕu\zpGS+{il(ݝ/dzI<xʀ%gmw<A"[ЮZ=(;폄q>GG7z?E]{ bvXg*[Rd~t΋zS~f=gÇ֚N IE*2؞@'=Efm$cg32@%GR=҉4Fv'T3/ brJ[]%[J,c-BK11~cK2dMHjQ7l$RKMIDRĚ˟`QGxgG9Vyg쒑SjɶՏ9Xi%?YW 'gf|}Q+Ek{`[ƶx$H ٨;NʦFyxG %#W+( Q Me,97 Phs앖#Osx1Y<74]<�5@k6ۄpk8gAWC9Y;H된pW-|8wCPAz?{x&߿SRw{tn<A+vHRg~KPRvô!1Zb*!6`l~Y+u2JBA#^q< v\ 5 Ν+I(~ZOZz gʮzpݰ*1�4t 4.1TI`><b@y?(޿Ia#||IVINg:8#ICH|1Q;S3SdBRs EFO0#_PK@7oN8 ~aͿ2Vc %'a@Cv<δ=E|-؃Rf]FE|vrӴ.4#6jvp1(� =(\"DѯiMr+vSZ%nZX�9yHmDCw)b82-">T �( Gz-=ƷWc( '9~*bm Ih@=1aleO e^3VnP.[+dяwh=/!�.Q_&QGV[Ar9D55k]OsEtdmHC(J :(Kg ' /fiDa 7y3i<W邍5F7`R^ds+TZGƫlO(gQI!n{!on!_Z:W^N>GNx �HC "z^X#S}A{@cf𷦿[N_] ZxcyyQr5X/dWۼnc4H!C*X?ݾve|ơ4haoʚGm\*4?z4dS\#{/>1xn;mwg(jj 2RˋStDbTP"e=WYmZ)] hKj|\c%e>*zt(hZRs#lK:"=J^A5_ӓMmidl Q rMT,�GBM=ٶ zb͏fnhX:`t \jںЎl*F9B>k5F VWv`±w]kJ!pccDEիwX?j|3AhCs Yo70#O9'c-s@!}“_CY}PsixLV, |v/]@-]6)Ij`!D{<5` CgThPKvrU7�"Йf)ѓb DZеwfp@aD9dL0皻c89%q۝a2%i#'!x8Wa "KV:ElJf9yM]KgzyqΚ[Cc @]VC\8t KC?aS1u洅8.V.<Yz~#~VO?<,V 9H(>ɂ9Cߏ/ WBR^>||UÓi]1eXUvǪ(նoI~uwPԷ2<_kIsjpMbV꿻+poM>Mkk_P� 89nt'y.awA ;OCΉ+"li.$%Xg:3iCf'8SQ$jx :#5`2`e|Xp(aT5zu׫_pH�|~!g;+Z7=;((<9"!?=@h []XO˄#߾*HPoݝ#}�=be{iiS�AuW5=n7ps? W"�"9G?^ Ap|6 9l'g %{K+AG8�L ?N(.`?~\/ _fI/ћ1odKۏDF= ƫ�YZYW؄T5?>60sz~R./dA$56)u>Zua3{c"Xنs%Նmzſt`,(W~FЇW"*pkdV\D a3|| 8/f=zF[.bIڒ^Fk  OQSFv+ 5}j$F)V&Mr3x f',QڑO0Į9e׌D?`m'­[ NB_\5svU,t/[-ҽ؄!{1ۚA1:% 3Lyue^ 3L$.>''hޑT=,ew _#=!5ظ|챭b,2y hWL z]^]] D&Dgi "\ND9T*2P~ 8(*[͹6xtT4bvO:{w2֨[qfv5h'm]rR'~+`a5084]@f |�F=kp3.>@Vklh ;i&Q .sOa4=�սH8 2qclFBhLZVBLA0OJը 8϶O?~aB ڭB1@]SU\$)ҳ=jA^6 r{V?__tj0;VWY~ 9eV"9C{ u}^l yl"-�tuZqaF i68}>m.cM9O/i3p7xR ȳ=Q!̢r+PX9"n6[pGT^aAUE-/Z ?H62YBfYL gTClRqU{*F5 {/apr% te&CH=l`{{V>7AhigMy z\fDcMQ�l^onW_'B.*qѐ*xgF Kne�Z?dsvߗ�]7s!Y6z}é7 $/�i`v6jp^aR9Y_ 978UCRNk;{x_cQ%H%x*S=p\cO?1^<yѮS'hNv,V}yȚkX=AV!6/$&B.)# tUP}u*اB7(@֋\U/og4Aytq4Q%s)cçA~c:ʃ^$9_]pӨ7vHUOk�hbȏ_d}tA-;fh%P'nRoDA$*\|Uꆵ#93 ? z/?Ԕ50xӅ7VtFYǪ =_X=3~# oXA.90S{گ}8(k("%'_* t_kn#R<AzU.0>tZ,ݧL]o1S3\a�EtJwKc:ZƑ6`<d4̒ �QlUKkj'H)yk>jrTKX#{-Ѥ�1yWkS5~<:R(c!p \gT@gKg+BEmq$,ۂ;kB6)|,#S )2RV]&tv +"*2ħf\cQ{eVmiy(d{ȇf2갶 ĿO'<{=VJC}hD,a'%j&sr7__6 8zYP}:93r@fm]pb\/fs򚒊[/ }lCkzp.Mz;b3εJJ̠6;A8{No @%CqJw̓r횆ަazN 2UbGٝ"eRIv3IkMŒǰ'F~5{ ފ%±}Yg˕.˻.|.RK 4jq߫`&=f|*Ӛ.k!d'?2n ̰v,7jW%I<o(P uWvk.x[vp;!r&Օx& kl3an/l:ZhA]Թ+DÃgA N.c# ϢYB6_, P̔l1"%T "|TyC\lΥҺjuE,8mQ5naѻٲ#XPhbD{~D|=l!2v`7TT)p.l("|`1?7b}xѭWC]Eg®|X+-%@BԷ0iV8wm ;&Rj˷ȧ$uڹj{r$N{f3 (z IEq> hjXTjG@3fYKI#H[]yj48UJxw 1d,IyW݆i $r&q|P <5h5c ?^%$"_v'G˧$ä 6Y$6~0L3<޳5J@Sh(r RSpAs[.(ry34Z볺ftD |u0Kp30vӌ0)͏~:Wɰ|W!EY@DBdh?Gv3,2 H.meù9nӵ6D.w.8`)oEۘ�v�UQm44=2mɅE?LHF_rHG*Q ͉WGJciޑgQ^�`2Ee99[ iV(DZ_9ȓFJ)ԧ(|L"6Xz^ze e% |J`hظ><4߯ o90##߭Đ쬖!eW8]fpdڱ\A%o.<ۮaFHޖLF%%{tuxVX= d ?{5pM y r^|h Z-1͛ _C'1{u "OnR+\^^t򛃷ZZz:5mͭ*K\bE)X=G܂Nd 奐bSi .@ MɼJOtK> ջv& WP",JL/8Q"Dv ]EC{Ru#@k7pGw3n)7ڱl F?FaF̟(�A8ʚ'[DE$TAsC:T 3sy3@ =}gy6F;h˰1~P݀͢mx_0_-Z8EPG.JEMwGY&4>$$dҺ:׵$ .Y\оH5}\�-{@= ^eRvox6sBzs+I ]*on¼xGVA#g2BhQB,)5w?'aS 3Qr.@~d"u&g@Le*.eMI"̓#B|jp2ˡtXu c7xdhفm?mO8`]?k_ΗiI,p5}rMl+0dk獏2K) b#=S)Wa8ѥ坮�=iLavMt(:d9? v맊@ o? ʪ2F~A\3tO%|5EdJ�[`,y܃8`UHIg.߇dłBm_R/-MNS3PB@S ݠ8d#'cduO@&zT*O dXK o:%c?Z!)Z69P/L`,hJJ*yĮW\AF:, [[nעBHْ(:8 _xe#.05tI=JN 0!/ 3ӥ`3^N&+m9ȿ\8"~g̖D:3Wל"ot&"kY *N$AwzUN~DȄh|xM+ uK1qaˏSdSحjfiIFj6Jvwp99. ZiVy rUP,yEf#Cԟ w�>t(1A wEh;Db9 4j @r_: H(| ; Xt<mG^X󵐻7?ܔޞA_GW˯J�BfJstp_6(ԛ8:{(٠!&[L Oj>B]E*_籤�u-FF,(}¦cz_C8M%{_/RtK(Hi1wsa?iϪ&+<矻4Q]vVY,ṈYey2ŭq-JgZPMXls,]**7T9M=f1ؤ+✼v6Tfի qLPgجBmyFlrދ"N^ ̭6YAtх>r3y\ff9˽Ouw80wM,>Kj\FZyPu?ΓRSe] mK<dȄ]Y8k ^/o1BS4bz"0=,bSXY3[PjgV>oRKP7kÎ4:Uj{( JPnYM.jkMvZEk%^_)w S_DAzba(I�Y]0#/W21T$⁜ؿt 6dK?\ eu|qGdqCE31}H͉hΪfJ><b Z0e\Ht[?19}ƹO:%]9= 74MD 욘7bzԙ>J9W?>;:0Ck#a m<a\L׸gMy.|wjDzqfY\b}r CU*"MHo"YD!Mg93'e{GkoZ *_ƬKbZqQlPIG\V;3co"[(x]msefčlRͼ:|e#h9\P#H7=Q'd\_O_ `�0*1ʃRĈgo4\o3p}ܴŴPOM12Jb5tm7oa#8t6qDpRyXrJ^0) V5u -KE_m0 p1me� X`\|Qd6U*uMIn!6q>咜ї:Et:٘2"]2egMZϔgU:R+?+ud^U> -r.zfk^(= "oA4^LQ#F^l5Fц<ƾy[}Y/`il,p[nHO Ky1M5ŀ$ O*D$+R~#MxYXXt;n^4Cm J:tOȺ3DIy$ WA|YT.}'7<?g=l#(݊+R,iDk%1"ل!@¬n7ID � 7 nxH?w8ij:V.vmR0 ڝ]-IqQ@I5pEUHaI[1飑Bw[]#s`e p05X1 9<yqJзt]2z= $? 9مksYfP7)A>ޜlZ `�嬧1%;o$y0/nsCB'Qf=Š8SH"K̺?IuӇ4=2gn}2A~n9xK@Paru+CQp_"$ VN<$Io 갴 Wee&c�Y GPZ /ꚢb'+U%Ml= լԦYK4n~k5 V&^bTVM5/NV+fOz>{FIӍhg/u'i5Ε\{U[/#Jzf?oX=PK<U p1|֣p�bi'WB,򅔙JߏӄƜ`CQ]7ÅsV &?m6 sF <:惬7BܡC4 V\;2D!EؠH2 8АdA "Jlyy/(Ec3ߎ:ߓq)swf:,Xm(ǒhVNz-K?_KpO/yJhhtY8$%4ZBAeTKu0fLjVe^+[BOë'y3`[n i'BM|R@׺b:'/P1: Np�5f4gnؖ V>Jѫp2 A51iA{҃۾j.Q,OS< c۾Sž HŃ3J'۲ -9᦬ K]V'q?vEǮnlvS0ŀr!4+�}~V^<ܖ3|+^>l}m˥_Ÿ!v rj;'̠HT)HMQ5<]T(ʶDY^ܱ2Ժ7uҽV `y[$#ĬـnZ%Rm9t24ICuxQW. ϑMuk~p!%p5A:o�z -l0pN)yLG}1lm?Fc|FagCArDᚸ@oX]U&m,2K{9/y.J&Z<";iR+@иo#JwDKY{fj* @&dI0DѯؖxLKq#ϻU̙Gi;r-qg>Y'0 Sm #�3 :sJڵMZy>S2]>Yb;Ix&F_ IH*9 N*R!F9Z)e)V,+]r %χ2Z+6`Ęگz.u|_%M>{vh8o&6(̄&2P1Ö}A3@ZTk5q @b.#KD#L7B;$(X{t4\겛CE azˌ ]˝W = <`SVϤ55dFNoqc@_]%纊i[T:ǻtH˔L|nI?B'>#!=b:nЁrU8Jgdˑʃn\5hAwo|15Βsz^]l=!x;/+š0~.1]Ȁ2ޚ&gy3qlIy-aݠGl?٧{юdjٹvKu_8qH}mIko. /2Rtmᆴٓ:LYR^N?-yZ�# <n"KTqC뫚貇{I/& :[W&KdM`pϜQbc*M/ 2*Yf1 sV3d+H񂮶E;Ǵn}fQ( EH5ւOu  ^7%yդa9AEV(Hs7�e3e9 N7l}螭 K-2X1H?il2ԐWċ΅x׶)c1?*}C[f"9cb!Xc <x]'L.@}p�0f>bѭ~l9"}O@VBBbe z֤?As8׆#0k3c㊩Rd| ZAXk&'(*j~)eBډzy~fuT6%Hl:1]aQPs}* hX- Ee :x!XA>8r$hGNb^:c~yJ}ajGOeŜQlsIM54񲩌`>nI{=*PGW Z9 wZ87|H 9ZKB^W搇Ms@v9%ڍ7$*ŦR8e'NJ{wb_OOl#NI= QY-`O+tIGo%RMQpԦTj_(u<YJ I9`{5jVqn1-PӘ! a<.g@2MDaAok4(exJU~q�pEA҅Tsve3SIە#Rr.7d޽)q4CݑI9`U4WO8>`7m2q'Yka\jT/SgVpRp0!HGkd/�.[SRRi,qT7g"h-8C^T~}x/%eF'EȀӤV2H(4N*O<֌4 k%}C@p锍 3QVHA5YL\C'2b:eyU1CmBҦcu1cBuZ&Vdf̺<Ȩ)X@hW:rEVSf5w%8h4i;C�KRå{5rk mI< FD >]{*~ȿ\Q|晬ɾ/P*^))&K.E1lڬRp.ožuM۰P;ۀ Ъ|5*l�Ȣk0Y75hـ-l)5Smb1;~Һ{جj"m!{'*o%:8ɈPg(3}Gk sTu]ylITq}+>˼@L| b|\? O/ܜߡ~ש:k*)jh{Gǂ\2LغM T}}cEvr!&Z �j2$>k D/O&]L^ G %4NO~ZmnľQl(&@<ܸ̓/A6sYK"utQ̀tt4@�{ݧupI0pKpf1}[\FLE |)OĴ'Y(SeweP 1c$0qgfu@G]+%..k0!�PoQ;PRApBGU:_}tvx]{5g$R'^̸Im{9nkWyb4ײͺ h[X.==wr5ʻ/ 4fϞD]7yŰ0M]_‰h.2ycT ?,i $R}f%x6KBV6O>o wUG뇛_3UZnmD_k^AV@&�;)<D#V{0~!/.F8$x6|NZ% ]^_JK]ͮeR5J8i[/XꐤX!Eճ2x)x2b׶wXʏO 4n9@썦Je�~kݮ<՟zJu-͔CnYf'q@?RZ=h,FrǠS=L#8]6 GMo9Ћ}cczVexS )2p�;@)T@~>D@>iD\G2ػ[ !!Lrٛ;+L#Zѩi (]KZOֆCPbs!d0XS38[1QD+4)p0ׂ bǫ>ǺD uP-9~~^}#\.<:J.זVB*("oR lSe:ƟL7`?˘j8G :%~\ "_Yэ8EJdU`4=bms,:.C&Y21ЅbM3{ŒEeHFnǺcd;mV2PdJ`#Qҿ&><8%"i&\OKaDӉ4.sW. ysaD qS נ9*Bӂ0f_Nїoj >##|Y7fpesՋA>J "j54zȁP PUiYq( ([7ьZAM;@&�dov1b-�ʙ2еG^PwEqZyj@D"5F smedmJM׻&Q^hΚ7zfN9g8&zӤX! XoFugiw0#M0Q~U O˹` 廱hcbtg,?wA.f;״ JQ?\ \ Aָ4Aã0c*D#qY�;<_ ^I;pngNh!{~uB7'F@(3SԪ>OT L<dv^DTb.dn/Pzo:Fm18 !ݽroҀ`:\뱠G gR4ILLUs_ "\^BLH7]?-[<HMZC|j el~zu'!S##]h!L^nj4/ENMyM�: PEJΌ\w.[.,ic:i^$ ڬs=Ä5뉼&IKbKxw7+άď?5\*Թfwn<,xGkw(ItJ>ARÔWUl?gocFɋz)\WZFF5_w))Yb6 zEiֵnP"&iɸk1ITa6fZ9a�Z{} E:d?"@{-@x[,1'6dUW?5N4<XhUaB! ٥kZWtx8aW: =QjvY?M,=dm\Ը4ۭy R@BZ>FRMrkoR&![p+d,m ͊U'lfb[E1۹8!<yS"?]ԢO4~[cCyd-PAsK>\."p srVUiA jܪ\f('}*.?tކ%KVoej/1sW< ,pn[4KXN$zA7U%y0OkߜWV9S/TL<(ڊ8%#24 E3829=y!qy]M^.91%>Zߛ@&;zȗ<gRvӪM"<kWVtOaߖd%#[gT(c$4Fg%Uibڄ�1xҕfP}Lg=cVk”@ë9踣3Qޗ�B{=E寻0\L&~Qħ̺_*'E%=6P> ԋ{ J"+vf-r27TJtv$^*p#px: nx"/#_aX@Kewo02] u-C`dA H߭?|3W@*<(pGMP s=`%JgjeXDm2JQ<{_kN;;L&#}~:!'ex cQwAK;'ۜ {gxa0|MJhrM5YW]iROp^z3"sIk5EzΣ]յ:󤥙C#qq8$s%Eك|n6lt3k0א"NWQ7**K OЫ"GOlT< CкJ Us#Ah]_%C#&Q2Yn4 -#[fbp4xUDi¬k۠Vp;lB\>S%FZ)yE2ta[@%|/a^PNM7. S0qcHLB)2�!$.*>MWpCӵ %[5V,20^ޣEqyr@(Qru_c"#Ll{o=hX{T-'t|k|}Dy8QX30 >J훫f$iqM5($=̄#�= *ϡF #LHTNeFR¦XɄˑ.W�bl-ctBj)ʦ ohI2(x{7[Q঩' m%mIqݑ/j1d( c{`wD||k)XEs'^a/s] #iULU[J&iR[|x0#u'b8 QS巑p%(R)QH KÌ~ތ:g=r^kU [Sv[y17E 7u�ˁ<r9EAh=b}sx}sf{ 0J</pIsA*҇orb[l %lr@:읹K Ӱb yIϥEO>smC+>=i5'j#nBTNdzuYAS[96J5n[VQxZnW3|�"kZePzZ)?~1]5@r=ʾ(i @=qtm΅TJ&v\NxFcl nuBct˔~.^ϫRYۢ4yjhUwqߏSHxZ)Q) b߾J(kDŽv4\(]Mӥz@12zfKx2=jPWدZGȃn 'RH7}(VfA>;85E>ptyTRq*IL\T>%Pt4'ug^7 Y�}[>%_<Moz&n>Hs8^ P/eƌxN ώ Ǯل0y4 4jR~8e6Nc-\9g4s�AH&gu65O OXA/iehp}Ϗ[*{Z2N*RTm9ǙS'U5oz27h4뼚^qCUTO�ȰB@hcXK+j�΀(؂rtúoXz L\lIѵqo";Ng'yeTܫ qƿ#�r0EvEɽ_7' mPMBp/hfAA)tB  QW<;%#I{AT́ AY_)jb{I+St6 x!i}K1I)>R2.R`fdhk7DC(䵂nfنE8$^czBSnXC3Qכ%mDWa+Vd:ʳ]=-5IJ(:x5(3`'ƎnW{=?$:חD$>pX׵R~YZ ;˖0cfvS L\cm <g-- \n1dSٴ?y ɇԃwX~VD-T,.j?sݛ}<wgvD<,7]=g ?@Z \%G. >@קu-"Tg QN* u8pli͏/kc ͷtk�[ںS!DDŐ^u!S]Ii'=q $I3qm]1=@<Kc@`Iȫcv8$/v%$@ \lf|;$|ox&6p>0aQ�Kʋ1VbqGU1+Dbc\1~ޜGibV&1:I3=97Ɗ^ExL5m:"]<ԩ=p"G0lUF\뺃GN"b@( Ա'U*<;Ğ/4sQ�ı4q4{ir9-?83Q ^Y8j)0ـЃk+{aZǗP:,j/59>Hx@zn^B:ߖ.Г ň)yxT>܁/3 sW$0e|&c::*S#f4n�տ.^46�RO yH8pc &ⱪĬw|#G(: _c@~PViOWuõ7n12]b%YlVnx,9ϒmB叓.)@${I)Dv;{.fm;B +r/7, BzAY@ml rsΤ-T=w(9Ue֡yut1'k}H7~~& aؓmzBJɄS 'ilzKAi0}N)$)(bA撧D[7Jdzn(c+zX ;3]rRd16@8YiٿW Yoz1���dg�&B7Т�ʾНa=f*���� YZ