Accepting request 717340 from X11:Cinnamon:Factory
OBS-URL: https://build.opensuse.org/request/show/717340 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo?expand=0&rev=30
This commit is contained in:
commit
68dd94948f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61b4c392c956ffe334a4c3b3be4bc7145566e64683610bd0ed61a3aa8996aeef
|
|
||||||
size 1455970
|
|
3
nemo-4.2.1.tar.gz
Normal file
3
nemo-4.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b1a8cbb35867c19eef00b22cbe20cea7e2592f470cefe1a7bf600833c4396ad
|
||||||
|
size 1456292
|
22
nemo.changes
22
nemo.changes
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 21 06:55:55 UTC 2019 - Marguerite Su <i@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 <dead_mozay@opensuse.org>
|
Mon Jul 1 03:57:46 UTC 2019 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nemo
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
%define typelib typelib-1_0-Nemo-3_0
|
%define typelib typelib-1_0-Nemo-3_0
|
||||||
Name: nemo
|
Name: nemo
|
||||||
Version: 4.2.0
|
Version: 4.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File browser for Cinnamon
|
Summary: File browser for Cinnamon
|
||||||
License: GPL-2.0-or-later
|
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
|
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.
|
# PATCH-FIX-OPENSUSE nemo-gtk-3.20.patch -- Restore GTK+ 3.20 support.
|
||||||
Patch0: nemo-gtk-3.20.patch
|
Patch0: nemo-gtk-3.20.patch
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
|
Loading…
Reference in New Issue
Block a user