Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2021-02-17 18:11:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotifyconfig (Old)
 and      /work/SRC/openSUSE:Factory/.knotifyconfig.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotifyconfig"

Wed Feb 17 18:11:19 2021 rev:87 rq:871713 version:5.79.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes      
2021-01-13 18:19:17.361302076 +0100
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new.28504/knotifyconfig.changes   
2021-02-17 18:12:26.737985058 +0100
@@ -1,0 +2,9 @@
+Mon Feb  8 08:46:35 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.79.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.79.0
+- No code change since 5.78.0
+
+-------------------------------------------------------------------

Old:
----
  knotifyconfig-5.78.0.tar.xz
  knotifyconfig-5.78.0.tar.xz.sig

New:
----
  knotifyconfig-5.79.0.tar.xz
  knotifyconfig-5.79.0.tar.xz.sig

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

Other differences:
------------------
++++++ knotifyconfig.spec ++++++
--- /var/tmp/diff_new_pack.LWjRKL/_old  2021-02-17 18:12:27.329985542 +0100
+++ /var/tmp/diff_new_pack.LWjRKL/_new  2021-02-17 18:12:27.333985546 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NotifyConfig5
-%define _tar_path 5.78
+%define _tar_path 5.79
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           knotifyconfig
-Version:        5.78.0
+Version:        5.79.0
 Release:        0
 Summary:        Configuration dialog for desktop notifications
 License:        LGPL-2.1-or-later


++++++ knotifyconfig-5.78.0.tar.xz -> knotifyconfig-5.79.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.78.0/.gitignore 
new/knotifyconfig-5.79.0/.gitignore
--- old/knotifyconfig-5.78.0/.gitignore 2021-01-02 14:21:08.000000000 +0100
+++ new/knotifyconfig-5.79.0/.gitignore 2021-02-06 19:21:57.000000000 +0100
@@ -20,3 +20,4 @@
 CMakeLists.txt.user*
 *.unc-backup*
 .cmake/
+/.clang-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.78.0/CMakeLists.txt 
new/knotifyconfig-5.79.0/CMakeLists.txt
--- old/knotifyconfig-5.78.0/CMakeLists.txt     2021-01-02 14:21:08.000000000 
+0100
+++ new/knotifyconfig-5.79.0/CMakeLists.txt     2021-02-06 19:21:57.000000000 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.78.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.78.0") # handled by release scripts
-project(KNotifyConfig VERSION ${KF5_VERSION})
+set(KF_VERSION "5.79.0") # handled by release scripts
+set(KF_DEP_VERSION "5.79.0") # handled by release scripts
+project(KNotifyConfig VERSION ${KF_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.78.0  NO_MODULE)
+find_package(ECM 5.79.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)
 
@@ -26,10 +26,10 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-find_package(KF5Completion ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5KIO ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5Completion ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5I18n ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5KIO ${KF_DEP_VERSION} REQUIRED)
 
 find_package(Canberra)
 set_package_properties(Canberra PROPERTIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.78.0/po/zh_CN/knotifyconfig5.po 
new/knotifyconfig-5.79.0/po/zh_CN/knotifyconfig5.po
--- old/knotifyconfig-5.78.0/po/zh_CN/knotifyconfig5.po 2021-01-02 
14:21:08.000000000 +0100
+++ new/knotifyconfig-5.79.0/po/zh_CN/knotifyconfig5.po 2021-02-06 
19:21:57.000000000 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-11 02:10+0200\n"
-"PO-Revision-Date: 2021-01-01 14:21\n"
+"PO-Revision-Date: 2021-02-04 11:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.78.0/src/CMakeLists.txt 
new/knotifyconfig-5.79.0/src/CMakeLists.txt
--- old/knotifyconfig-5.78.0/src/CMakeLists.txt 2021-01-02 14:21:08.000000000 
+0100
+++ new/knotifyconfig-5.79.0/src/CMakeLists.txt 2021-02-06 19:21:57.000000000 
+0100
@@ -70,7 +70,7 @@
         KF5NotifyConfig_QCH
         NAME KNotifyConfig
         BASE_NAME KF5NotifyConfig
-        VERSION ${KF5_VERSION}
+        VERSION ${KF_VERSION}
         ORG_DOMAIN org.kde
         SOURCES # using only public headers, to cover only public API
             ${KNotifyConfig_HEADERS}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifyconfig-5.78.0/src/knotifyconfigactionswidget.cpp 
new/knotifyconfig-5.79.0/src/knotifyconfigactionswidget.cpp
--- old/knotifyconfig-5.78.0/src/knotifyconfigactionswidget.cpp 2021-01-02 
14:21:08.000000000 +0100
+++ new/knotifyconfig-5.79.0/src/knotifyconfigactionswidget.cpp 2021-02-06 
19:21:57.000000000 +0100
@@ -203,5 +203,5 @@
 void KNotifyConfigActionsWidget::slotTTSComboChanged()
 {
     m_ui.TTS_select->setEnabled(m_ui.TTS_check->isChecked() &&  
m_ui.TTS_combo->currentIndex() == 2);
-    emit changed();
+    Q_EMIT changed();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.78.0/src/knotifyconfigwidget.cpp 
new/knotifyconfig-5.79.0/src/knotifyconfigwidget.cpp
--- old/knotifyconfig-5.78.0/src/knotifyconfigwidget.cpp        2021-01-02 
14:21:08.000000000 +0100
+++ new/knotifyconfig-5.79.0/src/knotifyconfigwidget.cpp        2021-02-06 
19:21:57.000000000 +0100
@@ -86,7 +86,7 @@
     }
 
     d->eventList->save();
-    emit changed(false);
+    Q_EMIT changed(false);
 
     //ask KNotification objects to reload their config
     QDBusMessage message = 
QDBusMessage::createSignal(QStringLiteral("/Config"), 
QStringLiteral("org.kde.knotification"), 
QStringLiteral("reparseConfiguration"));
@@ -97,7 +97,7 @@
 void KNotifyConfigWidget::revertToDefaults()
 {
     d->eventList->fill(d->application, d->contextName, d->contextValue, true);
-    emit changed(true);
+    Q_EMIT changed(true);
 }
 
 void KNotifyConfigWidget::disableAllSounds()
@@ -107,7 +107,7 @@
             d->actionsconfig->setConfigElement(d->currentElement);
         }
         d->eventList->updateAllItems();
-        emit changed(true);
+        Q_EMIT changed(true);
     }
 }
 
