Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2017-09-13 21:56:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nautilus (Old)
 and      /work/SRC/openSUSE:Factory/.nautilus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nautilus"

Wed Sep 13 21:56:24 2017 rev:160 rq:523815 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes        2017-07-21 
22:43:02.462542768 +0200
+++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes   2017-09-13 
21:56:32.272995883 +0200
@@ -1,0 +2,94 @@
+Tue Sep 12 18:57:41 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.26.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Sep  2 22:54:08 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.92:
+  + Fix desktop file parsing errors.
+  + Bump GTK+ dependency version to 3.22.6.
+  + Add mnemonic to replace button in file conflict dialog.
+  + Show prefix matches first when searching.
+  + Enable keyboard navigation in search type list.
+  + Fix list view column picker not being centered in certain
+    locales.
+  + Make the path bar a drop target for files again.
+  + Make sidebar visibility setting persistent.
+  + Use spin button for thumbnailable file size limit setting.
+  + Only allow directories to be dragged onto sidebar for
+    bookmarking.
+  + Make path bar clicks add new history entries.
+  + Allow hiding unfocused search bar by pressing Escape.
+  + Hide location entry after losing keyboard focus.
+  + Allow deleting files with numpad delete key.
+  + Forbid overwriting directories with files.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug 14 17:47:48 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.90:
+  + Fix use of return key for conflict dialog.
+  + Fix use of return key when searching not activating the
+    selected file.
+  + Add stable Flatpak builds.
+  + Fix wrapping file names after a dot.
+  + Use header bar for all dialogs.
+  + Use portals for launching files in a sandbox with Flatpak.
+  + Show error on empty name on batch rename dialog.
+  + Change keyboard shortcuts for navigation of tabs similar to
+    Firefox/Chrome etc.
+  + Add a restore tab funcionality, similar to web browsers.
+  + Fix rubberband with Wacom tablets.
+  + Add Full Text Search (fts) to Nautilus so we search inside
+    files content too.
+  + Disable create link when clipboard is empty.
+  + Disable zoom button if percentage is 100%.
+  + Bump Tracker dependency to version 2.0.
+  + Make Tracker a hard dependency.
+  + Assume Nautilus project is GPL3+.
+  + Allow decompressing archives on remote locations.
+  + Add license (LGPL2.1+)to Nautilus extensions.
+  + Only use location in description for GNOME Shell search.
+  + Add tablet pad controllers for common actions.
+  + Fix <ctrl>+z when renaming a file not undoing the text.
+  + Use upstream and newer fallback icons.
+  + Provide mime type support for compressed archives, so Nautilus
+    can be used for handling compressed archives outside of
+    Nautilus too.
+- Drop nautilus-tracker-2_0.patch: Fixed upstream.
+- Relicense spec following upstream changes.
+
+-------------------------------------------------------------------
+Fri Jul 21 21:10:52 UTC 2017 - zai...@opensuse.org
+
+- Add nautilus-tracker-2_0.patch: Fix build with tracker-2.0, patch
+  from upstream git.
+- Following above patch, replace pkgconfig(tracker-sparql-1.0) with
+  pkgconfig(tracker-sparql-2.0) BuildRequires.
+- Stop handling glib2_gsettings_schema_post(un),
+  desktop_database_post(un), icon_theme_cache_post(un) and
+  mime_database_post(un) in post(un), no longer needed as we have
+  file-triggers to take care of this for us now.
+
+-------------------------------------------------------------------
+Tue Jul 18 03:25:01 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.1:
+  + Ported to Meson build system.
+  + Fix replacing directory with symlink.
+  + Avoid extraction of files if not enough space.
+  + Fix not being able to drag the window from the path bar.
+  + Add user preference for using the new views.
+  + Fix DnD when using Google Drive.
+- Add meson BuildRequires and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson build system.
+- Due to above change, no longer pass --disable-update-mimedb and
+  --enable-gtk-doc to configure, instead pass enable-exif=true,
+  enable-gtk-doc=true and enable-xmp=true to meson macro. We want
+  to build gtk-docs, exif and xmp support.
+
+-------------------------------------------------------------------

Old:
----
  nautilus-3.24.2.1.tar.xz

New:
----
  nautilus-3.26.0.tar.xz

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

Other differences:
------------------
++++++ nautilus.spec ++++++
--- /var/tmp/diff_new_pack.qpvu7Z/_old  2017-09-13 21:56:32.856913727 +0200
+++ /var/tmp/diff_new_pack.qpvu7Z/_new  2017-09-13 21:56:32.860913164 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           nautilus
-Version:        3.24.2.1
+Version:        3.26.0
 Release:        0
 Summary:        File Manager for the GNOME Desktop
-License:        GPL-2.0+
+License:        GPL-3.0+ and LGPL-2.1+
 Group:          Productivity/File utilities
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/nautilus/3.24/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/nautilus/3.26/%{name}-%{version}.tar.xz
 # fate#308344 bgo#602147
 Source1:        mount-archive.desktop
 Source99:       baselibs.conf
@@ -34,6 +34,7 @@
 BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.50
 BuildRequires:  libselinux-devel
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
@@ -44,12 +45,12 @@
 BuildRequires:  pkgconfig(gnome-autoar-0) >= 0.2.1
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.8.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.21.6
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.6
 BuildRequires:  pkgconfig(libexif) >= 0.6.20
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.8
 BuildRequires:  pkgconfig(pango) >= 1.28.3
-BuildRequires:  pkgconfig(tracker-sparql-1.0)
+BuildRequires:  pkgconfig(tracker-sparql-2.0)
 Recommends:     %{name}-lang
 Recommends:     gvfs
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -114,13 +115,14 @@
 %endif
 
 %build
-%configure\
-       --disable-update-mimedb \
-       --enable-gtk-doc
-make %{?_smp_mflags}
+%meson \
+       -D enable-exif=true \
+       -D enable-gtk-doc=true \
+       -D enable-xmp=true
+%meson_build
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%meson_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file org.gnome.Nautilus
 %suse_update_desktop_file nautilus-autorun-software
@@ -133,25 +135,13 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-%mime_database_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%mime_database_postun
-
 %post -n libnautilus-extension1 -p /sbin/ldconfig
 
 %postun -n libnautilus-extension1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING MAINTAINERS NEWS README THANKS
+%doc LICENSE NEWS README.md
 %{_bindir}/nautilus
 %{_bindir}/nautilus-autorun-software
 %{_bindir}/nautilus-desktop
@@ -191,7 +181,6 @@
 %{_includedir}/*
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/gir-1.0/*.gir
-# Own these repositories to not depend on gtk-doc while building:
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %{_datadir}/gtk-doc/html/*

++++++ nautilus-3.24.2.1.tar.xz -> nautilus-3.26.0.tar.xz ++++++
++++ 337836 lines of diff (skipped)


Reply via email to