Hello community, here is the log from the commit of package spacefm for openSUSE:Factory checked in at 2018-04-20 17:26:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spacefm (Old) and /work/SRC/openSUSE:Factory/.spacefm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spacefm" Fri Apr 20 17:26:00 2018 rev:9 rq:594515 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/spacefm/spacefm.changes 2017-03-16 09:50:50.939621218 +0100 +++ /work/SRC/openSUSE:Factory/.spacefm.new/spacefm.changes 2018-04-20 17:26:15.573524423 +0200 @@ -1,0 +2,38 @@ +Sat Apr 7 17:38:04 UTC 2018 - [email protected] + +- Update to version 1.0.6: + * Rename dlg canonicalise Copy Target/Link Target target when + possible. + * [GTK+2] Fix black background directory load regression. + * [GTK+3.20] Fix theme parse warnings re close btn css. + * [GTK+2] Iconview no longer responds to theme change. + * Fix a compilation failure due to glibc include changes. + * User manual minor updates. + * Default Devices|Root|Check fsck command add -r for repair. + * File|Open URL add example mtp://. + * Add sftp to ssh protocol handler default whitelist (allows + sftp://). + * settings.c: (style) Clarify expression with parentheses. + * Fix a segfault in ptk/ptk-dir-tree.c. + * Fix newly imported file handlers appear in Plugins menu. + * Dbl-click to enter a directory selects a file. + * Fix a segfault when dragging a directory or a file to the + desktop. + * [desktop] Fix GTK+3 icon movement, reliably get mouse state. + * Load icon using icon name in theme if removed suffix fails. + * [desktop] Paint root window when there is no wallpaper. + * Fix source file permissions. + * [GTK+3.22] Fix segfault dragging files to directory tree. + * Fix drag & drop segfaults. + * Fix segfault on drag to reorder bookmarks. + * Fix davfs is not mounted. + * Fix fuse default protocol handler not added due to false + positive test. + * Fix bookmark pane and toolbar two-finger right-click. + * Fix file list new bookmark with topmost bookmark selected. + * Fix mktemp in mtp handler being not busybox compatible. + * Update translations. +- Build with ffmpegthumbnailer on openSUSE Leap 15.0 and later. +- Remove the gtk2 bcond. + +------------------------------------------------------------------- Old: ---- spacefm-1.0.5.tar.gz New: ---- spacefm-1.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spacefm.spec ++++++ --- /var/tmp/diff_new_pack.Tqghve/_old 2018-04-20 17:26:16.209501361 +0200 +++ /var/tmp/diff_new_pack.Tqghve/_new 2018-04-20 17:26:16.213501217 +0200 @@ -1,7 +1,7 @@ # # spec file for package spacefm # -# 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 @@ -16,15 +16,14 @@ # -%bcond_with gtk2 %bcond_with restricted Name: spacefm -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Multi-panel tabbed file and desktop manager -License: GPL-3.0+ and LGPL-3.0+ +License: GPL-3.0-or-later AND LGPL-3.0-or-later Group: Productivity/File utilities -Url: http://ignorantguru.github.io/spacefm +URL: http://ignorantguru.github.io/spacefm Source: https://github.com/IgnorantGuru/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -36,6 +35,7 @@ BuildRequires: update-desktop-files BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gthread-2.0) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 BuildRequires: pkgconfig(libudev) >= 143 Requires: desktop-file-utils Requires: shared-mime-info @@ -46,12 +46,7 @@ Recommends: wget # Execution of SpaceFM and applications from root. Recommends: xdg-utils -%if %{with gtk2} -BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0 -%else -BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 -%endif -%if %{with restricted} +%if %{?suse_version} >= 1500 || %{with restricted} BuildRequires: pkgconfig(libffmpegthumbnailer) %endif @@ -71,7 +66,7 @@ NOCONFIGURE=1 ./autogen.sh %configure \ --with-preferable-sudo=%{_bindir}/xdg-su \ -%if %{without restricted} +%if %{?suse_version} < 1500 && %{without restricted} --disable-video-thumbnails \ %endif --htmldir=%{_docdir}/%{name} @@ -84,6 +79,7 @@ %fdupes %{buildroot}%{_datadir}/ %find_lang %{name} +%if 0%{?suse_version} < 1500 %post %desktop_database_post %icon_theme_cache_post @@ -95,10 +91,15 @@ %icon_theme_cache_postun %icon_theme_cache_postun Faenza %mime_database_postun +%endif %files -%defattr(-,root,root) -%doc AUTHORS COPYING COPYING-LGPL ChangeLog README +%if 0%{?suse_version} >= 1500 +%license COPYING COPYING-LGPL +%else +%doc COPYING COPYING-LGPL +%endif +%doc AUTHORS ChangeLog README %{_docdir}/%{name}/ %dir %{_sysconfdir}/%{name}/ %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf @@ -113,6 +114,5 @@ %{_datadir}/mime/packages/%{name}-mime.xml %files lang -f %{name}.lang -%defattr(-,root,root) %changelog ++++++ spacefm-1.0.5.tar.gz -> spacefm-1.0.6.tar.gz ++++++ ++++ 8796 lines of diff (skipped)
