Hello community, here is the log from the commit of package dolphin for openSUSE:Factory checked in at 2019-08-16 15:34:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dolphin (Old) and /work/SRC/openSUSE:Factory/.dolphin.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dolphin" Fri Aug 16 15:34:50 2019 rev:57 rq:723579 version:19.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes 2019-07-16 08:30:03.023398716 +0200 +++ /work/SRC/openSUSE:Factory/.dolphin.new.22127/dolphin.changes 2019-08-16 15:34:53.821886878 +0200 @@ -1,0 +2,34 @@ +Fri Aug 9 08:30:06 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 19.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.0.php +- Changes since 19.07.90: + * Fix build with cmake < 3.7 + * Do not match daemonized dolphin instances: part 2 + +------------------------------------------------------------------- +Tue Aug 06 16:50:47 UTC 2019 - lbeltr...@kde.org + +- Update to 19.07.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-rc.php +- Changes since 19.07.80: + * Fix dir change when show hidden terminal panel with running program in it + * servicemenuinstaller: Fix placeholders in i18n string + +------------------------------------------------------------------- +Tue Jul 23 11:58:55 UTC 2019 - lbeltr...@kde.org + +- Update to 19.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-beta.php +- Changes since 19.04.3: + * Too many changes to list here +- Refreshed patches: + * 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch + +------------------------------------------------------------------- Old: ---- dolphin-19.04.3.tar.xz New: ---- applications.keyring dolphin-19.08.0.tar.xz dolphin-19.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dolphin.spec ++++++ --- /var/tmp/diff_new_pack.2AEFuB/_old 2019-08-16 15:34:55.581886367 +0200 +++ /var/tmp/diff_new_pack.2AEFuB/_new 2019-08-16 15:34:55.617886356 +0200 @@ -21,14 +21,18 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: dolphin -Version: 19.04.3 +Version: 19.08.0 Release: 0 Summary: KDE File Manager License: GPL-2.0-or-later Group: Productivity/File utilities -URL: http://www.kde.org -Source: dolphin-%{version}.tar.xz -Source1: dolphinsu.desktop +URL: https://www.kde.org +Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif +Source3: dolphinsu.desktop Patch0: dolphin-go_up.diff # PATCH-FIX-OPENSUSE Patch1: 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch @@ -116,7 +120,7 @@ %endif %prep -%setup -q -n dolphin-%{version} +%setup -q %autopatch -p1 %build @@ -130,7 +134,7 @@ %{kf5_find_htmldocs} %endif - install -D -m 0644 %{SOURCE1} %{buildroot}%{_kf5_applicationsdir}/org.kde.dolphinsu.desktop + install -D -m 0644 %{SOURCE3} %{buildroot}%{_kf5_applicationsdir}/org.kde.dolphinsu.desktop %suse_update_desktop_file org.kde.dolphin System FileManager %post part -p /sbin/ldconfig @@ -146,16 +150,17 @@ %dir %{_kf5_appstreamdir} %dir %{_kf5_htmldir} %dir %{_kf5_htmldir}/en +%dir %{_kf5_sharedir}/kglobalaccel/ %doc %lang(en) %{_kf5_htmldir}/en/dolphin/ %{_kf5_applicationsdir}/org.kde.dolphin.desktop %{_kf5_applicationsdir}/org.kde.dolphinsu.desktop %{_kf5_appstreamdir}/org.kde.dolphin.appdata.xml %{_kf5_bindir}/dolphin -%{_kf5_bindir}/servicemenudeinstallation -%{_kf5_bindir}/servicemenuinstallation +%{_kf5_bindir}/servicemenuinstaller %{_kf5_dbusinterfacesdir}/org.freedesktop.FileManager1.xml %{_kf5_libdir}/libkdeinit5_dolphin.so %{_kf5_sharedir}/dbus-1/services/org.kde.dolphin.FileManager1.service +%{_kf5_sharedir}/kglobalaccel/org.kde.dolphin.desktop %files part %license COPYING* ++++++ 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch ++++++ --- /var/tmp/diff_new_pack.2AEFuB/_old 2019-08-16 15:34:55.905886273 +0200 +++ /var/tmp/diff_new_pack.2AEFuB/_new 2019-08-16 15:34:55.925886267 +0200 @@ -10,13 +10,13 @@ src/main.cpp | 13 ------------- 1 file changed, 13 deletions(-) -Index: dolphin-18.07.70git.20180603T132131~3c6ecfa24/src/main.cpp +Index: dolphin-19.03.60git.20190530T224008~27e3907a3/src/main.cpp =================================================================== ---- dolphin-18.07.70git.20180603T132131~3c6ecfa24.orig/src/main.cpp -+++ dolphin-18.07.70git.20180603T132131~3c6ecfa24/src/main.cpp -@@ -35,25 +35,8 @@ - #include <QApplication> - #include <QCommandLineParser> +--- dolphin-19.03.60git.20190530T224008~27e3907a3.orig/src/main.cpp 2019-05-30 22:40:08.000000000 +0200 ++++ dolphin-19.03.60git.20190530T224008~27e3907a3/src/main.cpp 2019-06-01 10:46:52.679607714 +0200 +@@ -39,25 +39,8 @@ + #include <QDBusAbstractInterface> + #include <QDBusConnectionInterface> -#ifndef Q_OS_WIN -#include <unistd.h> ++++++ dolphin-19.04.3.tar.xz -> dolphin-19.08.0.tar.xz ++++++ ++++ 143891 lines of diff (skipped)