Hello community, here is the log from the commit of package nautilus for openSUSE:Factory checked in at 2018-10-17 08:19:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nautilus (Old) and /work/SRC/openSUSE:Factory/.nautilus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nautilus" Wed Oct 17 08:19:30 2018 rev:166 rq:639946 version:3.30.1 Changes: -------- --- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes 2018-09-11 17:11:56.159906707 +0200 +++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes 2018-10-17 08:19:34.314909482 +0200 @@ -1,0 +2,33 @@ +Wed Oct 3 14:28:39 UTC 2018 - [email protected] + +- Update to version 3.30.1: + + Improve high contrast styling. + + Fix folders not expanding with arrow keys in list view. + + Fix keyboard navigability when searching. + + Fix crash on search. + + Fix dark variant. + +------------------------------------------------------------------- +Thu Sep 27 02:28:38 UTC 2018 - [email protected] + +- Update set_trusted.desktop and set_trusted.sh: Move + set_trusted.desktop file to /etc/skel/.config/autostart + (bsc#1103523 bsc#1107854). + +------------------------------------------------------------------- +Sun Sep 16 14:33:02 UTC 2018 - [email protected] + +- Update to version 3.30.0: + + No new changes. +- Changes from version 3.29.92: + + Revert showing search filter popover on ctrl-f. + + Add more tests. + + Replace ambiguous slash with trash icon in path bar. + + Fix path bar buttons not working with keyboard. + + Fix crash when opening broken bookmarks from other locations. + + Add warning about exceeded file name limit when renaming, etc. + + Add plumbing for desktop extension (clipboard, undo/redo, + etc.) + + Tweak path bar styling. + +------------------------------------------------------------------- @@ -6,0 +40,47 @@ + +------------------------------------------------------------------- +Thu Jul 26 21:01:15 UTC 2018 - [email protected] + +- Update to version 3.29.90.1: + + Flatpak improvements. Improved user facing experience and + developer experience. + + CI & CD set up. Increases stability, buildability and feedback + cycle. + + Distribute icons horizontally in the icon view. + + Implement new pathbar/search design. + + Implement new toolbar menus design. + + Add background actions to the path bar. + + Get background work ready for gtk4 port. + + Add recent search engine. + + Implement tests for Nautilus most critical operations. + + Show Recency column in recent view. + + Avoid recursivity in symbolic links. + + Add a button in properties dialog to open GNOME Disks. + + Add touch support for menus in views. + + Fix error when accesing a file with x-nautilus-search. + + Allow right clickin expanders. + + Allow trashing/deleting Desktop dir. + + Improve about dialog visuals. + + Fix path bar changing size when navigating. + + Fix MB/MiB confusion in preferences dialog. + + Fix openning files failing from other applications in some + cases due to DBus race. + + Implement devel style to differentiate development builds. + + Improve handling for impaired. + + Fix wrong labels and file count in operations progress. + + Remove special treatment for desktop files. + + Remove special treatment for computer:///. + + Fix triggering maximum file name when renaming. + + Open search filters with popover open when using <ctrl>f. + + Expose active windows for Ubuntu dash support. + + Show "Open With" for files in trash. + + Provide more information in prperties dialog for files in + trash. + + Implement showing properties of current view from path bar. + + Avoid fuzzy icons in small sizes. + + Warn if the renamed file will be hidden once renamed. + + Improve and fix visuals in the new views. + + Add show sidebar setting to the preferences dialog. + + Remove experimental views UI setting in preferences dialog. +- Drop nautilus-icons.patch: Fixed upstream. +- Add pkgconfig(libseccomp) BuildRequires: New dependency. Old: ---- nautilus-3.28.1.tar.xz nautilus-icons.patch New: ---- nautilus-3.30.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nautilus.spec ++++++ --- /var/tmp/diff_new_pack.2hKfFW/_old 2018-10-17 08:19:34.818909255 +0200 +++ /var/tmp/diff_new_pack.2hKfFW/_new 2018-10-17 08:19:34.826909251 +0200 @@ -12,25 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: nautilus -Version: 3.28.1 +Version: 3.30.1 Release: 0 Summary: File Manager for the GNOME Desktop License: GPL-3.0-or-later AND LGPL-2.1-or-later Group: Productivity/File utilities URL: https://wiki.gnome.org/Apps/Nautilus -Source: http://download.gnome.org/sources/nautilus/3.28/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/nautilus/3.30/%{name}-%{version}.tar.xz # fate#308344 bgo#602147 Source1: mount-archive.desktop Source2: set_trusted.desktop Source3: set_trusted.sh Source99: baselibs.conf -# PATCH-FIX-UPSTREAM nautilus-icons.patch [email protected] glgo#GNOME/nautilus#144 -- build: Fix icon renaming -Patch0: nautilus-icons.patch + # needed for directory ownership BuildRequires: dbus-1 BuildRequires: fdupes @@ -53,6 +52,7 @@ BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.0.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.8.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.6 +BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8 BuildRequires: pkgconfig(pango) >= 1.28.3 @@ -111,7 +111,6 @@ %prep %setup -q -%patch0 -p1 translation-update-upstream %build @@ -132,8 +131,8 @@ %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot} %if !0%{?is_opensuse} -mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart -install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/xdg/autostart/set_trusted.desktop +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 %endif @@ -154,7 +153,8 @@ %{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml %{_mandir}/man1/nautilus*.1%{ext_man} %if !0%{?is_opensuse} -%{_sysconfdir}/xdg/autostart/set_trusted.desktop +%{_sysconfdir}/skel/.config/autostart +%{_sysconfdir}/skel/.config/autostart/set_trusted.desktop %{_bindir}/set_trusted.sh %endif ++++++ nautilus-3.28.1.tar.xz -> nautilus-3.30.1.tar.xz ++++++ ++++ 257545 lines of diff (skipped) ++++++ set_trusted.sh ++++++ --- /var/tmp/diff_new_pack.2hKfFW/_old 2018-10-17 08:19:36.090908684 +0200 +++ /var/tmp/diff_new_pack.2hKfFW/_new 2018-10-17 08:19:36.090908684 +0200 @@ -7,3 +7,7 @@ gio set -t string $DIR/$f "metadata::trusted" yes done +if [ -f $HOME/.config/autostart/set_trusted.desktop ]; then + rm $HOME/.config/autostart/set_trusted.desktop +fi +
