Accepting request 404349 from X11:Cinnamon:Factory
OBS-URL: https://build.opensuse.org/request/show/404349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo?expand=0&rev=8
This commit is contained in:
commit
3a74f82d9f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b0e95e7fe490613e2f1e0cc22f68b52cbd92f4667356c4dd9c8b793eae24c5b
|
||||
size 1346824
|
3
nemo-3.0.6.tar.gz
Normal file
3
nemo-3.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a2704e110a30625f9e807d21df44a577606d383c1eaf1ef4dae0e4dd321cdec
|
||||
size 1363302
|
28
nemo.changes
28
nemo.changes
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 23 18:43:19 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 3.0.6:
|
||||
* Generate action files manually (as opposed to during the build).
|
||||
* nemo-desktop-utils.c: return 0 for monitor index if a widget
|
||||
isn't realised (this can happen during configuration changes
|
||||
and during session startup).
|
||||
* nemo-desktop-icon-view.c: Disconnect from the same gsettings
|
||||
instance we connected to.
|
||||
* nemo-desktop-manager, nemo-application: Fix some cleanup
|
||||
issues - disconnect from the correct objects when disposing of
|
||||
the desktop manager, and destroy the desktop manager earlier
|
||||
in Nemo's destruction so there are no issues freeing the
|
||||
DesktopInfos.
|
||||
* notebook: Remove unused ifdef code.
|
||||
* nemo-list-view.c: Detach the column header menu from metadata
|
||||
when setting it up. Use the actual view's layout instead. When
|
||||
reacting to visible columns being changed, simplify things by
|
||||
iterating through the treeview column to build a new metadata
|
||||
list.
|
||||
* nemo-list-view.c: Don't show trash-specific columns in the
|
||||
header menu.
|
||||
* list view: Make changes to the search results view persistent.
|
||||
gvfs can't save metadata for the search 'folder' so we store it
|
||||
ourselves.
|
||||
* eel-canvas.c: Fix touchscreen selection in icon views.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 12:43:15 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define sover 1
|
||||
%define typelib typelib-1_0-Nemo-3_0
|
||||
Name: nemo
|
||||
Version: 3.0.5
|
||||
Version: 3.0.6
|
||||
Release: 0
|
||||
Summary: File browser for Cinnamon
|
||||
License: GPL-2.0+
|
||||
@ -36,7 +36,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: python3-polib
|
||||
BuildRequires: shared-mime-info
|
||||
|
Loading…
Reference in New Issue
Block a user