From ba5f5fe98139ca2957042bceb3c8a756cd211d357ebb65a5f3d3bbae4a6207ac Mon Sep 17 00:00:00 2001 From: andy great Date: Tue, 8 Dec 2020 10:07:38 +0000 Subject: [PATCH] Accepting request 853416 from home:andythe_great:branches:X11:Cinnamon:Factory - Update to version 4.8.0. * Misc cleanup * data/nemo.desktop.in: fix icon * Add option to preview files up to 64GB * Drop Debian menu file * Fixed small copy-paste bug. * small improves to debian/copyright and debian/not-installed * Removed unused variables in pathbar function (#2549) * Remove uft8 colon-like char in datetime strings * Add XAppFavorites support. * Fix for #2513. Avoid single quote escape by checkng for QUOTE_TYPE_SINGLE and QUOTE_TYPE_DOUBLE. * nemo-action.c: Fix build from previous commit typo. * make sure pango development files are installed * Fixes #942. Uses g_content_type_get_description for when mime type is NULL. * Fixing small memory leak. Freeing volume_monitor per GIO documentation. * Fixes #2499. Changes the option from -x to -- when using gnome-terminal * nemo-connect-dialog: Remove Help button (#2562) * nemo-mime-actions.c: Don't show mime button if the activation URI is null (#2559) * l10n: Update POT * l10n: Generate files OBS-URL: https://build.opensuse.org/request/show/853416 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=157 --- nemo-4.6.5.tar.gz | 3 --- nemo-4.8.0.tar.gz | 3 +++ nemo.changes | 24 ++++++++++++++++++++++++ nemo.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 nemo-4.6.5.tar.gz create mode 100644 nemo-4.8.0.tar.gz diff --git a/nemo-4.6.5.tar.gz b/nemo-4.6.5.tar.gz deleted file mode 100644 index 4349310..0000000 --- a/nemo-4.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35f18063c4e9e0f94997454482553f48296eb97afe13bcbd56e99a87ea8eb78e -size 1468701 diff --git a/nemo-4.8.0.tar.gz b/nemo-4.8.0.tar.gz new file mode 100644 index 0000000..c219b80 --- /dev/null +++ b/nemo-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fec60b3221f2243df1036bb297fbd602947ee3873d05c768e805246a634f52 +size 1466773 diff --git a/nemo.changes b/nemo.changes index 79085dc..e5c63bf 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Dec 6 16:30:24 UTC 2020 - andy great + +- Update to version 4.8.0. + * Misc cleanup + * data/nemo.desktop.in: fix icon + * Add option to preview files up to 64GB + * Drop Debian menu file + * Fixed small copy-paste bug. + * small improves to debian/copyright and debian/not-installed + * Removed unused variables in pathbar function (#2549) + * Remove uft8 colon-like char in datetime strings + * Add XAppFavorites support. + * Fix for #2513. Avoid single quote escape by checkng for QUOTE_TYPE_SINGLE and QUOTE_TYPE_DOUBLE. + * nemo-action.c: Fix build from previous commit typo. + * make sure pango development files are installed + * Fixes #942. Uses g_content_type_get_description for when mime type is NULL. + * Fixing small memory leak. Freeing volume_monitor per GIO documentation. + * Fixes #2499. Changes the option from -x to -- when using gnome-terminal + * nemo-connect-dialog: Remove Help button (#2562) + * nemo-mime-actions.c: Don't show mime button if the activation URI is null (#2559) + * l10n: Update POT + * l10n: Generate files + ------------------------------------------------------------------- Tue Sep 29 19:35:40 UTC 2020 - andy great diff --git a/nemo.spec b/nemo.spec index 59e27be..60e4fc1 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.6.5 +Version: 4.8.0 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0-or-later @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(polkit-agent-1) BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xapp) >= 1.0.4 +BuildRequires: pkgconfig(xapp) >= 1.9.0 Requires: desktop-file-utils >= 0.7 Requires: glib2-tools Requires: gvfs >= 1.3.2