Hello community, here is the log from the commit of package cinnamon-menus for openSUSE:Factory checked in at 2018-06-19 12:03:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cinnamon-menus (Old) and /work/SRC/openSUSE:Factory/.cinnamon-menus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-menus" Tue Jun 19 12:03:58 2018 rev:10 rq:617244 version:3.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cinnamon-menus/cinnamon-menus.changes 2018-05-11 09:16:07.839176928 +0200 +++ /work/SRC/openSUSE:Factory/.cinnamon-menus.new/cinnamon-menus.changes 2018-06-19 12:04:01.693219504 +0200 @@ -1,0 +2,7 @@ +Sat Jun 16 15:48:41 UTC 2018 - [email protected] + +- Update to version 3.8.2: + * entry-directories.c: Restore retry handling to state prior to + commit 7516e8d. + +------------------------------------------------------------------- Old: ---- cinnamon-menus-3.8.1.tar.gz New: ---- cinnamon-menus-3.8.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cinnamon-menus.spec ++++++ --- /var/tmp/diff_new_pack.oKRDmI/_old 2018-06-19 12:04:02.305196782 +0200 +++ /var/tmp/diff_new_pack.oKRDmI/_new 2018-06-19 12:04:02.309196634 +0200 @@ -20,7 +20,7 @@ %define soname libcinnamon-menu-3 %define sover 0 Name: cinnamon-menus -Version: 3.8.1 +Version: 3.8.2 Release: 0 Summary: A menu system for the Cinnamon Desktop License: LGPL-2.1-or-later ++++++ cinnamon-menus-3.8.1.tar.gz -> cinnamon-menus-3.8.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-menus-3.8.1/configure.ac new/cinnamon-menus-3.8.2/configure.ac --- old/cinnamon-menus-3.8.1/configure.ac 2018-05-06 15:39:07.000000000 +0200 +++ new/cinnamon-menus-3.8.2/configure.ac 2018-06-08 12:32:32.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ(2.62) -AC_INIT([cinnamon-menus], [3.8.1]) +AC_INIT([cinnamon-menus], [3.8.2]) AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h) m4_ifdef([AX_IS_RELEASE], [AX_IS_RELEASE([always])]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-menus-3.8.1/debian/changelog new/cinnamon-menus-3.8.2/debian/changelog --- old/cinnamon-menus-3.8.1/debian/changelog 2018-05-06 15:39:07.000000000 +0200 +++ new/cinnamon-menus-3.8.2/debian/changelog 2018-06-08 12:32:32.000000000 +0200 @@ -1,3 +1,10 @@ +cinnamon-menus (3.8.2) tara; urgency=medium + + [ Michael Webster ] + * entry-directories.c: restore retry handling to state prior to commit 7516e8d138072d167ea93b3. + + -- Clement Lefebvre <[email protected]> Fri, 08 Jun 2018 11:32:14 +0100 + cinnamon-menus (3.8.1) tara; urgency=medium [ Michael Webster ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-menus-3.8.1/libmenu/entry-directories.c new/cinnamon-menus-3.8.2/libmenu/entry-directories.c --- old/cinnamon-menus-3.8.1/libmenu/entry-directories.c 2018-05-06 15:39:07.000000000 +0200 +++ new/cinnamon-menus-3.8.2/libmenu/entry-directories.c 2018-06-08 12:32:32.000000000 +0200 @@ -363,7 +363,7 @@ tmp = tmp->next; } - return FALSE; + return cached_dir_add_entry (dir, basename, path); } static gboolean @@ -552,8 +552,6 @@ switch (event) { case MENU_MONITOR_EVENT_CREATED: - handled = cached_dir_add_entry (dir, basename, path); - break; case MENU_MONITOR_EVENT_CHANGED: handled = cached_dir_update_entry (dir, basename, path); break;
