From 55c407245c6ce249d45fd7a33d0e969125fa04fa984f868cfd3513a287dbfff2 Mon Sep 17 00:00:00 2001 From: andy great Date: Sat, 17 Jul 2021 07:59:30 +0000 Subject: [PATCH] Accepting request 906734 from home:dirkmueller:Factory - update to 5.0.3: * search: Use untex instead of detex to search latex files. * search: Fix build from previous commit. * nemo-search-engine-advanced.c: Also match \r (carriage return) in the newline filter. * nemo-blank-desktop-window.c: Don't try to open a nonexistent menu. * settings: Make the default search button states match the old search behavior. * nemo-search-engine-advanced.c: Escape paths properly before passing them to search helpers. * nemo-query-editor.c: Don't show the bar separator if the search box isn't being shown. * Search: Allow TryExec to be a list of programs. * Search: Update search README.md for TryExec changes. * search-helpers/nemo-mso-to-txt.c: Refactor and improve error handling. * Search: Add .doc, .xls and .tex helpers. * Search: Add .ppt helper. * debian/control: Make search helper programs dependencies instead of recommends. * nemo-mime-actions.c: Only add entire view file list to an image viewer launch if its commandline supports multiple files. * nemo-search-engine-advanced.c: Ensure that the final snippet endpoint is no greater than the original endpoint. * nemo-search-engine-advanced.c: a couple fixes. * search: Disable content search for some special folders. * nemo-view.c: Update context menu item visibility from preferences after updating the menu items from any extensions. * nemo-view.c: Clear extension menu items during real_update_menus. * nemo-view.c: Move call added to last commit to nemo_view_stop_loading. OBS-URL: https://build.opensuse.org/request/show/906734 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=175 --- nemo-5.0.1.tar.gz | 3 --- nemo-5.0.3.tar.gz | 3 +++ nemo.changes | 29 +++++++++++++++++++++++++++++ nemo.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 nemo-5.0.1.tar.gz create mode 100644 nemo-5.0.3.tar.gz diff --git a/nemo-5.0.1.tar.gz b/nemo-5.0.1.tar.gz deleted file mode 100644 index 26a4305..0000000 --- a/nemo-5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc2171d1ee55ff68540dc8fb688157bf69ca1207449b1623b03c299eca39c919 -size 1483815 diff --git a/nemo-5.0.3.tar.gz b/nemo-5.0.3.tar.gz new file mode 100644 index 0000000..de5b938 --- /dev/null +++ b/nemo-5.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73c3c94c4513b58b3b4ad24c33187f1343ebaffb3d7c3e812de2cf1e9a1f1bb +size 1486979 diff --git a/nemo.changes b/nemo.changes index d44d425..f7557b1 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Jul 16 20:15:44 UTC 2021 - Dirk Müller + +- update to 5.0.3: + * search: Use untex instead of detex to search latex files. + * search: Fix build from previous commit. + * nemo-search-engine-advanced.c: Also match \r (carriage return) in the newline filter. + * nemo-blank-desktop-window.c: Don't try to open a nonexistent menu. + * settings: Make the default search button states match the old search behavior. + * nemo-search-engine-advanced.c: Escape paths properly before passing them to + search helpers. + * nemo-query-editor.c: Don't show the bar separator if the search box isn't being shown. + * Search: Allow TryExec to be a list of programs. + * Search: Update search README.md for TryExec changes. + * search-helpers/nemo-mso-to-txt.c: Refactor and improve error handling. + * Search: Add .doc, .xls and .tex helpers. + * Search: Add .ppt helper. + * debian/control: Make search helper programs dependencies instead of recommends. + * nemo-mime-actions.c: Only add entire view file list to an image viewer + launch if its commandline supports multiple files. + * nemo-search-engine-advanced.c: Ensure that the final snippet endpoint is no + greater than the original endpoint. + * nemo-search-engine-advanced.c: a couple fixes. + * search: Disable content search for some special folders. + * nemo-view.c: Update context menu item visibility from preferences after + updating the menu items from any extensions. + * nemo-view.c: Clear extension menu items during real_update_menus. + * nemo-view.c: Move call added to last commit to nemo_view_stop_loading. + ------------------------------------------------------------------- Fri Jun 11 05:46:51 UTC 2021 - Paolo Stivanin diff --git a/nemo.spec b/nemo.spec index c7deda5..f53bb9d 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: 5.0.1 +Version: 5.0.3 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0-or-later