Accepting request 1229730 from GNOME:Factory
- Update to version 47.1: + Enhancements: Speed up thumbnail loading. + Bugfixes: - Do not force reload when error is present to avoid showing auth dialog. - Open folder in correct window during a DnD hover. - Show username in file properties if name is an empty string. - Various a11y fixes. - Fix number placement when making new name for directory. - Various pathbar fixes. - Show alert dialog when a symlink is broken. - Fix crashes when opening. - Various sidebar fixes. - Fix ctrl + scroll to zoom in and out of view. + Updated translations. - Drop revert-post-release-bump.patch: No longer needed. - Update to version 47.0+38: * gtk/placessidebar: Fix placeholder sometimes being stuck at the bottom * pathbar: Remove dir separator in front of some schemes * gtk/placessidebar: Don't open insensitive rows * gtk/nautilusgtkplacessidebar: Don't start drag timer if row can't be known * file-chooser: Focus file name entry when cancelling overwrite * list-base: Activate folder to open on drag instead of opening through application * properties: Hide extensions list box when empty * file: Ignore empty strings for owner name * general: Various a11y fixes * files-view: Fix leak * compress-dialog: Fix name entry activation * file-utilities: Ignore extension when making new name for directories (forwarded request 1229341 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1229730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=218
This commit is contained in:
commit
ef7fa580ec
4
_service
4
_service
@ -3,11 +3,11 @@
|
||||
<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">e4ec762f7401619e6f27c1816063265eac6bab76</param>
|
||||
<param name="revision">47.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/nautilus.git</param>
|
||||
<param name="changesrevision">e4ec762f7401619e6f27c1816063265eac6bab76</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:336154ddd71316138a6da3b73624f9fd3088124e2a246690b998221249b33826
|
||||
size 33340429
|
3
nautilus-47.1.obscpio
Normal file
3
nautilus-47.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd27627c45b6a87ab6659f8d686e9d05b1a43b3a54785e70824ce3e19ea33d1a
|
||||
size 33358349
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 12:18:04 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.1:
|
||||
+ Enhancements: Speed up thumbnail loading.
|
||||
+ Bugfixes:
|
||||
- Do not force reload when error is present to avoid showing
|
||||
auth dialog.
|
||||
- Open folder in correct window during a DnD hover.
|
||||
- Show username in file properties if name is an empty string.
|
||||
- Various a11y fixes.
|
||||
- Fix number placement when making new name for directory.
|
||||
- Various pathbar fixes.
|
||||
- Show alert dialog when a symlink is broken.
|
||||
- Fix crashes when opening.
|
||||
- Various sidebar fixes.
|
||||
- Fix ctrl + scroll to zoom in and out of view.
|
||||
+ Updated translations.
|
||||
- Drop revert-post-release-bump.patch: No longer needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 10:13:08 UTC 2024 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 47.0+38:
|
||||
* gtk/placessidebar: Fix placeholder sometimes being stuck at the bottom
|
||||
* pathbar: Remove dir separator in front of some schemes
|
||||
* gtk/placessidebar: Don't open insensitive rows
|
||||
* gtk/nautilusgtkplacessidebar: Don't start drag timer if row can't be known
|
||||
* file-chooser: Focus file name entry when cancelling overwrite
|
||||
* list-base: Activate folder to open on drag instead of opening through application
|
||||
* properties: Hide extensions list box when empty
|
||||
* file: Ignore empty strings for owner name
|
||||
* general: Various a11y fixes
|
||||
* files-view: Fix leak
|
||||
* compress-dialog: Fix name entry activation
|
||||
* file-utilities: Ignore extension when making new name for directories
|
||||
* pathbar: Stop adding extra space to buttons
|
||||
* pathbar: Don't show the pathbar button menu in file chooser
|
||||
* ui: Add missing accel labels
|
||||
* preferences: Clear weak pointer
|
||||
* nautilus-mime-actions: Actually report when a symlink is broken
|
||||
* xdp-gnome/externalwindow: Call gtk_init before opening a display
|
||||
* xdp-gnome/externalwindow: Override current session with GDK_BACKEND
|
||||
* nautilus-properties-window: Set use-markup=False in several rows
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 19 19:12:53 UTC 2024 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: nautilus
|
||||
version: 47.0+14
|
||||
mtime: 1729307074
|
||||
commit: e4ec762f7401619e6f27c1816063265eac6bab76
|
||||
version: 47.1
|
||||
mtime: 1733745838
|
||||
commit: 307b551cd6ddd95370ba8cf1b1991941ce35b9cd
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nautilus
|
||||
Version: 47.0+14
|
||||
Version: 47.1
|
||||
Release: 0
|
||||
Summary: File Manager for the GNOME Desktop
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
@ -27,9 +27,6 @@ Source0: %{name}-%{version}.tar.zst
|
||||
Source1: set_trusted.desktop
|
||||
Source2: set_trusted.sh
|
||||
|
||||
# PATCH-FIX-OPENSUSE revert-post-release-bump.patch -- Allow us to ship a git checkout, drop on next stable bump
|
||||
Patch: revert-post-release-bump.patch
|
||||
|
||||
# needed for directory ownership
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: fdupes
|
||||
|
@ -1,24 +0,0 @@
|
||||
diff -Nur nautilus/data/org.gnome.Nautilus.metainfo.xml.in.in patched-nautilus/data/org.gnome.Nautilus.metainfo.xml.in.in
|
||||
--- nautilus/data/org.gnome.Nautilus.metainfo.xml.in.in 2024-09-27 19:35:59.251268108 +0200
|
||||
+++ patched-nautilus/data/org.gnome.Nautilus.metainfo.xml.in.in 2024-09-28 10:18:24.361946027 +0200
|
||||
@@ -40,7 +40,7 @@
|
||||
<release version="@release-version@" date="@build-date@"/>
|
||||
-->
|
||||
<releases>
|
||||
- <release version="@release-version@" date="@build-date@"/>
|
||||
+ <release version="@release-version@" type="stable" date="2024-09-28"/>
|
||||
</releases>
|
||||
<project_group>GNOME</project_group>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
diff -Nur nautilus/meson.build patched-nautilus/meson.build
|
||||
--- nautilus/meson.build 2024-09-27 19:36:06.654623675 +0200
|
||||
+++ patched-nautilus/meson.build 2024-09-28 09:58:33.792262099 +0200
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
# Do not forget when releasing:
|
||||
# * Set release date in data/org.gnome.Nautilus.metainfo.xml.in.in
|
||||
- version: '47.1',
|
||||
+ version: '47.0',
|
||||
|
||||
meson_version: '>= 0.59.0',
|
||||
license: 'GPL-3.0-or-later'
|
Loading…
Reference in New Issue
Block a user