- Update to 2.8.2.
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=81
This commit is contained in:
parent
e4aa746e8d
commit
32d06e317c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e25ea85ecaf7ab272549ad906dee2582d6bb97e4e8249c118ebd612550a0a33
|
||||
size 1404055
|
3
nemo-2.8.2.tar.gz
Normal file
3
nemo-2.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99b405c79dd0e68a79266c157479836123738c8aefe05aef701e775656f93cc6
|
||||
size 1406121
|
35
nemo.changes
35
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user