Accepting request 928277 from GNOME:Next

- 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.

- Update to version 41.beta:

OBS-URL: https://build.opensuse.org/request/show/928277
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=351
This commit is contained in:
2021-11-05 08:45:12 +00:00
committed by Git OBS Bridge
parent 3a2178592c
commit 84c24cc75e
4 changed files with 39 additions and 9 deletions

View File

@@ -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(gsettings-desktop-schemas) >= 3.8.0
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(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-miner-files >= 2.99
#
%description
Nautilus is the file manager for the GNOME desktop.
@@ -114,7 +117,10 @@ This package contains development files for nautilus.
%build
%meson \
-D docs=true
-D docs=true \
-D libportal=false \
-D tests=headless \
%{nil}
%meson_build
%install
@@ -136,8 +142,10 @@ mkdir -p %{buildroot}%{_bindir}
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