Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2023-08-20 00:10:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kauth (Old)
 and      /work/SRC/openSUSE:Factory/.kauth.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kauth"

Sun Aug 20 00:10:22 2023 rev:123 rq:1104552 version:5.109.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kauth/kauth.changes      2023-07-09 
20:41:10.441431090 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.1766/kauth.changes    2023-08-20 
00:12:58.035087730 +0200
@@ -1,0 +2,10 @@
+Tue Aug  8 17:42:44 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.109.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.109.0
+- Changes since 5.108.0:
+  * Add explicit moc includes to sources for moc-covered headers
+
+-------------------------------------------------------------------

Old:
----
  kauth-5.108.0.tar.xz
  kauth-5.108.0.tar.xz.sig

New:
----
  kauth-5.109.0.tar.xz
  kauth-5.109.0.tar.xz.sig

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

Other differences:
------------------
++++++ kauth.spec ++++++
--- /var/tmp/diff_new_pack.L8nGud/_old  2023-08-20 00:12:58.883089398 +0200
+++ /var/tmp/diff_new_pack.L8nGud/_new  2023-08-20 00:12:58.891089413 +0200
@@ -24,7 +24,7 @@
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kauth
-Version:        5.108.0
+Version:        5.109.0
 Release:        0
 Summary:        Framework which lets applications perform actions as a 
privileged user
 License:        LGPL-2.1-or-later


++++++ kauth-5.108.0.tar.xz -> kauth-5.109.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/CMakeLists.txt 
new/kauth-5.109.0/CMakeLists.txt
--- old/kauth-5.108.0/CMakeLists.txt    2023-07-01 11:53:33.000000000 +0200
+++ new/kauth-5.109.0/CMakeLists.txt    2023-08-05 14:34:40.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.108.0") # handled by release scripts
-set(KF_DEP_VERSION "5.108.0") # handled by release scripts
+set(KF_VERSION "5.109.0") # handled by release scripts
+set(KF_DEP_VERSION "5.109.0") # handled by release scripts
 project(KAuth VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.108.0  NO_MODULE)
+find_package(ECM 5.109.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/autotests/TestBackend.cpp 
new/kauth-5.109.0/autotests/TestBackend.cpp
--- old/kauth-5.108.0/autotests/TestBackend.cpp 2023-07-01 11:53:33.000000000 
+0200
+++ new/kauth-5.109.0/autotests/TestBackend.cpp 2023-08-05 14:34:40.000000000 
+0200
@@ -107,3 +107,5 @@
 }
 
 } // namespace Auth
+
+#include "moc_TestBackend.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/autotests/TestHelper.cpp 
new/kauth-5.109.0/autotests/TestHelper.cpp
--- old/kauth-5.108.0/autotests/TestHelper.cpp  2023-07-01 11:53:33.000000000 
+0200
+++ new/kauth-5.109.0/autotests/TestHelper.cpp  2023-08-05 14:34:40.000000000 
+0200
@@ -60,3 +60,5 @@
     Q_UNUSED(args)
     return ActionReply::HelperErrorReply();
 }
+
+#include "moc_TestHelper.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/poqm/fa/kauth5_qt.po 
new/kauth-5.109.0/poqm/fa/kauth5_qt.po
--- old/kauth-5.108.0/poqm/fa/kauth5_qt.po      2023-07-01 11:53:33.000000000 
+0200
+++ new/kauth-5.109.0/poqm/fa/kauth5_qt.po      2023-08-05 14:34:40.000000000 
+0200
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Lokalize 1.4\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:74
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/poqm/ia/kauth5_qt.po 
new/kauth-5.109.0/poqm/ia/kauth5_qt.po
--- old/kauth-5.108.0/poqm/ia/kauth5_qt.po      2023-07-01 11:53:33.000000000 
+0200
+++ new/kauth-5.109.0/poqm/ia/kauth5_qt.po      2023-08-05 14:34:40.000000000 
+0200
@@ -3157,7 +3157,7 @@
 #~ msgstr "Pagina Domo o Principal"
 
 #~ msgid "About KDE"
-#~ msgstr "A proposio de KDE"
+#~ msgstr "A proposito de KDE"
 
 #~ msgid ""
 #~ "<html><font size=\"5\">KDE - Be Free!</font><br /><b>Platform Version %1</"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/poqm/ko/kauth5_qt.po 
new/kauth-5.109.0/poqm/ko/kauth5_qt.po
--- old/kauth-5.108.0/poqm/ko/kauth5_qt.po      2023-07-01 11:53:33.000000000 
+0200
+++ new/kauth-5.109.0/poqm/ko/kauth5_qt.po      2023-08-05 14:34:40.000000000 
+0200
@@ -33,7 +33,7 @@
 "(application: %2 helper: %3)"
 msgstr ""
 "DBus 백엔드 오류: 도우미에 연결할 수 없습니다. %1\n"
