Hello community, here is the log from the commit of package nautilus for openSUSE:Factory checked in at 2018-03-14 19:30:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nautilus (Old) and /work/SRC/openSUSE:Factory/.nautilus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nautilus" Wed Mar 14 19:30:37 2018 rev:162 rq:586241 version:3.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes 2017-11-30 16:30:20.585504111 +0100 +++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes 2018-03-14 19:30:39.751049872 +0100 @@ -1,0 +2,104 @@ +Tue Mar 13 07:55:16 UTC 2018 - [email protected] + +- Update to version 3.28.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 6 08:32:26 UTC 2018 - [email protected] + +- Update to version 3.27.92.1: + + Fix build failures. + +------------------------------------------------------------------- +Mon Mar 5 18:42:03 UTC 2018 - [email protected] + +- Update to version 3.27.92: + + Don’t open files when double-clicking star icon. + + Fix crashes caused by extremely long error messages. + + Don’t strip extensions from folder names in “Compress…” dialog. + + Set keyboard focus when programmatically selecting in list + view. + + Remove new folder name suggestion when there is an active + selection. + + Hide thumbnails when using small icons. + + Reduce help overlay size. + +------------------------------------------------------------------- +Wed Feb 28 16:37:23 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Wed Feb 14 12:21:40 UTC 2018 - [email protected] + +- Update to version 3.27.90: + + Enable closing tabs by middle-clicking. + + Rename “favorite” files to “starred”. + + Fix starring files with special characters. + + Ellipsize tab labels less aggressively for large numbers of + tabs. + + Fix infinite loop when extracting encrypted archives. + + Remove support for external bulk rename tools. + + Only show option to star files in indexed locations. + + Fix batch renaming for files with special characters in + metadata. + + Refactor extension library. + + Show notification when unstarring files and allow undo. + + Fix AppStream metadata being installed in a deprecated + location. + +------------------------------------------------------------------- +Tue Jan 30 21:42:54 UTC 2018 - [email protected] + +- Update to version 3.27.4: + + Additions: + - A close button for the path bar; + - Microsoft Office types for search; + - XF86Back and XF86Forward as key shortcuts; + - Keyboard navigability to the new views; + - DjVu as pdf type. + + Improvements: + - Touch support. + - Flatpak support, now access to devices too. + - Trash performance. + - Window default position. + - Starring files reliability. + + Remove desktop icons. + + Fix crashes when: detaching tabs and expanding folders. + + Make wallpaper folder translatable. + + Forbid more characters for FAT systems when renaming files. +- Drop enable-exif and enable-xmp meson options; and replace + enable-gtk-doc meson option with 'docs', following upstream + changes. +- Drop exempi-2.0, gthread-2.0, libexif, libnotify pkgconfig + modules BuildRequires: they are no longer needed/used anymore. +- Add pkgconfig(gexiv2) BuildRequires following upstream change and + replace libselinux-devel with its pkgconfig module counterpart, + which is what meson really looks for. + +------------------------------------------------------------------- +Wed Nov 22 03:27:01 UTC 2017 - [email protected] + +- Update to version 3.27.2: + + Add starring files. + + Fix: + - Timestamps for files in the future. + - Crash when expanding folders in list view. + + Never soft folders before files in search. + + Remove fts setting from preferences. + + Reveal item when opened from the recent view. +- Update Url to https://wiki.gnome.org/Apps/Nautilus: current + Nautilus' web page. +- Add: gio-2.0, gio-unix-2.0, gmodule-no-export-2.0 and gthread-2.0 + pkgconfig BuildRequires: note that they already were being pulled + with glib-2.0 pkgconfig and used, since they live in the same + devel package. +- Add x11 pkgconfig BuildRequires: it already was being used but + wasn't declared. +- Drop %glib2_gsettings_schema_requires macro: no longer needed + since RPM file triggers. +- Replace intltool with gettext BuildRequires: upstream already did + the migration and we don't want deviation to avoid unexpected + bugs. + +------------------------------------------------------------------- Old: ---- nautilus-3.26.2.tar.xz New: ---- nautilus-3.28.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nautilus.spec ++++++ --- /var/tmp/diff_new_pack.iuvX8f/_old 2018-03-14 19:30:40.963006833 +0100 +++ /var/tmp/diff_new_pack.iuvX8f/_new 2018-03-14 19:30:40.975006407 +0100 @@ -1,7 +1,7 @@ # # spec file for package nautilus # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,44 +17,44 @@ Name: nautilus -Version: 3.26.2 +Version: 3.28.0 Release: 0 Summary: File Manager for the GNOME Desktop -License: GPL-3.0+ and LGPL-2.1+ +License: GPL-3.0-or-later AND LGPL-2.1-or-later Group: Productivity/File utilities -Url: http://www.gnome.org -Source: http://download.gnome.org/sources/nautilus/3.26/%{name}-%{version}.tar.xz +URL: https://wiki.gnome.org/Apps/Nautilus +Source: http://download.gnome.org/sources/nautilus/3.28/%{name}-%{version}.tar.xz # fate#308344 bgo#602147 Source1: mount-archive.desktop Source99: baselibs.conf # needed for directory ownership BuildRequires: dbus-1 BuildRequires: fdupes +BuildRequires: gettext 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 BuildRequires: update-desktop-files -BuildRequires: pkgconfig(exempi-2.0) >= 2.1.0 BuildRequires: pkgconfig(gail-3.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.51.2 +BuildRequires: pkgconfig(gexiv2) >= 0.10.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.55.1 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.55.1 +BuildRequires: pkgconfig(glib-2.0) >= 2.55.1 +BuildRequires: pkgconfig(gmodule-no-export-2.0) >= 2.55.1 BuildRequires: pkgconfig(gnome-autoar-0) >= 0.2.1 -BuildRequires: pkgconfig(gnome-desktop-3.0) +BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.0.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.8.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.6 -BuildRequires: pkgconfig(libexif) >= 0.6.20 -BuildRequires: pkgconfig(libnotify) +BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8 BuildRequires: pkgconfig(pango) >= 1.28.3 BuildRequires: pkgconfig(tracker-sparql-2.0) +BuildRequires: pkgconfig(x11) Recommends: %{name}-lang Recommends: gvfs -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%glib2_gsettings_schema_requires %if !0%{?is_opensuse} BuildRequires: gnome-patch-translation BuildRequires: translation-update-upstream @@ -116,9 +116,7 @@ %build %meson \ - -D enable-exif=true \ - -D enable-gtk-doc=true \ - -D enable-xmp=true + -D docs=true %meson_build %install @@ -126,57 +124,45 @@ find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file org.gnome.Nautilus %suse_update_desktop_file nautilus-autorun-software -%suse_update_desktop_file nautilus-autostart # Install the archive mime handler test ! -e %{buildroot}%{_datadir}/applications/mount-archive.desktop -%{__install} -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mount-archive.desktop +install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/mount-archive.desktop %suse_update_desktop_file mount-archive mkdir -p %{buildroot}/%{_libdir}/nautilus/extensions-3.0 %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot} %post -n libnautilus-extension1 -p /sbin/ldconfig - %postun -n libnautilus-extension1 -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc LICENSE NEWS README.md +%license LICENSE +%doc NEWS README.md %{_bindir}/nautilus %{_bindir}/nautilus-autorun-software -%{_bindir}/nautilus-desktop %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.freedesktop.FileManager1.service %{_datadir}/dbus-1/services/org.gnome.Nautilus.service %{_datadir}/glib-2.0/schemas/org.gnome.nautilus.gschema.xml -%{_mandir}/man1/nautilus*.1%{ext_man} -%{_sysconfdir}/xdg/autostart/nautilus-autostart.desktop -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/org.gnome.Nautilus.appdata.xml %{_datadir}/icons/hicolor/*/apps/org.gnome.Nautilus* +%{_datadir}/metainfo/org.gnome.Nautilus.appdata.xml +%{_mandir}/man1/nautilus*.1%{ext_man} %files -n libnautilus-extension1 -%defattr(-,root,root) %{_libdir}/libnautilus-extension.so.1* %dir %{_libdir}/nautilus %dir %{_libdir}/nautilus/extensions-3.0 %{_libdir}/nautilus/extensions-3.0/*.so %files -n typelib-1_0-Nautilus-3_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/Nautilus-3.0.typelib %files -n gnome-shell-search-provider-nautilus -%defattr(-,root,root) %dir %{_datadir}/gnome-shell %dir %{_datadir}/gnome-shell/search-providers %{_datadir}/gnome-shell/search-providers/nautilus-search-provider.ini -%files lang -f %{name}.lang -%defattr(-,root,root) - %files devel -%defattr(-,root,root) %{_libdir}/*.so %{_includedir}/* %{_libdir}/pkgconfig/*.pc @@ -185,4 +171,6 @@ %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/* +%files lang -f %{name}.lang + %changelog ++++++ nautilus-3.26.2.tar.xz -> nautilus-3.28.0.tar.xz ++++++ ++++ 228480 lines of diff (skipped)
