SHA256
1
0
forked from pool/nemo
Alexei Sorokin 2015-10-22 00:01:09 +00:00 committed by Git OBS Bridge
parent 8cfb9d644b
commit 3f9d0e99f6
4 changed files with 61 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fcb7c596d4aa2325df0c9a0af6d26bcc8c1c85f299ae511f8a1ea3a23619f8ed
size 1404410

3
nemo-2.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f22687b1556d328c9300aacb3bbd5b4b0a491221dacd979c421b96df85b51189
size 1403852

View File

@ -1,6 +1,46 @@
-------------------------------------------------------------------
Sun Oct 18 08:46:06 UTC 2015 - sor.alexei@meowr.ru
Wed Oct 21 14:05:01 UTC 2015 - sor.alexei@meowr.ru
- Update to 2.8.0:
* pathbar: use a private struct and use use
nemo_is_[home/root/desktop]_directory().
* Fix compile errors.
* Don't use hardcoded script and action paths, remove unused sys
script path.
* Use definitions from nemo-global-preferences.
* Move action key definition to nemo-action.h to be external
usable.
* Show comment as tooltips for actions in action config, and
improve comments for some actions.
* Remove nemo_window_slot_go_to().
* Combine the search bar and query editor.
* Add search_is_not_empty, to fixe a segfault in treelist.
* Only include the domain if the method is SMB.
* Bump some deps and build-deps.
* Quick rename.
* Fix default sort order bug in list view.
* nemo-places-sidebar.c: Fix a couple of drag-and-drop issues
when there are no bookmarks, or when the xdg-bookmark area is
empty.
* nemo-places-sidebar.c: Fix a memory leak.
* connect-to-server: Remember the last connection type.
* nemo-list-view.c: Fix column sorting when default sort type is
"Detailed type".
* nemo-connect-server-dialog.c: Fix previous commit.
* Fix build warnings, missing prototype.
* nemo-window-pane.c: Fix crash during location entry.
* Fix indentation.
* Don't assign the position of the last closed window to the
first opened window (it would be really confusing if it worked…
and it didn't really work since gtk_application_get_windows()
seemed to also count the desktop window).
* Prefs: Rephrase quickrename option.
* nemo-action-config-widget.c: Localise non-localised comment
strings.
* Update pot file.
* Re-add revealer animation on search bar.
* Fix Query Editor Row not displaying.
- Fix dependencies.
- Some cleanup.
-------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
#
# spec file for package nemo
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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: 2.6.7
Version: 2.8.0
Release: 0
Summary: File browser for Cinnamon
License: GPL-2.0+
@ -28,7 +28,7 @@ Group: System/GUI/Other
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
Patch1: %{name}-implicit-pointer-decl.patch
# PATCH-FIX-UPSTREAM nemo-2.4.0-void-return-no-return.patch margueirte@opensuse.org -- Fix OBS gcc checks.
Patch2: %{name}-2.4.0-void-return-no-return.patch
BuildRequires: fdupes
@ -55,7 +55,20 @@ BuildRequires: pkgconfig(libselinux)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(polkit-agent-1)
BuildRequires: pkgconfig(x11)
Recommends: cinnamon-translations
Requires: cinnamon-translations
Requires: desktop-file-utils >= 0.7
Requires: glib2-tools
Requires: gvfs >= 1.3.2
Requires: libcinnamon-desktop-data
Requires: python
Requires: shared-mime-info >= 0.50
Recommends: gdk-pixbuf-loader-rsvg
Recommends: gvfs-backends
Recommends: nemo-fileroller
Suggests: eog
Suggests: evince
Suggests: totem
Suggests: xdg-user-dirs
%glib2_gsettings_schema_requires
%description