Hello community,

here is the log from the commit of package menu-cache for openSUSE:Factory 
checked in at 2017-11-04 19:29:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/menu-cache (Old)
 and      /work/SRC/openSUSE:Factory/.menu-cache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "menu-cache"

Sat Nov  4 19:29:48 2017 rev:30 rq:538633 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/menu-cache/menu-cache.changes    2017-09-13 
22:38:30.722535795 +0200
+++ /work/SRC/openSUSE:Factory/.menu-cache.new/menu-cache.changes       
2017-11-04 19:29:54.391767656 +0100
@@ -1,0 +2,19 @@
+Fri Nov  3 09:45:02 UTC 2017 - mvet...@suse.com
+
+- Update to 1.1.0:
+  * Fixed crash with invalid <Name> 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
+
+-------------------------------------------------------------------

Old:
----
  menu-cache-1.0.2-until-fd52af6.patch
  menu-cache-1.0.2.tar.xz

New:
----
  1.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ menu-cache.spec ++++++
--- /var/tmp/diff_new_pack.5xTAzQ/_old  2017-11-04 19:29:54.923748217 +0100
+++ /var/tmp/diff_new_pack.5xTAzQ/_new  2017-11-04 19:29:54.927748072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package menu-cache
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
 
 
 Name:           menu-cache
-Version:        1.0.2
+Version:        1.1.0
 Release:        0
 Summary:        A tool speed up menus
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/LXDE
 Url:            http://www.lxde.org
-Source0:        %{name}-%{version}.tar.xz
-Patch0:         menu-cache-1.0.2-until-fd52af6.patch
+Source0:        https://github.com/lxde/%{name}/archive/%{version}.tar.gz
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libtool
+#BuildRequires:  m4
 BuildRequires:  pkgconfig(libfm-extra)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -58,7 +59,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+sh autogen.sh
 
 %build
 export CFLAGS="%{optflags}"
@@ -89,6 +90,6 @@
 %files -n libmenu-cache3
 %defattr(-,root,root)
 %{_libdir}/libmenu-cache.so.3
-%{_libdir}/libmenu-cache.so.3.1.1
+%{_libdir}/libmenu-cache.so.3.2.0
 
 %changelog


Reply via email to