Accepting request 1159514 from GNOME:Factory

GNOME 46 (forwarded request 1159028 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=213
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:12:08 +00:00 committed by Git OBS Bridge
commit 9d7b9255f2
6 changed files with 95 additions and 16 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/nautilus.git</param>
<param name="revision">refs/tags/45.2.1</param>
<param name="revision">46.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

3
nautilus-46.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,82 @@
-------------------------------------------------------------------
Mon Mar 18 14:22:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Bugfixes: Remove char limit on size label in properties dialog.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 08:49:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ Enhancements:
- Adjust empty status page and progress tooltip strings.
- Add input hints and purpose properties to entries.
- Refine operations hover background.
+ Bugfixes:
- Position loop mounts correctly in the sidebar.
- Fix internationalization issues.
- Revert crashes-causing multi-file properties performance
optimization.
- Reestablish location signals if location change failed.
- Fix regression which disallowed dropping files on empty
folders.
+ Cleanups:
- Remove architecture-sensitive duplicate filename unit test.
- Refine Appstream metainfo.
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 12 16:28:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ Postponed: The network view from 46.alpha.1 was deemed to
require more work
+ Enhancements:
- Added a global search mode.
- Use 'text entry' cursor on pathbar hover.
- Add drop shadow to file property dialog icons.
- Improve progress info icons and tooltips.
-------------------------------------------------------------------
Mon Jan 29 13:33:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha.1:
+ Enhancements:
- Views can be switched without a folder reload.
- Operations are listed in the bottom of the sidebar.
- Network view replaces Other Locations.
- Mounted drives are shown in the sidebar.
- Selected files are recorded in back and forward history.
- Subfolder loading indication.
- Various view performance improvements.
- Improved performance of multi-file properties dialog.
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 16 17:14:56 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha.0+39:
+ Revert "files-view: Set selected files even more efficiently".
+ Revert "view-model: Use binary search to find index".
-------------------------------------------------------------------
Tue Jan 16 11:39:14 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ Confirm password when creating protected ZIP archives.
+ Make custom folder icon feature discoverable.
+ Make URI entry discoverable.
+ Allow changing owner/group and any permissions under admin:///.
+ Add detailed date and time format option.
+ Detect copy/move over 4GiB file limit on FAT.
+ Give feedback on completion of quick operations.
+ New-style banners, unstar animation, and other visual
refinements.
+ Allow Alt+Down to revert more than one Alt+Up.
+ Close overlaid sidebar on location change.
+ Updated translations.
-------------------------------------------------------------------
Wed Dec 6 12:45:36 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: nautilus
version: 45.2.1
mtime: 1701857011
commit: 46c13f34bf1008ad79bf5f52d772afd296a58c94
version: 46.0
mtime: 1710766077
commit: dcd221d57d0180d9d5cc0524bc6e3278d3d3a04c

View File

@ -1,7 +1,7 @@
#
# spec file for package nautilus
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: nautilus
Version: 45.2.1
Version: 46.0
Release: 0
Summary: File Manager for the GNOME Desktop
License: GPL-3.0-or-later AND LGPL-2.1-or-later
@ -40,16 +40,16 @@ BuildRequires: pkgconfig(cloudproviders)
BuildRequires: pkgconfig(gail-3.0)
BuildRequires: pkgconfig(gexiv2) >= 0.14.0
BuildRequires: pkgconfig(gi-docgen)
BuildRequires: pkgconfig(gio-2.0) >= 2.67.1
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.67.1
BuildRequires: pkgconfig(glib-2.0) >= 2.67.1
BuildRequires: pkgconfig(gmodule-no-export-2.0) >= 2.67.1
BuildRequires: pkgconfig(gio-2.0) >= 2.79.0
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.79.0
BuildRequires: pkgconfig(glib-2.0) >= 2.79.0
BuildRequires: pkgconfig(gmodule-no-export-2.0) >= 2.79.0
BuildRequires: pkgconfig(gnome-autoar-0) >= 0.3.0
BuildRequires: pkgconfig(gnome-desktop-4) >= 1.0.0
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 42
BuildRequires: pkgconfig(gstreamer-tag-1.0)
BuildRequires: pkgconfig(gtk4) >= 4.11.2
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.beta
BuildRequires: pkgconfig(gtk4) >= 4.13.6
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.0
BuildRequires: pkgconfig(libportal)
BuildRequires: pkgconfig(libportal-gtk4)
BuildRequires: pkgconfig(libseccomp)
@ -154,7 +154,7 @@ install -m0755 -D %{SOURCE2} %{buildroot}%{_bindir}/set_trusted.sh
%{_datadir}/dbus-1/services/org.gnome.Nautilus.service
%{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.xml
%{_datadir}/icons/hicolor/*/apps/org.gnome.Nautilus*
%{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml
%{_datadir}/metainfo/org.gnome.Nautilus.metainfo.xml
%{_datadir}/%{name}/
%{_datadir}/tracker3/domain-ontologies/org.gnome.Nautilus.domain.rule
%{_mandir}/man1/nautilus*.1%{?ext_man}