Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2022-03-23 20:16:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nautilus (Old)
 and      /work/SRC/openSUSE:Factory/.nautilus.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nautilus"

Wed Mar 23 20:16:48 2022 rev:194 rq:963630 version:42.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes        2022-01-14 
23:13:32.626643516 +0100
+++ /work/SRC/openSUSE:Factory/.nautilus.new.25692/nautilus.changes     
2022-03-23 20:17:54.802446976 +0100
@@ -1,0 +2,64 @@
+Sun Mar 20 08:32:00 UTC 2022 - Bj??rn Lie <bjorn....@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....@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....@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 <dims...@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.
+
+-------------------------------------------------------------------

Old:
----
  nautilus-41.2.tar.xz

New:
----
  nautilus-42.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nautilus.spec ++++++
--- /var/tmp/diff_new_pack.XaJoYC/_old  2022-03-23 20:17:55.442447338 +0100
+++ /var/tmp/diff_new_pack.XaJoYC/_new  2022-03-23 20:17:55.454447345 +0100
@@ -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:  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 @@
 %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

++++++ nautilus-41.2.tar.xz -> nautilus-42.0.tar.xz ++++++
++++ 182472 lines of diff (skipped)

Reply via email to