diff --git a/nemo-2.8.1.tar.gz b/nemo-2.8.1.tar.gz deleted file mode 100644 index f7dc3c9..0000000 --- a/nemo-2.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e25ea85ecaf7ab272549ad906dee2582d6bb97e4e8249c118ebd612550a0a33 -size 1404055 diff --git a/nemo-2.8.2.tar.gz b/nemo-2.8.2.tar.gz new file mode 100644 index 0000000..8756aa3 --- /dev/null +++ b/nemo-2.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b405c79dd0e68a79266c157479836123738c8aefe05aef701e775656f93cc6 +size 1406121 diff --git a/nemo.changes b/nemo.changes index 9933568..ed2eb7e 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Mon Nov 9 10:53:15 UTC 2015 - sor.alexei@meowr.ru + +- Update to 2.8.2: + * file operations queue: Refactor slightly to make it easier to + manage what gets queued and what gets started immediately. + * nemo-window-pane.c: Prevent search from appearing on desktop. + * preferences: Move context menu toggle to the top of the + Display page. + * file operations window: Raise the window when another operation + is added, if the window is visible (not status-iconed). + * click-to-rename: move logic to earlier in the click event, in a + way similar to how double-clicks are handled. Also, handle the + preference change in nemo-view – this way it can be re-used + later to handle list views as well. Also, this keeps us from + interacting with GSettings so much. + * icon view: Fetch click-to-rename preference when the view is + loaded, do not allow click-to-rename on read-only files. + * thumbnails: Detect and throttle back thumbnail generation for + files that are being actively updated on disk. + * file queue: Add some additional checks for determining whether + or not to start a file operation immediately. + * Add option to disable queueing. + * job queue: Refactor to reduce duplication, add debugging info, + add filesystem comparison to detect false "local" paths (local + paths to non-local or non-native filesystems and mounts). + * nemo-query-editor: Fix some casts to prevent build warnings. + * click-to-rename: Fix accidental rename triggering with multiple + selection in icon view + * click-to-rename: Fix previous commit (broke double-click upon + initial selection.) + * list view: Do not clear the rename widget twice. + * Fixed Nemo crashing when quickly clicking on two unmounted + volumes in the sidebar. + ------------------------------------------------------------------- Tue Oct 27 11:21:31 UTC 2015 - sor.alexei@meowr.ru diff --git a/nemo.spec b/nemo.spec index b88f9b2..236e3e5 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: 2.8.1 +Version: 2.8.2 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0+ @@ -29,7 +29,7 @@ Url: https://github.com/linuxmint/nemo Source: https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM nemo-implicit-pointer-decl.patch marguerite@opensuse.org -- OBS gcc checks. Patch1: %{name}-implicit-pointer-decl.patch -# PATCH-FIX-UPSTREAM nemo-2.8.0-void-return-no-return.patch margueirte@opensuse.org -- Fix OBS gcc checks. +# PATCH-FIX-UPSTREAM nemo-void-return-no-return.patch margueirte@opensuse.org -- Fix OBS gcc checks. Patch2: %{name}-void-return-no-return.patch BuildRequires: fdupes BuildRequires: gnome-common