From 0f19a7210ae9a716c3cc340f68fb3ea41be1a4a81b199d5a0f7e98082869d559 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sun, 21 Jul 2019 13:15:03 +0000 Subject: [PATCH] Accepting request 717339 from home:MargueriteSu:branches:X11:Cinnamon:Factory - Update to version 4.2.1: * Fix nemo_global_preferences_get_size_prefix_preference getting set to the wrong value * nemo-view.c: Always show the pin/unpin actions. * various: Fix a couple leaks * nemo-list-model.c: When the last child of a node is removed, Handle re-adding a dummy row (or not) in the file removed handler, instead of always adding one, then removing it on parent's subsequent changed call. * nemo-list-view.c: When triggering a rename using the 'slow double click' trigger, check whether the file is a folder to determine whether to select all or only non-extension text. * nemo-view.c: Use the stack for running the action visiblity cycle. * nemo-*-view.c: Update the selection info when a view has finished loading. * Toolbar: Don't show thumbnail button by default OBS-URL: https://build.opensuse.org/request/show/717339 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=142 --- nemo-4.2.0.tar.gz | 3 --- nemo-4.2.1.tar.gz | 3 +++ nemo.changes | 22 ++++++++++++++++++++++ nemo.spec | 6 +++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 nemo-4.2.0.tar.gz create mode 100644 nemo-4.2.1.tar.gz diff --git a/nemo-4.2.0.tar.gz b/nemo-4.2.0.tar.gz deleted file mode 100644 index 3082828..0000000 --- a/nemo-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61b4c392c956ffe334a4c3b3be4bc7145566e64683610bd0ed61a3aa8996aeef -size 1455970 diff --git a/nemo-4.2.1.tar.gz b/nemo-4.2.1.tar.gz new file mode 100644 index 0000000..16acec9 --- /dev/null +++ b/nemo-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1a8cbb35867c19eef00b22cbe20cea7e2592f470cefe1a7bf600833c4396ad +size 1456292 diff --git a/nemo.changes b/nemo.changes index ae1d755..a865c60 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Jul 21 06:55:55 UTC 2019 - Marguerite Su + +- Update to version 4.2.1: + * Fix nemo_global_preferences_get_size_prefix_preference + getting set to the wrong value + * nemo-view.c: Always show the pin/unpin actions. + * various: Fix a couple leaks + * nemo-list-model.c: When the last child of a node is + removed, Handle re-adding a dummy row (or not) in the + file removed handler, instead of always adding one, + then removing it on parent's subsequent changed call. + * nemo-list-view.c: When triggering a rename using the + 'slow double click' trigger, check whether the file + is a folder to determine whether to select all or + only non-extension text. + * nemo-view.c: Use the stack for running the action + visiblity cycle. + * nemo-*-view.c: Update the selection info when a view + has finished loading. + * Toolbar: Don't show thumbnail button by default + ------------------------------------------------------------------- Mon Jul 1 03:57:46 UTC 2019 - Dead Mozay diff --git a/nemo.spec b/nemo.spec index fcfcd34..9906cb3 100644 --- a/nemo.spec +++ b/nemo.spec @@ -1,7 +1,7 @@ # # spec file for package nemo # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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: 4.2.0 +Version: 4.2.1 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0-or-later @@ -29,12 +29,12 @@ URL: https://github.com/linuxmint/nemo Source: https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE nemo-gtk-3.20.patch -- Restore GTK+ 3.20 support. Patch0: nemo-gtk-3.20.patch +BuildRequires: cmake BuildRequires: fdupes BuildRequires: gtk-doc BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: meson -BuildRequires: cmake BuildRequires: pkgconfig BuildRequires: python3-gobject BuildRequires: shared-mime-info