-"(프로그램: %2 도우미: %3)"
+"(앱: %2 도우미: %3)"
 
 #: backends/dbus/DBusHelperProxy.cpp:124
 #, qt-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/poqm/zh_CN/kauth5_qt.po 
new/kauth-5.109.0/poqm/zh_CN/kauth5_qt.po
--- old/kauth-5.108.0/poqm/zh_CN/kauth5_qt.po   2023-07-01 11:53:33.000000000 
+0200
+++ new/kauth-5.109.0/poqm/zh_CN/kauth5_qt.po   2023-08-05 14:34:40.000000000 
+0200
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-06-17 04:11\n"
+"PO-Revision-Date: 2023-08-02 12:40\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/src/AuthBackend.cpp 
new/kauth-5.109.0/src/AuthBackend.cpp
--- old/kauth-5.108.0/src/AuthBackend.cpp       2023-07-01 11:53:33.000000000 
+0200
+++ new/kauth-5.109.0/src/AuthBackend.cpp       2023-08-05 14:34:40.000000000 
+0200
@@ -67,3 +67,5 @@
 }
 
 } // namespace KAuth
+
+#include "moc_AuthBackend.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/src/action.cpp 
new/kauth-5.109.0/src/action.cpp
--- old/kauth-5.108.0/src/action.cpp    2023-07-01 11:53:33.000000000 +0200
+++ new/kauth-5.109.0/src/action.cpp    2023-08-05 14:34:40.000000000 +0200
@@ -226,3 +226,5 @@
 }
 
 } // namespace Auth
+
+#include "moc_action.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/src/backends/dbus/DBusHelperProxy.cpp 
new/kauth-5.109.0/src/backends/dbus/DBusHelperProxy.cpp
--- old/kauth-5.108.0/src/backends/dbus/DBusHelperProxy.cpp     2023-07-01 
11:53:33.000000000 +0200
+++ new/kauth-5.109.0/src/backends/dbus/DBusHelperProxy.cpp     2023-08-05 
14:34:40.000000000 +0200
@@ -363,3 +363,5 @@
 }
 
 } // namespace Auth
+
+#include "moc_DBusHelperProxy.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.108.0/src/backends/fake/FakeBackend.cpp 
new/kauth-5.109.0/src/backends/fake/FakeBackend.cpp
--- old/kauth-5.108.0/src/backends/fake/FakeBackend.cpp 2023-07-01 
11:53:33.000000000 +0200
+++ new/kauth-5.109.0/src/backends/fake/FakeBackend.cpp 2023-08-05 
14:34:40.000000000 +0200
@@ -45,3 +45,5 @@
 }
 
 } // namespace Auth
+
+#include "moc_FakeBackend.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kauth-5.108.0/src/backends/fakehelper/FakeHelperProxy.cpp 
new/kauth-5.109.0/src/backends/fakehelper/FakeHelperProxy.cpp
--- old/kauth-5.108.0/src/backends/fakehelper/FakeHelperProxy.cpp       
2023-07-01 11:53:33.000000000 +0200
+++ new/kauth-5.109.0/src/backends/fakehelper/FakeHelperProxy.cpp       
2023-08-05 14:34:40.000000000 +0200
@@ -71,3 +71,5 @@
 }
 
 }
+
+#include "moc_FakeHelperProxy.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kauth-5.108.0/src/backends/mac/AuthServicesBackend.cpp 
new/kauth-5.109.0/src/backends/mac/AuthServicesBackend.cpp
--- old/kauth-5.108.0/src/backends/mac/AuthServicesBackend.cpp  2023-07-01 
11:53:33.000000000 +0200
+++ new/kauth-5.109.0/src/backends/mac/AuthServicesBackend.cpp  2023-08-05 
14:34:40.000000000 +0200
@@ -178,3 +178,5 @@
 }
 
 }; // namespace KAuth
+
+#include "moc_AuthServicesBackend.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kauth-5.108.0/src/backends/polkit-1/Polkit1Backend.cpp 
new/kauth-5.109.0/src/backends/polkit-1/Polkit1Backend.cpp
--- old/kauth-5.108.0/src/backends/polkit-1/Polkit1Backend.cpp  2023-07-01 
11:53:33.000000000 +0200
+++ new/kauth-5.109.0/src/backends/polkit-1/Polkit1Backend.cpp  2023-08-05 
14:34:40.000000000 +0200
@@ -192,3 +192,5 @@
 }
 
 } // namespace Auth
+
+#include "moc_Polkit1Backend.cpp"

Reply via email to