diff --git a/nemo-3.4.6.tar.gz b/nemo-3.4.6.tar.gz deleted file mode 100644 index beb1dfc..0000000 --- a/nemo-3.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38af2c77307e33fd92ff9cd78c755c3441a18d7b1f28533edeb136ebfa22036a -size 1420725 diff --git a/nemo-3.4.7.tar.gz b/nemo-3.4.7.tar.gz new file mode 100644 index 0000000..4e4d886 --- /dev/null +++ b/nemo-3.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ca1cd22eaa229bcd87a74fdcf32ba58f1eb1e0376f12775870b6d1260550a1 +size 1422209 diff --git a/nemo.changes b/nemo.changes index e9ffab5..a19f3d3 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Sun Aug 20 16:09:40 UTC 2017 - sor.alexei@meowr.ru + +- Update to version 3.4.7: + * eel_g_list_str_copy: Replace contents with g_list_copy_deep. + May improve performance somewhat for very high volume file + copies (lp#1663186). + * nemo-main-application.c: Try to start as a service first, then + a client. This allows nemo to be started via dbus (which + requires it be run with the G_APPLICATION_IS_SERVICE flag) as + well as being able to connect to an already-running instance as + we can now. + * nemo-main-application.c: Re-add "no-desktop" command line + option. We don't use it anymore, but some programs apparently + hardcode nemo with this flag rather than use xdg-open or + mimetype activation. This allows them to continue working as + before. + * nemo-view.c: Fix "follow link to original file" action when the + link is on the desktop. In these cases, we need to launch a + directory handler and pass it the full file name (which for + most file managers should open the folder and select the file). + * nemo-query-editor.c: Use a copy of the query text to check if + the query is empty (or all spaces). The function g_strstrip + modifies the string in-place, and passing the modified query + text causes issues when typing multiple words (separated by + spaces) in the query. + * Configure: Disable a tracker by default. + * nemo-desktop-icon-grid-view.c: Store layout timestamps any + time the layout is changed by a user action. + * Desktop: Remove metadata for pseudo-files on the desktop such + as Computer and Home when they're removed via preferences. + This simulates their deletion with respect to how metadata + timestamps are tracked and validated. + * nemo-icon-view-grid-container.c: Mark the sort as dirty any + time a file is added or removed (this determines whether and + when the sort direction indicator is shown in the context menu + when auto-arrange is not active. + ------------------------------------------------------------------- Sun Jul 9 12:20:12 UTC 2017 - sor.alexei@meowr.ru diff --git a/nemo.spec b/nemo.spec index ee32523..d56969c 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: 3.4.6 +Version: 3.4.7 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0+