Accepting request 1073162 from GNOME:Factory

New stable release (forwarded request 1072625 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1073162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=202
This commit is contained in:
Dominique Leuenberger 2023-03-24 14:16:58 +00:00 committed by Git OBS Bridge
commit 0e6e331db3
4 changed files with 78 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,74 @@
-------------------------------------------------------------------
Fri Mar 17 13:08:23 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.0:
+ Bugfixes:
- Prevent rubberband selection instead of drag and drop.
- Fix critical errors with recent GLib versions.
+ Updated translations.
-------------------------------------------------------------------
Sun Mar 5 13:13:49 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.rc:
+ Fix crashes caused by extra free call
+ Fix file order after renaming
+ Fix libadwaita include path
+ Fix handling of missing dates from Tracker
+ Cache clock format setting
+ Try to own dbus name at the correct time
+ Exchange mismatched error messages
+ Updated translations.
- Add explicit tracker BuildRequires, now needed for tests due to
changes in tracker/tracker-miners.
-------------------------------------------------------------------
Fri Feb 24 16:01:17 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.beta:
+ Enhacements:
- Make various appdata and desktop file improvements
- Make rubberband to have rounded corners
- Make several documentation improvements
+ Bugfixes:
- Fix crashes caused by inverted g_assert condition
- Fix various drag and drop issues
- Fix several memory leaks
- Fix various three expander issues
- Export FileManager1 iface from dbus_register vfunc
- Fix other issues
+ Updated translations.
-------------------------------------------------------------------
Fri Feb 17 16:08:51 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 44.alpha:
+ Enhancements:
- Allow expanding subfolders in the list.
- Enrich tab context menus.
- Allow pasting image data into new PNG file.
- Use pregenerated thumbnails when available, e.g. MTP.
- Add shortcut for Preferences.
- Show full filename in grid, using tooltips.
- Reintroduce 64px icon size for grid view.
- Remove upper limit on thumbnailing file size range.
- Reword "application" to "app".
- Other papercuts.
+ Other bugfixes:
- Avoid many crashes.
- Fix and improve autorun support.
- Fix some drag-and-drop issues.
- Fix some view focus and selection issues.
- Fix properties extensions bugs.
- Fix memory leaks.
- Fix building on certain cases.
- Fix bugs with file operations.
- Resolve some performance issues.
- Resolve stuttering scrolling.
- Save and restore sort column.
- Reimplement view navigation from the previewer.
+ Updated translations.
-------------------------------------------------------------------
Thu Jan 19 12:44:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -17,13 +17,13 @@
Name: nautilus
Version: 43.2
Version: 44.0
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
Source0: https://download.gnome.org/sources/nautilus/43/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/nautilus/44/%{name}-%{version}.tar.xz
# fate#308344 bgo#602147
Source1: mount-archive.desktop
Source2: set_trusted.desktop
@ -49,7 +49,7 @@ 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.7.2
BuildRequires: pkgconfig(gtk4) >= 4.9.1
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.beta
BuildRequires: pkgconfig(libportal)
BuildRequires: pkgconfig(libportal-gtk4)
@ -62,6 +62,7 @@ Requires: tracker-miner-files >= 2.99
Recommends: gvfs
# Needed for tests
BuildRequires: python3-gobject
BuildRequires: tracker
BuildRequires: tracker-miner-files >= 2.99
#