From be3dd5c82bdaa9c15a193d8cdf0bb148a21c0cf2cf39d7c215381185e85de5b7 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Thu, 19 Mar 2020 08:39:26 +0000 Subject: [PATCH 1/2] Accepting request 786270 from home:ukbeast89:branches:X11:Cinnamon:Factory - Update to version 4.4.2 * meson.build: Disable GLib deprecation warnings * file-operations: fix copying from the trash * list view: Don't remove the dummy (Loading) entry except during post-loading updates. * nemo-tree-sidebar.c: Don't free the NemoFile after setting up the context menu for showing, it is owned by the tree model. * Remove tracker * nemo-icon-canvas-item.c: Don't hyphenate long filenames * eel-editable-label.c: Don't hyphenate long filenames * nemo-program-choosing.c: Remove unused variable that was causing a warning during the build. * Use meson for pango-1.44 check OBS-URL: https://build.opensuse.org/request/show/786270 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=146 --- nemo-4.2.2.tar.gz | 3 --- nemo-4.4.2.tar.gz | 3 +++ nemo.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 nemo-4.2.2.tar.gz create mode 100644 nemo-4.4.2.tar.gz diff --git a/nemo-4.2.2.tar.gz b/nemo-4.2.2.tar.gz deleted file mode 100644 index e7c93e2..0000000 --- a/nemo-4.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9241fc3e4cc5fe094d478c494aaa117f0f2a6e077b576b00f2bea2cb26b24ab -size 1459547 diff --git a/nemo-4.4.2.tar.gz b/nemo-4.4.2.tar.gz new file mode 100644 index 0000000..edf1983 --- /dev/null +++ b/nemo-4.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda3b99c8275c57bb285f8718ef3e463349a8eebe97cc126b0daebffeb242c95 +size 1462269 diff --git a/nemo.spec b/nemo.spec index e8bac58..48988d1 100644 --- a/nemo.spec +++ b/nemo.spec @@ -20,7 +20,7 @@ %define sover 1 %define typelib typelib-1_0-Nemo-3_0 Name: nemo -Version: 4.2.2 +Version: 4.4.2 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0-or-later From 9fea65e82f31465a4d211b32e12b78afbafd9737faefe1be9772981bcfdd1dbf Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Thu, 2 Apr 2020 15:43:18 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=147 --- nemo.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nemo.changes b/nemo.changes index 6cfe2ee..1a06896 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Apr 2 15:41:48 UTC 2020 - Marguerite Su + +- Update to version 4.4.2 + * meson.build: Disable GLib deprecation warnings + * file-operations: fix copying from the trash + * list view: Don't remove the dummy (Loading) entry except during post-loading updates. + * nemo-tree-sidebar.c: Don't free the NemoFile after setting up the context menu for showing, it is owned by the tree model. + * Remove tracker + * nemo-icon-canvas-item.c: Don't hyphenate long filenames + * eel-editable-label.c: Don't hyphenate long filenames + * nemo-program-choosing.c: Remove unused variable that was causing a warning during the build. + * Use meson for pango-1.44 check + ------------------------------------------------------------------- Sun Jul 28 04:49:33 UTC 2019 - Marguerite Su