Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nautilus for openSUSE:Factory checked in at 2021-11-06 18:15:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nautilus (Old) and /work/SRC/openSUSE:Factory/.nautilus.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nautilus" Sat Nov 6 18:15:54 2021 rev:191 rq:929707 version:41.1 Changes: -------- --- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes 2021-09-29 20:18:13.050877517 +0200 +++ /work/SRC/openSUSE:Factory/.nautilus.new.1890/nautilus.changes 2021-11-06 18:18:35.684902060 +0100 @@ -1,0 +2,27 @@ +Fri Nov 5 14:51:51 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Add missing libnautilus-extension1 Requires to devel sub-package. + +------------------------------------------------------------------- +Sat Oct 30 10:28:59 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 41.1: + + Cache Scripts and New Document menus to avoid lags. + + Ellipsize subtitle label in trash bar to reduce minimum width. + + Fix build with meson 0.60.0. + + Don't change action when unchecking in File Conflict dialog. + + Fix progress reporting when skipping during extraction. + + Offer skipping in case of extraction failure only when there + are more files. + + Remove leftover files after extraction failure. + + Set keyboard focus on the row with the selected archive format. + + Updated translations. +- Replace post(un) handling with new ldconfig_scriptlets macro. +- Drop pkgconfig(libportal) BuildRequires and pass libportal=false + to meson, we are not building a flatpak. +- Pass tests=headless to meson, and add a check section and + meson_test macro, run tests during build. Following this, add + python3-gobject and tracker-miner-files BuildRequires needed for + tests to run. + +------------------------------------------------------------------- @@ -24 +51 @@ -- Updtae to version 41.beta: +- Update to version 41.beta: Old: ---- nautilus-41.0.tar.xz New: ---- nautilus-41.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nautilus.spec ++++++ --- /var/tmp/diff_new_pack.fcHqHc/_old 2021-11-06 18:18:36.120902287 +0100 +++ /var/tmp/diff_new_pack.fcHqHc/_new 2021-11-06 18:18:36.120902287 +0100 @@ -17,7 +17,7 @@ Name: nautilus -Version: 41.0 +Version: 41.1 Release: 0 Summary: File Manager for the GNOME Desktop License: GPL-3.0-or-later AND LGPL-2.1-or-later @@ -51,7 +51,6 @@ BuildRequires: pkgconfig(gstreamer-tag-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.6 BuildRequires: pkgconfig(libhandy-1) >= 1.1.90 -BuildRequires: pkgconfig(libportal) BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8 @@ -59,6 +58,10 @@ BuildRequires: pkgconfig(tracker-sparql-3.0) Requires: tracker-miner-files >= 2.99 Recommends: gvfs +# Needed for tests +BuildRequires: python3-gobject +BuildRequires: tracker-miner-files >= 2.99 +# %description Nautilus is the file manager for the GNOME desktop. @@ -100,6 +103,7 @@ Summary: File Manager for the GNOME Desktop -- Development Files Group: Development/Libraries/GNOME Requires: %{name} = %{version} +Requires: libnautilus-extension1 = %{version} Requires: typelib-1_0-Nautilus-3_0 = %{version} %description devel @@ -114,7 +118,10 @@ %build %meson \ - -D docs=true + -D docs=true \ + -D libportal=false \ + -D tests=headless \ + %{nil} %meson_build %install @@ -136,8 +143,10 @@ install -m0755 %{SOURCE3} %{buildroot}%{_bindir}/set_trusted.sh %endif -%post -n libnautilus-extension1 -p /sbin/ldconfig -%postun -n libnautilus-extension1 -p /sbin/ldconfig +%check +%meson_test + +%ldconfig_scriptlets -n libnautilus-extension1 %files %license LICENSE ++++++ nautilus-41.0.tar.xz -> nautilus-41.1.tar.xz ++++++ ++++ 40328 lines of diff (skipped)