From 0d93ba8193b6f3d72260f062be4f527cd5448130e8e56176c122101db4d01129 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Thu, 12 May 2016 11:08:06 +0000 Subject: [PATCH] - Update to version 3.0.1. OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=89 --- nemo-3.0.0.tar.gz | 3 --- nemo-3.0.1.tar.gz | 3 +++ nemo.changes | 30 ++++++++++++++++++++++++++++++ nemo.spec | 8 ++++---- 4 files changed, 37 insertions(+), 7 deletions(-) delete mode 100644 nemo-3.0.0.tar.gz create mode 100644 nemo-3.0.1.tar.gz diff --git a/nemo-3.0.0.tar.gz b/nemo-3.0.0.tar.gz deleted file mode 100644 index 434bf4e..0000000 --- a/nemo-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8a7c56b212f8deaabaf3ff10bb572cede910e2c187434c33d253be9e0eb3fdf -size 1344099 diff --git a/nemo-3.0.1.tar.gz b/nemo-3.0.1.tar.gz new file mode 100644 index 0000000..a51f021 --- /dev/null +++ b/nemo-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1725339da9ebaf70d8e3f6155a7370ea72574bf10a8e86e2d91603ff3284acf +size 1345228 diff --git a/nemo.changes b/nemo.changes index ff04ab5..159bfff 100644 --- a/nemo.changes +++ b/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 diff --git a/nemo.spec b/nemo.spec index 895e4fb..140e46b 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.0.0 +Version: 3.0.1 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0+ @@ -36,8 +36,8 @@ BuildRequires: gnome-common BuildRequires: gtk-doc BuildRequires: hicolor-icon-theme BuildRequires: pkg-config -BuildRequires: python-gobject-devel -BuildRequires: python-polib +BuildRequires: python3-gobject +BuildRequires: python3-polib BuildRequires: shared-mime-info BuildRequires: tracker-devel BuildRequires: update-desktop-files @@ -61,7 +61,7 @@ Requires: desktop-file-utils >= 0.7 Requires: glib2-tools Requires: gvfs >= 1.3.2 Requires: libcinnamon-desktop-data -Requires: python +Requires: python3 Requires: shared-mime-info >= 0.50 Recommends: gdk-pixbuf-loader-rsvg Recommends: gvfs-backends