Accepting request 519356 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/519356
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=279
This commit is contained in:
Dominique Leuenberger 2017-08-31 07:41:54 +00:00 committed by Git OBS Bridge
parent 573dae044d
commit 558ec4d640
4 changed files with 80 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:357d9d051fcc2c385ce9b3beb2db2ea1874b7cdf507ca10274a063023e1a61b3
size 5143440

3
nautilus-3.25.90.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da209fabe57c2afd99fd34b08137eef631dc1e8544d5fe6075a19a4061793118
size 3270264

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Mon Aug 14 17:47:48 UTC 2017 - zaitor@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 - zaitor@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 - zaitor@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.
-------------------------------------------------------------------
Mon Jul 17 20:05:26 UTC 2017 - zaitor@opensuse.org

View File

@ -17,13 +17,13 @@
Name: nautilus
Version: 3.24.2.1
Version: 3.25.90
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: https://download.gnome.org/sources/nautilus/3.25/%{name}-%{version}.tar.xz
# fate#308344 bgo#602147
Source1: mount-archive.desktop
Source99: baselibs.conf
@ -34,6 +34,7 @@ BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.50
BuildRequires: libselinux-devel
BuildRequires: meson
BuildRequires: pkgconfig
# We need the %%mime_database_* macros
BuildRequires: shared-mime-info
@ -49,7 +50,7 @@ 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 @@ translation-update-upstream
%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 @@ mkdir -p %{buildroot}/%{_libdir}/nautilus/extensions-3.0
%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
%{_bindir}/nautilus
%{_bindir}/nautilus-autorun-software
%{_bindir}/nautilus-desktop
@ -191,7 +181,6 @@ mkdir -p %{buildroot}/%{_libdir}/nautilus/extensions-3.0
%{_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/*