Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dolphin for openSUSE:Factory checked 
in at 2022-02-09 20:38:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dolphin (Old)
 and      /work/SRC/openSUSE:Factory/.dolphin.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dolphin"

Wed Feb  9 20:38:22 2022 rev:92 rq:951978 version:21.12.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2022-02-04 
21:46:53.197413406 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin.new.1898/dolphin.changes        
2022-02-09 20:38:38.778296500 +0100
@@ -1,0 +2,7 @@
+Sun Feb  6 21:01:37 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.12.2.1
+  * Fix opening FTP files in their preferred app
+  * Use the CDN based endpoint rather than the legacy endpoint
+
+-------------------------------------------------------------------

Old:
----
  dolphin-21.12.2.tar.xz
  dolphin-21.12.2.tar.xz.sig

New:
----
  dolphin-21.12.2.1.tar.xz
  dolphin-21.12.2.1.tar.xz.sig

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

Other differences:
------------------
++++++ dolphin.spec ++++++
--- /var/tmp/diff_new_pack.Gzl6jH/_old  2022-02-09 20:38:39.538298318 +0100
+++ /var/tmp/diff_new_pack.Gzl6jH/_new  2022-02-09 20:38:39.542298328 +0100
@@ -20,15 +20,15 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           dolphin
-Version:        21.12.2
+Version:        21.12.2.1
 Release:        0
 Summary:        KDE File Manager
 License:        GPL-2.0-or-later
 Group:          Productivity/File utilities
 URL:            https://apps.kde.org/dolphin
-Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/21.12.2/src/%{name}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/21.12.2/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 Source3:        dolphinsu.desktop


++++++ dolphin-21.12.2.tar.xz -> dolphin-21.12.2.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-21.12.2/src/dolphinviewcontainer.cpp 
new/dolphin-21.12.2.1/src/dolphinviewcontainer.cpp
--- old/dolphin-21.12.2/src/dolphinviewcontainer.cpp    2022-01-29 
17:35:47.000000000 +0100
+++ new/dolphin-21.12.2.1/src/dolphinviewcontainer.cpp  2022-02-06 
18:19:51.000000000 +0100
@@ -649,7 +649,7 @@
         return;
     }
 
-    KIO::OpenUrlJob *job = new KIO::OpenUrlJob(item.targetUrl());
+    KIO::OpenUrlJob *job = new KIO::OpenUrlJob(item.targetUrl(), 
item.mimetype());
     job->setUiDelegate(new 
KIO::JobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this));
     job->setShowOpenOrExecuteDialog(true);
     job->start();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dolphin-21.12.2/src/settings/contextmenu/servicemenu.knsrc 
new/dolphin-21.12.2.1/src/settings/contextmenu/servicemenu.knsrc
--- old/dolphin-21.12.2/src/settings/contextmenu/servicemenu.knsrc      
2022-01-29 17:35:47.000000000 +0100
+++ new/dolphin-21.12.2.1/src/settings/contextmenu/servicemenu.knsrc    
2022-02-06 18:19:51.000000000 +0100
@@ -1,5 +1,5 @@
 [KNewStuff3]
-ProvidersUrl=https://download.kde.org/ocs/providers.xml
+ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml
 Categories=Dolphin Service Menus
 TargetDir=servicemenu-download
 Uncompress=never

Reply via email to