From 69ad8f252c46ff01697f8ca8c920ec0b21485b1ddbaac7459253ab0665a6be5d Mon Sep 17 00:00:00 2001 From: Aaron Stern Date: Fri, 5 Mar 2021 15:12:57 +0000 Subject: [PATCH] Accepting request 877257 from home:ukbeast89:branches:X11:Cinnamon:Factory - Update to version 4.8.5. * nemo-file-operations.c: re-add favorite removal during a delete operation. * nemo-view.c: Hide favorites and pinning menu items when in the trash folder. * nemo-view.c: Don't allow trash/delete to work inside the favorites view. * nemo-view.c: Don't show favorite/pinning items in menubar->edit when there is no selection. * nemo-file-operations.c: When trashing (not deleting) a folder, check favorites and remove any descendents of the toplevel. * nemo-file-operations.c: Update favorites when moving files from their real location. * nemo-file.c: Don't try to set metadata on a null file when adding or removing favorites. * Fix desktop bold fonts * nemo-icon-canvas-item.c: restore the style context after drawing any caption text. * nemo-list-view.c: Fix NemoFile leaks. * nemo-properties-window.c: Fix leak. nemo-directory-async.c: remove extra g_object_unref. * nemo-file: Add a convenience macro to print file uris. * nemo-view.c: Fix leak when generating extension menu items, nemo- menu.c: Free list of menu items during finalize, not just the list itself. * nemo-places-sidebar.c: Use a safer function to check for favorite and recent support. * nemo-file-operations.c: Fix #2075 * nemo-list-view.c: Only allow double-clicks with the primary and middle buttons * Fixes #2239. The value for customizing the desktop layout for Sort items was not being saved. * nemo-directory-async.c: Fix favorite check callback arguments, remove unnecessary g_free(). * Issue 1908: Sets correct values for x and y for file->details->cached_position. * Issue 2666. Blocks emoji chooser from breaking Nemo * Issue 591. Increases emit time of change for progress update. OBS-URL: https://build.opensuse.org/request/show/877257 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=168 --- nemo-4.8.4.tar.gz | 3 --- nemo-4.8.5.tar.gz | 3 +++ nemo.changes | 26 ++++++++++++++++++++++++++ nemo.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 nemo-4.8.4.tar.gz create mode 100644 nemo-4.8.5.tar.gz diff --git a/nemo-4.8.4.tar.gz b/nemo-4.8.4.tar.gz deleted file mode 100644 index 10dd42c..0000000 --- a/nemo-4.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:089740d1a52a98e8bc0cda9d0512822e0b6b12d2a09c3d857b01a3232156f98a -size 1464683 diff --git a/nemo-4.8.5.tar.gz b/nemo-4.8.5.tar.gz new file mode 100644 index 0000000..00aa3e0 --- /dev/null +++ b/nemo-4.8.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88d346eb3c22a97511d23ea7b8a682a9d47fa76e0893395b3560552e28b0ae5 +size 1466134 diff --git a/nemo.changes b/nemo.changes index f22be08..f900e7a 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Mar 5 15:05:38 UTC 2021 - Aaron Stern + +- Update to version 4.8.5. + * nemo-file-operations.c: re-add favorite removal during a delete operation. + * nemo-view.c: Hide favorites and pinning menu items when in the trash folder. + * nemo-view.c: Don't allow trash/delete to work inside the favorites view. + * nemo-view.c: Don't show favorite/pinning items in menubar->edit when there is no selection. + * nemo-file-operations.c: When trashing (not deleting) a folder, check favorites and remove any descendents of the toplevel. + * nemo-file-operations.c: Update favorites when moving files from their real location. + * nemo-file.c: Don't try to set metadata on a null file when adding or removing favorites. + * Fix desktop bold fonts + * nemo-icon-canvas-item.c: restore the style context after drawing any caption text. + * nemo-list-view.c: Fix NemoFile leaks. + * nemo-properties-window.c: Fix leak. nemo-directory-async.c: remove extra g_object_unref. + * nemo-file: Add a convenience macro to print file uris. + * nemo-view.c: Fix leak when generating extension menu items, nemo- menu.c: Free list of menu items during finalize, not just the list itself. + * nemo-places-sidebar.c: Use a safer function to check for favorite and recent support. + * nemo-file-operations.c: Fix #2075 + * nemo-list-view.c: Only allow double-clicks with the primary and middle buttons + * Fixes #2239. The value for customizing the desktop layout for Sort items was not being saved. + * nemo-directory-async.c: Fix favorite check callback arguments, remove unnecessary g_free(). + * Issue 1908: Sets correct values for x and y for file->details->cached_position. + * Issue 2666. Blocks emoji chooser from breaking Nemo + * Issue 591. Increases emit time of change for progress update. + ------------------------------------------------------------------- Thu Jan 14 11:06:34 UTC 2021 - andy great diff --git a/nemo.spec b/nemo.spec index 1f8a48f..7af06db 100644 --- a/nemo.spec +++ b/nemo.spec @@ -20,7 +20,7 @@ %define sover 1 %define typelib typelib-1_0-Nemo-3_0 Name: nemo -Version: 4.8.4 +Version: 4.8.5 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0-or-later