Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nautilus for openSUSE:Factory checked in at 2023-05-24 20:22:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nautilus (Old) and /work/SRC/openSUSE:Factory/.nautilus.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nautilus" Wed May 24 20:22:11 2023 rev:205 rq:1088670 version:44.1 Changes: -------- --- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes 2023-05-13 17:17:09.926216847 +0200 +++ /work/SRC/openSUSE:Factory/.nautilus.new.1533/nautilus.changes 2023-05-24 20:22:22.724185376 +0200 @@ -1,0 +2,12 @@ +Sat May 13 03:58:54 UTC 2023 - Luciano Santos <luc1...@opensuse.org> + +- Drop mount-archive.desktop. This was a feature based on + FATE#308344 and bgo#602147. However, the provided functionality + of mounting archives through gvfsd-archive has been broken for a + long time due to the Exec line pointing to a non-existent path + (/usr/lib/gvfs/gvfsd-archive, rather than /usr/libexec/...). + Besides, there is a similar functionality which allow users to + see the content of archives, without extracting them, through + File Roller that serves as a replacement. + +------------------------------------------------------------------- Old: ---- mount-archive.desktop ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nautilus.spec ++++++ --- /var/tmp/diff_new_pack.bPil5H/_old 2023-05-24 20:22:23.272188643 +0200 +++ /var/tmp/diff_new_pack.bPil5H/_new 2023-05-24 20:22:23.280188691 +0200 @@ -24,10 +24,8 @@ Group: Productivity/File utilities URL: https://wiki.gnome.org/Apps/Nautilus Source0: https://download.gnome.org/sources/nautilus/44/%{name}-%{version}.tar.xz -# fate#308344 bgo#602147 -Source1: mount-archive.desktop -Source2: set_trusted.desktop -Source3: set_trusted.sh +Source1: set_trusted.desktop +Source2: set_trusted.sh # PATCH-FIX-UPSTREAM 0e5b4c34.patch -- general: Use GtkSwitch active property consistently Patch1: https://gitlab.gnome.org/GNOME/nautilus/-/commit/0e5b4c34.patch @@ -64,13 +62,13 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8 BuildRequires: pkgconfig(pango) >= 1.44.4 BuildRequires: pkgconfig(tracker-sparql-3.0) -Requires: tracker-miner-files >= 2.99 -Recommends: gvfs # Needed for tests BuildRequires: python3-gobject BuildRequires: tracker BuildRequires: tracker-miner-files >= 2.99 # +Requires: tracker-miner-files >= 2.99 +Recommends: gvfs %description Nautilus is the file manager for the GNOME desktop. @@ -135,20 +133,13 @@ %install %meson_install -find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file org.gnome.Nautilus %suse_update_desktop_file nautilus-autorun-software -# Install the archive mime handler -test ! -e %{buildroot}%{_datadir}/applications/mount-archive.desktop -install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mount-archive.desktop -%suse_update_desktop_file mount-archive %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{_prefix} %if 0%{?sle_version} -mkdir -p %{buildroot}%{_sysconfdir}/skel/.config/autostart -install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/skel/.config/autostart/set_trusted.desktop -mkdir -p %{buildroot}%{_bindir} -install -m0755 %{SOURCE3} %{buildroot}%{_bindir}/set_trusted.sh +install -m0644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/skel/.config/autostart/set_trusted.desktop +install -m0755 -D %{SOURCE2} %{buildroot}%{_bindir}/set_trusted.sh %endif %check