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:
Dominique Leuenberger 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9b941adc104700c67ea4076622315f1f6b77dcec154c37f3d4c0b283950a1e5
size 3252376

3
nautilus-41.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e633098853711a3e96b12fe9228b3201816e554b2823f161e7d901a8880582f
size 3246356

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Oct 30 10:28:59 UTC 2021 - Bjørn Lie <bjorn.lie@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.
-------------------------------------------------------------------
Fri Sep 17 12:14:00 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
@ -21,7 +43,7 @@ Sat Sep 4 20:15:19 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
-------------------------------------------------------------------
Mon Aug 23 13:14:40 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Updtae to version 41.beta:
- Update to version 41.beta:
+ Fix comma placement in the floating status bar.
+ Use standard::edit-name attribute where appropriate.
+ Bring "Open with..." options together in context menu.

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