Accepting request 963193 from GNOME:Next
New stable rel OBS-URL: https://build.opensuse.org/request/show/963193 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=355
This commit is contained in:
parent
b8ccf43eb1
commit
3403d8ade8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:872285b1c40a6ee418ce295ed115f5427da70907d822d95bcf51675d5498822b
|
||||
size 3248212
|
3
nautilus-42.0.tar.xz
Normal file
3
nautilus-42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c904f33ba2d2a078892bee2af71484cd608923cd78ec7e8a1517bc2155113d5
|
||||
size 3263108
|
@ -1,3 +1,67 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 08:32:00 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.0:
|
||||
+ Fix HiDPI thumbnails in list view.
|
||||
+ Properly dispose pathbar to avoid crashes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 5 16:58:52 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.rc:
|
||||
+ Tweak thumbnail shadow drawing to fix performance regressions.
|
||||
+ Various search engine fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 12 01:47:37 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.beta:
|
||||
+ Revert GTK 4 switch and intentional regressions.
|
||||
+ Fix criticals when selecting non-ZIP formats for compression.
|
||||
+ Add shadows to thumbnails in the old views.
|
||||
+ Support dark mode setting.
|
||||
+ Updated translations.
|
||||
- Revert changes done in alpha, but leave the "gtk 4 port"
|
||||
BuildRequires in place, but disabled. Add back
|
||||
pkgconfig(gtk+-3.0), pkgconfig(libhandy-1) and
|
||||
pkgconfig(gnome-desktop-3.0). Rename back to
|
||||
typelib-1_0-Nautilus-3_0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 15:42:01 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 42.alpha:
|
||||
+ Improve design of the file renaming UI.
|
||||
+ Improve visuals of the file conflict UI.
|
||||
+ Use GtkBuilder UI definitions for more components.
|
||||
+ Fix "Move to"/"Copy to" from Starred.
|
||||
+ Improve disposition of shell search provider.
|
||||
+ Sort by subtype within type.
|
||||
+ Allow searching by creation time.
|
||||
+ Replace deprecated gexiv2 functions.
|
||||
+ Fix extension API introspection annotations.
|
||||
+ Expand on extension API documentation.
|
||||
+ Add compressed archives to Recent files.
|
||||
+ Preparations for GTK 4 switch.
|
||||
+ Complete the GtkFlowBox-based grid view.
|
||||
+ Remove EelCanvas-based grid view.
|
||||
* Improve design of the path bar.
|
||||
+ Fix geographical coordinates displayed format.
|
||||
+ Port to GTK 4.
|
||||
+ Fix some GTK 4 switch regressions/warnings.
|
||||
+ Updated translations.
|
||||
- Update BuildRequires for switch to GTK4:
|
||||
+ Replace pkgconfig(gtk+-3.0) with pkgconfig(gtk4)
|
||||
+ Replace pkgconfig(libhandy-1) with pkgconfig(libadwaita-1)
|
||||
+ Replace pkgconfig(gnome-desktop-3.0) with
|
||||
pkgconfig(gnome-desktop-4).
|
||||
- Drop shared-mime-info BuildRequires: it's been a long time that
|
||||
the macros were not used anymore.
|
||||
- Rename typelib-1_0-Nautilus-3_0 to typelib-1_0-Nautilus-4_0,
|
||||
following upstreams changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 14:44:45 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: nautilus
|
||||
Version: 41.2
|
||||
Version: 42.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/41/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/nautilus/42/%{name}-%{version}.tar.xz
|
||||
# fate#308344 bgo#602147
|
||||
Source1: mount-archive.desktop
|
||||
Source2: set_trusted.desktop
|
||||
@ -36,22 +36,23 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson >= 0.49.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: (python3-dataclasses if python3-base < 3.7)
|
||||
# We need the %%mime_database_* macros
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: (python3-dataclasses if python3-base < 3.7)
|
||||
BuildRequires: pkgconfig(gail-3.0)
|
||||
BuildRequires: pkgconfig(gexiv2) >= 0.12.2
|
||||
BuildRequires: pkgconfig(gexiv2) >= 0.14.0
|
||||
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(gnome-autoar-0) >= 0.3.0
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.0.0
|
||||
#BuildRequires: pkgconfig(gnome-desktop-4) >= 1.0.0
|
||||
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(gtk4) >= 4.6
|
||||
#BuildRequires: pkgconfig(libadwaita-1) >= 1.0
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8
|
||||
@ -136,7 +137,7 @@ install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mount-archive.des
|
||||
%suse_update_desktop_file mount-archive
|
||||
mkdir -p %{buildroot}/%{_libdir}/nautilus/extensions-3.0
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
%fdupes %{buildroot}%{_prefix}
|
||||
%if 0%{?sle_version}
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/skel/.config/autostart
|
||||
install -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/skel/.config/autostart/set_trusted.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user