Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdenetwork-filesharing for 
openSUSE:Factory checked in at 2025-07-06 17:01:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdenetwork-filesharing (Old)
 and      /work/SRC/openSUSE:Factory/.kdenetwork-filesharing.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdenetwork-filesharing"

Sun Jul  6 17:01:08 2025 rev:72 rq:1290326 version:25.04.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kdenetwork-filesharing/kdenetwork-filesharing.changes
    2025-06-06 22:33:17.444564301 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork-filesharing.new.1903/kdenetwork-filesharing.changes
  2025-07-06 17:02:12.460784625 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 15:26:51 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.3/
+- Changes since 25.04.2:
+  * PermissionsHelper: stat without progress info
+
+-------------------------------------------------------------------

Old:
----
  kdenetwork-filesharing-25.04.2.tar.xz
  kdenetwork-filesharing-25.04.2.tar.xz.sig

New:
----
  kdenetwork-filesharing-25.04.3.tar.xz
  kdenetwork-filesharing-25.04.3.tar.xz.sig

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

Other differences:
------------------
++++++ kdenetwork-filesharing.spec ++++++
--- /var/tmp/diff_new_pack.mv057D/_old  2025-07-06 17:02:13.156813459 +0200
+++ /var/tmp/diff_new_pack.mv057D/_new  2025-07-06 17:02:13.156813459 +0200
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kdenetwork-filesharing
-Version:        25.04.2
+Version:        25.04.3
 Release:        0
 Summary:        KDE Network Libraries
 License:        GPL-2.0-or-later


++++++ kdenetwork-filesharing-25.04.2.tar.xz -> 
kdenetwork-filesharing-25.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdenetwork-filesharing-25.04.2/po/bg/kfileshare.po 
new/kdenetwork-filesharing-25.04.3/po/bg/kfileshare.po
--- old/kdenetwork-filesharing-25.04.2/po/bg/kfileshare.po      2025-05-25 
05:55:43.000000000 +0200
+++ new/kdenetwork-filesharing-25.04.3/po/bg/kfileshare.po      2025-06-24 
18:21:05.000000000 +0200
@@ -802,12 +802,3 @@
 msgctxt "@label kauth action description %1 is a username"
 msgid "Creating new Samba user '%1'"
 msgstr "Създаване на нов Samba потребител „%1“"
-
-#~ msgid ""
-#~ "Because this distro does not include PackageKit, we cannot show you a "
-#~ "nice \"Install it\" button, and you will have to use your package manager "
-#~ "to install the <command>samba</command> server package manually."
-#~ msgstr ""
-#~ "Тази дистрибуция не съдържа PackageKit и поради това не можем да ви "
-#~ "покажем бутона \"Инсталиране\" и трябва да използвате вашия мениджър на "
-#~ "пакети, за да инсталирате ръчно пакета на <command>samba</command> server."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdenetwork-filesharing-25.04.2/samba/filepropertiesplugin/permissionshelper.cpp
 
new/kdenetwork-filesharing-25.04.3/samba/filepropertiesplugin/permissionshelper.cpp
--- 
old/kdenetwork-filesharing-25.04.2/samba/filepropertiesplugin/permissionshelper.cpp
 2025-05-25 05:55:43.000000000 +0200
+++ 
new/kdenetwork-filesharing-25.04.3/samba/filepropertiesplugin/permissionshelper.cpp
 2025-06-24 18:21:05.000000000 +0200
@@ -33,7 +33,7 @@
 static QCoro::Task<KFileItem> getCompleteFileItem(const QString &path)
 {
     const QUrl url = QUrl::fromLocalFile(path);
-    auto job = KIO::stat(url);
+    auto job = KIO::stat(url, KIO::HideProgressInfo);
 
     co_await qCoro(job, &KJob::result);
 

Reply via email to