libmenu-cache3-1.1.0-bp154.2.138 >  A b|b!M@eee2K[baC5Ar]*s'M@1}dpJ%Ty+R)uٓVX)nJ,t`> {rDEFA9}tc8xw 7^e!Hi-k;ŁW2$%[&Ǩ&ゾN8+e!/X^Pu]Acwpc_m=ՠVKuƫƺv{xEȝבh3725fc69932eaf2b5be3b9eeb3e37d4c02f2ac7066b5d7c6e92217f331762c13068966f173b2666d8e18b87076271f3c9f96594dTb|b!M@eee&0d2@bbcs8ieY+CRyzOwAbKo>.g4 $ikfog}#X fLA7ڛ8X)M#)F,ә`BY;32T@*dw}%!#o=]&P0O6.ѩn =vrF~t z饡Fmɨ/"*/'H~nQ6@b"(Wǖb{{Ԍ1q*d.ykw\"7 p>p@$?$d # 8`dlp     $ f H(8 9 : >!@!F!G!H!I!X!Y!\"]" ^"Jb"Vc"d#ke#pf#sl#uu#v#w$ x$(y$0 z$T$d$h$n$Clibmenu-cache31.1.0bp154.2.138Menu-cache librariesmenu-cache libraries for developmentb|bsheep81SUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-or-later AND LGPL-2.1-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://www.lxde.orglinuxx86_64b|bb|b3cf679926d54ce18130716f367b7cf93e56f455dec595e7b1112f33432fca846libmenu-cache.so.3.2.0rootrootrootrootmenu-cache-1.1.0-bp154.2.138.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.3_u@YZ@YX_VetV4@T)IT @SvS$@munix9@googlemail.commvetter@suse.commvetter@suse.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.com- Added upstream-libmenu-cache_Fix-memory-leaks.patch * libmenu-cache: Fix memory leaks - Added menu-cache-1.1.0-0001-Support-gcc10-compilation.patch * gcc10 now defaults to -fno-common, and with gcc10 menu-cache compilation fails with "multiple definition of ..."- 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./sbin/ldconfig/sbin/ldconfigsheep81 16523188781.1.0-bp154.2.1381.1.0-bp154.2.138libmenu-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:Backports:SLE-15-SP4/standard/726d5d5d73ddc948f24264cbb1038769-menu-cachecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=216b1c9a14339c93c557267f9d93724fbfe055f0, stripped PRRRRRR RR,j0JO@sEutf-8146a01dd220565bc1d958b2b3de3e30901d777731f6aa4f78e4f791eb1ac4fab?7zXZ !t/o+] cr$x#F 藕J\Kw0Ij01[n;_ ڱږک6El4BBߒ֪"ŬFc^~ʲ4-0̓V&sBfM]26L5ݍ3RH}U! I"0N!0';%A^fll߭K"tS{)r`W/ .g 5T*GMGE~V@pۘ^Uώo wTbĸظM8emdy%Aڐt7"Ttu<֡W@ML$5  JES-MˬZ*G2V=YgF0WUX{\W@[~@~D}kܼY.)q3Κw,=P1Z)@JZn3;Ktiބa>~.Naw>cS0%ѝEryS|,'}&Eq?ezvwxU 8Zd֣ndmKY.d YeR!6n `KEƻ³-gĎ8LU /n;A"d,|əլi^SgZ5',)=|GxQ_S~'\= ~ tPyN>"@z%Kh߽bƫ`#$4I(E A8* Ҏ2북ޔlx@.?-8| .%BbN'"1owS(K8z n{QQ $ wZՅޟn]p ./('F^g)Hax/> 2zG_nf߽y7T*^ Ll,&VU p~ϓ Ab;xڰJ=UO64]S`ǝIAzbu4?fsAcD6h&ef/L׹%yIdQnzk" 'KhBt3n_"$aߑth cU^SP ob/h_%*Yﳹh6h է@I3cCK'%$߹$A6ځY-cG|2ҷ1V }d/ÚdOQ!"RoHV;̞|`AXt( xM_ʁ@GB&%p8lzySb%܏i z~7q-G [#afNcRF2߀cf>hcV-Q+̥|J M?/ Y[(61cÎo"p,(Mrbl UDy M$Jx{ޯ5r{F9GN:/amo ϧ{Yߙ#s"0jDO=mn.qxl8,(6xemй,,ՎE(XGwr3%AXK'>?A@]Q9=Ǜ"VU~% 1b}2v`@8S|fKgbK8pe~hmP٨%-qiz6 CCD{$s: ?'Dh&]3Ǿ;}0L SrxXz+] &Ab㭥*O̟2^I0S,Uk84 ʆ6Q;Ni',]3vS@Զ;˂0z2Q%\[t"}_ LF  "N y_{Bυ`![AMNtL03v =cJuȋ2i⿌i[􍃕F͉p&c DaKM *P#mR HvV&5G2'9gTrتN5ݻvk._ \H(T \ɟs}7ˁ!i@At;P¢ N<]%lpʄ}ॄw)rOwn }_Ww{:55R\nH4'DP,h0vE՜KF(wl2M%޷VV ,P ;C QGaVUE9k>.lbOkr`_.OZD\)&ƸJ-zCVa mX'٪s_!4[9^#䰵4BiZk>'uS~{nK}`k1'M< _w#BICQT_;#.' oqLLp|<w\#GgeLp›pS_w֦.Yk!]뻅FH@w8Ͱ"XQl6fm(rpD6<<9슦CC0W p'GL .\KR7 ݅INC49SM{Z>0-;cze2s&Zx ẠqcDYlcq&6'Ҭ92Ė2ȣx3GqVq5Hl=CUgg ۙX~3:%i0߀7TQq+ԭ_P@š(1l(G^>l10o[J@=*/$'h<>w#rW3WF~hcOjP\f\*'t?KuJ?ِ7bŋhUl+΁|C15ˊeuA[ʼNxD1Ex&hk`ԛ@(VuJ٩ʹ{cjuŶߞb8>ڕPP %p s}qJu&#Nsi(Q$O4)|_ ƀ) D5lqx21iTttjU/bMju25g"j۩/GC7H2Wۈ2IS;O\U>]@lL.S 9||.% =?x#]_\xKM xيXy@!H\`ˆ^~Bݐsqfv1m ܇X-tU-#sĕʿ+2uJ\j%UBpdRcxtfYӒ򕣫P[_/R~yY$'?C~`Tt'xܑ}y_>{o3 LAr/Ate~;hF]1Qҕ=.yPت[ _0n\{W:'"{7.rX:4qF]|hYOp74p L8og>귉$wSo TAQWZ '{PY^D%G dcn?f3p*Gxfk˟Tay/2M7q;o3Sx!븾Is.vQEA5#E/ZcA`H XT Kؚz$yv+$87bUˀ3oiك0@AH"$dRрCl|.|H2oRː~אM[wFq}گQkT_|llrZ7}rA}UnHE/NTyjw_nu}j)B *M~/W~8ߟd` -;DTlХjxdGYCKZzgu=pl٫sD[e oE9-R4Ǹ{&|)T׭::@F!']qϫ<Ǩ+? gF/OXٟ)W6 &>!Q$׺`'=;7_ }us7 rȺkNͫbЂ=,/=0*MUc`1JHlƓfZ~Х I. * W~{ q+tÒ7W$փv!37~/{]?d rE+u g㍠.@ s !1SUqNt;/b"oqRi,9~^=J iLRS8N]C".sl%pé]fObj/QpXi ^)A U,8]Gqq wϧB7n#ͤ^{2Ơ[Jyq!-54[M/}p;{K k}TxțrVaR8 aJdGO&7[}m?r5RhETv 1s⭿^|{$^OzD|ݷWƘ \T ͱ'Ԩ#CgS$s9y6"W/  Gձ >hZ-crNs|>>* Wfփ,u%78s3Hfu0jmn/^}}*ftբܲg&Usc*aP(;nvۘQ2G(}wh+kd"[3eݏB|e[U>|1~ bo!ϓz c5\v'p3"Bc}1uj+V ьHf[_Sc7~Ж_^M[uN %%&Af|8PQ3ͭvC?'tgPKq}J5lNXcަap&]A/r "6%O+Np 5d>;@%H4+RdInP\xRVZcGJɞ'hZ=G FBá/5( U hջю?[F]Nd}nنoZAcɲ>,`vt!Au J/(nwPf&: f>&pȲ( O˒IQv*y|U:nFmEh@p"*g)7,AG[p6&9ZMQ)]KwvqÔ|-^Dn#j1?d{/2F™_ϕg![~t{Ӭ ^~诅#;c%5 2RHDW?X01ֿW*/l1Enpwìc D#PxNSW̩)IL$7"3|k,OPsiqlXBi؛} U%V c0v!nϏw^Rg@H$KRl, Jg{婺qIR 9,笉/vѦp/ 6qlv{ QS\c Ov~ķ{l=`nuvTo^ ܝNDڻ2SKtÕկbj(q~, [7ԖdJ* }*,~Efv$p"(iIq57樈vFp=mnFL7-ӭU|D`Wf8{h4L${[Z'6sx..}֡ 6'Y@؜KE9N+,h#e=%l`ܛ8VVb4,;'~5QOtA=!<5Pat#A=jv g ;bK->X3 Cruyӷ<7FU;y)*6v{`5r$Pjĝ:*`&PAc1F-q+TE.ăsc!0ې4YM^ĺ,Q<㭳h;^xsKl4Fu<;8͸*2虵Ԁ/[GPxu>e63KO؎>hP֨(^@酵ja2n=5Y'z]\QFw.6kH22$Kt)D7!dK"YQ+t:VτB^I1-6a 9zݓ뾪^lHxߦ91PŐpUXMωDؿژ\hx蹾PWhpҥ<-[Jdc>ś>:kV+ pW([3gY#dj~G k II91pgi.Ivs/u[(-$Lj)x9}yK(eΈ?;g|GZƷ->|\Vfy!J Pz4T"@E z>fg#7{lQx;2 .MK'cֿ2h8~VBOa-YVV =h:1A*TuܠUG_[f RmUUڪ?K$>jp#rb4o&륤Yöi 1qO~T >:>ɣ:QcD{\M^-yNiZ'+Л]vO7gA\GsTaoVa,usޭk~]`V%ec%RZI'kxZ2t8 jژԡ^)fz E G^}n/Er/+jy4(c”Y`澶 o@|m#Ή:luHfo7~!RCkUb⌂k/G\= >)a\ ;܉b;PRsUeW$@i,Yg: /˝fIa{rm04_L%4)c׫ -eRS80q{4ϵJ?"6 Fq*kg󛥼SzoU0g 4W\ך[/yAJ!\ fYYqO #ts-;RDIKL>ٯ"G 6[2˸{ %b7B"4 <1S%t.PqCAR7e'Hdh@JncIEƵ$6&buqF ;q(4SZ(c(ivPM3ީd:c*K $$:72t^^X·Q5Gն: YJBI'(yCDi^ɲVj'9^jUJMGP\"ˁ>T%.YQ?S; JR ZqPTObDzljҾFH$iZ^B_QI=_q/`\k Xf>x;["a2J~ʏa]i#1'xQ=8ߢ$갩BQ\hEm㱹\V,옃i.? ,|PjE)/ԝ]g UȒݼuA;$ *0xz᧾ U A}z?yg{EH3Uް5Z 6hIJ;M&Pѡ_=aFj E4H26]l1T $r1< +Cb5#=n/y#c F6ڨ*~Xt9*Ǚ1JKMl֑m }p$.-Ke+n%=aC6Dʼ 'm&,a$JO`|U;.P:HcR i3k:RCj0Żf\\B1