libmenu-cache3-1.1.0-lp152.3.5 >  A ^-/=„CwSBV<q5'uK1b@fg Xd Jyvu[ {g[ "KdI /<(t!1kT3_B ́y"u+U.f]px 'fQEy[KiFt)fU)Lx& g5ēŋ 3! W/ށ#*wLil1G[}S\t|IF{ RBFCܧ3|̀e7080ecf2f9bbbf163f3f1479f44ee13c6ed39b9f54bd48cca0a67761ab01e3d364b1d40ad974b5da7b780f9e1e169401d304d616S^-/=„I*6o[u}[)%>ޱmp\ o5FWǂWzU9tOT>]^PR3G\G[-JFhE|j:8!d̈́@Sl{dCQynU |-~dyx>p@#?#d ! 6\`hl     F `hr|$|(8 9 :e > @ F G H I X Y!\!$]!,^!Vb!bc" d"le"qf"tl"vu"v"w# x#(y#0 z#T#d#h#n#Clibmenu-cache31.1.0lp152.3.5Menu-cache librariesmenu-cache libraries for development^-{lamb14openSUSE Leap 15.2openSUSEGPL-2.0+ and LGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://www.lxde.orglinuxx86_64^-z^-zee3cab9cf8df399d6b7d771071fc6141f662fcfb9198f8fd7993d3360e3f602dlibmenu-cache.so.3.2.0rootrootrootrootmenu-cache-1.1.0-lp152.3.5.src.rpmlibmenu-cache.so.3()(64bit)libmenu-cache3libmenu-cache3(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1YZ@YX_VetV4@T)IT @SvS$@S@mvetter@suse.commvetter@suse.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comandrea@opensuse.org- Update to 1.1.0: * Fixed crash with invalid tag in a menu. * Added new API menu_cache_app_get_generic_name() to get generic name for application. * Fixed potential access violation, use runtime user dir instead of tmp dir. It limits libmenu-cache compatibility to menu-cached >= 0.7.0. * Directory $XDG_DATA_HOME/applications will be created if it does not exist so it will be monitored in any case. * Fixed issue when subdirectories added would be skipped in monitoring. * Fixed potential file descriptors leak. * Reduced inactivity timer to 6 seconds (from 600 seconds). * Fixed an issue with multiple daemons started: test if daemon is already running on socket before killing old socket file. * Fixed 100% CPU load by menu-cached due to invalid dup2() call. - Remove menu-cache-1.0.2-until-fd52af6.patch: upstreamed- boo#boo#1044483: - Add menu-cache-1.0.2-until-fd52af6.patch We need a6763eb which tests for multiple daemons. Other fixes are also important/related/good-to-have- New upstream release 1.0.2 * Fixed crash in menu-cached if cache regeneration fails * Fixed 100% CPU load by menu-cached in some rare conditions * Invalid empty should be ignored, see specification * Fixed crash in menu-cache-gen on if no file to merge found * Fixed showing empty Other menu in some cases * The option --disable-debug is now default, instead of - -enable-debug- New upstream release 1.0.1 * Fixed crash on generating menu with both tags and present. * Fixed crash when menu-cache-gen ran manually without CACHE_GEN_VERSION. * Fixed crash in menu-cache-gen on in menu layout with tag present. * Fixed incorrect processing of in menu-cache-gen. * Added safeguards against environment variables containing newlines. * Fixed case when cache was not updated while it should, it was claimed to be fixed in 1.0.0 but apparently fix was incomplete. * Fixed ignored tags inside of . * Fixed memory corruption in scanning addressed directory. * Removed menu-cache-1.0.0-Fix-crash-on-generating-menu.patch * Removed menu-cache-1.0.0-Fix-crash-CACHE_GEN_VERSION.patch- Added menu-cache-1.0.0-Fix-crash-on-generating-menu.patch * Fix crash on generating menu with both tags and present - Added menu-cache-1.0.0-Fix-crash-CACHE_GEN_VERSION.patch * Fix crash when menu-cache-gen ran manually without CACHE_GEN_VERSION- update to pre-release version 1.0.0 * A little code optimization * Fix compilation warning * Fix DISTCLEANFILES in docs - generated files should be cleaned * Add Log Domain "Menu-Cache" for better library logging messages * Fixed bug when cache was not updated while it should * Added new cache file format generation support with changes: - invisible directories (NoDisplay=true or empty) can be put into the cache too but with flag (not displayed) set; - content of TryExec field is added to contents of cache file; - the working dir to execute application is added to cache file; - list of categories is added to contents of cache file; - list of keywords is added to contents of cache file. * Fixed crash in menu_cache_item_get_file_dirname() for a non-existent file (might happen for directories without .directory file). * Made menu_cache_app_get_working_dir() actually work. * Made menu_cache_lookup() faster (do not load cache immediately but on idle instead). * Eliminated secondary cache reload in menu_cache_lookup_sync() - server response in such case will be ahead of idle reload (since main thread is in wait ATM) and therefore idle call will be supressed. * Added new API menu_cache_app_get_categories() to get list of categories for the application. * Added new APIs for applications: menu_cache_list_all_for_category() and menu_cache_list_all_for_keyword() that return list of applications matching criteria. * Fixed problem if some string in the desktop entry file contained a new line character. That broke cache file format, now it's replaced with a "\n" string and converted back into new line in the library. - applied spec-cleaner- New upstream release 0.7.0 * autogen.sh: do not do configure until $DOCONGIGURE is set to non-empty * menu-cache-gen: don't fail on improper menu sctructure when verbose=0 * Be more verbose on file loading failures. May be better not fail at all? * menu-cache-gen: don't fail if file isn't found, just skip it * Fix menu-cached crash after menu-cache-gen failure * Handles menu-cached failures more gracefully in libmenu-cache * Add a parameter for menu-cached to specify socket path * Fix unrequested empty directories in default mode * Fix support for tag - it should move not into but to instead * debian: add libfm-dev into build dependencies * debian: dh-autoreconf was missing in debian/control file * Fix './configure --help' formatting and update NEWS file * Update output of 'menu-cache-gen -h' command * menu-cache-gen: implement inline_alias attribute support * Take show_empty attribute into consideration in _stage2() * Add option --verbose for menu-cache-gen (quiet by default, max 3 verbosity level) * Support NoDisplay in files (menu-cache-gen) to hide folder * Update AUTHORS and README files * Fixing memory problems in menu-cache-gen * Pass LegacyDir prefix to menu-cache-gen composer using XML comment * menu-cache-gen: add support for tag * Implement support for 'inline' attribute of tag in menu-cache-gen * Fix check for duplicates in menu-cache-gen merging * Add support into menu-cache-gen for tag * Fix few parsing issues in ragards to desktop menu specifications * libmenu-cache: send languages list to menu-cache-gen instead of single lang code * Support for tag in menu-cache-gen * Check for mandatory for tags * First draft on menu-cache-gen, it works now it seems * Add main() function to menu-cache-gen * Make save_menu_cache() safe - rename temp file into it if no errors only * The 'menu-cache-gen': new implementation based on FmXmlFile parser- new upstream version 0.6.1 * Fixed invalid memory access after cache reload. * A little cleanup of dist tarball: removed unused files menu-cache.h and libmenu-cache-uninstalled.pc.in.- new upstream version 0.6.0 * Fixed few GLIB compatibility issues. * Changed default tarball format to XZ instead of GZIP. * Fixed build without --enable-gtk-doc. * Fixed crash on access root_dir with empty cache (no menu). * Allowed menu_cache_get_desktop_env_flag() accept colon-separated list in accordance to freedesktop.org specification for the environment variable XDG_CURRENT_DESKTOP. * The case if user deleted cache file is handled: it will be regenerated.- Spec file clean up, we should not provide and obsolete libmenu-cache2/sbin/ldconfig/sbin/ldconfiglamb14 15896528591.1.0-lp152.3.51.1.0-lp152.3.5libmenu-cache.so.3libmenu-cache.so.3.2.0/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 -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/ebebfa832847c0032ac2c9c31575797f-menu-cachecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7e3ea2080eac1adec10fa4a914a3af1f2218cab, stripped PRRRRRR RR|鄀ѕy@5iutf-83146d7997fb83a5f2a9d9173c310e98f6f86053a378254e83e4b39cb18c6103e?7zXZ !t/w+U] cr$x#+Pi[֗Ac~KRɨ)\& #Dȑ#Y`>fj-^ׯ-o2L4䋴P\V'~Hݳ'vi M//o81e ~{1wH4-9vh5(`S>6PjZg8X }zv H}?~ F@(;nX\QZ6qɵ1?.>ubU5غGDrsۄ>+<"@K: xQD yfdKeumC;Ӓ&02Vc>}$Q't^U"ĭBع%Jz||xF-HJ2&hR,xyw/XƑ]pNԾ4I9{p9Uq k0qb`a džsfv[ gSɦYv\;C1lI#buWΞJx0g>=hKhO+<u^svHiNщZk1τ(8IL oxqEhvY婒Y9O8rH$r" wSuia@n7<€N!WO[0g ZkU<\r BM<,?ZíE99s>2튉*"=+P/ oA~4^FIfO.p!vR=2HѼXyg'~CI>Omt ,Y9N;+ W܁74R&_QHTw壄0()V$Sp[׽23!Ipg`VLr7հhOXO? g .Ƕ; qNƖB1‰jD0R{o3.ݟ>妬N8b_:$Z';UORVt jhcD{&Ƣyvq=zW> >0#"yh$u[`V9*țP $D v3}սFc.1R"Qb /aVm>`bk9Oc15ٸ8AU ~ $x'a M8bVP?.6YI0ʺ$ԘleuBU0P Pezd&'>=1nL؆{w\[sgQYʸZ6m%#vM1.Ojt"i@jDTQnU$Dmo|SbO^-?2Ñ e!eAUw$oLb.4ъPqOOi *ɦi7Kc.-Pn,l0uqԉ|yxs^ I`uj8;T8qM7ڰSS]aLH@se6m|;La# ix%˄} ά $Bdj`,MniB99p6Xx+q4-PAm}/Lrr*{id݈VsF|~[䈗cԶwMl^{pZ)I1$k(#Ů+/jŀ?5$!7 A-[{0ä(VSG9?+c0('_PTʍ7L_^$>ʎ ۱_JtzA%!DC}@muIkfo99~6ɵqKS* M| E=nt;yK =7?wR[XX=&!u &@x̓苬9¤&iz׀+02 Lb'?[M _Ն!* |Voܡ1= QOXi-?V,{p+ Z@ONjmM'$͍gģbWj IJukV-&3Cb{n۪,x!Io|]HyˉO~QabYdxRT9oo1:)/|){z!EQNt.ޓ`;X /*-d9WVF*G\3C[SrA p& s='u7?05H%e>l1 m ԩ6ۗKԭb=<9\$JA۪V}0#F_Ez@mQrz%c[B*}.)88"j`O6]~GJpNRߜڬgu7G#x˯kOSI&Ҵ'}:y\(:Z3z AHs?T6Rl' <ѸDǚƯ]GW:{Dhxin+KX=•3X_? 9kF6Oĉ<“mC7P ӗx)Itgǖv5T2]@:/q0z} $(sڡW)L(_G +M )HPcz ,q\'b.b>| kv`^'شSxoݐrű/fe3C<Ֆg!= D`,d;Ww*093u?r60~+DN@[ZVc{TJqJnxC6 tńA/'0꫎9:՚kFL* S*rDPTHgVVK2=_NKLC(Gߚ95g0 94ųXLujjI >q=+iO -`?.yT=*,BxL+b=a,[4%F0M=E3R iR?oVlhUƪB8jC[2%m и( =0U)l*J70Qbװ0<1O0Rny=odv]-O"{ `f&M7Ьs_u,$LpTO*% 길+ XڻyR1Mtˈ¶@wο/EG댤Y`mY Ulu<3CЅd0K?9kk ] q Kh|Dk4;S> c[vyNV_/l?ǃzWdðCĢPD<^Fɣ/}~hmL&Sb*&,ޞ*YԭE[U.LFSUg$5wZVc[*ؼUǍ l[!B~G|Ѹ; n)}!&*LЃ 2eܥg(60\ tX=~fVhp|>p T g܏? ρr\7Nyd4  (x=ۏ -Vk!(&,ښ߽N9)9]Jij!bv^k@u"hޡ"Hg4 $ yXo$〲ɥ=oGTYEBeZ՝Mwȴ43Z}/v'U͝.霣UcB@)yQŦqDq>A@$*&L⾷{ܔI9|ތy?W y 0{k*l)ݬj`QyUI}#V.iFGFjlRO#֔w.6VwU{(TEol#MˮePۻmKJ+g5k%W#G%ag6-#6D5tz\qnGUUhkWЂ]QҵwfͲD")P JK`̍5jEMfDN^WpաKo] zyI(gFk@(R`t} 41"{LoШ%'GOQ@JsKqs.O-J_sH$:{8D $"Q䂴\Q[+ГRQ] 7ceV3ĵw"~m5o 원՜:}6txP'K(,^qKT%(!j!\JH}APrfABW=,^8Mî8F/cA|""nG%q=Lq'Y,l=(YA}TA`YZ̩)b.fFxv4M ytU!k0>PhyZ$LUO 77nq_1wL٥vkٛW, b= *c΂e0 u V )V'dǤVoYB[zd١%T႙`I!9Wck~I$CDBoHA\sC\*V- "fiwR2`r$S; 83=MIRv2X*mO*wA (ro^ qx8>(t~*:@;!>7eCC9fk;VJyIw%O B M\lj#y lMb}äJ-0b|1ònP2 : $ _aMG 9{uY@}c=˅tI5=R.b+! ug^lU֞ s&ktMM$C/ 1!EUΌ:5Z]sײnt+`@zf X~IQXJ75_z wĩxho옵z-Cu]'y0Wigw7ԹR":_&OQ3 xϚ@}ȶ7_}9HZc6?O ݴ"Z|;.o }.Ի]y1QfGx#$4@+fԐ<=`O؜W}}LpŀV`'1 @Xl3\M~[&}_ pa4YM9IuM#|˹e̍MG[墖 H$wxhu[I@żM2B{Pیw}?FT{T)DTi۬]\SrZzKr~yz wq R`"?C*m?Y5u-/@c{{W}N~[ BstUnQCz}WF|ZC9>G]ZJ"`MfTbRO˙E\\7u[auWLLQK` ȝ))!mDd+Q^3 8֤V0ʀ]07>h6m႗hn}{ڷ;Z32d86ۻM%oAp& AJe'dki>VMc(H%#)s\FrZ<8/HBUOl=ViDSue阼!4WçWj^h|eS`P 3uvȯpR*V:<=٦żm#r+dG¹`i bK)ʗGH;ըD>sRZu#H >!oDwg+- unEQ8DYd1Ͱͺ,R7ܞη|WU!Z\m}r՝A*BŎݭpnY,~ѭDŽy0Ҋ_sZsoNz}^ܰ-rT -W$i~/fBRa)O˲Rw\pkEs #lT@K0wL1Jz4ӏx}/T e+לjomqGzKy*|\Af7F("G5`W_!*;-3/#sϰ)0bX A6 @! ؍]EM5ZZn+ⰲ+δB,7bnsk٦얿@Ru6IƁW. !!OcWhRss :byOȯ?6hC<huи˾=clv @ʿnJI JsQ}eqDCfF"!U|׳5iqJ.B8$ɃLJ 9Փ_SdCjxf\)o1_x^Nʊy@eNAɇ'wS\HLh}z5 aܡn] z&Q`ƏY鑛 0.a5LïU.3cMp]1SdR#7rbRZPݴ#^}K^&LvtX4~1=nqyFoZ9&p%^0Jbiv]۪0<_#wâ!7n׾'-z_uԉ~R`הlY(tfMn-s!WV"ԋ!nK. x4Zn[p 3w 3kp&gi[T :ziQSO{mkFʙiTBIlT.ʚ]\ Gy[;9mZ/r60QcjJNQ-Lnx {q!PgyyOoR_+m*$,e֦K,J+nW|%ŅXR R&Sm?.|le\H4670h{Q QJ8.'aqfz1??3@V<2!;s&efLBIl>iي* MbM5H" ͐Id}j0Y;rRPuԃ*Dșz.?Oᕶ3hPApZ bHm @*ɍ1۹ƎW~E*x@#'+B>ګȄ,8u4>=|&`qm@ ,{^+LG৺$ҽqew:]f wzVZ$dv ( 0'g-xq!OGjR{_G#UKWHg s^K8JMj"X y@'n.z TKS<zĊQާ CWl^W2ưZyUbWh+^|s[иf*GA[*91y; ȹ:`(uP⦨(B3B_""ή+XSA͹FDLvGMw|]elN{OX2>Z`HJ]u[kdM>P1,L5\bM"?|STiG:6k8ڦ 9*v̝5IHna$Y(.+h4s͢5aE^ŶtCE9,,qc-` Zf>=!Ksp^w_16tiJOX=p*M7%iSհNE_t_0fسm rS ,kC=!L>Lh . jcР%hV# 7Rq\6jMr814JӀr>Nsi.\V[_+ZA$/CI_%x@ʢ'K=|i7$ i֡^%by?vmd艒}+46=WUt olg'D\.~@{b4Ǧej u1Bˏ˙JaǷȾO{ ܠp:)XFɖ3oڃ6.JA)\Lp[񷺾Tz3{7,1iq=悕@)򡊣L,{W*SN%U4! r&)t7v=>ìwreiܔeN(niH%͑b+<_i- ]gכIm4d6\aAa1BN7otAϱۓ~.R"/lO'7o0|,dZܟo.Pd4IFuxEq 7 GюmS l@$[>յuُaZt"YU:^n^փ8+8i/6&7)H4ʠ|LdS0 ~.*yDrp8l#X˩y{c7G4ПHyDZ.zh }KEw?؆A A|6oۙCSv/47󾓒BO A5v?V 5R^;r"2QB RxzivkƂr`o֡A:2ē-}H,;[!6Kn3]k&]5-EA/7KZ\*}u:XfA*:Meh;_fw >Wa%es'~6>)j <<; :rcP%,q?0ϖݑwPꖀ֎5ǯU'1gmIuXq";'gmKb&,E)(we #qMt-֕>Dj,x$~Qi9Þ3 OM+53.M4MK lP9{u572+!E5r2yBLmܦ~ͅ]=}6S!skX XѤGf6Gxug%?Xu]=VB'ǾNv8I