From a60de4048b4a99dbd66b501683640d1ac581f09532ed90733c8fc62c3359b4f2 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Thu, 22 Oct 2015 00:01:09 +0000 Subject: [PATCH] - Update to 2.8.0. OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=71 --- nemo-2.6.7.tar.gz | 3 --- nemo-2.8.0.tar.gz | 3 +++ nemo.changes | 42 +++++++++++++++++++++++++++++++++++++++++- nemo.spec | 21 +++++++++++++++++---- 4 files changed, 61 insertions(+), 8 deletions(-) delete mode 100644 nemo-2.6.7.tar.gz create mode 100644 nemo-2.8.0.tar.gz diff --git a/nemo-2.6.7.tar.gz b/nemo-2.6.7.tar.gz deleted file mode 100644 index 80cfc89..0000000 --- a/nemo-2.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcb7c596d4aa2325df0c9a0af6d26bcc8c1c85f299ae511f8a1ea3a23619f8ed -size 1404410 diff --git a/nemo-2.8.0.tar.gz b/nemo-2.8.0.tar.gz new file mode 100644 index 0000000..9d49e7a --- /dev/null +++ b/nemo-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22687b1556d328c9300aacb3bbd5b4b0a491221dacd979c421b96df85b51189 +size 1403852 diff --git a/nemo.changes b/nemo.changes index 70f31c7..0f58673 100644 --- a/nemo.changes +++ b/nemo.changes @@ -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. ------------------------------------------------------------------- diff --git a/nemo.spec b/nemo.spec index d6d5bfc..7132166 100644 --- a/nemo.spec +++ b/nemo.spec @@ -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