Accepting request 1040429 from X11:Cinnamon:Factory
OBS-URL: https://build.opensuse.org/request/show/1040429 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo?expand=0&rev=47
This commit is contained in:
commit
41e33041f8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44c90758f3558431467549528849a9b071e3c82959bc98f609eddd793df72a85
|
||||
size 1491587
|
3
nemo-5.6.0.tar.gz
Normal file
3
nemo-5.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a5084ef175d1d39a5ae9374444cdc5778dec6f9fa3789383f848b1bd31abd9d
|
||||
size 1496505
|
37
nemo.changes
37
nemo.changes
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 14:23:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.6.0:
|
||||
* Actions: Escape device paths also (#3057)
|
||||
* Use Github actions instead of CircleCI.
|
||||
* Actions: Escape path spaces when they are unquoted
|
||||
* eel: Merge shell character escape functions
|
||||
* icon view: don't highlight selected icons
|
||||
* nemo-desktop: Rename new-launcher -> 90_new-launcher
|
||||
* nemo-desktop: Add Desktop Settings action
|
||||
* l10n: Update POT and files
|
||||
* search: Perform deep counts on a search directories full file list, instead of the directory itself, when opening properties.
|
||||
* nemo-search-directory-file.c: Add a missing NemoDirectory method.
|
||||
* location bar: Add an option to always switch back to the pathbar (breadcrumbs) widget after entering a location or otherwise using the
|
||||
location entry.
|
||||
* Prevent interactive search from interfering with keystrokes intended for the window handler (for focusing the location entry).
|
||||
* debian/control(nemo-dbg): priority extra->optional
|
||||
* Remove custom btime (creation time) code.
|
||||
* Add support for file creation time via GFileInfo.
|
||||
* Add ability to display date columns in a monospaced font.
|
||||
* nemo-file-operations.c: Fix null pointer error.
|
||||
* nemo-file-operations.c: Handle a couple more potential problems with g_file_get_basename().
|
||||
* list view: Do show dates in monospace font by default
|
||||
* Change location entry/pathbar behavior.
|
||||
* Fix build on LMDE.
|
||||
* Toolbar: Use actions to control the location/path bar switching.
|
||||
* toolbar: Hide the location entry toggle when not needed, and limit its shortcut to making sure the entry is focused.
|
||||
* pathbar/entry: Fix a couple of issues when changing pathbar/entry preference.
|
||||
* fix spelling error spotted by lintian
|
||||
* App chooser: Quote custom executable file paths (#3041)
|
||||
* Actions: Escape quoted content in paths (#3026)
|
||||
* libnemo-private: add missing gio-unix-2.0 dependency (#3028)
|
||||
* nemo-view.c: Use a shorter menu update delay when the update has been triggered by a selection change.
|
||||
* Add epub search helper (#2867)
|
||||
* Fix installation of epub search helper.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 28 12:23:18 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nemo
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define sover 1
|
||||
%define typelib typelib-1_0-Nemo-3_0
|
||||
Name: nemo
|
||||
Version: 5.2.2
|
||||
Version: 5.6.0
|
||||
Release: 0
|
||||
Summary: File browser for Cinnamon
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user