diff --git a/nautilus-43.2.tar.xz b/nautilus-43.2.tar.xz deleted file mode 100644 index 805d77b..0000000 --- a/nautilus-43.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a86a9aa7a455511b029ce49a1d8b4659c3c355b5d81d7360bb4d0de637afede0 -size 3166792 diff --git a/nautilus-44.0.tar.xz b/nautilus-44.0.tar.xz new file mode 100644 index 0000000..4e95c19 --- /dev/null +++ b/nautilus-44.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b99ebb8e2b9c1512d381e53096188c087b33410d6c52d87a27bd60ee76ac7f +size 3194376 diff --git a/nautilus.changes b/nautilus.changes index 9750a96..ba6324f 100644 --- a/nautilus.changes +++ b/nautilus.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Fri Mar 17 13:08:23 UTC 2023 - Bjørn Lie + +- 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 + +- 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 + +- 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 + +- 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 diff --git a/nautilus.spec b/nautilus.spec index 2936dd5..c06bc48 100644 --- a/nautilus.spec +++ b/nautilus.spec @@ -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 #