Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nemo for openSUSE:Factory checked in at 2023-12-02 17:13:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nemo (Old) and /work/SRC/openSUSE:Factory/.nemo.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nemo" Sat Dec 2 17:13:25 2023 rev:52 rq:1130390 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nemo/nemo.changes 2023-03-22 22:30:51.094256484 +0100 +++ /work/SRC/openSUSE:Factory/.nemo.new.25432/nemo.changes 2023-12-02 17:13:54.446962828 +0100 @@ -1,0 +2,96 @@ +Sat Nov 25 19:02:13 UTC 2023 - Dirk Müller <[email protected]> + +- update to 6.0.0: + * nemo-window-slot.c: Update the drop zone target each time the + location changes, not just when the view type changes. + * Fix some leaks, g_object_unref safety. + * Use `activation_uri` as a second choice in `nemo_file_get_local_uri` + * nemo-desktop-link.c: Fix warning when toggling the Trash icon + in desktop settings. + * Fix some style/icon problems. + * search: Relax folder restrictions to allow gvfs locations. + * compact view: Improve text and selection highlight alignment. + * eel-gtk-extensions.c: (Wayland) Fix menu popup positioning, + popup + * nemo-file.c: Update hard-coded value for size of thumbnails. + * Update issue template with a link to open and closed issues. + * eel-gtk-extensions: Make wayland display check reusable. + * nemo-view.c: Use an admin:/// uri for the 'Open as Root' + action when running under Wayland. + * nemo-window-slot: Set up dnd against the slot itself instead + of updating the target data each time the location changes. + * Fix issue when generating video thumbnails from network + shares + * nemo-thumbnails: Use g_file_peek_path to simplify network-to- + local uri conversion. + * Emphasize checking for duplicate existing issues in the bug + report form. + * nemo-window-slot.c: Disable drop bar, until circular + reference can be resolved. + * nemo-window.c: Don't update saved window state if the window + is tiled when closing it. + * Fix trying the same filename when moving a file with + duplicate name + * Fix thumbnail creation for local files + * file ops: Use symbolic tray icons. + * nemo-view.c: Show detailed actions for some selection types + * Fix meson.build deprecations up to 0.56.0 + * nemo-pathbar.c: Remove unnecessary g_object_unref. + * nemo-desktop.c: Use Gtk to set the desktop window hint + * nemo-desktop: Add csd-background to ignored-desktop-handlers. + * list-view: Remove remaining unused 'drop zone' code. + * nemo-list-view: Restrict drag-into-folder actions to be + triggered only over text-covered regions of a given row. + * nemo-list-view.c: Don't apply column-expand test unless there + is a drag operation active. + * search: Fix search directory view selection. + * nemo-search-directory.c: Don't restart the search if the + query hasn't changed. + * advanced search: Fix path handling to prevent symbolic links + escaping into forbidden locations. + * Fix some leaks. + * nemo-style-fallback-mandatory.css: Fix styling on inactive + pane + * nemo-window.c: Fix crash when unmounting a network location. + * nemo-places-sidebar.c: Remove extra reference to selected + sidebar file when using the popup menu. + * nemo-file-utilities.c: Simplify symbolic device icon lookup. + * Revert "nemo-list-view.c: Fix some tooltip markup warnings." + * Disable view selection when viewing search results. + * search: Fix tracker search, which was broken by + 3c691a8e0e80b5. + * nemo-search-directory: Unset the search_running flag when the + search completes. + * search view: Fix sort column/direction not being remembered. + * nemo-list-view.c: Don't try to work out a monospace font to + use if no font family is set. + * nemo-places-sidebar.c: Allocate extra space for the eject + button when overlay-scrollbars are enabled. + * nemo-list-view.c: Reset dynamic bottom margin when loading a + new location. + * l10n: Generate additional files + 13:00:41 +0100 + * nemo-view-dnd.c: Fix the check for a web link's title, and + use the url if it's missing. + * nemo-mime-actions.c: Prioritize an http link to open in a + browser, regardless of the mimetype of the link's target. + * nemo-file-management-properties.glade: Re-save under glade + 3.38. + * preferences: Allow displaying dates using the system's + current monospace font. + * Reduce timeout delay for the click-to-rename feature. + * thumbnails: Use multiple threads for generating thumbnails. + * nemo-thumbnails: Restore compatibility with older glib + versions, move all mutex locks off of the UI thread, clean up + when nemo exits. + * nemo-icon-container.c: Fix thumbnail prioritization in the + icon, compact views. + * Remove _prioritize_thumbnailing vfuncs in the icon + containers. + * Clean up nemo-thumbnails.c, add some thread/queue debugging. + * nemo-thumbnails.c: Use LIFO sort for the thumbnailing thread. + * nemo-thumbnails.c: Fix thread count when the setting is a + positive value (specific count desired instead of automatic). +- drop nemo-gtk-3.20.patch. + +------------------------------------------------------------------- Old: ---- nemo-5.6.4.tar.gz nemo-gtk-3.20.patch New: ---- nemo-6.0.0.tar.gz BETA DEBUG BEGIN: Old: positive value (specific count desired instead of automatic). - drop nemo-gtk-3.20.patch. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nemo.spec ++++++ --- /var/tmp/diff_new_pack.RJkMFZ/_old 2023-12-02 17:13:54.894979246 +0100 +++ /var/tmp/diff_new_pack.RJkMFZ/_new 2023-12-02 17:13:54.894979246 +0100 @@ -20,15 +20,13 @@ %define sover 1 %define typelib typelib-1_0-Nemo-3_0 Name: nemo -Version: 5.6.4 +Version: 6.0.0 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0-or-later Group: System/GUI/Other 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 @@ -107,7 +105,6 @@ %prep %setup -q -%patch0 -p1 %build export CFLAGS="%{optflags} -fcommon" ++++++ nemo-5.6.4.tar.gz -> nemo-6.0.0.tar.gz ++++++ ++++ 20716 lines of diff (skipped)
