- Update to version 3.0.1.
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=89
This commit is contained in:
parent
ec04a5159f
commit
0d93ba8193
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8a7c56b212f8deaabaf3ff10bb572cede910e2c187434c33d253be9e0eb3fdf
|
|
||||||
size 1344099
|
|
3
nemo-3.0.1.tar.gz
Normal file
3
nemo-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1725339da9ebaf70d8e3f6155a7370ea72574bf10a8e86e2d91603ff3284acf
|
||||||
|
size 1345228
|
30
nemo.changes
30
nemo.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 12 09:54:43 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 3.0.1:
|
||||||
|
* pathbar: Always show the pathbar up and down arrows.
|
||||||
|
Dynamically adding and removing these buttons was causing the
|
||||||
|
visual style of buttons in the pathbar to break.
|
||||||
|
* Fix segfault on changing the number of colums when in list view.
|
||||||
|
* Fix uninitialised is_desktop flag.
|
||||||
|
* Port Python scripts to Python 3.x: /data/extract_action_strings,
|
||||||
|
/data/merge_action_strings,
|
||||||
|
/files/usr/share/nemo/actions/myaction.py.
|
||||||
|
* nemo-list-view.c: Fix initial column sizing: expand the
|
||||||
|
filename column only to fill available space.
|
||||||
|
Other columns will start with their natural size.
|
||||||
|
* nemo-view: Switch to nemo_get_file_by_uri so we don't get a null
|
||||||
|
pointer if the file isn't already loaded internally.
|
||||||
|
* Add desktop settings action.
|
||||||
|
* nemo-places-sidebar.c: Ensure a minimum usable sidebar width
|
||||||
|
when resizing windows or panes.
|
||||||
|
* Set minimum size for File Management Preferences window.
|
||||||
|
* Increase default width of File Management Preferences window.
|
||||||
|
* nemo-list-view.c: Clean up column changes: only add columns and
|
||||||
|
connect to them once, remove some unnecessary checks.
|
||||||
|
* nemo-list-view.c: Give the name column a default width that
|
||||||
|
the column-double-click autosize action can use. Otherwise it
|
||||||
|
makes the name column as small as possible (the opposite what
|
||||||
|
it's supposed to do, or what the other columns do).
|
||||||
|
* Update m4 files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 25 05:00:35 UTC 2016 - sor.alexei@meowr.ru
|
Mon Apr 25 05:00:35 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
%define typelib typelib-1_0-Nemo-3_0
|
%define typelib typelib-1_0-Nemo-3_0
|
||||||
Name: nemo
|
Name: nemo
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File browser for Cinnamon
|
Summary: File browser for Cinnamon
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -36,8 +36,8 @@ BuildRequires: gnome-common
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-gobject-devel
|
BuildRequires: python3-gobject
|
||||||
BuildRequires: python-polib
|
BuildRequires: python3-polib
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: tracker-devel
|
BuildRequires: tracker-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -61,7 +61,7 @@ Requires: desktop-file-utils >= 0.7
|
|||||||
Requires: glib2-tools
|
Requires: glib2-tools
|
||||||
Requires: gvfs >= 1.3.2
|
Requires: gvfs >= 1.3.2
|
||||||
Requires: libcinnamon-desktop-data
|
Requires: libcinnamon-desktop-data
|
||||||
Requires: python
|
Requires: python3
|
||||||
Requires: shared-mime-info >= 0.50
|
Requires: shared-mime-info >= 0.50
|
||||||
Recommends: gdk-pixbuf-loader-rsvg
|
Recommends: gdk-pixbuf-loader-rsvg
|
||||||
Recommends: gvfs-backends
|
Recommends: gvfs-backends
|
||||||
|
Loading…
Reference in New Issue
Block a user