Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2020-05-11 13:29:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotifyconfig (Old)
 and      /work/SRC/openSUSE:Factory/.knotifyconfig.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotifyconfig"

Mon May 11 13:29:09 2020 rev:78 rq:802104 version:5.70.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes      
2020-04-15 20:03:50.429994147 +0200
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new.2738/knotifyconfig.changes    
2020-05-11 13:31:17.471851957 +0200
@@ -1,0 +2,10 @@
+Sun May  3 09:40:07 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * Consistently use knotify-config.h to pass in flags about Canberra/Phonon
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ knotifyconfig.spec ++++++
--- /var/tmp/diff_new_pack.KoiU1u/_old  2020-05-11 13:31:18.743854624 +0200
+++ /var/tmp/diff_new_pack.KoiU1u/_new  2020-05-11 13:31:18.747854632 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NotifyConfig5
-%define _tar_path 5.69
+%define _tar_path 5.70
 # 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.69.0
+Version:        5.70.0
 Release:        0
 Summary:        Configuration dialog for desktop notifications
 License:        LGPL-2.1-or-later


++++++ knotifyconfig-5.69.0.tar.xz -> knotifyconfig-5.70.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.69.0/CMakeLists.txt 
new/knotifyconfig-5.70.0/CMakeLists.txt
--- old/knotifyconfig-5.69.0/CMakeLists.txt     2020-04-05 01:02:51.000000000 
+0200
+++ new/knotifyconfig-5.70.0/CMakeLists.txt     2020-05-03 00:21:26.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
 project(KNotifyConfig VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.69.0  NO_MODULE)
+find_package(ECM 5.70.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)
 
@@ -35,15 +35,12 @@
 set_package_properties(Canberra PROPERTIES
     PURPOSE "Needed to preview notification sounds"
     TYPE OPTIONAL)
-if (Canberra_FOUND)
-    add_definitions(-DHAVE_CANBERRA)
-else()
+if (NOT Canberra_FOUND)
     # This is REQUIRED since you cannot tell CMake "either one of those two 
optional ones are required"
     find_package(Phonon4Qt5 4.6.60 NO_MODULE REQUIRED)
     set_package_properties(Phonon4Qt5 PROPERTIES
         DESCRIPTION "Qt-based audio library"
         PURPOSE "Needed to preview notification sounds when Canberra isn't 
available")
-    add_definitions(-DHAVE_PHONON4QT5)
 endif()
 
 # Includes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.69.0/po/ko/knotifyconfig5.po 
new/knotifyconfig-5.70.0/po/ko/knotifyconfig5.po
--- old/knotifyconfig-5.69.0/po/ko/knotifyconfig5.po    2020-04-05 
01:02:51.000000000 +0200
+++ new/knotifyconfig-5.70.0/po/ko/knotifyconfig5.po    2020-05-03 
00:21:26.000000000 +0200
@@ -1,14 +1,14 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
 # Cho Sung Jae <cho.sung...@gmail.com>, 2007.
-# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015.
+# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-24 02:58+0100\n"
-"PO-Revision-Date: 2015-04-26 17:47+0200\n"
+"PO-Revision-Date: 2020-04-21 00:25+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #. i18n: ectx: property (text), widget (QCheckBox, Sound_check)
 #: knotifyconfigactionswidgetbase.ui:16
@@ -34,7 +34,7 @@
 #: knotifyconfigactionswidgetbase.ui:49
 #, kde-format
 msgid "Show a message in a &popup"
-msgstr "팝업 창에 메시지 보이기(&P)"
+msgstr "팝업 창에 메시지 표시(&P)"
 
 #. i18n: ectx: property (text), widget (QCheckBox, Logfile_check)
 #: knotifyconfigactionswidgetbase.ui:56
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.69.0/src/CMakeLists.txt 
new/knotifyconfig-5.70.0/src/CMakeLists.txt
--- old/knotifyconfig-5.69.0/src/CMakeLists.txt 2020-04-05 01:02:51.000000000 
+0200
+++ new/knotifyconfig-5.70.0/src/CMakeLists.txt 2020-05-03 00:21:26.000000000 
+0200
@@ -1,3 +1,4 @@
+set(HAVE_CANBERRA ${Canberra_FOUND})
 set(HAVE_PHONON ${Phonon4Qt5_FOUND})
 configure_file(knotify-config.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/knotify-config.h )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.69.0/src/knotify-config.h.cmake 
new/knotifyconfig-5.70.0/src/knotify-config.h.cmake
--- old/knotifyconfig-5.69.0/src/knotify-config.h.cmake 2020-04-05 
01:02:51.000000000 +0200
+++ new/knotifyconfig-5.70.0/src/knotify-config.h.cmake 2020-05-03 
00:21:26.000000000 +0200
@@ -1,7 +1,8 @@
 #ifndef KNOTIFY_CONFIG_H
 #define KNOTIFY_CONFIG_H
 
-#cmakedefine01 HAVE_PHONON
+#cmakedefine HAVE_CANBERRA
+#cmakedefine HAVE_PHONON
 
 #endif /* KNOTIFY_CONFIG_H */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifyconfig-5.69.0/src/knotifyconfigactionswidget.cpp 
new/knotifyconfig-5.70.0/src/knotifyconfigactionswidget.cpp
--- old/knotifyconfig-5.69.0/src/knotifyconfigactionswidget.cpp 2020-04-05 
01:02:51.000000000 +0200
+++ new/knotifyconfig-5.70.0/src/knotifyconfigactionswidget.cpp 2020-05-03 
00:21:26.000000000 +0200
@@ -21,8 +21,6 @@
 #include <QDebug>
 #include <QStandardPaths>
 
-#include "knotify-config.h"
-
 #if defined(HAVE_CANBERRA)
 #include <canberra.h>
 #elif defined(HAVE_PHONON)
@@ -71,7 +69,7 @@
 
 KNotifyConfigActionsWidget::~KNotifyConfigActionsWidget()
 {
-#ifdef HAVE_CANBERRA
+#if defined(HAVE_CANBERRA)
     if (m_context) {
         ca_context_destroy(m_context);
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifyconfig-5.69.0/src/knotifyconfigactionswidget.h 
new/knotifyconfig-5.70.0/src/knotifyconfigactionswidget.h
--- old/knotifyconfig-5.69.0/src/knotifyconfigactionswidget.h   2020-04-05 
01:02:51.000000000 +0200
+++ new/knotifyconfig-5.70.0/src/knotifyconfigactionswidget.h   2020-05-03 
00:21:26.000000000 +0200
@@ -22,6 +22,7 @@
 
 #include <QWidget>
 #include "ui_knotifyconfigactionswidgetbase.h"
+#include "knotify-config.h"
 
 #ifdef HAVE_CANBERRA
 struct ca_context;


Reply via email to