menu-cache-devel-1.1.0-lp151.2.3 >  A \ /=„.#'-BK,1R@a_j@|*4!K3HxyM\2KU6luyV՚x|{E\VPY0[Ҿ)ߥ|R9 ڬ*bP -EZ决ԞV]kڙ'(\a!{/(϶2ȣN0(kr-jUzhȆѝ5`1-Ҕp>,?,d # 6TX`dw     $   0t  l (89:mF)G)(H)8I)HX)LY)X\)])^)b*c*d+e+"f+%l+'u+<v+Lw+|x+y+z++++,Cmenu-cache-devel1.1.0lp151.2.3Menu-cache Headersmenu-cache development files\ lamb51openSUSE Leap 15.1openSUSEGPL-2.0+ and LGPL-2.1+https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.lxde.orglinuxx86_64A큤\ \ \ \ 22e9fa17e207e96bc3524100332ef73c59aee063562dadcb2f7ebfdcb79e77e377986bf3f5cc62b4a5bad4aac6ed7926844c936d665a04a509d35327724c8668libmenu-cache.so.3.2.0rootrootrootrootrootrootrootrootmenu-cache-1.1.0-lp151.2.3.src.rpmmenu-cache-develmenu-cache-devel(x86-64)pkgconfig(libmenu-cache)@@    /usr/bin/pkg-configlibmenu-cache3menu-cachepkgconfig(glib-2.0)pkgconfig(glib-2.0)pkgconfig(libfm-extra)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.1.01.1.03.0.4-14.6.0-14.0-15.2-14.14.1YZ@YX_VetV4@T)IT @SvS$@S@RI@R' PѬ@Oĺ@NLV@L @K @K{@K"4@JJ@mvetter@suse.commvetter@suse.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comtrcs@gmx.comandrea@opensuse.orgtrcs@eresmas.comi@marguerite.suandrea@opensuse.organdrea@opensuse.orgcoolo@suse.comandrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@opensuse.organdrea@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- minor changes * Fixed build on systems where MAXSYMLINKS isn't defined. * Fixed menu-cached crash in some rare cases. - Complete changelog in http://blog.lxde.org/?p=1057- update version 0.5.0 * Added a possibility to include NoDisplay files into cache file * New macro MENU_CACHE_CHECK_VERSION() * Added new APIs: menu_cache_find_item_by_id, menu_cache_find_child_by_id, menu_cache_find_child_by_name. * bugfixes- new upstream version 0.4.1 * The libmenu-cache is made thread-safe. Thread-unsafe APIs are marked as deprecated now and should be never used in any multithreaded application. * Added creation of HTML developers documentation. It is triggered by configure script option –enable-gtk-doc. * The libmenu-cache is made more responsible by moving some time-critical operations into thread. Also it preloads saved cache file if it exists so it is available near instantly after menu_cache_lookup(). Caller still will get updates by adding notifier to the cache. * Added automatic shutdown of menu-cached server after some inactivity timeout (i.e. all clients were unregistered). * Fixed few memory problems (referencing errors and memory leaks). * Fix for bug #3501347: use g_get_tmp_dir() instead of hardcoded “/tmp”. * The libmenu-cache ABI bumped to 2.- New upstream version 0.3.3 * bug fix release - added URL tag in spec file- fix license to be in spdx.org format- fixed libmenu-cache1 RPM Group- changed RPM Group to System/GUI/LXDE on main package- new upstream version 0.3.2 * several bug fix * API changes * soname changed- new upstream version 0.3.1 * important bug fix * menu-generation is now client side * speed up and lower memory usage- clean up spec file - used chrpath to purge from rpath linking - bzipped source code- new upstream version 0.2.6 - Security fix- new packagelamb51 15450792841.1.0-lp151.2.31.1.0-lp151.2.31.1.0menu-cachemenu-cache.hlibmenu-cache.solibmenu-cache.pc/usr/include//usr/include/menu-cache//usr/lib64//usr/lib64/pkgconfig/-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.1/standard/ebebfa832847c0032ac2c9c31575797f-menu-cachecpioxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig filePRR3 9!utf-8afea5293231b50ce3abf3ab6e2db5df3cd44ad45ab1a2560aa7946c2b646b804? 7zXZ !t/L] crt:bLL  '1j>;ʎ%FbѼ7\N2>u]CϬ0?!d+6_]0Z_=P03W_*0ŹPt}a Ƨn ;eoC!ЫϘHzMi^6|3OD A0*R\ ±dlWhN,u6(GiMvf{ j4 0J]= do3J~#10vrj oQ"Ixdn^exIPm ɾr;qPV;S0ar,1O6Vkl`'Z:K y*j@"`m-ipO2t[i:(="L*3BJE3HN*/$ΫR D1f`Ͳ s`\uf%CvUDm5v'*hɔM2 I=)P*l 2o`̓\ C7%mn ֊Q~=A (\Νn̯^;TGz86Tc>ݯOyV6Kg@戱pTP,&ULQ;ԫX{~/|B,4┯1t<'$BZ6SPԩi ~/&>{\3KU%|^L_P:n%pohi.'t_l,z#z :? 45w{x(_ZgTBG!Ѡic2:X=r ٤?LdFA gn\l=Ube0cۈDOɵb*D4VxB7>xCzd!oVؖ{S??BtAW zj.N lv Y].Ug&640@[Dl3`:ej1y]<ԧU([3׶,O{?FnIa׳<  ~cNYjp*t5Jz1cvS:ڈ"wLg doi CS^a9/Q;0>r2<vu 2Ci&΁Mw6%WnF#3⑋&K&;b\_9P_@ҢLs”|34#RƘL\jOx8#q3$i۰yw#~]q+BA}n,x:{+w!IQZHxҢ݃`LZObJlm[Ťr`r GfI.;PМxFC{VIr RfGvOxڽ3 BÃPX(vs7I;TfjrwQ\D!>wI%rPAuykJHԵaNj`ٿ g(Ec?U Lw"ĎB9_8kѥ2qh`{f`)ֆ̖=(vYpIITs@TQgDユRmɮq}ak.m^Y55[ <qBhA6sC7a(B~bZ@ð7䊲 YZ