@@ -141,7 +141,7 @@
 
 void KNotifyConfigWidget::slotActionChanged()
 {
-    emit changed(true);   //TODO
+    Q_EMIT changed(true);   //TODO
     if (d->currentElement) {
         d->actionsconfig->save(d->currentElement);
         d->eventList->updateCurrentItem();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.78.0/src/knotifyeventlist.cpp 
new/knotifyconfig-5.79.0/src/knotifyeventlist.cpp
--- old/knotifyconfig-5.78.0/src/knotifyeventlist.cpp   2021-01-02 
14:21:08.000000000 +0100
+++ new/knotifyconfig-5.79.0/src/knotifyeventlist.cpp   2021-02-06 
19:21:57.000000000 +0100
@@ -172,9 +172,9 @@
 
     KNotifyEventListItem *it = dynamic_cast<KNotifyEventListItem 
*>(currentItem());
     if (it) {
-        emit eventSelected(it->configElement());
+        Q_EMIT eventSelected(it->configElement());
     } else {
-        emit eventSelected(nullptr);
+        Q_EMIT eventSelected(nullptr);
     }
 
     it = dynamic_cast<KNotifyEventListItem *>(previous);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.78.0/tests/CMakeLists.txt 
new/knotifyconfig-5.79.0/tests/CMakeLists.txt
--- old/knotifyconfig-5.78.0/tests/CMakeLists.txt       2021-01-02 
14:21:08.000000000 +0100
+++ new/knotifyconfig-5.79.0/tests/CMakeLists.txt       2021-02-06 
19:21:57.000000000 +0100
@@ -7,16 +7,16 @@
 find_package(Qt5Test ${REQUIRED_QT_VERSION} REQUIRED)
 set_package_properties(Qt5Test PROPERTIES PURPOSE "Required for tests")
 
-find_package(KF5ConfigWidgets ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5ConfigWidgets ${KF_DEP_VERSION} REQUIRED)
 set_package_properties(KF5ConfigWidgets PROPERTIES PURPOSE "Required for 
tests")
 
-find_package(KF5Notifications ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5Notifications ${KF_DEP_VERSION} REQUIRED)
 set_package_properties(KF5Notifications PROPERTIES PURPOSE "Required for 
tests")
 
-find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5WidgetsAddons ${KF_DEP_VERSION} REQUIRED)
 set_package_properties(KF5WidgetsAddons PROPERTIES PURPOSE "Required for 
tests")
 
-find_package(KF5XmlGui ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5XmlGui ${KF_DEP_VERSION} REQUIRED)
 set_package_properties(KF5XmlGui PROPERTIES PURPOSE "Required for tests")
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)

Reply via email to