commit knotifications for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-10-12 13:55:39

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.3486 (New)


Package is "knotifications"

Mon Oct 12 13:55:39 2020 rev:85 rq:840837 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-09-18 14:42:05.504039362 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.3486/knotifications.changes  
2020-10-12 13:57:26.774169356 +0200
@@ -1,0 +2,13 @@
+Mon Oct  5 08:33:26 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Changes since 5.74.0:
+  * Lower Android plugin until new Gradle is available
+  * Use Android SDK versions from ECM
+  * const'ify pointer + initialize variable
+  * Deprecate KNotification constructor taking widget parameter
+
+---

Old:

  knotifications-5.74.0.tar.xz
  knotifications-5.74.0.tar.xz.sig

New:

  knotifications-5.75.0.tar.xz
  knotifications-5.75.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.GWeNfE/_old  2020-10-12 13:57:27.254169555 +0200
+++ /var/tmp/diff_new_pack.GWeNfE/_new  2020-10-12 13:57:27.258169557 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.74
+%define _tar_path 5.75
 # 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:   knotifications
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later


++ knotifications-5.74.0.tar.xz -> knotifications-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.74.0/CMakeLists.txt 
new/knotifications-5.75.0/CMakeLists.txt
--- old/knotifications-5.74.0/CMakeLists.txt2020-09-06 12:32:07.0 
+0200
+++ new/knotifications-5.75.0/CMakeLists.txt2020-10-04 20:50:43.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.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/knotifications-5.74.0/cmake/modules/FindGradle.cmake 
new/knotifications-5.75.0/cmake/modules/FindGradle.cmake
--- old/knotifications-5.74.0/cmake/modules/FindGradle.cmake2020-09-06 
12:32:07.0 +0200
+++ new/knotifications-5.75.0/cmake/modules/FindGradle.cmake2020-10-04 
20:50:43.0 +0200
@@ -64,9 +64,6 @@
 set(_aar_suffix "-release")
 set(_aar_gradleCmd "assembleRelease")
 endif()
-if (NOT Qt5Core_VERSION VERSION_LESS 5.14.0) # behavior change in Gradle 
shipped with Qt 5.14
-set(_aar_suffix "")
-endif()
 
 file(GLOB_RECURSE _src_files CONFIGURE_DEPENDS "*")
 add_custom_command(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.74.0/po/ca/knotifications5_qt.po 
new/knotifications-5.75.0/po/ca/knotifications5_qt.po
--- old/knotifications-5.74.0/po/ca/knotifications5_qt.po   2020-09-06 
12:32:07.0 +0200
+++ new/knotifications-5.75.0/po/ca/knotifications5_qt.po   2020-10-04 
20:50:43.0 +0200
@@ -11,7 +11,7 @@
 # Orestes Mas , 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: knotifications5_qt\n"
+"Project-Id-Version: knotifications\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2020-07-22 13:05+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-5.74.0/po/ca@valencia/knotifications5_qt.po 

commit knotifications for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-09-18 14:41:10

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.4249 (New)


Package is "knotifications"

Fri Sep 18 14:41:10 2020 rev:84 rq:834422 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-08-12 12:29:03.904176631 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.4249/knotifications.changes  
2020-09-18 14:42:05.504039362 +0200
@@ -1,0 +2,11 @@
+Sun Sep  6 12:49:55 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * Remove obsolete COPYING files
+  * refine knotification docs
+
+---

Old:

  knotifications-5.73.0.tar.xz
  knotifications-5.73.0.tar.xz.sig

New:

  knotifications-5.74.0.tar.xz
  knotifications-5.74.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.fLn2rC/_old  2020-09-18 14:42:06.268040044 +0200
+++ /var/tmp/diff_new_pack.fLn2rC/_new  2020-09-18 14:42:06.268040044 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.73
+%define _tar_path 5.74
 # 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:   knotifications
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
@@ -107,7 +107,7 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5Notifications.so.*
 %{_kf5_servicetypesdir}/
 %{_kf5_debugdir}/knotifications.categories


++ knotifications-5.73.0.tar.xz -> knotifications-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.73.0/CMakeLists.txt 
new/knotifications-5.74.0/CMakeLists.txt
--- old/knotifications-5.73.0/CMakeLists.txt2020-08-01 21:51:57.0 
+0200
+++ new/knotifications-5.74.0/CMakeLists.txt2020-09-06 12:32:07.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.73.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.73.0  NO_MODULE)
+find_package(ECM 5.74.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)
 
@@ -126,7 +126,7 @@
 if (NOT APPLE) # QtMac::setBadgeLabelText is deprecated
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 endif()
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054900)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.73.0/COPYING-CMAKE-SCRIPTS 
new/knotifications-5.74.0/COPYING-CMAKE-SCRIPTS
--- old/knotifications-5.73.0/COPYING-CMAKE-SCRIPTS 2020-08-01 
21:51:57.0 +0200
+++ new/knotifications-5.74.0/COPYING-CMAKE-SCRIPTS 1970-01-01 
01:00:00.0 +0100
@@ -1,22 +0,0 @@
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products 
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 

commit knotifications for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-08-12 12:24:41

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.3399 (New)


Package is "knotifications"

Wed Aug 12 12:24:41 2020 rev:83 rq:825095 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-07-14 07:54:54.628938881 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.3399/knotifications.changes  
2020-08-12 12:29:03.904176631 +0200
@@ -1,0 +2,12 @@
+Sun Aug  2 07:13:38 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * KNotifications: Convert license statements to SPDX
+  * Use KF-standardized Qt logging categories
+  * Use camelcase include. (scripted)
+
+---

Old:

  knotifications-5.72.0.tar.xz
  knotifications-5.72.0.tar.xz.sig

New:

  knotifications-5.73.0.tar.xz
  knotifications-5.73.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.FxEddX/_old  2020-08-12 12:29:04.452176614 +0200
+++ /var/tmp/diff_new_pack.FxEddX/_new  2020-08-12 12:29:04.456176614 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.72
+%define _tar_path 5.73
 # 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:   knotifications
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
@@ -111,6 +111,7 @@
 %{_kf5_libdir}/libKF5Notifications.so.*
 %{_kf5_servicetypesdir}/
 %{_kf5_debugdir}/knotifications.categories
+%{_kf5_debugdir}/*.renamecategories
 
 %files devel
 %{_kf5_libdir}/libKF5Notifications.so


++ knotifications-5.72.0.tar.xz -> knotifications-5.73.0.tar.xz ++
 8775 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-07-14 07:53:47

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.3060 (New)


Package is "knotifications"

Tue Jul 14 07:53:47 2020 rev:82 rq:820382 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-06-16 13:43:43.357307634 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.3060/knotifications.changes  
2020-07-14 07:54:54.628938881 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:36 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- Changes since 5.71.0:
+  * Don't use notifybysnore.h on MSYS2
+
+---

Old:

  knotifications-5.71.0.tar.xz
  knotifications-5.71.0.tar.xz.sig

New:

  knotifications-5.72.0.tar.xz
  knotifications-5.72.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.pVvNSW/_old  2020-07-14 07:54:55.340941186 +0200
+++ /var/tmp/diff_new_pack.pVvNSW/_new  2020-07-14 07:54:55.344941199 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.71
+%define _tar_path 5.72
 # 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:   knotifications
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ knotifications-5.71.0.tar.xz -> knotifications-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.71.0/CMakeLists.txt 
new/knotifications-5.72.0/CMakeLists.txt
--- old/knotifications-5.71.0/CMakeLists.txt2020-06-07 20:30:16.0 
+0200
+++ new/knotifications-5.72.0/CMakeLists.txt2020-07-04 15:18:23.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.71.0  NO_MODULE)
+find_package(ECM 5.72.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)
 
@@ -72,13 +72,13 @@
find_package(Qt5MacExtras ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 endif()
 if (WIN32)
-find_package(LibSnoreToast REQUIRED)
-set_package_properties(LibSnoreToast PROPERTIES TYPE REQUIRED
-PURPOSE "for the Windows Toast Notifications"
-DESCRIPTION "A command line application, capable 
of creating
-Windows Toast notifications on Windows 
(>=)8 "
-)
+find_package(LibSnoreToast)
 find_package(Qt5Network REQUIRED)
+
+include(CMakeDependentOption)
+cmake_dependent_option(WITH_SNORETOAST "for the Windows Toast 
Notifications" ON
+   "Qt5Network_FOUND;LibSnoreToast_FOUND" OFF
+)
 endif()
 
 set(HAVE_KWINDOWSYSTEM FALSE)
@@ -90,7 +90,7 @@
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 
-if (NOT WIN32 AND NOT ANDROID)
+if (NOT ANDROID OR (WIN32 AND NOT ${WITH_SNORETOAST}))
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 find_package(Canberra)
 set_package_properties(Canberra PROPERTIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.71.0/po/az/knotifications5_qt.po 
new/knotifications-5.72.0/po/az/knotifications5_qt.po
--- old/knotifications-5.71.0/po/az/knotifications5_qt.po   2020-06-07 
20:30:16.0 +0200
+++ new/knotifications-5.72.0/po/az/knotifications5_qt.po   2020-07-04 
15:18:23.0 

commit knotifications for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-06-16 13:43:26

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.3606 (New)


Package is "knotifications"

Tue Jun 16 13:43:26 2020 rev:81 rq:814377 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-05-11 13:31:11.551839548 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.3606/knotifications.changes  
2020-06-16 13:43:43.357307634 +0200
@@ -1,0 +2,18 @@
+Sun Jun  7 08:06:52 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- Changes since 5.70.0:
+  * Implement lock-screen visibility control on Android
+  * Generate DBus interface
+  * Implement notification grouping on Android
+  * Display rich text notification messages on Android
+  * Implement urls using hints
+  * Use UI marker context in more tr() calls
+  * Implement support for notification urgency on Android
+  * Remove galago from method/variable naming
+  * Remove checks for notification service and fallback to KPassivePopup
+
+---

Old:

  knotifications-5.70.0.tar.xz
  knotifications-5.70.0.tar.xz.sig

New:

  knotifications-5.71.0.tar.xz
  knotifications-5.71.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.MJiCKH/_old  2020-06-16 13:43:44.825312985 +0200
+++ /var/tmp/diff_new_pack.MJiCKH/_new  2020-06-16 13:43:44.825312985 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.70
+%define _tar_path 5.71
 # 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:   knotifications
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later


++ knotifications-5.70.0.tar.xz -> knotifications-5.71.0.tar.xz ++
 5354 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-05-11 13:29:06

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.2738 (New)


Package is "knotifications"

Mon May 11 13:29:06 2020 rev:80 rq:802103 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-04-15 20:03:49.309993306 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.2738/knotifications.changes  
2020-05-11 13:31:11.551839548 +0200
@@ -1,0 +2,13 @@
+Sun May  3 09:40:07 UTC 2020 - Christophe Giboudeaux 
+
+- 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:
+  * Implement updating of notifications on Android
+  * Handle multi-line and rich-text notifications on Android
+  * Add KNotificationJobUiDelegate(KJobUiDelegate::Flags) constructor
+  * [KNotificationJobUiDelegate] Append "Failed" for error messages
+
+---

Old:

  knotifications-5.69.0.tar.xz
  knotifications-5.69.0.tar.xz.sig

New:

  knotifications-5.70.0.tar.xz
  knotifications-5.70.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.QCNkO5/_old  2020-05-11 13:31:12.871842315 +0200
+++ /var/tmp/diff_new_pack.QCNkO5/_new  2020-05-11 13:31:12.875842323 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%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:   knotifications
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later


++ knotifications-5.69.0.tar.xz -> knotifications-5.70.0.tar.xz ++
 2293 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-04-15 20:02:17

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.2738 (New)


Package is "knotifications"

Wed Apr 15 20:02:17 2020 rev:79 rq:793170 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-03-19 19:45:29.924025753 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.2738/knotifications.changes  
2020-04-15 20:03:49.309993306 +0200
@@ -1,0 +2,11 @@
+Sun Apr  5 19:45:44 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- Changes since 5.68.0:
+  * Introduce KNotificationJobUiDelegate
+  * Use fallback also on Windows not only mac
+
+---

Old:

  knotifications-5.68.0.tar.xz
  knotifications-5.68.0.tar.xz.sig

New:

  knotifications-5.69.0.tar.xz
  knotifications-5.69.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.Wl7Fp2/_old  2020-04-15 20:03:50.105993904 +0200
+++ /var/tmp/diff_new_pack.Wl7Fp2/_new  2020-04-15 20:03:50.105993904 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.68
+%define _tar_path 5.69
 # 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:   knotifications
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later


++ knotifications-5.68.0.tar.xz -> knotifications-5.69.0.tar.xz ++
 4222 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-03-19 19:43:15

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.3160 (New)


Package is "knotifications"

Thu Mar 19 19:43:15 2020 rev:78 rq:785339 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-02-14 16:34:14.591481034 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.3160/knotifications.changes  
2020-03-19 19:45:29.924025753 +0100
@@ -1,0 +2,17 @@
+Sun Mar  8 09:17:54 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Fix config include
+  * Make kstatusnotifieritem available without dbus
+  * Adapt action numbering in Android to work like in KNotifications
+  * Fix minor EBN issues and typos
+  * Have kai the knotifications maintainer
+  * Always strip html if server does not support it
+  * Use ecm_qt_install_logging_categories over manual categories file
+  * [android] Emit defaultActivated when tapping the notification
+
+---

Old:

  knotifications-5.67.0.tar.xz
  knotifications-5.67.0.tar.xz.sig

New:

  knotifications-5.68.0.tar.xz
  knotifications-5.68.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.rixfDw/_old  2020-03-19 19:45:30.620026125 +0100
+++ /var/tmp/diff_new_pack.rixfDw/_new  2020-03-19 19:45:30.628026130 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.67
+%define _tar_path 5.68
 # 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:   knotifications
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later


++ knotifications-5.67.0.tar.xz -> knotifications-5.68.0.tar.xz ++
 4497 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-02-14 16:33:31

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.26092 (New)


Package is "knotifications"

Fri Feb 14 16:33:31 2020 rev:77 rq:773277 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-01-14 21:05:19.122708305 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.26092/knotifications.changes 
2020-02-14 16:34:14.591481034 +0100
@@ -1,0 +2,23 @@
+Sun Feb  2 18:07:05 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:53 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- Changes since 5.66.0:
+  * Add new signal for default action activation
+  * Drop dependency to KF5Codecs by using the new
+stripRichText function
+  * Strip richtext on Windows
+  * Reduce dependencies on Windows
+  * Adapt to Qt 5.14 Android changes
+  * Don't use KWindowSystem on Android
+  * Deprecate raiseWidget
+  * Port KNotification from KWindowSystem
+
+---

Old:

  knotifications-5.66.0.tar.xz
  knotifications-5.66.0.tar.xz.sig

New:

  knotifications-5.67.0.tar.xz
  knotifications-5.67.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.aAnzI0/_old  2020-02-14 16:34:15.091481313 +0100
+++ /var/tmp/diff_new_pack.aAnzI0/_new  2020-02-14 16:34:15.095481315 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.66
+%define _tar_path 5.67
 # 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:   knotifications
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
@@ -41,20 +41,19 @@
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(KF5Codecs) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5DBus) >= 5.11.0
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
-BuildRequires:  cmake(Qt5TextToSpeech) >= 5.11.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.11.0
+BuildRequires:  cmake(Qt5DBus) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5TextToSpeech) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.12.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(libcanberra)
 BuildRequires:  pkgconfig(x11)
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.12.0
 %endif
 
 %description
@@ -77,8 +76,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5DBus) >= 5.11.0
-Requires:   cmake(Qt5Widgets) >= 5.11.0
+Requires:   cmake(Qt5DBus) >= 5.12.0
+Requires:   cmake(Qt5Widgets) >= 5.12.0
 
 %description devel
 KNotification is used to notify the user of an event. It covers feedback and
@@ -91,7 +90,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ knotifications-5.66.0.tar.xz -> knotifications-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.66.0/CMakeLists.txt 
new/knotifications-5.67.0/CMakeLists.txt
--- old/knotifications-5.66.0/CMakeLists.txt2020-01-04 11:11:14.0 
+0100
+++ new/knotifications-5.67.0/CMakeLists.txt2020-02-02 13:51:54.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.66.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.66.0  NO_MODULE)

commit knotifications for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-01-14 21:02:43

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.6675 (New)


Package is "knotifications"

Tue Jan 14 21:02:43 2020 rev:76 rq:763475 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-12-18 14:43:04.137794552 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.6675/knotifications.changes  
2020-01-14 21:05:19.122708305 +0100
@@ -1,0 +2,11 @@
+Sun Jan  5 09:02:15 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Port endl to "\n" (QFile flushs data when deleted)
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  knotifications-5.65.0.tar.xz
  knotifications-5.65.0.tar.xz.sig

New:

  knotifications-5.66.0.tar.xz
  knotifications-5.66.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.S3LKk0/_old  2020-01-14 21:05:19.938708683 +0100
+++ /var/tmp/diff_new_pack.S3LKk0/_new  2020-01-14 21:05:19.942708685 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifications
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # 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:   knotifications
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later


++ knotifications-5.65.0.tar.xz -> knotifications-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.65.0/CMakeLists.txt 
new/knotifications-5.66.0/CMakeLists.txt
--- old/knotifications-5.65.0/CMakeLists.txt2019-12-07 22:46:13.0 
+0100
+++ new/knotifications-5.66.0/CMakeLists.txt2020-01-04 11:11:14.0 
+0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
@@ -31,7 +31,7 @@
 SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 set(CMAKE_AUTORCC TRUE)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
@@ -119,7 +119,7 @@
 if (NOT APPLE) # QtMac::setBadgeLabelText is deprecated
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 endif()
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.65.0/src/notifybylogfile.cpp 
new/knotifications-5.66.0/src/notifybylogfile.cpp
--- old/knotifications-5.65.0/src/notifybylogfile.cpp   2019-12-07 
22:46:13.0 +0100
+++ new/knotifications-5.66.0/src/notifybylogfile.cpp   2020-01-04 
11:11:14.0 +0100
@@ -64,7 +64,7 @@
 // append msg
 QTextStream strm();
 strm << "- KNotify " << QDateTime::currentDateTime().toString() << ": ";
-strm << text << endl;
+strm << text << QLatin1Char('\n');
 
 // close file
 logFile.close();




commit knotifications for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-12-18 14:41:20

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.4691 (New)


Package is "knotifications"

Wed Dec 18 14:41:20 2019 rev:75 rq:757051 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-11-12 11:48:55.726942112 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.4691/knotifications.changes  
2019-12-18 14:43:04.137794552 +0100
@@ -1,0 +2,15 @@
+Sun Dec  8 11:18:44 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- Changes since 5.64.0:
+  * Add missing include for Qt 5.14 build
+  * Make the docs reflect that setIconName should be preferred
+over setPixmap when possible
+  * Document configuration file path on Android
+  * Disable knotification_test, which starts D-Bus if it is not
+already running, which on Windows causes the test to hang infinitely
+
+---

Old:

  knotifications-5.64.0.tar.xz
  knotifications-5.64.0.tar.xz.sig

New:

  knotifications-5.65.0.tar.xz
  knotifications-5.65.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.Jw8eq2/_old  2019-12-18 14:43:04.869794887 +0100
+++ /var/tmp/diff_new_pack.Jw8eq2/_new  2019-12-18 14:43:04.873794889 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifications
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.64
+%define _tar_path 5.65
 # 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:   knotifications
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later


++ knotifications-5.64.0.tar.xz -> knotifications-5.65.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.64.0/CMakeLists.txt 
new/knotifications-5.65.0/CMakeLists.txt
--- old/knotifications-5.64.0/CMakeLists.txt2019-11-02 13:58:56.0 
+0100
+++ new/knotifications-5.65.0/CMakeLists.txt2019-12-07 22:46:13.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.64.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
+set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.64.0  NO_MODULE)
+find_package(ECM 5.65.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -119,7 +119,7 @@
 if (NOT APPLE) # QtMac::setBadgeLabelText is deprecated
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 endif()
-add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.64.0/autotests/CMakeLists.txt 
new/knotifications-5.65.0/autotests/CMakeLists.txt
--- old/knotifications-5.64.0/autotests/CMakeLists.txt  2019-11-02 
13:58:56.0 +0100
+++ new/knotifications-5.65.0/autotests/CMakeLists.txt  2019-12-07 
22:46:13.0 +0100
@@ -7,7 +7,7 @@
 return()
 endif()
 
-if (TARGET Qt5::DBus)
-set(KNotificationTest_SRCS knotification_test.cpp 
fake_notifications_server.cpp)
-ecm_add_test(${KNotificationTest_SRCS} TEST_NAME "KNotificationTest" 
LINK_LIBRARIES Qt5::Test Qt5::DBus KF5::Notifications)
-endif()
+#if (TARGET Qt5::DBus)
+#set(KNotificationTest_SRCS knotification_test.cpp 
fake_notifications_server.cpp)
+#ecm_add_test(${KNotificationTest_SRCS} TEST_NAME 

commit knotifications for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-11-12 11:48:48

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.2990 (New)


Package is "knotifications"

Tue Nov 12 11:48:48 2019 rev:74 rq:747128 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-10-14 13:37:48.121976063 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.2990/knotifications.changes  
2019-11-12 11:48:55.726942112 +0100
@@ -1,0 +2,12 @@
+Sun Nov  3 15:47:10 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- Changes since 5.63.0:
+  * [KStatusNotifierItem] Allow left click when menu is null
+  * Remove Growl support
+  * Add and enable Notification Center support in macOS
+
+---

Old:

  knotifications-5.63.0.tar.xz
  knotifications-5.63.0.tar.xz.sig

New:

  knotifications-5.64.0.tar.xz
  knotifications-5.64.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.tTqbTk/_old  2019-11-12 11:48:56.414942816 +0100
+++ /var/tmp/diff_new_pack.tTqbTk/_new  2019-11-12 11:48:56.418942820 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.63
+%define _tar_path 5.64
 # 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:   knotifications
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later


++ knotifications-5.63.0.tar.xz -> knotifications-5.64.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.63.0/CMakeLists.txt 
new/knotifications-5.64.0/CMakeLists.txt
--- old/knotifications-5.63.0/CMakeLists.txt2019-10-06 11:48:20.0 
+0200
+++ new/knotifications-5.64.0/CMakeLists.txt2019-11-02 13:58:56.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.63.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
+set(KF5_VERSION "5.64.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.63.0  NO_MODULE)
+find_package(ECM 5.64.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -119,6 +119,7 @@
 if (NOT APPLE) # QtMac::setBadgeLabelText is deprecated
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 endif()
+add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.63.0/po/gl/knotifications5_qt.po 
new/knotifications-5.64.0/po/gl/knotifications5_qt.po
--- old/knotifications-5.63.0/po/gl/knotifications5_qt.po   2019-10-06 
11:48:20.0 +0200
+++ new/knotifications-5.64.0/po/gl/knotifications5_qt.po   2019-11-02 
13:58:56.0 +0100
@@ -1,7 +1,6 @@
 # translation of kdelibs4.po to galician
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
 # mvillarino , 2007, 2008, 2009.
 # Marce Villarino , 2008, 2009.
 # marce villarino , 2009.
@@ -9,25 +8,28 @@
 # Marce Villarino , 2009, 2010, 2011, 2012.
 # Xosé , 2010.
 # Marce Villarino , 2011, 2012, 2013, 2014.
+# Adrián Chaves (Gallaecio) , 2019.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-05-12 23:30+0200\n"
-"Last-Translator: Marce Villarino \n"
-"Language-Team: Galician \n"
+"PO-Revision-Date: 2019-10-19 22:26+0200\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
+"Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"

commit knotifications for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-10-14 13:37:44

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.2352 (New)


Package is "knotifications"

Mon Oct 14 13:37:44 2019 rev:73 rq:738046 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-09-23 12:25:00.513732184 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.2352/knotifications.changes  
2019-10-14 13:37:48.121976063 +0200
@@ -1,0 +2,10 @@
+Sun Oct  6 13:26:48 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- Changes since 5.62.0:
+  * Port from delta(); to angleDelta().y()
+
+---

Old:

  knotifications-5.62.0.tar.xz
  knotifications-5.62.0.tar.xz.sig

New:

  knotifications-5.63.0.tar.xz
  knotifications-5.63.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.uNkw3H/_old  2019-10-14 13:37:48.765974385 +0200
+++ /var/tmp/diff_new_pack.uNkw3H/_new  2019-10-14 13:37:48.769974374 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.62
+%define _tar_path 5.63
 # 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:   knotifications
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later


++ knotifications-5.62.0.tar.xz -> knotifications-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.62.0/CMakeLists.txt 
new/knotifications-5.63.0/CMakeLists.txt
--- old/knotifications-5.62.0/CMakeLists.txt2019-09-07 16:01:44.0 
+0200
+++ new/knotifications-5.63.0/CMakeLists.txt2019-10-06 11:48:20.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.62.0/po/se/knotifications5_qt.po 
new/knotifications-5.63.0/po/se/knotifications5_qt.po
--- old/knotifications-5.62.0/po/se/knotifications5_qt.po   2019-09-07 
16:01:44.0 +0200
+++ new/knotifications-5.63.0/po/se/knotifications5_qt.po   2019-10-06 
11:48:20.0 +0200
@@ -26,31 +26,31 @@
 msgid "Unknown Application"
 msgstr "Amas prográmma"
 
-#: kstatusnotifieritem.cpp:501 kstatusnotifieritem.cpp:1067
+#: kstatusnotifieritem.cpp:500 kstatusnotifieritem.cpp:1066
 #, fuzzy
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: kstatusnotifieritem.cpp:816
+#: kstatusnotifieritem.cpp:815
 #, fuzzy
 msgctxt "KStatusNotifierItem|"
 msgid "Quit"
 msgstr "Heaittit"
 
-#: kstatusnotifieritem.cpp:1065
+#: kstatusnotifieritem.cpp:1064
 #, fuzzy
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr "áhcat"
 
-#: kstatusnotifieritem.cpp:1079
+#: kstatusnotifieritem.cpp:1078
 #, fuzzy, qt-format
 msgctxt "KStatusNotifierItem|"
 msgid "Are you sure you want to quit %1?"
 msgstr "Háliidatgo duođaid heaittihit %1?"
 
-#: kstatusnotifieritem.cpp:1082
+#: kstatusnotifieritem.cpp:1081
 #, fuzzy
 msgctxt "KStatusNotifierItem|"
 msgid "Confirm Quit From System Tray"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.62.0/src/CMakeLists.txt 
new/knotifications-5.63.0/src/CMakeLists.txt
--- old/knotifications-5.62.0/src/CMakeLists.txt2019-09-07 
16:01:44.0 +0200
+++ new/knotifications-5.63.0/src/CMakeLists.txt2019-10-06 
11:48:20.0 +0200
@@ -173,6 +173,8 @@
 IMAGE_DIRS "${CMAKE_SOURCE_DIR}/docs/pics"
 LINK_QCHS
 

commit knotifications for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-09-23 12:24:59

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.7948 (New)


Package is "knotifications"

Mon Sep 23 12:24:59 2019 rev:72 rq:730946 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-08-19 21:10:24.088843058 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.7948/knotifications.changes  
2019-09-23 12:25:00.513732184 +0200
@@ -1,0 +2,21 @@
+Sat Sep  7 20:36:59 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove duplicate description and URL from canberra's feature properties
+  * Fix build on the CI
+  * Resolve whether there's dbus before processing src/
+  * avoid duplicate notifications from showing up on Windows and remove 
whitespaces
+  * have 1024x1024 app icon as fallback icon in Snore
+  * add `-pid` parameter to Snore backend calls
+  * Remove unused DBus XML file
+  * Remove double check for DBus
+  * add snoretoast backend for KNotifications on Windows
+  * Add QVector include
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  knotifications-5.61.0.tar.xz
  knotifications-5.61.0.tar.xz.sig

New:

  knotifications-5.62.0.tar.xz
  knotifications-5.62.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.OuNQCK/_old  2019-09-23 12:25:01.141732081 +0200
+++ /var/tmp/diff_new_pack.OuNQCK/_new  2019-09-23 12:25:01.141732081 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # 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:   knotifications
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
@@ -39,12 +39,12 @@
 BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcodecs-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Codecs) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.11.0
 BuildRequires:  cmake(Qt5Test) >= 5.11.0
 BuildRequires:  cmake(Qt5TextToSpeech) >= 5.11.0


++ knotifications-5.61.0.tar.xz -> knotifications-5.62.0.tar.xz ++
 5039 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-08-19 21:10:21

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.22127 (New)


Package is "knotifications"

Mon Aug 19 21:10:21 2019 rev:71 rq:722481 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-07-26 12:17:39.846777315 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.22127/knotifications.changes 
2019-08-19 21:10:24.088843058 +0200
@@ -1,0 +2,15 @@
+Wed Aug  7 17:51:38 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- Changes since 5.60.0:
+  * remove dbus for windows build and change audio dep logic
+
+---
+Fri Jul 19 11:43:38 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  knotifications-5.60.0.tar.xz

New:

  frameworks.keyring
  knotifications-5.61.0.tar.xz
  knotifications-5.61.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.pHGheT/_old  2019-08-19 21:10:24.740842952 +0200
+++ /var/tmp/diff_new_pack.pHGheT/_new  2019-08-19 21:10:24.744842952 +0200
@@ -17,21 +17,25 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.60
+%define _tar_path 5.61
 # 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:   knotifications
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -84,9 +88,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build

++ knotifications-5.60.0.tar.xz -> knotifications-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.60.0/CMakeLists.txt 
new/knotifications-5.61.0/CMakeLists.txt
--- old/knotifications-5.60.0/CMakeLists.txt2019-07-07 20:36:24.0 
+0200
+++ new/knotifications-5.61.0/CMakeLists.txt2019-08-03 21:56:54.0 
+0200
@@ -1,16 +1,16 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
 
 
 include(GenerateExportHeader)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.60.0/po/gl/knotifications5_qt.po 
new/knotifications-5.61.0/po/gl/knotifications5_qt.po
--- old/knotifications-5.60.0/po/gl/knotifications5_qt.po   2019-07-07 
20:36:24.0 +0200
+++ new/knotifications-5.61.0/po/gl/knotifications5_qt.po   2019-08-03 
21:56:54.0 +0200
@@ -22,10 +22,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n 

commit knotifications for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-07-26 12:17:36

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.4126 (New)


Package is "knotifications"

Fri Jul 26 12:17:36 2019 rev:70 rq:715896 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-07-13 13:58:58.134924200 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.4126/knotifications.changes  
2019-07-26 12:17:39.846777315 +0200
@@ -1,0 +2,12 @@
+Sun Jul 14 06:41:39 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- Changes since 5.59.0:
+  * Don't search for phonon on Android
+  * Install in new logging directory when we use kf5 5.59.0
+  * add .vscode to .gitignore
+
+---

Old:

  knotifications-5.59.0.tar.xz

New:

  knotifications-5.60.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.yZqRit/_old  2019-07-26 12:17:41.726776966 +0200
+++ /var/tmp/diff_new_pack.yZqRit/_new  2019-07-26 12:17:41.742776963 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.59
+%define _tar_path 5.60
 # 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:   knotifications
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later

++ knotifications-5.59.0.tar.xz -> knotifications-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.59.0/.gitignore 
new/knotifications-5.60.0/.gitignore
--- old/knotifications-5.59.0/.gitignore2019-06-01 18:58:44.0 
+0200
+++ new/knotifications-5.60.0/.gitignore2019-07-07 20:36:24.0 
+0200
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.vscode
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.59.0/CMakeLists.txt 
new/knotifications-5.60.0/CMakeLists.txt
--- old/knotifications-5.59.0/CMakeLists.txt2019-06-01 18:58:44.0 
+0200
+++ new/knotifications-5.60.0/CMakeLists.txt2019-07-07 20:36:24.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.59.0  NO_MODULE)
+find_package(ECM 5.60.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -31,7 +31,7 @@
 SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 set(CMAKE_AUTORCC TRUE)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
@@ -79,18 +79,13 @@
 TYPE OPTIONAL)
 if (Canberra_FOUND)
 add_definitions(-DHAVE_CANBERRA)
-else()
-find_package(Phonon4Qt5 4.6.60 NO_MODULE)
+elseif(NOT ANDROID)
+# 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 build audio notification support when Canberra 
isn't available")
-if (NOT ANDROID)
-# This is REQUIRED since you cannot tell CMake "either one of those 
two optional ones are required"
-set_package_properties(Phonon4Qt5 PROPERTIES TYPE REQUIRED)
-endif()
-if (Phonon4Qt5_FOUND)
 add_definitions(-DHAVE_PHONON4QT5)
-endif()
 endif()
 
 remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
@@ -146,7 +141,7 @@
${CMAKE_CURRENT_BINARY_DIR}/knotifications_version.h
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
-install(FILES knotifications.categories DESTINATION 

commit knotifications for openSUSE:Factory

2019-07-13 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-07-13 13:42:47

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.4615 (New)


Package is "knotifications"

Sat Jul 13 13:42:47 2019 rev:69 rq:714257 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-06-22 11:13:13.596675735 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.4615/knotifications.changes  
2019-07-13 13:58:58.134924200 +0200
@@ -1,0 +2,5 @@
+Tue Jul  9 12:49:19 UTC 2019 - wba...@tmo.at
+
+- Add missing Qt5DBus requirement to the devel package
+
+---



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.xKXXE6/_old  2019-07-13 13:58:58.486924091 +0200
+++ /var/tmp/diff_new_pack.xKXXE6/_new  2019-07-13 13:58:58.490924091 +0200
@@ -32,7 +32,7 @@
 URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-BuildRequires:  cmake >= 3.0
+BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel >= %{_kf5_bugfix_version}
@@ -41,16 +41,16 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRequires:  cmake(Qt5TextToSpeech) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
+BuildRequires:  cmake(Qt5DBus) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5TextToSpeech) >= 5.11.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.11.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(libcanberra)
 BuildRequires:  pkgconfig(x11)
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
 %endif
 
 %description
@@ -73,7 +73,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.6.0
+Requires:   cmake(Qt5DBus) >= 5.11.0
+Requires:   cmake(Qt5Widgets) >= 5.11.0
 
 %description devel
 KNotification is used to notify the user of an event. It covers feedback and




commit knotifications for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-06-22 11:13:12

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.4615 (New)


Package is "knotifications"

Sat Jun 22 11:13:12 2019 rev:68 rq:710758 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-05-21 10:30:34.271432736 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.4615/knotifications.changes  
2019-06-22 11:13:13.596675735 +0200
@@ -1,0 +2,12 @@
+Sun Jun 09 07:35:12 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.59.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
+- Changes since 5.58.0:
+  * Simpler check for flatpak
+  * Handle apps which set the desktopFileName property with filename suffix
+  * Fix compilation on MacOS.
+
+---

Old:

  knotifications-5.58.0.tar.xz

New:

  knotifications-5.59.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.R1Mx2g/_old  2019-06-22 11:13:14.168676569 +0200
+++ /var/tmp/diff_new_pack.R1Mx2g/_new  2019-06-22 11:13:14.180676586 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.58
+%define _tar_path 5.59
 # 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:   knotifications
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later

++ knotifications-5.58.0.tar.xz -> knotifications-5.59.0.tar.xz ++
 3973 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-05-21 10:30:34

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.5148 (New)


Package is "knotifications"

Tue May 21 10:30:34 2019 rev:67 rq:703368 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-04-19 21:23:39.507818772 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.5148/knotifications.changes  
2019-05-21 10:30:34.271432736 +0200
@@ -1,0 +2,13 @@
+Wed May 15 18:16:17 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- Changes since 5.57.0:
+  * [Notify by Portal] Support default action and priority hints
+  * [KNotification] Add HighUrgency
+  * [KNotifications] Update when flags, urls, or urgency change
+  * Allow to set urgency for notifications
+
+---

Old:

  knotifications-5.57.0.tar.xz

New:

  knotifications-5.58.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.cYPu9X/_old  2019-05-21 10:30:35.571432237 +0200
+++ /var/tmp/diff_new_pack.cYPu9X/_new  2019-05-21 10:30:35.575432235 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.57
+%define _tar_path 5.58
 # 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:   knotifications
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later

++ knotifications-5.57.0.tar.xz -> knotifications-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.57.0/CMakeLists.txt 
new/knotifications-5.58.0/CMakeLists.txt
--- old/knotifications-5.57.0/CMakeLists.txt2019-04-07 09:30:43.0 
+0200
+++ new/knotifications-5.58.0/CMakeLists.txt2019-05-07 13:26:27.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.57.0  NO_MODULE)
+find_package(ECM 5.58.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.57.0/po/nb/knotifications5_qt.po 
new/knotifications-5.58.0/po/nb/knotifications5_qt.po
--- old/knotifications-5.57.0/po/nb/knotifications5_qt.po   2019-04-07 
09:30:43.0 +0200
+++ new/knotifications-5.58.0/po/nb/knotifications5_qt.po   2019-05-07 
13:26:27.0 +0200
@@ -31,28 +31,28 @@
 msgid "Unknown Application"
 msgstr "Ukjent program"
 
-#: kstatusnotifieritem.cpp:501 kstatusnotifieritem.cpp:1055
+#: kstatusnotifieritem.cpp:501 kstatusnotifieritem.cpp:1061
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: kstatusnotifieritem.cpp:804
+#: kstatusnotifieritem.cpp:810
 msgctxt "KStatusNotifierItem|"
 msgid "Quit"
 msgstr "Avslutt"
 
-#: kstatusnotifieritem.cpp:1053
+#: kstatusnotifieritem.cpp:1059
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: kstatusnotifieritem.cpp:1067
+#: kstatusnotifieritem.cpp:1073
 #, qt-format
 msgctxt "KStatusNotifierItem|"
 msgid "Are you sure you want to quit %1?"
 msgstr "Vil du avslutte %1?"
 
-#: kstatusnotifieritem.cpp:1070
+#: kstatusnotifieritem.cpp:1076
 msgctxt "KStatusNotifierItem|"
 msgid "Confirm Quit From System Tray"
 msgstr "Bekreft «Avslutt» fra systemkurven"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.57.0/po/se/knotifications5_qt.po 
new/knotifications-5.58.0/po/se/knotifications5_qt.po
--- old/knotifications-5.57.0/po/se/knotifications5_qt.po   2019-04-07 
09:30:43.0 +0200
+++ new/knotifications-5.58.0/po/se/knotifications5_qt.po   2019-05-07 
13:26:27.0 +0200
@@ -26,31 

commit knotifications for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-04-19 21:23:38

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.5536 (New)


Package is "knotifications"

Fri Apr 19 21:23:38 2019 rev:66 rq:695240 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-03-21 09:47:32.866880295 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.5536/knotifications.changes  
2019-04-19 21:23:39.507818772 +0200
@@ -1,0 +2,13 @@
+Sun Apr 14 20:21:44 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * [KStatusNotifierItem] Send desktop-entry hint
+  * Allow to set custom hints for notifications
+  * [knotifications] compile without foreach
+  * [knotifications] compile without deprecated methods
+
+---

Old:

  knotifications-5.56.0.tar.xz

New:

  knotifications-5.57.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.ri8rAN/_old  2019-04-19 21:23:40.107819536 +0200
+++ /var/tmp/diff_new_pack.ri8rAN/_new  2019-04-19 21:23:40.107819536 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.56
+%define _tar_path 5.57
 # 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:   knotifications
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later

++ knotifications-5.56.0.tar.xz -> knotifications-5.57.0.tar.xz ++
 4173 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-03-21 09:47:29

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.28833 (New)


Package is "knotifications"

Thu Mar 21 09:47:29 2019 rev:65 rq:686757 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-02-28 21:31:25.401772171 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.28833/knotifications.changes 
2019-03-21 09:47:32.866880295 +0100
@@ -1,0 +2,13 @@
+Sun Mar 10 20:15:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.56.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
+- Changes since 5.55.0:
+  * Port deprecated methods
+  * fix some compile error
+  * port to findcanberra from ECM
+  * List Android as officially supported
+
+---

Old:

  knotifications-5.55.0.tar.xz

New:

  knotifications-5.56.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.GqDWee/_old  2019-03-21 09:47:34.510879916 +0100
+++ /var/tmp/diff_new_pack.GqDWee/_new  2019-03-21 09:47:34.546879908 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.55
+%define _tar_path 5.56
 # 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:   knotifications
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later

++ knotifications-5.55.0.tar.xz -> knotifications-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.55.0/CMakeLists.txt 
new/knotifications-5.56.0/CMakeLists.txt
--- old/knotifications-5.55.0/CMakeLists.txt2019-02-03 01:00:12.0 
+0100
+++ new/knotifications-5.56.0/CMakeLists.txt2019-03-02 14:45:23.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.55.0  NO_MODULE)
+find_package(ECM 5.56.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -77,7 +77,7 @@
 PURPOSE "Needed to build audio notification support"
 URL "http://0pointer.de/lennart/projects/libcanberra;
 TYPE OPTIONAL)
-if (CANBERRA_FOUND)
+if (Canberra_FOUND)
 add_definitions(-DHAVE_CANBERRA)
 else()
 find_package(Phonon4Qt5 4.6.60 NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-5.55.0/autotests/fake_notifications_server.cpp 
new/knotifications-5.56.0/autotests/fake_notifications_server.cpp
--- old/knotifications-5.55.0/autotests/fake_notifications_server.cpp   
2019-02-03 01:00:12.0 +0100
+++ new/knotifications-5.56.0/autotests/fake_notifications_server.cpp   
2019-03-02 14:45:23.0 +0100
@@ -72,8 +72,8 @@
 
 QString NotificationsServer::GetServerInformation(QString , QString 
, QString )
 {
-vendor = QLatin1String("KDE");
-version = QLatin1String("2.0"); // FIXME
-specVersion = QLatin1String("1.1");
+vendor = QStringLiteral("KDE");
+version = QStringLiteral("2.0"); // FIXME
+specVersion = QStringLiteral("1.1");
 return QStringLiteral("TestServer");
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-5.55.0/cmake/modules/FindCanberra.cmake 
new/knotifications-5.56.0/cmake/modules/FindCanberra.cmake
--- old/knotifications-5.55.0/cmake/modules/FindCanberra.cmake  2019-02-03 
01:00:12.0 +0100
+++ new/knotifications-5.56.0/cmake/modules/FindCanberra.cmake  1970-01-01 
01:00:00.0 +0100
@@ -1,50 +0,0 @@
-# - Find libcanberra's libraries and headers.
-# This module defines the following variables:
-#
-#  CANBERRA_FOUND- true if libcanberra was found
-#  CANBERRA_LIBRARIES- libcanberra 

commit knotifications for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-02-28 21:31:24

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.28833 (New)


Package is "knotifications"

Thu Feb 28 21:31:24 2019 rev:64 rq:678705 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-02-14 14:27:06.379825541 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.28833/knotifications.changes 
2019-02-28 21:31:25.401772171 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:25:42 UTC 2019 - alarr...@suse.com
+
+- Downgrade the Qt version requirement to build with 5.9
+
+---



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.E17bD5/_old  2019-02-28 21:31:26.341771856 +0100
+++ /var/tmp/diff_new_pack.E17bD5/_new  2019-02-28 21:31:26.341771856 +0100
@@ -83,6 +83,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build




commit knotifications for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-02-14 14:27:05

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.28833 (New)


Package is "knotifications"

Thu Feb 14 14:27:05 2019 rev:63 rq:674256 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2019-01-21 10:21:21.742014359 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.28833/knotifications.changes 
2019-02-14 14:27:06.379825541 +0100
@@ -1,0 +2,19 @@
+Sun Feb 10 22:03:14 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * Fix memory leak when passing icon data to Java
+  * Remove the AndroidX support library dependency
+  * Add Android notification channel support
+  * Make notifications work on Android with API level < 23
+  * Move the Android API level checks to runtime
+  * Remove unused forward declaration
+  * Rebuild AAR when Java sources change
+  * Build the Java side with Gradle, as AAR instead of JAR
+  * Don't rely on the Plasma workspace integration on Android
+  * Search for notfication event configuration in qrc resources
+
+---

Old:

  knotifications-5.54.0.tar.xz

New:

  knotifications-5.55.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.bGkk9L/_old  2019-02-14 14:27:06.987825258 +0100
+++ /var/tmp/diff_new_pack.bGkk9L/_new  2019-02-14 14:27:06.987825258 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.54
+%define _tar_path 5.55
 # 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:   knotifications
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later

++ knotifications-5.54.0.tar.xz -> knotifications-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.54.0/CMakeLists.txt 
new/knotifications-5.55.0/CMakeLists.txt
--- old/knotifications-5.54.0/CMakeLists.txt2019-01-06 21:24:58.0 
+0100
+++ new/knotifications-5.55.0/CMakeLists.txt2019-02-03 01:00:12.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.54.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.54.0  NO_MODULE)
+find_package(ECM 5.55.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -31,15 +31,15 @@
 SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
+set(CMAKE_AUTORCC TRUE)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 if (NOT ANDROID)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 else ()
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED AndroidExtras)
-find_package(Java REQUIRED)
-include(UseJava)
+find_package(Gradle REQUIRED)
 endif()
 find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
 set_package_properties(Qt5TextToSpeech PROPERTIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.54.0/cmake/modules/FindGradle.cmake 
new/knotifications-5.55.0/cmake/modules/FindGradle.cmake
--- old/knotifications-5.54.0/cmake/modules/FindGradle.cmake1970-01-01 
01:00:00.0 +0100
+++ new/knotifications-5.55.0/cmake/modules/FindGradle.cmake2019-02-03 
01:00:12.0 +0100
@@ -0,0 +1,107 @@
+#.rst:
+# FindGradle
+# --
+#
+# Provides the ability to build Android AAR libraries using Gradle.
+#
+# This relies on the Qt provided Gradle, so a Qt for Android installation
+# is required.
+#
+#   gradle_add_aar(
+#  BUIDLFILE build.gradle
+#  NAME )
+#
+# This 

commit knotifications for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2019-01-21 10:21:20

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.28833 (New)


Package is "knotifications"

Mon Jan 21 10:21:20 2019 rev:62 rq:665830 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-12-19 13:42:31.715862602 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.28833/knotifications.changes 
2019-01-21 10:21:21.742014359 +0100
@@ -1,0 +2,17 @@
+Mon Jan 14 06:08:49 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * [Android] Fail more gracefully when building with API < 23
+  * Add Android notification backend
+  * Initialize pointer
+  * Build without D-Bus on Android
+  * Clean up tests build system
+  * Don't force Phonon on Android
+  * Hide API documentation of internal classes
+- BuildRequire libcanberra instead of Phonon for notification sounds
+
+---

Old:

  knotifications-5.53.0.tar.xz

New:

  knotifications-5.54.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.X22Wvz/_old  2019-01-21 10:21:22.398013688 +0100
+++ /var/tmp/diff_new_pack.X22Wvz/_new  2019-01-21 10:21:22.398013688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifications
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.53
+%define _tar_path 5.54
 # 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:   knotifications
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
@@ -40,7 +40,6 @@
 BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
@@ -48,6 +47,7 @@
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)
+BuildRequires:  pkgconfig(libcanberra)
 BuildRequires:  pkgconfig(x11)
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0

++ knotifications-5.53.0.tar.xz -> knotifications-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.53.0/CMakeLists.txt 
new/knotifications-5.54.0/CMakeLists.txt
--- old/knotifications-5.53.0/CMakeLists.txt2018-12-01 15:57:47.0 
+0100
+++ new/knotifications-5.54.0/CMakeLists.txt2019-01-06 21:24:58.0 
+0100
@@ -1,12 +1,12 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.53.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.53.0  NO_MODULE)
+find_package(ECM 5.54.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -33,7 +33,14 @@
 # Dependencies
 set(REQUIRED_QT_VERSION 5.9.0)
 
-find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
+if (NOT ANDROID)
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
+else ()
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED AndroidExtras)
+find_package(Java REQUIRED)
+include(UseJava)
+endif()
 find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
 set_package_properties(Qt5TextToSpeech PROPERTIES
   

commit knotifications for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-12-19 13:42:30

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new.28833 (New)


Package is "knotifications"

Wed Dec 19 13:42:30 2018 rev:61 rq:658581 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-11-14 14:36:29.375144584 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new.28833/knotifications.changes 
2018-12-19 13:42:31.715862602 +0100
@@ -1,0 +2,11 @@
+Sun Dec 09 19:43:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Rename NotifyByFlatpak to NotifyByPortal
+  * Notification portal: support pixmaps in notifications
+
+---

Old:

  knotifications-5.52.0.tar.xz

New:

  knotifications-5.53.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.lKbyxd/_old  2018-12-19 13:42:32.443861577 +0100
+++ /var/tmp/diff_new_pack.lKbyxd/_new  2018-12-19 13:42:32.451861566 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.52
+%define _tar_path 5.53
 # 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:   knotifications
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later

++ knotifications-5.52.0.tar.xz -> knotifications-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.52.0/CMakeLists.txt 
new/knotifications-5.53.0/CMakeLists.txt
--- old/knotifications-5.52.0/CMakeLists.txt2018-11-03 19:03:20.0 
+0100
+++ new/knotifications-5.53.0/CMakeLists.txt2018-12-01 15:57:47.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -31,7 +31,7 @@
 SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.52.0/po/id/knotifications5_qt.po 
new/knotifications-5.53.0/po/id/knotifications5_qt.po
--- old/knotifications-5.52.0/po/id/knotifications5_qt.po   2018-11-03 
19:03:20.0 +0100
+++ new/knotifications-5.53.0/po/id/knotifications5_qt.po   2018-12-01 
15:57:47.0 +0100
@@ -2,20 +2,22 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan , 2010-2014.
+# Wantoyo , 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-06-23 21:24+0700\n"
-"Last-Translator: Andhika Padmawan \n"
-"Language-Team: Indonesian \n"
+"PO-Revision-Date: 2018-11-18 17:12+0700\n"
+"Last-Translator: Wantoyo \n"
+"Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
 #: knotificationrestrictions.cpp:192
@@ -31,7 +33,7 @@
 #: kstatusnotifieritem.cpp:804
 msgctxt "KStatusNotifierItem|"
 msgid "Quit"
-msgstr "Keluar"
+msgstr "Berhenti"
 
 #: kstatusnotifieritem.cpp:1053
 msgctxt "KStatusNotifierItem|"
@@ -47,4 +49,4 @@
 #: kstatusnotifieritem.cpp:1070
 msgctxt 

commit knotifications for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-11-14 14:36:26

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Wed Nov 14 14:36:26 2018 rev:60 rq:648532 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-10-22 11:14:18.627722826 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-11-14 14:36:29.375144584 +0100
@@ -1,0 +2,18 @@
+Sun Nov 11 19:48:06 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * Revert some port to function-object based connect
+  * Use more function-pointer based connect
+  * Avoid creation of temporary list
+  * Do not include Qt module header
+  * Use prefix ++ operator for loop value
+  * Do not return void values in void methods
+  * Add missing "emit"
+  * Move categories file here
+  * force-finish canberra notifications on close() (kde#398695)
+
+---

Old:

  knotifications-5.51.0.tar.xz

New:

  knotifications-5.52.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.D1YVtu/_old  2018-11-14 14:36:30.167143807 +0100
+++ /var/tmp/diff_new_pack.D1YVtu/_new  2018-11-14 14:36:30.167143807 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.51
+%define _tar_path 5.52
 # 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:   knotifications
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
@@ -107,6 +107,7 @@
 %license COPYING*
 %{_kf5_libdir}/libKF5Notifications.so.*
 %{_kf5_servicetypesdir}/
+%{_kf5_debugdir}/knotifications.categories
 
 %files devel
 %{_kf5_libdir}/libKF5Notifications.so

++ knotifications-5.51.0.tar.xz -> knotifications-5.52.0.tar.xz ++
 3734 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-10-22 11:14:17

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Mon Oct 22 11:14:17 2018 rev:59 rq:642335 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-10-01 08:07:59.970301929 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-10-22 11:14:18.627722826 +0200
@@ -1,0 +2,16 @@
+Tue Oct 16 08:02:27 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:50:36 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * force-finish canberra notifications on close() (kde#398695)
+  * Fix minor EBN issues
+
+---

Old:

  knotifications-5.50.0.tar.xz

New:

  knotifications-5.51.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.atOi9w/_old  2018-10-22 11:14:19.115722294 +0200
+++ /var/tmp/diff_new_pack.atOi9w/_new  2018-10-22 11:14:19.119722290 +0200
@@ -12,24 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.50
+%define _tar_path 5.51
 # 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:   knotifications
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0

++ knotifications-5.50.0.tar.xz -> knotifications-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.50.0/CMakeLists.txt 
new/knotifications-5.51.0/CMakeLists.txt
--- old/knotifications-5.50.0/CMakeLists.txt2018-09-02 21:28:52.0 
+0200
+++ new/knotifications-5.51.0/CMakeLists.txt2018-10-10 21:59:18.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.50.0  NO_MODULE)
+find_package(ECM 5.51.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.50.0/autotests/fake_notifications_server.h 
new/knotifications-5.51.0/autotests/fake_notifications_server.h
--- old/knotifications-5.50.0/autotests/fake_notifications_server.h 
2018-09-02 21:28:52.0 +0200
+++ new/knotifications-5.51.0/autotests/fake_notifications_server.h 
2018-10-10 21:59:18.0 +0200
@@ -16,6 +16,9 @@
Boston, MA 02110-1301, USA.
 */
 
+#ifndef FAKE_NOTIFICATION_SERVER_H
+#define FAKE_NOTIFICATION_SERVER_H
+
 #include 
 #include 
 #include 
@@ -67,3 +70,5 @@
 
 void newNotification();
 };
+
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.50.0/po/zh_CN/knotifications5_qt.po 
new/knotifications-5.51.0/po/zh_CN/knotifications5_qt.po
--- old/knotifications-5.50.0/po/zh_CN/knotifications5_qt.po2018-09-02 
21:28:52.0 +0200
+++ new/knotifications-5.51.0/po/zh_CN/knotifications5_qt.po2018-10-10 
21:59:18.0 +0200
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"

commit knotifications for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-10-01 08:07:58

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Mon Oct  1 08:07:58 2018 rev:58 rq:636014 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-08-24 16:54:53.233416863 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-10-01 08:07:59.970301929 +0200
@@ -1,0 +2,10 @@
+Thu Sep 13 21:58:45 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * Support libcanberra for audio notification
+
+---

Old:

  knotifications-5.49.0.tar.xz

New:

  knotifications-5.50.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.y37v2m/_old  2018-10-01 08:08:00.466301663 +0200
+++ /var/tmp/diff_new_pack.y37v2m/_new  2018-10-01 08:08:00.466301663 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.49
+%define _tar_path 5.50
 # 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:   knotifications
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later

++ knotifications-5.49.0.tar.xz -> knotifications-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.49.0/CMakeLists.txt 
new/knotifications-5.50.0/CMakeLists.txt
--- old/knotifications-5.49.0/CMakeLists.txt2018-08-04 13:00:11.0 
+0200
+++ new/knotifications-5.50.0/CMakeLists.txt2018-09-02 21:28:52.0 
+0200
@@ -1,16 +1,16 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.49.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.49.0  NO_MODULE)
+find_package(ECM 5.50.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
 
 
 include(GenerateExportHeader)
@@ -65,13 +65,23 @@
 find_package(KF5Codecs ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 
-find_package(Phonon4Qt5 4.6.60 REQUIRED NO_MODULE)
-set_package_properties(Phonon4Qt5 PROPERTIES
-   DESCRIPTION "Qt-based audio library"
-   TYPE REQUIRED
-   PURPOSE "Required to build audio notification support")
-if (Phonon4Qt5_FOUND)
-  add_definitions(-DHAVE_PHONON4QT5)
+find_package(Canberra)
+set_package_properties(Canberra PROPERTIES DESCRIPTION "Library for generating 
event sounds"
+PURPOSE "Needed to build audio notification support"
+URL "http://0pointer.de/lennart/projects/libcanberra;
+TYPE OPTIONAL)
+if (CANBERRA_FOUND)
+add_definitions(-DHAVE_CANBERRA)
+else()
+find_package(Phonon4Qt5 4.6.60 NO_MODULE)
+set_package_properties(Phonon4Qt5 PROPERTIES
+DESCRIPTION "Qt-based audio library"
+# This is REQUIRED since you cannot tell CMake "either one of those 
two optional ones are required"
+TYPE REQUIRED
+PURPOSE "Needed to build audio notification support when Canberra 
isn't available")
+if (Phonon4Qt5_FOUND)
+add_definitions(-DHAVE_PHONON4QT5)
+endif()
 endif()
 
 remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-5.49.0/cmake/modules/FindCanberra.cmake 
new/knotifications-5.50.0/cmake/modules/FindCanberra.cmake
--- old/knotifications-5.49.0/cmake/modules/FindCanberra.cmake  1970-01-01 
01:00:00.0 +0100
+++ new/knotifications-5.50.0/cmake/modules/FindCanberra.cmake  2018-09-02 

commit knotifications for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-08-24 16:54:51

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Fri Aug 24 16:54:51 2018 rev:57 rq:630625 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-07-21 10:14:18.627113527 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-08-24 16:54:53.233416863 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:19:16 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Honor BUILD_TESTING
+
+---

Old:

  knotifications-5.48.0.tar.xz

New:

  knotifications-5.49.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.TfpKDn/_old  2018-08-24 16:54:53.693417406 +0200
+++ /var/tmp/diff_new_pack.TfpKDn/_new  2018-08-24 16:54:53.697417411 +0200
@@ -16,16 +16,22 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # 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:   knotifications
-Version:5.48.0
+Version:5.49.0
 Release:0
+Summary:KDE Desktop notifications
+License:LGPL-2.1-or-later
+Group:  System/GUI/KDE
+URL:http://www.kde.org
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -34,10 +40,8 @@
 BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
-%if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-%endif
 BuildRequires:  phonon4qt5-devel
+BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5TextToSpeech) >= 5.6.0
@@ -45,33 +49,29 @@
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(x11)
-Summary:KDE Desktop notifications
-License:LGPL-2.1-or-later
-Group:  System/GUI/KDE
-Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with lang}
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+%endif
 
 %description
 KNotification is used to notify the user of an event. It covers feedback and
 persistent events.
 
-%package -n %lname
+%package -n %{lname}
 Summary:KDE Desktop notifications
 Group:  System/GUI/KDE
 %if %{with lang}
-Recommends: %lname-lang = %{version}
+Recommends: %{lname}-lang = %{version}
 %endif
 
-%description -n %lname
+%description -n %{lname}
 KNotification is used to notify the user of an event. It covers feedback and
 persistent events.
 
 %package devel
 Summary:KDE Desktop notifications: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   cmake(Qt5Widgets) >= 5.6.0
 
@@ -79,7 +79,8 @@
 KNotification is used to notify the user of an event. It covers feedback and
 persistent events. Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -95,22 +96,19 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING*
+%files -n %{lname}
+%license COPYING*
 %{_kf5_libdir}/libKF5Notifications.so.*
 %{_kf5_servicetypesdir}/
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5Notifications.so
 %{_kf5_libdir}/cmake/KF5Notifications/
 %{_kf5_includedir}/*.h

++ knotifications-5.48.0.tar.xz -> 

commit knotifications for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-07-21 10:14:16

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Sat Jul 21 10:14:16 2018 rev:56 rq:623299 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-06-22 13:21:56.904442795 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-07-21 10:14:18.627113527 +0200
@@ -1,0 +2,11 @@
+Mon Jul 16 04:37:42 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * None
+- Enable text to speech support in the package
+
+---

Old:

  knotifications-5.47.0.tar.xz

New:

  knotifications-5.48.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.0UVUd5/_old  2018-07-21 10:14:19.039113430 +0200
+++ /var/tmp/diff_new_pack.0UVUd5/_new  2018-07-21 10:14:19.043113429 +0200
@@ -18,15 +18,14 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.47
+%define _tar_path 5.48
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.47.0
+Version:5.48.0
 Release:0
-%define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -41,8 +40,7 @@
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-# Temporary: qttexttospeech doesn't build in TW ("invalid" license)
-# BuildRequires:  cmake(Qt5TextToSpeech) >= 5.6.0
+BuildRequires:  cmake(Qt5TextToSpeech) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)

++ knotifications-5.47.0.tar.xz -> knotifications-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.47.0/CMakeLists.txt 
new/knotifications-5.48.0/CMakeLists.txt
--- old/knotifications-5.47.0/CMakeLists.txt2018-06-02 20:02:31.0 
+0200
+++ new/knotifications-5.48.0/CMakeLists.txt2018-07-08 00:32:03.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.47.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.47.0  NO_MODULE)
+find_package(ECM 5.48.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.47.0/po/se/knotifications5_qt.po 
new/knotifications-5.48.0/po/se/knotifications5_qt.po
--- old/knotifications-5.47.0/po/se/knotifications5_qt.po   2018-06-02 
20:02:31.0 +0200
+++ new/knotifications-5.48.0/po/se/knotifications5_qt.po   2018-07-08 
00:32:03.0 +0200
@@ -26,31 +26,31 @@
 msgid "Unknown Application"
 msgstr "Amas prográmma"
 
-#: kstatusnotifieritem.cpp:499 kstatusnotifieritem.cpp:1054
+#: kstatusnotifieritem.cpp:501 kstatusnotifieritem.cpp:1051
 #, fuzzy
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: kstatusnotifieritem.cpp:796
+#: kstatusnotifieritem.cpp:804
 #, fuzzy
 msgctxt "KStatusNotifierItem|"
 msgid "Quit"
 msgstr "Heaittit"
 
-#: kstatusnotifieritem.cpp:1052
+#: kstatusnotifieritem.cpp:1049
 #, fuzzy
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr "áhcat"
 
-#: kstatusnotifieritem.cpp:1066
+#: kstatusnotifieritem.cpp:1063
 #, fuzzy, qt-format
 msgctxt "KStatusNotifierItem|"
 msgid "Are you sure you want to quit %1?"
 msgstr "Háliidatgo duođaid heaittihit %1?"
 
-#: kstatusnotifieritem.cpp:1069
+#: kstatusnotifieritem.cpp:1066
 #, fuzzy
 msgctxt 

commit knotifications for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-06-22 13:21:55

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Fri Jun 22 13:21:55 2018 rev:55 rq:616777 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-05-18 14:22:41.545845210 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-06-22 13:21:56.904442795 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 21:35:07 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * Fix crashes in NotifyByAudio when closing applications
+
+---

Old:

  knotifications-5.46.0.tar.xz

New:

  knotifications-5.47.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.s3K3JT/_old  2018-06-22 13:21:57.628416044 +0200
+++ /var/tmp/diff_new_pack.s3K3JT/_new  2018-06-22 13:21:57.628416044 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.46
+%define _tar_path 5.47
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.46.0
+Version:5.47.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.46.0.tar.xz -> knotifications-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.46.0/CMakeLists.txt 
new/knotifications-5.47.0/CMakeLists.txt
--- old/knotifications-5.46.0/CMakeLists.txt2018-05-05 14:59:22.0 
+0200
+++ new/knotifications-5.47.0/CMakeLists.txt2018-06-02 20:02:31.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.46.0/po/zh_CN/knotifications5_qt.po 
new/knotifications-5.47.0/po/zh_CN/knotifications5_qt.po
--- old/knotifications-5.46.0/po/zh_CN/knotifications5_qt.po2018-05-05 
14:59:22.0 +0200
+++ new/knotifications-5.47.0/po/zh_CN/knotifications5_qt.po2018-06-02 
20:02:31.0 +0200
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-04-26 05:21-0400\n"
+"PO-Revision-Date: 2018-05-18 06:23-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.46.0/src/notifybyaudio.cpp 
new/knotifications-5.47.0/src/notifybyaudio.cpp
--- old/knotifications-5.46.0/src/notifybyaudio.cpp 2018-05-05 
14:59:22.0 +0200
+++ new/knotifications-5.47.0/src/notifybyaudio.cpp 2018-06-02 
20:02:31.0 +0200
@@ -142,6 +142,15 @@
 
 KNotification *notification = m_notifications.value(m, nullptr);
 
+if (!notification) {
+// This means that close was called already so there's nothing else to 
do.
+// Ideally we should not be getting here if close has already been 
called
+// since stoping a mediaobject means it won't emit finished() *BUT*
+// since the finished signal is a queued connection in phonon it can 
happen
+// that the playing had already finished and we just had not got the 
signal yet
+return;
+}
+
 //if the sound is short enough, we can't guarantee new sounds are
 //enqueued before finished is emitted.
 //so to make sure we are looping restart it when the sound finished




commit knotifications for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-05-18 14:22:39

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Fri May 18 14:22:39 2018 rev:54 rq:607577 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-04-19 15:17:36.123890105 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-05-18 14:22:41.545845210 +0200
@@ -1,0 +2,10 @@
+Sun May 13 21:03:05 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Warning-- , use override everywhere
+
+---

Old:

  knotifications-5.45.0.tar.xz

New:

  knotifications-5.46.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.BD65Iy/_old  2018-05-18 14:22:42.069825976 +0200
+++ /var/tmp/diff_new_pack.BD65Iy/_new  2018-05-18 14:22:42.073825829 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.45
+%define _tar_path 5.46
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.45.0
+Version:5.46.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.45.0.tar.xz -> knotifications-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.45.0/CMakeLists.txt 
new/knotifications-5.46.0/CMakeLists.txt
--- old/knotifications-5.45.0/CMakeLists.txt2018-04-07 21:37:40.0 
+0200
+++ new/knotifications-5.46.0/CMakeLists.txt2018-05-05 14:59:22.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.45.0/po/zh_CN/knotifications5_qt.po 
new/knotifications-5.46.0/po/zh_CN/knotifications5_qt.po
--- old/knotifications-5.45.0/po/zh_CN/knotifications5_qt.po2018-04-07 
21:37:40.0 +0200
+++ new/knotifications-5.46.0/po/zh_CN/knotifications5_qt.po2018-05-05 
14:59:22.0 +0200
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-04-05 09:22-0400\n"
+"PO-Revision-Date: 2018-04-26 05:21-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.45.0/src/knotification.h 
new/knotifications-5.46.0/src/knotification.h
--- old/knotifications-5.45.0/src/knotification.h   2018-04-07 
21:37:40.0 +0200
+++ new/knotifications-5.46.0/src/knotification.h   2018-05-05 
14:59:22.0 +0200
@@ -624,7 +624,7 @@
 /**
  * reimplemented for internal reasons
  */
-bool eventFilter(QObject *watched, QEvent *event) Q_DECL_OVERRIDE;
+bool eventFilter(QObject *watched, QEvent *event) override;
 static QString standardEventToEventId(StandardEvent event);
 static QString standardEventToIconName(StandardEvent event);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.45.0/src/kpassivepopup.h 
new/knotifications-5.46.0/src/kpassivepopup.h
--- old/knotifications-5.45.0/src/kpassivepopup.h   2018-04-07 
21:37:40.0 +0200
+++ new/knotifications-5.46.0/src/kpassivepopup.h   2018-05-05 
14:59:22.0 +0200
@@ -343,7 +343,7 @@
 void show(const QPoint );
 
 /** @reimp */
-void setVisible(bool 

commit knotifications for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-04-19 15:17:34

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Thu Apr 19 15:17:34 2018 rev:53 rq:596888 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-03-20 21:46:45.615064051 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-04-19 15:17:36.123890105 +0200
@@ -1,0 +2,12 @@
+Sat Apr 14 13:19:05 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Add override
+  * Make it public
+  * Remove not necessary QtCore and co
+
+---

Old:

  knotifications-5.44.0.tar.xz

New:

  knotifications-5.45.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.sy2Ljv/_old  2018-04-19 15:17:36.675868089 +0200
+++ /var/tmp/diff_new_pack.sy2Ljv/_new  2018-04-19 15:17:36.679867929 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.44
+%define _tar_path 5.45
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.44.0
+Version:5.45.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.44.0.tar.xz -> knotifications-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.44.0/CMakeLists.txt 
new/knotifications-5.45.0/CMakeLists.txt
--- old/knotifications-5.44.0/CMakeLists.txt2018-03-03 11:05:36.0 
+0100
+++ new/knotifications-5.45.0/CMakeLists.txt2018-04-07 21:37:40.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -31,7 +31,7 @@
 SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-5.44.0/KF5NotificationsConfig.cmake.in 
new/knotifications-5.45.0/KF5NotificationsConfig.cmake.in
--- old/knotifications-5.44.0/KF5NotificationsConfig.cmake.in   2018-03-03 
11:05:36.0 +0100
+++ new/knotifications-5.45.0/KF5NotificationsConfig.cmake.in   2018-04-07 
21:37:40.0 +0200
@@ -4,6 +4,7 @@
 
 include(CMakeFindDependencyMacro)
 find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@)
+find_dependency(Qt5DBus @REQUIRED_QT_VERSION@)
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5NotificationsTargets.cmake")
 @PACKAGE_INCLUDE_QCHTARGETS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.44.0/po/zh_CN/knotifications5_qt.po 
new/knotifications-5.45.0/po/zh_CN/knotifications5_qt.po
--- old/knotifications-5.44.0/po/zh_CN/knotifications5_qt.po2018-03-03 
11:05:36.0 +0100
+++ new/knotifications-5.45.0/po/zh_CN/knotifications5_qt.po2018-04-07 
21:37:40.0 +0200
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-02-28 02:23-0500\n"
+"PO-Revision-Date: 2018-04-05 09:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.44.0/src/CMakeLists.txt 
new/knotifications-5.45.0/src/CMakeLists.txt
--- 

commit knotifications for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-03-20 21:46:43

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Tue Mar 20 21:46:43 2018 rev:52 rq:586846 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-02-16 21:32:43.908941512 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-03-20 21:46:45.615064051 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:42 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * Use QWidget to see if the window is visible
+
+---

Old:

  knotifications-5.43.0.tar.xz

New:

  knotifications-5.44.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.odcpqg/_old  2018-03-20 21:46:46.587029070 +0100
+++ /var/tmp/diff_new_pack.odcpqg/_new  2018-03-20 21:46:46.591028926 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.43.0
+Version:5.44.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -48,7 +48,7 @@
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(x11)
 Summary:KDE Desktop notifications
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ knotifications-5.43.0.tar.xz -> knotifications-5.44.0.tar.xz ++
 4078 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-02-16 21:32:42

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Fri Feb 16 21:32:42 2018 rev:51 rq:576548 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-01-22 16:02:14.943604419 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-02-16 21:32:43.908941512 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:09 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * Fix loading NotifyByExecute (kde#389284)
+
+---

Old:

  knotifications-5.42.0.tar.xz

New:

  knotifications-5.43.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.0eT3ht/_old  2018-02-16 21:32:45.160896304 +0100
+++ /var/tmp/diff_new_pack.0eT3ht/_new  2018-02-16 21:32:45.168896015 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.42
+%define _tar_path 5.43
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.42.0
+Version:5.43.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.42.0.tar.xz -> knotifications-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.42.0/CMakeLists.txt 
new/knotifications-5.43.0/CMakeLists.txt
--- old/knotifications-5.42.0/CMakeLists.txt2018-01-07 17:20:02.0 
+0100
+++ new/knotifications-5.43.0/CMakeLists.txt2018-02-05 13:01:52.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.42.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.42.0  NO_MODULE)
+find_package(ECM 5.43.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.42.0/po/nn/knotifications5_qt.po 
new/knotifications-5.43.0/po/nn/knotifications5_qt.po
--- old/knotifications-5.42.0/po/nn/knotifications5_qt.po   2018-01-07 
17:20:02.0 +0100
+++ new/knotifications-5.43.0/po/nn/knotifications5_qt.po   2018-02-05 
13:01:52.0 +0100
@@ -28,28 +28,28 @@
 msgid "Unknown Application"
 msgstr "Ukjent program"
 
-#: kstatusnotifieritem.cpp:499 kstatusnotifieritem.cpp:1054
+#: kstatusnotifieritem.cpp:501 kstatusnotifieritem.cpp:1045
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: kstatusnotifieritem.cpp:796
+#: kstatusnotifieritem.cpp:798
 msgctxt "KStatusNotifierItem|"
 msgid "Quit"
 msgstr "Avslutt"
 
-#: kstatusnotifieritem.cpp:1052
+#: kstatusnotifieritem.cpp:1043
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr "Gj"
 
-#: kstatusnotifieritem.cpp:1066
+#: kstatusnotifieritem.cpp:1057
 #, qt-format
 msgctxt "KStatusNotifierItem|"
 msgid "Are you sure you want to quit %1?"
 msgstr "Vil du avslutta %1?"
 
-#: kstatusnotifieritem.cpp:1069
+#: kstatusnotifieritem.cpp:1060
 msgctxt "KStatusNotifierItem|"
 msgid "Confirm Quit From System Tray"
 msgstr "Stadfest avslutting frå systemfeltet"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.42.0/po/zh_CN/knotifications5_qt.po 
new/knotifications-5.43.0/po/zh_CN/knotifications5_qt.po
--- old/knotifications-5.42.0/po/zh_CN/knotifications5_qt.po2018-01-07 
17:20:02.0 +0100
+++ new/knotifications-5.43.0/po/zh_CN/knotifications5_qt.po2018-02-05 
13:01:52.0 +0100
@@ -13,18 +13,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:11+0100\n"
-"PO-Revision-Date: 

commit knotifications for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-01-22 16:02:13

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Mon Jan 22 16:02:13 2018 rev:50 rq:566697 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2018-01-09 14:43:29.411099307 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-01-22 16:02:14.943604419 +0100
@@ -1,0 +2,19 @@
+Tue Jan 16 22:50:19 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+  * Port some code to new connect api
+  * [KStatusNotifierItem] Don't "restore" widget position on its first show
+  * Use positions of legacy systray icons for Minimize/Restore actions
+  * Handle positions of LMB clicks on legacy systray icons
+  * do not make the context menu a Window
+  * Minor optimization
+  * Fix comment spelling errors.
+  * Add explanatory comment.
+  * Lazy-instanciate and lazy-load KNotification plugins.
+
+---

Old:

  knotifications-5.41.0.tar.xz

New:

  knotifications-5.42.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.Pa8Pz6/_old  2018-01-22 16:02:16.011554443 +0100
+++ /var/tmp/diff_new_pack.Pa8Pz6/_new  2018-01-22 16:02:16.015554256 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifications
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.41
+%define _tar_path 5.42
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.41.0
+Version:5.42.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.41.0.tar.xz -> knotifications-5.42.0.tar.xz ++
 4395 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2018-01-09 14:43:28

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Tue Jan  9 14:43:28 2018 rev:49 rq:559457 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-11-16 14:39:49.453260921 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2018-01-09 14:43:29.411099307 +0100
@@ -1,0 +2,12 @@
+Sun Dec 17 09:43:49 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * Make it compile with QT_NO_CAST_FROM_ASCII
+  * Add explicit
+  * We already depend against 5.7.0
+
+---

Old:

  knotifications-5.40.0.tar.xz

New:

  knotifications-5.41.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.nRfDZB/_old  2018-01-09 14:43:31.143018089 +0100
+++ /var/tmp/diff_new_pack.nRfDZB/_new  2018-01-09 14:43:31.151017713 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.40
+%define _tar_path 5.41
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.40.0
+Version:5.41.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.40.0.tar.xz -> knotifications-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.40.0/CMakeLists.txt 
new/knotifications-5.41.0/CMakeLists.txt
--- old/knotifications-5.40.0/CMakeLists.txt2017-11-05 09:35:50.0 
+0100
+++ new/knotifications-5.41.0/CMakeLists.txt2017-12-02 21:07:04.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.40.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
+set(KF5_VERSION "5.41.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.40.0  NO_MODULE)
+find_package(ECM 5.41.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -74,7 +74,6 @@
   add_definitions(-DHAVE_PHONON4QT5)
 endif()
 
-remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
 
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.40.0/src/knotificationmanager.cpp 
new/knotifications-5.41.0/src/knotificationmanager.cpp
--- old/knotifications-5.40.0/src/knotificationmanager.cpp  2017-11-05 
09:35:50.0 +0100
+++ new/knotifications-5.41.0/src/knotificationmanager.cpp  2017-12-02 
21:07:04.0 +0100
@@ -84,7 +84,7 @@
 if (!qEnvironmentVariableIsEmpty("XDG_RUNTIME_DIR")) {
 const QByteArray runtimeDir = qgetenv("XDG_RUNTIME_DIR");
 if (!runtimeDir.isEmpty()) {
-inSandbox = QFileInfo::exists(QFile::encodeName(runtimeDir) + 
QLatin1String("/flatpak-info"));
+inSandbox = QFileInfo::exists(QFile::decodeName(runtimeDir) + 
QLatin1String("/flatpak-info"));
 }
 }
 
@@ -199,7 +199,7 @@
 KNotifyConfig notifyConfig(n->appName(), n->contexts(), n->eventId());
 QString notifyActions = 
notifyConfig.readEntry(QStringLiteral("Action"));
 
-Q_FOREACH (const QString , notifyActions.split('|')) {
+Q_FOREACH (const QString , 
notifyActions.split(QLatin1Char('|'))) {
 if (!d->notifyPlugins.contains(action)) {
 qCDebug(LOG_KNOTIFICATIONS) << "No plugin for action" << 
action;
 continue;
@@ -230,7 +230,7 @@
 
 d->notifications.insert(d->notifyIdCounter, n);
 
-Q_FOREACH (const QString , notifyActions.split('|')) {
+Q_FOREACH (const QString , notifyActions.split(QLatin1Char('|'))) {
 if (!d->notifyPlugins.contains(action)) {
 

commit knotifications for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-11-16 14:39:48

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Thu Nov 16 14:39:48 2017 rev:48 rq:541675 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-10-27 13:56:48.148971926 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-11-16 14:39:49.453260921 +0100
@@ -1,0 +2,12 @@
+Mon Nov 13 07:01:15 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * Remove check for SNI hosts when chosing whether to use legacy mode 
(kde#385867)
+  * Only check for legacy system tray icons if we're going to make one 
(kde#385371)
+  * Fix cppcheck warning
+
+---

Old:

  knotifications-5.39.0.tar.xz

New:

  knotifications-5.40.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.SQMKJC/_old  2017-11-16 14:39:50.213233369 +0100
+++ /var/tmp/diff_new_pack.SQMKJC/_new  2017-11-16 14:39:50.217233224 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.39
+%define _tar_path 5.40
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.39.0
+Version:5.40.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.39.0.tar.xz -> knotifications-5.40.0.tar.xz ++
 3568 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-10-27 13:56:46

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Fri Oct 27 13:56:46 2017 rev:47 rq:536340 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-09-19 16:25:43.663491993 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-10-27 13:56:48.148971926 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 06:41:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * None
+
+---

Old:

  knotifications-5.38.0.tar.xz

New:

  knotifications-5.39.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.Oo3RxE/_old  2017-10-27 13:56:49.268919576 +0200
+++ /var/tmp/diff_new_pack.Oo3RxE/_new  2017-10-27 13:56:49.272919389 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.38
+%define _tar_path 5.39
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.38.0
+Version:5.39.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.38.0.tar.xz -> knotifications-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.38.0/CMakeLists.txt 
new/knotifications-5.39.0/CMakeLists.txt
--- old/knotifications-5.38.0/CMakeLists.txt2017-09-03 10:11:24.0 
+0200
+++ new/knotifications-5.39.0/CMakeLists.txt2017-10-07 21:20:17.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.38.0  NO_MODULE)
+find_package(ECM 5.39.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.38.0/po/zh_CN/knotifications5_qt.po 
new/knotifications-5.39.0/po/zh_CN/knotifications5_qt.po
--- old/knotifications-5.38.0/po/zh_CN/knotifications5_qt.po2017-09-03 
10:11:24.0 +0200
+++ new/knotifications-5.39.0/po/zh_CN/knotifications5_qt.po2017-10-07 
21:20:17.0 +0200
@@ -1,3 +1,15 @@
+# translation of kdelibs4.po to Chinese Simplified
+# Copyright (C) 2007 Free Software Foundation, Inc.
+#
+# Lie Ex  2007-2011.
+# Wang Jian , 1998.
+# Sarah Smith , 2002.
+# Xiong Jiang , 2002,2003,2004.
+# Funda Wang , 2002,2003,2004.
+# Liang Qi , 2007.
+# Feng Chao , 2010, 2012, 2014.
+# Ni Hui , 2010, 2011, 2012.
+# Weng Xuetian , 2011, 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
@@ -12,9 +24,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: crowdin.com\n"
-"X-Crowdin-Project: kdeorg\n"
-"X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/frameworks/baloo_file5.pot\n"
+"X-Qt-Contexts: true\n"
 
 #: knotificationrestrictions.cpp:192
 msgctxt "KNotificationRestrictions|"




commit knotifications for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-09-19 16:25:40

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Tue Sep 19 16:25:40 2017 rev:46 rq:526662 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-08-24 17:57:30.657223178 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-09-19 16:25:43.663491993 +0200
@@ -1,0 +2,11 @@
+Tue Sep 12 07:11:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * Don't block starting notification service (kde#382444)
+  * Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
+
+---

Old:

  knotifications-5.37.0.tar.xz

New:

  knotifications-5.38.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.ztwmo1/_old  2017-09-19 16:25:44.319399041 +0200
+++ /var/tmp/diff_new_pack.ztwmo1/_new  2017-09-19 16:25:44.323398474 +0200
@@ -18,25 +18,31 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.37
+%define _tar_path 5.38
+# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   knotifications
-Version:5.37.0
+Version:5.38.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcodecs-devel >= %{_tar_path}
-BuildRequires:  kconfig-devel >= %{_tar_path}
-BuildRequires:  kcoreaddons-devel >= %{_tar_path}
+BuildRequires:  kcodecs-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel >= %{_tar_path}
+BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 %endif
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
+# Temporary: qttexttospeech doesn't build in TW ("invalid" license)
+# BuildRequires:  cmake(Qt5TextToSpeech) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)

++ knotifications-5.37.0.tar.xz -> knotifications-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.37.0/CMakeLists.txt 
new/knotifications-5.38.0/CMakeLists.txt
--- old/knotifications-5.37.0/CMakeLists.txt2017-08-06 20:07:35.0 
+0200
+++ new/knotifications-5.38.0/CMakeLists.txt2017-09-03 10:11:24.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.37.0  NO_MODULE)
+find_package(ECM 5.38.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.37.0/po/eu/knotifications5_qt.po 
new/knotifications-5.38.0/po/eu/knotifications5_qt.po
--- old/knotifications-5.37.0/po/eu/knotifications5_qt.po   2017-08-06 
20:07:35.0 +0200
+++ new/knotifications-5.38.0/po/eu/knotifications5_qt.po   2017-09-03 
10:11:24.0 +0200
@@ -1,66 +1,56 @@
-# translation of kdelibs4.po to Euskara/Basque (eu)
-# KDE: EUSKERA TRANSLATION
-# Copyright (C) 1999,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011, Free 
Software Foundation, Inc.
+# Translation of knotifications5_qt.po to Euskara/Basque (eu).
+# Copyright (C) 1999-2017, Free Software Foundation, Inc.
+# This file 

commit knotifications for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-08-24 17:57:29

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Thu Aug 24 17:57:29 2017 rev:45 rq:516689 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-07-17 10:24:50.269138937 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-08-24 17:57:30.657223178 +0200
@@ -1,0 +2,12 @@
+Sat Aug 12 09:23:33 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * Minor: Fix warning under macOS
+  * API dox: use official name "D-Bus" consistently
+  * Use more nullptr
+
+---

Old:

  knotifications-5.36.0.tar.xz

New:

  knotifications-5.37.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.0xG0zs/_old  2017-08-24 17:57:31.777065449 +0200
+++ /var/tmp/diff_new_pack.0xG0zs/_new  2017-08-24 17:57:31.781064886 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   knotifications
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.36.0.tar.xz -> knotifications-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.36.0/CMakeLists.txt 
new/knotifications-5.37.0/CMakeLists.txt
--- old/knotifications-5.36.0/CMakeLists.txt2017-07-02 10:07:56.0 
+0200
+++ new/knotifications-5.37.0/CMakeLists.txt2017-08-06 20:07:35.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -31,7 +31,7 @@
 SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.36.0/po/zh_CN/knotifications5_qt.po 
new/knotifications-5.37.0/po/zh_CN/knotifications5_qt.po
--- old/knotifications-5.36.0/po/zh_CN/knotifications5_qt.po2017-07-02 
10:07:56.0 +0200
+++ new/knotifications-5.37.0/po/zh_CN/knotifications5_qt.po2017-08-06 
20:07:35.0 +0200
@@ -1,30 +1,20 @@
-# translation of kdelibs4.po to Chinese Simplified
-# Copyright (C) 2007 Free Software Foundation, Inc.
-#
-# Lie Ex  2007-2011.
-# Wang Jian , 1998.
-# Sarah Smith , 2002.
-# Xiong Jiang , 2002,2003,2004.
-# Funda Wang , 2002,2003,2004.
-# Liang Qi , 2007.
-# Feng Chao , 2010, 2012, 2014.
-# Ni Hui , 2010, 2011, 2012.
-# Weng Xuetian , 2011, 2012, 2013.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-05-24 10:22+0800\n"
-"Last-Translator: Feng Chao \n"
-"Language-Team: Chinese Simplified \n"
+"POT-Creation-Date: 2016-11-19 20:11+0100\n"
+"PO-Revision-Date: 2017-07-13 11:17-0400\n"
+"Last-Translator: guoyunhebrave \n"
+"Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "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-Qt-Contexts: true\n"
+"X-Generator: 

commit knotifications for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-07-17 10:24:48

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Mon Jul 17 10:24:48 2017 rev:44 rq:509922 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-07-05 23:52:07.961527013 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-07-17 10:24:50.269138937 +0200
@@ -1,0 +2,10 @@
+Wed Jul 12 07:14:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.36.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
+- Changes since 5.35.0:
+  * [FEATURE] Option to build & install QCH file with the public API dox
+
+---

Old:

  knotifications-5.35.0.tar.xz

New:

  knotifications-5.36.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.SrnL3g/_old  2017-07-17 10:24:50.789065642 +0200
+++ /var/tmp/diff_new_pack.SrnL3g/_new  2017-07-17 10:24:50.793065078 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   knotifications
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.35.0.tar.xz -> knotifications-5.36.0.tar.xz ++
 843749 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-07-05 23:52:00

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Wed Jul  5 23:52:00 2017 rev:43 rq:502960 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-06-01 16:20:32.402292820 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-07-05 23:52:07.961527013 +0200
@@ -1,0 +2,14 @@
+Sun Jun 11 09:27:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * Use explicit flag constructor instead of nullptr/0
+  * Fix KSNIs being unable to register service under flatpak
+  * API dox: note CamelCase includes by @class tag with more classes
+  * Remove unneeded string casts
+  * Use application name instead of pid when creating SNI dbus service
+
+---

Old:

  knotifications-5.34.0.tar.xz

New:

  knotifications-5.35.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.wJv8l6/_old  2017-07-05 23:52:09.277341673 +0200
+++ /var/tmp/diff_new_pack.wJv8l6/_new  2017-07-05 23:52:09.289339983 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   knotifications
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.34.0.tar.xz -> knotifications-5.35.0.tar.xz ++
 843877 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-06-01 16:20:30

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Thu Jun  1 16:20:30 2017 rev:42 rq:495057 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-04-30 21:19:46.619562023 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-06-01 16:20:32.402292820 +0200
@@ -1,0 +2,10 @@
+Mon May 15 13:53:14 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * Improve apidox
+
+---

Old:

  knotifications-5.33.0.tar.xz

New:

  knotifications-5.34.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.i1zrZ7/_old  2017-06-01 16:20:33.762101071 +0200
+++ /var/tmp/diff_new_pack.i1zrZ7/_new  2017-06-01 16:20:33.766100506 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   knotifications
-Version:5.33.0
+Version:5.34.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.33.0.tar.xz -> knotifications-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.33.0/.arcconfig 
new/knotifications-5.34.0/.arcconfig
--- old/knotifications-5.33.0/.arcconfig1970-01-01 01:00:00.0 
+0100
+++ new/knotifications-5.34.0/.arcconfig2017-05-06 13:56:51.0 
+0200
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.33.0/CMakeLists.txt 
new/knotifications-5.34.0/CMakeLists.txt
--- old/knotifications-5.33.0/CMakeLists.txt2017-04-01 21:38:29.0 
+0200
+++ new/knotifications-5.34.0/CMakeLists.txt2017-05-06 13:56:51.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.33.0/po/bg/knotifications5_qt.po 
new/knotifications-5.34.0/po/bg/knotifications5_qt.po
--- old/knotifications-5.33.0/po/bg/knotifications5_qt.po   2017-04-01 
21:38:29.0 +0200
+++ new/knotifications-5.34.0/po/bg/knotifications5_qt.po   2017-05-06 
13:56:51.0 +0200
@@ -1,8 +1,5 @@
-# translation of kdelibs4.po to Bulgarian
-# Bulgarian translation of KDE.
-# This file is licensed under the GPL.
-#
-# $Id:$
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
 #
 # Zlatko Popov , 2006, 2007, 2008, 2009.
 # Yasen Pramatarov , 2009, 2010, 2011, 2012, 2013.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.33.0/po/nb/knotifications5_qt.po 
new/knotifications-5.34.0/po/nb/knotifications5_qt.po
--- old/knotifications-5.33.0/po/nb/knotifications5_qt.po   2017-04-01 
21:38:29.0 +0200
+++ new/knotifications-5.34.0/po/nb/knotifications5_qt.po   2017-05-06 
13:56:51.0 +0200
@@ -31,28 +31,28 @@
 msgid "Unknown Application"
 msgstr "Ukjent program"
 
-#: kstatusnotifieritem.cpp:460 kstatusnotifieritem.cpp:938
+#: kstatusnotifieritem.cpp:499 kstatusnotifieritem.cpp:1054
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: kstatusnotifieritem.cpp:730
+#: kstatusnotifieritem.cpp:796
 msgctxt "KStatusNotifierItem|"
 msgid "Quit"
 msgstr "Avslutt"
 
-#: kstatusnotifieritem.cpp:936
+#: kstatusnotifieritem.cpp:1052
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: 

commit knotifications for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-04-30 21:19:45

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Sun Apr 30 21:19:45 2017 rev:41 rq:492078 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-03-28 15:11:25.357348035 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-04-30 21:19:46.619562023 +0200
@@ -1,0 +2,13 @@
+Sat Apr 15 10:11:53 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Do not remove queued notifications when the fd.o service starts. Also 
start the service unconditionally when it's not loaded and activatable.
+  * Mac platform adaptations
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  knotifications-5.32.0.tar.xz

New:

  knotifications-5.33.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.InA6yk/_old  2017-04-30 21:19:47.239474616 +0200
+++ /var/tmp/diff_new_pack.InA6yk/_new  2017-04-30 21:19:47.243474052 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   knotifications
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.32.0.tar.xz -> knotifications-5.33.0.tar.xz ++
 4328 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-03-28 15:11:22

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Tue Mar 28 15:11:22 2017 rev:40 rq:481526 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-03-03 17:03:30.365193436 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-03-28 15:11:25.357348035 +0200
@@ -1,0 +2,18 @@
+Sun Mar 19 14:50:49 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.32.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
+- Changes since 5.31.0:
+  * Commit translations from l10n-kf5
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * Removed some dead code.
+  * Upgrade KF5 version to 5.32.0.
+  * Added missing @since
+  * Add support for flatpak portals
+  * Only use qApp->desktopFileName() when compiling with Qt >= 5.7.0
+  * Send desktopfilename as part of notifyByPopup hints
+  * [KStatusNotifierItem] Restore minimized window as normal
+
+---

Old:

  knotifications-5.31.0.tar.xz

New:

  knotifications-5.32.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.08wDXo/_old  2017-03-28 15:11:26.397200726 +0200
+++ /var/tmp/diff_new_pack.08wDXo/_new  2017-03-28 15:11:26.397200726 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   knotifications
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.31.0.tar.xz -> knotifications-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.31.0/CMakeLists.txt 
new/knotifications-5.32.0/CMakeLists.txt
--- old/knotifications-5.31.0/CMakeLists.txt2017-02-05 12:06:31.0 
+0100
+++ new/knotifications-5.32.0/CMakeLists.txt2017-03-04 17:17:36.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
 project(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.31.0  NO_MODULE)
+find_package(ECM 5.32.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/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/knotifications-5.31.0/po/nb/knotifications5_qt.po 
new/knotifications-5.32.0/po/nb/knotifications5_qt.po
--- old/knotifications-5.31.0/po/nb/knotifications5_qt.po   2017-02-05 
12:06:31.0 +0100
+++ new/knotifications-5.32.0/po/nb/knotifications5_qt.po   2017-03-04 
17:17:36.0 +0100
@@ -31,28 +31,28 @@
 msgid "Unknown Application"
 msgstr "Ukjent program"
 
-#: kstatusnotifieritem.cpp:460 kstatusnotifieritem.cpp:939
+#: kstatusnotifieritem.cpp:460 kstatusnotifieritem.cpp:938
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: kstatusnotifieritem.cpp:731
+#: kstatusnotifieritem.cpp:730
 msgctxt "KStatusNotifierItem|"
 msgid "Quit"
 msgstr "Avslutt"
 
-#: kstatusnotifieritem.cpp:937
+#: kstatusnotifieritem.cpp:936
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: kstatusnotifieritem.cpp:951
+#: kstatusnotifieritem.cpp:950
 #, qt-format
 msgctxt "KStatusNotifierItem|"
 msgid "Are you sure you want to quit %1?"
 msgstr "Vil du avslutte %1?"
 
-#: kstatusnotifieritem.cpp:954
+#: kstatusnotifieritem.cpp:953
 msgctxt "KStatusNotifierItem|"
 msgid "Confirm Quit From System Tray"
 msgstr "Bekreft «Avslutt» fra systemkurven"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.31.0/po/se/knotifications5_qt.po 
new/knotifications-5.32.0/po/se/knotifications5_qt.po
--- old/knotifications-5.31.0/po/se/knotifications5_qt.po   2017-02-05 
12:06:31.0 +0100
+++ new/knotifications-5.32.0/po/se/knotifications5_qt.po   2017-03-04 
17:17:36.0 +0100
@@ -26,31 +26,31 @@
 msgid "Unknown Application"
 msgstr "Amas prográmma"
 

commit knotifications for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-03-03 17:03:29

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Fri Mar  3 17:03:29 2017 rev:39 rq:461447 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-02-03 17:45:45.252310365 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-03-03 17:03:30.365193436 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:31:42 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  knotifications-5.30.0.tar.xz

New:

  knotifications-5.31.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.uFWTfQ/_old  2017-03-03 17:03:31.105088799 +0100
+++ /var/tmp/diff_new_pack.uFWTfQ/_new  2017-03-03 17:03:31.109088234 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   knotifications
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -32,13 +32,13 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 %endif
 BuildRequires:  phonon4qt5-devel
-BuildRequires:  cmake(Qt5DBus) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.5.0
+BuildRequires:  cmake(Qt5DBus) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(x11)
 Summary:KDE Desktop notifications
@@ -69,7 +69,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.5.0
+Requires:   cmake(Qt5Widgets) >= 5.6.0
 
 %description devel
 KNotification is used to notify the user of an event. It covers feedback and

++ knotifications-5.30.0.tar.xz -> knotifications-5.31.0.tar.xz ++
 4728 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-01-31 12:06:37

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-12-17 11:11:25.254653351 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-02-03 17:45:45.252310365 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:42:45 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.30.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+---

Old:

  knotifications-5.29.0.tar.xz

New:

  knotifications-5.30.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.gaRXdg/_old  2017-02-03 17:45:45.780235640 +0100
+++ /var/tmp/diff_new_pack.gaRXdg/_new  2017-02-03 17:45:45.784235074 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifications
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   knotifications
-Version:5.29.0
+Version:5.30.0
 Release:0
 %define kf5_version %{version}
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel >= %{_tar_path}

++ knotifications-5.29.0.tar.xz -> knotifications-5.30.0.tar.xz ++
 863975 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-11-17 12:34:38

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-10-28 12:22:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-11-17 12:34:39.0 +0100
@@ -1,0 +2,13 @@
+Sat Nov  5 22:08:49 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * Don't deref an object we haven't referenced when notification
+has no action
+  * KNotification will no longer crash when using it in a
+QGuiApplication and no notification service is running
+(kde#370667)
+  * Fix crashes in NotifyByAudio
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  knotifications-5.27.0.tar.xz

New:

  knotifications-5.28.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.5UhmQ6/_old  2016-11-17 12:34:40.0 +0100
+++ /var/tmp/diff_new_pack.5UhmQ6/_new  2016-11-17 12:34:40.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   knotifications
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.27.0.tar.xz -> knotifications-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.27.0/CMakeLists.txt 
new/knotifications-5.28.0/CMakeLists.txt
--- old/knotifications-5.27.0/CMakeLists.txt2016-10-02 11:56:10.0 
+0200
+++ new/knotifications-5.28.0/CMakeLists.txt2016-11-05 15:54:29.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.27.0  NO_MODULE)
+find_package(ECM 5.28.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.27.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.28.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-5.27.0/autotests/knotification_test.cpp 
new/knotifications-5.28.0/autotests/knotification_test.cpp
--- old/knotifications-5.27.0/autotests/knotification_test.cpp  2016-10-02 
11:56:10.0 +0200
+++ new/knotifications-5.28.0/autotests/knotification_test.cpp  2016-11-05 
15:54:29.0 +0100
@@ -38,6 +38,7 @@
 void serverCallTest();
 void serverCloseTest();
 void serverActionsTest();
+void noActionsTest();
 
 private:
 NotificationsServer *m_server;
@@ -240,5 +241,17 @@
 QCOMPARE(nClosedSpy.size(), 1);
 }
 
+void KNotificationTest::noActionsTest()
+{
+//event doesn't exist in config, meaning it has no actions
+QPointer n(new 
KNotification(QStringLiteral("noActionsEvent")));
+QSignalSpy nClosedSpy(n, SIGNAL(closed()));
+n->sendEvent();
+
+nClosedSpy.wait(100);
+QCOMPARE(nClosedSpy.size(), 1);
+QVERIFY(n.isNull());
+}
+
 QTEST_GUILESS_MAIN_SYSTEM_DBUS(KNotificationTest)
 #include "knotification_test.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.27.0/src/knotification.cpp 
new/knotifications-5.28.0/src/knotification.cpp
--- old/knotifications-5.27.0/src/knotification.cpp 2016-10-02 
11:56:10.0 +0200
+++ new/knotifications-5.28.0/src/knotification.cpp 2016-11-05 
15:54:29.0 +0100
@@ -375,6 +375,7 @@
 }
 void KNotification::deref()
 {
+Q_ASSERT(d->ref > 0);
 d->ref--;
 if (d->ref == 0) {
 d->id = -1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.27.0/src/knotificationmanager.cpp 
new/knotifications-5.28.0/src/knotificationmanager.cpp
--- old/knotifications-5.27.0/src/knotificationmanager.cpp  2016-10-02 
11:56:10.0 +0200
+++ 

commit knotifications for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-10-28 12:22:09

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-09-14 23:26:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-10-28 12:22:10.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 12:48:18 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  knotifications-5.26.0.tar.xz

New:

  knotifications-5.27.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.LkQZiG/_old  2016-10-28 12:22:11.0 +0200
+++ /var/tmp/diff_new_pack.LkQZiG/_new  2016-10-28 12:22:11.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   knotifications
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.26.0.tar.xz -> knotifications-5.27.0.tar.xz ++
 862687 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-09-14 23:26:27

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-08-29 15:07:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-09-14 23:26:29.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 20:52:02 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * Get StatusNotifierWatcher property ProtocolVersion in async way
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  knotifications-5.25.0.tar.xz

New:

  knotifications-5.26.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.fSX3hU/_old  2016-09-14 23:26:30.0 +0200
+++ /var/tmp/diff_new_pack.fSX3hU/_new  2016-09-14 23:26:30.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   knotifications
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.25.0.tar.xz -> knotifications-5.26.0.tar.xz ++
 3561 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-08-29 15:07:38

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-07-15 12:37:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-08-29 15:07:41.0 +0200
@@ -1,0 +2,9 @@
+Sun Aug  7 21:55:08 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * Don't set parent of sublayout manually, silences warning
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  knotifications-5.24.0.tar.xz

New:

  knotifications-5.25.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.QaFKAJ/_old  2016-08-29 15:07:42.0 +0200
+++ /var/tmp/diff_new_pack.QaFKAJ/_new  2016-08-29 15:07:42.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   knotifications
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -32,13 +32,13 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
 %endif
 BuildRequires:  phonon4qt5-devel
-BuildRequires:  cmake(Qt5DBus) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.5.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(x11)
 Summary:KDE Desktop notifications
@@ -69,7 +69,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.4.0
+Requires:   cmake(Qt5Widgets) >= 5.5.0
 
 %description devel
 KNotification is used to notify the user of an event. It covers feedback and

++ knotifications-5.24.0.tar.xz -> knotifications-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.24.0/CMakeLists.txt 
new/knotifications-5.25.0/CMakeLists.txt
--- old/knotifications-5.24.0/CMakeLists.txt2016-07-03 11:19:42.0 
+0200
+++ new/knotifications-5.25.0/CMakeLists.txt2016-08-07 15:54:24.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
@@ -28,7 +28,7 @@
 SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.24.0/metainfo.yaml 
new/knotifications-5.25.0/metainfo.yaml
--- old/knotifications-5.24.0/metainfo.yaml 2016-07-03 11:19:42.0 
+0200
+++ new/knotifications-5.25.0/metainfo.yaml 2016-08-07 15:54:24.0 
+0200
@@ -3,6 +3,9 @@
 tier: 2
 type: solution
 platforms:
+- name: Linux
+- name: Windows
+- name: MacOSX
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.24.0/src/kpassivepopup.cpp 
new/knotifications-5.25.0/src/kpassivepopup.cpp
--- old/knotifications-5.24.0/src/kpassivepopup.cpp 2016-07-03 

commit knotifications for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-07-15 12:37:50

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-07-03 12:23:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-07-15 12:37:53.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul  6 15:05:18 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * Fix notify by taskbar
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+---

Old:

  knotifications-5.23.0.tar.xz

New:

  knotifications-5.24.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.O7G9V3/_old  2016-07-15 12:37:54.0 +0200
+++ /var/tmp/diff_new_pack.O7G9V3/_new  2016-07-15 12:37:54.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   knotifications
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.23.0.tar.xz -> knotifications-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.23.0/CMakeLists.txt 
new/knotifications-5.24.0/CMakeLists.txt
--- old/knotifications-5.23.0/CMakeLists.txt2016-06-06 13:42:02.0 
+0200
+++ new/knotifications-5.24.0/CMakeLists.txt2016-07-03 11:19:42.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.23.0/po/he/knotifications5_qt.po 
new/knotifications-5.24.0/po/he/knotifications5_qt.po
--- old/knotifications-5.23.0/po/he/knotifications5_qt.po   2016-06-06 
13:42:02.0 +0200
+++ new/knotifications-5.24.0/po/he/knotifications5_qt.po   2016-07-03 
11:19:42.0 +0200
@@ -16,60 +16,50 @@
 # Diego Iastrubni , 2005, 2006, 2007, 2008, 2009, 2012, 2014.
 # Meni Livne , 2007.
 # tahmar1900 , 2008, 2009.
+# Elkana Bardugo , 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-01-10 17:20+0200\n"
-"Last-Translator: Diego Iastrubni \n"
+"PO-Revision-Date: 2016-06-29 19:53+0200\n"
+"Last-Translator: Elkana Bardugo \n"
 "Language-Team: Hebrew \n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
 #: knotificationrestrictions.cpp:185
-#, fuzzy
-#| msgid "Unknown Application"
 msgctxt "KNotificationRestrictions|"
 msgid "Unknown Application"
 msgstr "יישום לא ידוע"
 
 #: kstatusnotifieritem.cpp:439 kstatusnotifieritem.cpp:893
-#, fuzzy
-#| msgid ""
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr "&מזער"
 
 #: kstatusnotifieritem.cpp:709
-#, fuzzy
-#| msgid "Quit"
 msgctxt "KStatusNotifierItem|"
 msgid "Quit"
 msgstr "יציאה"
 
 #: kstatusnotifieritem.cpp:891
-#, fuzzy
-#| msgid ""
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr "&שחזר"
 
 #: kstatusnotifieritem.cpp:905
-#, fuzzy, qt-format
-#| msgid "Are you sure you want to quit %1?"
+#, qt-format
 msgctxt "KStatusNotifierItem|"
 msgid "Are you sure you want to quit %1?"
 msgstr "האם אתה בטוח שרצונך לצאת מ־%1?"
 
 #: kstatusnotifieritem.cpp:908
-#, fuzzy
-#| msgid "Confirm Quit From System Tray"
 msgctxt 

commit knotifications for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-07-03 12:23:58

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-05-19 12:08:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-07-03 12:23:59.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun  6 21:26:42 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * Use QUrl::fromUserInput to construct sound url (kde#337276)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  knotifications-5.22.0.tar.xz

New:

  knotifications-5.23.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.9xpiyn/_old  2016-07-03 12:24:00.0 +0200
+++ /var/tmp/diff_new_pack.9xpiyn/_new  2016-07-03 12:24:00.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   knotifications
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.22.0.tar.xz -> knotifications-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.22.0/CMakeLists.txt 
new/knotifications-5.23.0/CMakeLists.txt
--- old/knotifications-5.22.0/CMakeLists.txt2016-05-07 17:19:45.0 
+0200
+++ new/knotifications-5.23.0/CMakeLists.txt2016-06-06 13:42:02.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.22.0  NO_MODULE)
+find_package(ECM 5.23.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.22.0/metainfo.yaml 
new/knotifications-5.23.0/metainfo.yaml
--- old/knotifications-5.22.0/metainfo.yaml 2016-05-07 17:19:45.0 
+0200
+++ new/knotifications-5.23.0/metainfo.yaml 2016-06-06 13:42:02.0 
+0200
@@ -10,3 +10,7 @@
  - qmake: KNotifications
cmake: "KF5::Notifications"
 cmakename: KF5Notifications
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.22.0/src/notifybyaudio.cpp 
new/knotifications-5.23.0/src/notifybyaudio.cpp
--- old/knotifications-5.22.0/src/notifybyaudio.cpp 2016-05-07 
17:19:45.0 +0200
+++ new/knotifications-5.23.0/src/notifybyaudio.cpp 2016-06-06 
13:42:02.0 +0200
@@ -60,16 +60,23 @@
 return;
 }
 
-QUrl soundURL = QUrl(soundFilename); // this CTOR accepts both absolute 
paths (/usr/share/sounds/blabla.ogg and blabla.ogg) w/o screwing the scheme
-if (soundURL.isRelative() && !soundURL.toString().startsWith('/')) { // 
QUrl considers url.scheme.isEmpty() == url.isRelative()
-soundURL = 
QUrl::fromLocalFile(QStandardPaths::locate(QStandardPaths::GenericDataLocation, 
QStringLiteral("sounds/") + soundFilename));
-
-if (soundURL.isEmpty()) {
-qCWarning(LOG_KNOTIFICATIONS) << "Audio notification requested, 
but sound file from notifyrc file was not found, aborting audio notification";
-
-finish(notification);
-return;
+QUrl soundURL;
+const auto dataLocations = 
QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation);
+foreach (const QString , dataLocations) {
+soundURL = QUrl::fromUserInput(soundFilename,
+   dataLocation + "/sounds",
+   QUrl::AssumeLocalFile);
+if (soundURL.isLocalFile() && QFile::exists(soundURL.toLocalFile())) {
+break;
+} else if (!soundURL.isLocalFile() && soundURL.isValid()) {
+

commit knotifications for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-05-19 12:08:50

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-04-12 19:22:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-05-19 12:08:51.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 18:33:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  knotifications-5.21.0.tar.xz

New:

  knotifications-5.22.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.bRwft3/_old  2016-05-19 12:08:51.0 +0200
+++ /var/tmp/diff_new_pack.bRwft3/_new  2016-05-19 12:08:51.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   knotifications
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.21.0.tar.xz -> knotifications-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.21.0/CMakeLists.txt 
new/knotifications-5.22.0/CMakeLists.txt
--- old/knotifications-5.21.0/CMakeLists.txt2016-04-03 22:59:02.0 
+0200
+++ new/knotifications-5.22.0/CMakeLists.txt2016-05-07 17:19:45.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.21.0  NO_MODULE)
+find_package(ECM 5.22.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.21.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.21.0/autotests/qtest_dbus.h 
new/knotifications-5.22.0/autotests/qtest_dbus.h
--- old/knotifications-5.21.0/autotests/qtest_dbus.h2016-04-03 
22:59:02.0 +0200
+++ new/knotifications-5.22.0/autotests/qtest_dbus.h2016-05-07 
17:19:45.0 +0200
@@ -36,7 +36,7 @@
 qFatal("Couldn't execute new dbus session"); \
 } \
 int pos = session.indexOf('='); \
-setenv("DBUS_SESSION_BUS_ADDRESS", session.right(session.count() - pos - 
1).trimmed().constData(), 1); \
+qputenv("DBUS_SESSION_BUS_ADDRESS", session.right(session.count() - pos - 
1).trimmed().constData()); \
 session = dbus.readLine(); \
 pos = session.indexOf('='); \
 QByteArray pid = session.right(session.count() - pos - 1).trimmed(); \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.21.0/po/nb/knotifications5_qt.po 
new/knotifications-5.22.0/po/nb/knotifications5_qt.po
--- old/knotifications-5.21.0/po/nb/knotifications5_qt.po   2016-04-03 
22:59:02.0 +0200
+++ new/knotifications-5.22.0/po/nb/knotifications5_qt.po   2016-05-07 
17:19:45.0 +0200
@@ -31,7 +31,7 @@
 msgid "Unknown Application"
 msgstr "Ukjent program"
 
-#: kstatusnotifieritem.cpp:439 kstatusnotifieritem.cpp:891
+#: kstatusnotifieritem.cpp:439 kstatusnotifieritem.cpp:893
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
@@ -41,18 +41,18 @@
 msgid "Quit"
 msgstr "Avslutt"
 
-#: kstatusnotifieritem.cpp:889
+#: kstatusnotifieritem.cpp:891
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
-#: kstatusnotifieritem.cpp:903
+#: kstatusnotifieritem.cpp:905
 #, qt-format
 msgctxt "KStatusNotifierItem|"
 msgid "Are you sure you want to quit %1?"
 msgstr "Vil du avslutte %1?"
 
-#: kstatusnotifieritem.cpp:906
+#: kstatusnotifieritem.cpp:908
 msgctxt "KStatusNotifierItem|"
 msgid "Confirm Quit From System Tray"
 msgstr "Bekreft «Avslutt» fra systemkurven"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.21.0/po/nn/knotifications5_qt.po 

commit knotifications for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-04-12 19:22:45

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-03-16 10:30:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-04-12 19:22:47.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 14:21:47 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Handle left-button clicking on legacy systray icons
+(kde#358589)
+  * Only use X11BypassWindowManagerHint flag on platform X11
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  knotifications-5.20.0.tar.xz

New:

  knotifications-5.21.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.LWerMU/_old  2016-04-12 19:22:48.0 +0200
+++ /var/tmp/diff_new_pack.LWerMU/_new  2016-04-12 19:22:48.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   knotifications
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -32,13 +32,13 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
 %endif
 BuildRequires:  phonon4qt5-devel
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(x11)
 Summary:KDE Desktop notifications
@@ -69,7 +69,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.3.0
+Requires:   cmake(Qt5Widgets) >= 5.4.0
 
 %description devel
 KNotification is used to notify the user of an event. It covers feedback and

++ knotifications-5.20.0.tar.xz -> knotifications-5.21.0.tar.xz ++
 4216 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-03-16 10:30:53

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-02-24 18:56:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-03-16 10:30:54.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar  6 10:00:39 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  knotifications-5.19.0.tar.xz

New:

  knotifications-5.20.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.AIunPh/_old  2016-03-16 10:30:55.0 +0100
+++ /var/tmp/diff_new_pack.AIunPh/_new  2016-03-16 10:30:55.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   knotifications
-Version:5.19.0
+Version:5.20.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.19.0.tar.xz -> knotifications-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.19.0/CMakeLists.txt 
new/knotifications-5.20.0/CMakeLists.txt
--- old/knotifications-5.19.0/CMakeLists.txt2016-02-06 14:52:31.0 
+0100
+++ new/knotifications-5.20.0/CMakeLists.txt2016-03-05 20:04:02.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.19.0  NO_MODULE)
+find_package(ECM 5.20.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.19.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.19.0/po/se/knotifications5_qt.po 
new/knotifications-5.20.0/po/se/knotifications5_qt.po
--- old/knotifications-5.19.0/po/se/knotifications5_qt.po   2016-02-06 
14:52:31.0 +0100
+++ new/knotifications-5.20.0/po/se/knotifications5_qt.po   2016-03-05 
20:04:02.0 +0100
@@ -20,7 +20,7 @@
 "X-Text-Markup: qtrich\n"
 "X-Qt-Contexts: true\n"
 
-#: knotificationrestrictions.cpp:184
+#: knotificationrestrictions.cpp:185
 #, fuzzy
 msgctxt "KNotificationRestrictions|"
 msgid "Unknown Application"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.19.0/src/notifybypopupgrowl.cpp 
new/knotifications-5.20.0/src/notifybypopupgrowl.cpp
--- old/knotifications-5.19.0/src/notifybypopupgrowl.cpp2016-02-06 
14:52:31.0 +0100
+++ new/knotifications-5.20.0/src/notifybypopupgrowl.cpp2016-03-05 
20:04:02.0 +0100
@@ -23,8 +23,7 @@
 #include 
 #include 
 
-#define GROWL_LOCATION_MACOSX "/Library/PreferencePanes/Growl.prefPane/" \
-  "Contents/MacOS/Growl"
+#define GROWL_LOCATION_MACOSX 
"/Library/PreferencePanes/Growl.prefPane/Contents/MacOS/Growl"
 #define GROWL_LOCATION_WIN32 "C:/Program Files/Growl for Windows/Growl.exe"
 
 /**




commit knotifications for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-02-24 18:56:22

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2016-01-20 09:46:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-02-24 18:56:23.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 18:05:28 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  knotifications-5.18.0.tar.xz

New:

  knotifications-5.19.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.wAgZqU/_old  2016-02-24 18:56:24.0 +0100
+++ /var/tmp/diff_new_pack.wAgZqU/_new  2016-02-24 18:56:24.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   knotifications
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.18.0.tar.xz -> knotifications-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.18.0/CMakeLists.txt 
new/knotifications-5.19.0/CMakeLists.txt
--- old/knotifications-5.18.0/CMakeLists.txt2016-01-02 17:44:09.0 
+0100
+++ new/knotifications-5.19.0/CMakeLists.txt2016-02-06 14:52:31.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
@@ -41,7 +41,7 @@
 endif()
 
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 if (NOT APPLE AND NOT WIN32)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.18.0/po/nb/knotifications5_qt.po 
new/knotifications-5.19.0/po/nb/knotifications5_qt.po
--- old/knotifications-5.18.0/po/nb/knotifications5_qt.po   2016-01-02 
17:44:09.0 +0100
+++ new/knotifications-5.19.0/po/nb/knotifications5_qt.po   2016-02-06 
14:52:31.0 +0100
@@ -4,7 +4,7 @@
 # Bjørn Steensrud , 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt , 2004, 2005.
 # Gaute Hvoslef Kvalnes , 2004, 2005.
-# Axel Bojer , 2005, 2006.
+# Axel Bojer , 2005, 2006.
 # Nils Kristian Tomren , 2005, 2007.
 # Øyvind A. Holm , 2009.
 msgid ""
@@ -26,7 +26,7 @@
 "X-Text-Markup: qtrich\n"
 "X-Qt-Contexts: true\n"
 
-#: knotificationrestrictions.cpp:184
+#: knotificationrestrictions.cpp:185
 msgctxt "KNotificationRestrictions|"
 msgid "Unknown Application"
 msgstr "Ukjent program"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.18.0/po/nn/knotifications5_qt.po 
new/knotifications-5.19.0/po/nn/knotifications5_qt.po
--- old/knotifications-5.18.0/po/nn/knotifications5_qt.po   2016-01-02 
17:44:09.0 +0100
+++ new/knotifications-5.19.0/po/nn/knotifications5_qt.po   2016-02-06 
14:52:31.0 +0100
@@ -23,7 +23,7 @@
 "X-Text-Markup: qtrich\n"
 "X-Qt-Contexts: true\n"
 
-#: knotificationrestrictions.cpp:184
+#: knotificationrestrictions.cpp:185
 msgctxt "KNotificationRestrictions|"
 msgid "Unknown Application"
 msgstr "Ukjent program"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-5.18.0/src/knotificationrestrictions.cpp 
new/knotifications-5.19.0/src/knotificationrestrictions.cpp
--- 

commit knotifications for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2016-01-20 09:46:55

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-12-29 12:53:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2016-01-20 09:46:56.0 +0100
@@ -1,0 +2,11 @@
+Sat Jan  2 17:44:35 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * [Notify By Popup] Send along event ID
+  * Set default non-empty reason for screen saver inhibition
+(kde#334525)
+  * Add a hint to skip notifications grouping (kde#356653)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  knotifications-5.17.0.tar.xz

New:

  knotifications-5.18.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.HYVMsS/_old  2016-01-20 09:46:58.0 +0100
+++ /var/tmp/diff_new_pack.HYVMsS/_new  2016-01-20 09:46:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifications
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   knotifications
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.17.0.tar.xz -> knotifications-5.18.0.tar.xz ++
 4349 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-12-29 12:53:50

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-11-24 22:24:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-12-29 12:53:51.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 23:08:25 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  knotifications-5.16.0.tar.xz

New:

  knotifications-5.17.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.VPq1Ft/_old  2015-12-29 12:53:53.0 +0100
+++ /var/tmp/diff_new_pack.VPq1Ft/_new  2015-12-29 12:53:53.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   knotifications
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.16.0.tar.xz -> knotifications-5.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.16.0/CMakeLists.txt 
new/knotifications-5.17.0/CMakeLists.txt
--- old/knotifications-5.16.0/CMakeLists.txt2015-11-08 13:30:47.0 
+0100
+++ new/knotifications-5.17.0/CMakeLists.txt2015-12-06 22:33:56.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.16.0  NO_MODULE)
+find_package(ECM 5.17.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.16.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
+set(KF5_VERSION "5.17.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.16.0/po/ko/knotifications5_qt.po 
new/knotifications-5.17.0/po/ko/knotifications5_qt.po
--- old/knotifications-5.16.0/po/ko/knotifications5_qt.po   2015-11-08 
13:30:47.0 +0100
+++ new/knotifications-5.17.0/po/ko/knotifications5_qt.po   2015-12-06 
22:33:56.0 +0100
@@ -9,15 +9,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2015-06-27 11:41+0200\n"
-"Last-Translator: Shinjo Park \n"
+"PO-Revision-Date: 2015-11-09 23:44+0100\n"
+"Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
 "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 2.0\n"
 "X-Qt-Contexts: true\n"
 
 #: knotificationrestrictions.cpp:184
@@ -44,9 +44,7 @@
 #, qt-format
 msgctxt "KStatusNotifierItem|"
 msgid "Are you sure you want to quit %1?"
-msgstr ""
-"%1을 종료하시겠습니까?|/|%1$[을를 %1] 종료하시겠습"
-"니까?"
+msgstr "%1을 종료하시겠습니까?"
 
 #: kstatusnotifieritem.cpp:899
 msgctxt "KStatusNotifierItem|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.16.0/po/nb/knotifications5_qt.po 
new/knotifications-5.17.0/po/nb/knotifications5_qt.po
--- old/knotifications-5.16.0/po/nb/knotifications5_qt.po   2015-11-08 
13:30:47.0 +0100
+++ new/knotifications-5.17.0/po/nb/knotifications5_qt.po   2015-12-06 
22:33:56.0 +0100
@@ -1,3 +1,5 @@
+# Translation of knotifications5_qt to Norwegian Bokmål
+#
 # Knut Yrvin , 2002, 2003, 2004, 2005.
 # Bjørn Steensrud , 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt , 2004, 2005.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.16.0/po/se/knotifications5_qt.po 

commit knotifications for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-11-24 22:24:28

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-10-19 22:26:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-11-24 22:24:30.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov  8 17:02:55 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Now that kparts no longer needs knotifications, only things that
+really want notifications require on this framework
+  * Add description + purpose for speech + phonon
+  * Make phonon dependency optional, purely internal change, like
+it is done for speech.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  knotifications-5.15.0.tar.xz

New:

  knotifications-5.16.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.Ap8SV9/_old  2015-11-24 22:24:30.0 +0100
+++ /var/tmp/diff_new_pack.Ap8SV9/_new  2015-11-24 22:24:30.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   knotifications
-Version:5.15.0
+Version:5.16.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.15.0.tar.xz -> knotifications-5.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.15.0/CMakeLists.txt 
new/knotifications-5.16.0/CMakeLists.txt
--- old/knotifications-5.15.0/CMakeLists.txt2015-10-05 10:17:13.0 
+0200
+++ new/knotifications-5.16.0/CMakeLists.txt2015-11-08 13:30:47.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
@@ -32,9 +32,11 @@
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
-if (NOT Qt5TextToSpeech_FOUND)
-  message(STATUS "Qt5TextToSpeech not found, notifications by tts will not be 
built")
-else()
+set_package_properties(Qt5TextToSpeech PROPERTIES
+   DESCRIPTION "Qt text to speech module"
+   TYPE OPTIONAL
+   PURPOSE "Required to build text to speech notification support")
+if (Qt5TextToSpeech_FOUND)
   add_definitions(-DHAVE_SPEECH)
 endif()
 
@@ -60,7 +62,11 @@
 find_package(Phonon4Qt5 4.6.60 REQUIRED NO_MODULE)
 set_package_properties(Phonon4Qt5 PROPERTIES
DESCRIPTION "Qt-based audio library"
-   TYPE REQUIRED)
+   TYPE REQUIRED
+   PURPOSE "Required to build audio notification support")
+if (Phonon4Qt5_FOUND)
+  add_definitions(-DHAVE_PHONON4QT5)
+endif()
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-5.15.0/po/ca@valencia/knotifications5_qt.po 
new/knotifications-5.16.0/po/ca@valencia/knotifications5_qt.po
--- old/knotifications-5.15.0/po/ca@valencia/knotifications5_qt.po  
2015-10-05 10:17:13.0 +0200
+++ new/knotifications-5.16.0/po/ca@valencia/knotifications5_qt.po  
2015-11-08 13:30:47.0 +0100
@@ -1,28 +1,27 @@
-# Translation of knotifications5.po to Catalan
-# Copyright (C) 1998-2014 This_file_is_part_of_KDE
+# Translation of knotifications5_qt.po to Catalan (Valencian)
+# Copyright (C) 2014 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006.
-# Antoni Bella Pérez 

commit knotifications for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-10-19 22:26:24

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-09-24 07:13:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-10-19 22:26:25.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct  5 17:37:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * Don't send notification update signal twice
+  * Reparse notification config only when it changed
+  * Don't try to find X11 on WIN32
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  knotifications-5.14.0.tar.xz

New:

  knotifications-5.15.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.j5qPmt/_old  2015-10-19 22:26:25.0 +0200
+++ /var/tmp/diff_new_pack.j5qPmt/_new  2015-10-19 22:26:25.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   knotifications
-Version:5.14.0
+Version:5.15.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.14.0.tar.xz -> knotifications-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.14.0/CMakeLists.txt 
new/knotifications-5.15.0/CMakeLists.txt
--- old/knotifications-5.14.0/CMakeLists.txt2015-09-05 11:09:20.0 
+0200
+++ new/knotifications-5.15.0/CMakeLists.txt2015-10-05 10:17:13.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
@@ -42,7 +42,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-if (NOT APPLE)
+if (NOT APPLE AND NOT WIN32)
 find_package(X11)
 endif()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.14.0/po/eo/knotifications5_qt.po 
new/knotifications-5.15.0/po/eo/knotifications5_qt.po
--- old/knotifications-5.14.0/po/eo/knotifications5_qt.po   2015-09-05 
11:09:20.0 +0200
+++ new/knotifications-5.15.0/po/eo/knotifications5_qt.po   2015-10-05 
10:17:13.0 +0200
@@ -28,43 +28,32 @@
 "X-Qt-Contexts: true\n"
 
 #: knotificationrestrictions.cpp:184
-#, fuzzy
-#| msgid "Unknown Application"
 msgctxt "KNotificationRestrictions|"
 msgid "Unknown Application"
-msgstr "Nekonata Aplikaĵon"
+msgstr "Nekonata Aplikaĵo"
 
 #: kstatusnotifieritem.cpp:439 kstatusnotifieritem.cpp:884
-#, fuzzy
-#| msgid ""
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
 #: kstatusnotifieritem.cpp:709
-#, fuzzy
-#| msgid "Quit"
 msgctxt "KStatusNotifierItem|"
 msgid "Quit"
 msgstr "Ĉesigi"
 
 #: kstatusnotifieritem.cpp:882
-#, fuzzy
-#| msgid ""
 msgctxt "KStatusNotifierItem|"
 msgid ""
 msgstr ""
 
 #: kstatusnotifieritem.cpp:896
-#, fuzzy, qt-format
-#| msgid "Are you sure you want to quit %1?"
+#, qt-format
 msgctxt "KStatusNotifierItem|"
 msgid "Are you sure you want to quit %1?"
 msgstr "Ĉu vi certas ke vi volas ĉesigi %1?"
 
 #: kstatusnotifieritem.cpp:899
-#, fuzzy
-#| msgid "Confirm Quit From System Tray"
 msgctxt "KStatusNotifierItem|"
 msgid "Confirm Quit From System Tray"
 msgstr "Konfirmi la ĉesigon de la sistempleto"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.14.0/po/nb/knotifications5_qt.po 
new/knotifications-5.15.0/po/nb/knotifications5_qt.po
--- old/knotifications-5.14.0/po/nb/knotifications5_qt.po   2015-09-05 
11:09:20.0 +0200
+++ new/knotifications-5.15.0/po/nb/knotifications5_qt.po   2015-10-05 
10:17:13.0 +0200
@@ -1,5 +1,3 @@
-# Translation 

commit knotifications for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-09-24 07:13:04

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-09-02 07:47:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-09-24 07:13:05.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 17:13:22 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  knotifications-5.13.0.tar.xz

New:

  knotifications-5.14.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.2iNRod/_old  2015-09-24 07:13:05.0 +0200
+++ /var/tmp/diff_new_pack.2iNRod/_new  2015-09-24 07:13:05.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   knotifications
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ knotifications-5.13.0.tar.xz -> knotifications-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.13.0/CMakeLists.txt 
new/knotifications-5.14.0/CMakeLists.txt
--- old/knotifications-5.13.0/CMakeLists.txt2015-08-04 13:08:33.0 
+0200
+++ new/knotifications-5.14.0/CMakeLists.txt2015-09-05 11:09:20.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.13.0  NO_MODULE)
+find_package(ECM 5.14.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -14,11 +14,11 @@
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
-
+include(ECMQtDeclareLoggingCategory)
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.13.0/src/CMakeLists.txt 
new/knotifications-5.14.0/src/CMakeLists.txt
--- old/knotifications-5.13.0/src/CMakeLists.txt2015-08-04 
13:08:33.0 +0200
+++ new/knotifications-5.14.0/src/CMakeLists.txt2015-09-05 
11:09:20.0 +0200
@@ -3,7 +3,6 @@
 ecm_create_qm_loader(knotifications_QM_LOADER knotifications5_qt)
 
 set(knotifications_SRCS
-  debug_p.cpp
 
   knotification.cpp
   knotificationmanager.cpp
@@ -24,6 +23,8 @@
   ${knotifications_QM_LOADER}
 )
 
+ecm_qt_declare_logging_category(knotifications_SRCS HEADER debug_p.h 
IDENTIFIER LOG_KNOTIFICATIONS CATEGORY_NAME org.kde.knotifications)
+
 if (Qt5TextToSpeech_FOUND)
   set(knotifications_SRCS ${knotifications_SRCS}
 notifybytts.cpp)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.13.0/src/debug_p.cpp 
new/knotifications-5.14.0/src/debug_p.cpp
--- old/knotifications-5.13.0/src/debug_p.cpp   2015-08-04 13:08:33.0 
+0200
+++ new/knotifications-5.14.0/src/debug_p.cpp   1970-01-01 01:00:00.0 
+0100
@@ -1,29 +0,0 @@
-/*
-   Copyright (C) 2015 Christoph Cullmann 
-
-   This library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public
-   License as published by the Free Software Foundation; either
-   version 2.1 of the License, or (at your option) version 3, or any
-   later version accepted by the membership of KDE e.V. (or its
-   successor approved by the membership of KDE e.V.), which shall
-   act as a proxy defined in Section 6 of version 3 of the license.
-
-   This library is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public
-   License along with this library.  If not, see 

commit knotifications for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-09-02 07:47:23

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-07-14 17:28:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-09-02 07:47:24.0 +0200
@@ -1,0 +2,15 @@
+Tue Aug  4 19:20:36 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+noise by default
+  * Docbook documentation has been reviewed and updated
+  * Fix the starting Y position for fallback popups
+  * Reduce dependencies and move to Tier 2
+  * Catch unknown notification entries (nullptr deref) (kde#348414)
+  * Remove pretty much useless warning 
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  knotifications-5.12.0.tar.xz

New:

  knotifications-5.13.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.hWUzbq/_old  2015-09-02 07:47:25.0 +0200
+++ /var/tmp/diff_new_pack.hWUzbq/_new  2015-09-02 07:47:25.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   knotifications
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -30,17 +30,15 @@
 BuildRequires:  kconfig-devel >= %{_tar_path}
 BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kiconthemes-devel >= %{_tar_path}
-BuildRequires:  kservice-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 %if %{with lang}
-BuildRequires:  libqt5-linguist-devel >= 5.2.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
 %endif
 BuildRequires:  phonon4qt5-devel
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
+BuildRequires:  cmake(Qt5DBus) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(x11)
 Summary:KDE Desktop notifications
@@ -71,7 +69,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   pkgconfig(Qt5Widgets) >= 5.2.0
+Requires:   cmake(Qt5Widgets) >= 5.3.0
 
 %description devel
 KNotification is used to notify the user of an event. It covers feedback and

++ knotifications-5.12.0.tar.xz -> knotifications-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.12.0/CMakeLists.txt 
new/knotifications-5.13.0/CMakeLists.txt
--- old/knotifications-5.12.0/CMakeLists.txt2015-07-05 11:09:35.0 
+0200
+++ new/knotifications-5.13.0/CMakeLists.txt2015-08-04 13:08:33.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
@@ -28,7 +28,7 @@
 SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION "5.2.0")
+set(REQUIRED_QT_VERSION "5.3.0")
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
@@ -49,13 +49,11 @@
 set(HAVE_X11 ${X11_FOUND})
 set(HAVE_XTEST ${X11_XTest_FOUND})
 if(X11_FOUND)
-   find_package(Qt5X11Extras 5.2.0 REQUIRED NO_MODULE)
+   find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 endif()
 
 

commit knotifications for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-07-14 17:28:41

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-06-23 12:10:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-07-14 17:28:42.0 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 18:45:17 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * Fix pixmap types in org.kde.StatusNotifierItem.xml
+  * [ksni] Add method to retrieve action by its name (kde#349513)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  knotifications-5.11.0.tar.xz

New:

  knotifications-5.12.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.zEJk8k/_old  2015-07-14 17:28:43.0 +0200
+++ /var/tmp/diff_new_pack.zEJk8k/_new  2015-07-14 17:28:43.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   knotifications
-Version:5.11.0
+Version:5.12.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ knotifications-5.11.0.tar.xz - knotifications-5.12.0.tar.xz ++
 4261 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-06-23 12:10:39

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-05-11 19:48:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-06-23 12:10:40.0 +0200
@@ -1,0 +2,12 @@
+Sun Jun  7 19:07:48 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * Fix crash in NotifyByExecute when no widget has been set
+(kde#348510)
+  * Improve handling of notifications being closed (kde#342752)
+  * Replace QDesktopWidget usage with QScreen
+  * Ensure KNotification can be used from a non-GUI thread
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  knotifications-5.10.0.tar.xz

New:

  knotifications-5.11.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.o15RZF/_old  2015-06-23 12:10:40.0 +0200
+++ /var/tmp/diff_new_pack.o15RZF/_new  2015-06-23 12:10:40.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   knotifications
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ knotifications-5.10.0.tar.xz - knotifications-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.10.0/CMakeLists.txt 
new/knotifications-5.11.0/CMakeLists.txt
--- old/knotifications-5.10.0/CMakeLists.txt2015-05-03 17:18:52.0 
+0200
+++ new/knotifications-5.11.0/CMakeLists.txt2015-06-06 23:23:08.0 
+0200
@@ -3,18 +3,22 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 5.10.0 REQUIRED NO_MODULE)
+include(FeatureSummary)
+find_package(ECM 5.11.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION Extra CMake 
Modules. URL 
https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-include(FeatureSummary)
+
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.10.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.10.0) # handled by release scripts
+set(KF5_VERSION 5.11.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.11.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.10.0/po/nb/knotifications5_qt.po 
new/knotifications-5.11.0/po/nb/knotifications5_qt.po
--- old/knotifications-5.10.0/po/nb/knotifications5_qt.po   2015-05-03 
17:18:52.0 +0200
+++ new/knotifications-5.11.0/po/nb/knotifications5_qt.po   2015-06-06 
23:23:08.0 +0200
@@ -1,10 +1,10 @@
 # Translation of knotifications5_qt to Norwegian Bokmål
 #
-# Knut Yrvin kn...@skolelinux.no, 2002, 2003, 2004, 2005.
+# Knut Yrvin knut.yr...@gmail.com, 2002, 2003, 2004, 2005.
 # Bjørn Steensrud bjor...@skogkatt.homelinux.org, 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt zerod...@skolelinux.no, 2004, 2005.
 # Gaute Hvoslef Kvalnes ga...@verdsveven.com, 2004, 2005.
-# Axel Bojer ax...@skolelinux.no, 2005, 2006.
+# Axel Bojer a...@bojer.no, 2005, 2006.
 # Nils Kristian Tomren s...@nilsk.net, 2005, 2007.
 # Øyvind A. Holm su...@sunbase.org, 2009.
 msgid 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.10.0/po/nn/knotifications5_qt.po 
new/knotifications-5.11.0/po/nn/knotifications5_qt.po
--- old/knotifications-5.10.0/po/nn/knotifications5_qt.po   2015-05-03 
17:18:52.0 +0200
+++ new/knotifications-5.11.0/po/nn/knotifications5_qt.po   2015-06-06 
23:23:08.0 +0200
@@ -2,21 +2,21 @@
 #
 # Gaute Hvoslef Kvalnes ga...@verdsveven.com, 2003, 2004, 2005, 2006.
 # Håvard Korsvoll korsv...@skulelinux.no, 2003, 2005.
-# Karl Ove Hufthammer k...@huftis.org, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014.
+# Karl Ove Hufthammer k...@huftis.org, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015.
 # Eirik U. Birkeland 

commit knotifications for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-05-11 19:36:09

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-04-13 20:25:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-05-11 19:48:05.0 +0200
@@ -1,0 +2,14 @@
+Sun May  3 19:47:17 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * Fix KNotifications when used with Ubuntu's NotifyOSD
+(kde#345973)
+  * Don't trigger notification updates when setting the
+same properties (kde#345973)
+  * Introduce LoopSound flag allowing notifications to play sound
+in a loop if they need it (kde#346148)
+  * Don't crash if notification doesn't have a widget
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  knotifications-5.9.0.tar.xz

New:

  knotifications-5.10.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.xlWamS/_old  2015-05-11 19:48:06.0 +0200
+++ /var/tmp/diff_new_pack.xlWamS/_new  2015-05-11 19:48:06.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   knotifications
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ knotifications-5.9.0.tar.xz - knotifications-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.9.0/CMakeLists.txt 
new/knotifications-5.10.0/CMakeLists.txt
--- old/knotifications-5.9.0/CMakeLists.txt 2015-04-04 14:10:05.0 
+0200
+++ new/knotifications-5.10.0/CMakeLists.txt2015-05-03 17:18:52.0 
+0200
@@ -3,7 +3,7 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,8 +13,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.9.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.9.0) # handled by release scripts
+set(KF5_VERSION 5.10.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.10.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.9.0/po/ast/knotifications5_qt.po 
new/knotifications-5.10.0/po/ast/knotifications5_qt.po
--- old/knotifications-5.9.0/po/ast/knotifications5_qt.po   2015-04-04 
14:10:05.0 +0200
+++ new/knotifications-5.10.0/po/ast/knotifications5_qt.po  2015-05-03 
17:18:52.0 +0200
@@ -1,23 +1,23 @@
-# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
 #
+# enolp en...@softastur.org, 2015.
 msgid 
 msgstr 
 Project-Id-Version: kdelibs4-1\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-03-23 01:50+\n
-PO-Revision-Date: 2012-12-28 17:14+0100\n
-Last-Translator: ivarela ivar...@ubuntu.com\n
-Language-Team: asturian kde-i18n-...@kde.org\n
-Language: \n
+PO-Revision-Date: 2015-04-07 19:39+0100\n
+Last-Translator: enolp en...@softastur.org\n
+Language-Team: Asturian kde-i18n-...@kde.org\n
+Language: ast\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Poedit-Language: asturian\n
 X-Qt-Contexts: true\n
+X-Generator: Lokalize 2.0\n
 
 #: knotificationrestrictions.cpp:184
 #, fuzzy
@@ -52,11 +52,11 @@
 #| msgid qtAre you sure you want to quit b%1/b?/qt
 msgctxt KStatusNotifierItem|
 msgid qtAre you sure you want to quit b%1/b?/qt
-msgstr qt¿Daveres quies colar de b%1/b?/qt
+msgstr qt¿De xuru que quies colar de b%1/b?/qt
 
 #: kstatusnotifieritem.cpp:894
 #, fuzzy
 #| msgid Confirm Quit From System Tray
 msgctxt KStatusNotifierItem|
 msgid Confirm Quit From System Tray
-msgstr Confirmar colar dende la bandexa del sistema
+msgstr Confirmar salida dende la bandexa del sistema
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.9.0/po/fr/knotifications5_qt.po 
new/knotifications-5.10.0/po/fr/knotifications5_qt.po

commit knotifications for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-04-13 20:25:40

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-03-16 09:32:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-04-13 20:25:41.0 +0200
@@ -1,0 +2,13 @@
+Sat Apr  4 14:40:48 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * Added an event() version that takes no icon and will
+use a default one
+  * Added an event() version that takes StandardEvent eventId
+and QString iconName
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed kwindowsystem-devel Requires of the
+  devel subpackage
+
+---

Old:

  knotifications-5.8.0.tar.xz

New:

  knotifications-5.9.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.fqlbYR/_old  2015-04-13 20:25:42.0 +0200
+++ /var/tmp/diff_new_pack.fqlbYR/_new  2015-04-13 20:25:42.0 +0200
@@ -16,23 +16,26 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   knotifications
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.8.0
+BuildRequires:  extra-cmake-modules = %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcodecs-devel = %{kf5_version}
-BuildRequires:  kconfig-devel = %{kf5_version}
-BuildRequires:  kcoreaddons-devel = %{kf5_version}
+BuildRequires:  kcodecs-devel = %{_tar_path}
+BuildRequires:  kconfig-devel = %{_tar_path}
+BuildRequires:  kcoreaddons-devel = %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kiconthemes-devel = %{kf5_version}
-BuildRequires:  kservice-devel = %{kf5_version}
-BuildRequires:  kwindowsystem-devel = %{kf5_version}
+BuildRequires:  kiconthemes-devel = %{_tar_path}
+BuildRequires:  kservice-devel = %{_tar_path}
+BuildRequires:  kwindowsystem-devel = %{_tar_path}
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel = 5.2.0
+%endif
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -55,7 +58,9 @@
 %package -n %lname
 Summary:KDE Desktop notifications
 Group:  System/GUI/KDE
+%if %{with lang}
 Recommends: %lname-lang = %{version}
+%endif
 
 %description -n %lname
 KNotification is used to notify the user of an event. It covers feedback and
@@ -66,7 +71,6 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kwindowsystem-devel = %{kf5_version}
 Requires:   pkgconfig(Qt5Widgets) = 5.2.0
 
 %description devel
@@ -83,15 +87,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes %{buildroot}%{_kf5_sharedir}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++ knotifications-5.8.0.tar.xz - knotifications-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.8.0/CMakeLists.txt 
new/knotifications-5.9.0/CMakeLists.txt
--- old/knotifications-5.8.0/CMakeLists.txt 2015-03-07 15:47:35.0 
+0100
+++ new/knotifications-5.9.0/CMakeLists.txt 2015-04-04 14:10:05.0 
+0200
@@ -3,7 +3,7 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,8 +13,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.8.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.8.0) # handled by release scripts
+set(KF5_VERSION 5.9.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.9.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.8.0/KF5NotificationsConfig.cmake.in 
new/knotifications-5.9.0/KF5NotificationsConfig.cmake.in
--- 

commit knotifications for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-03-16 09:32:06

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-02-16 17:31:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-03-16 09:32:08.0 +0100
@@ -1,0 +2,10 @@
+Sat Mar  7 16:58:49 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * Delay the audio init until actually needed
+  * Fix notification config not applying instantly
+  * Fix audio notifications stopping after first file played
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---

Old:

  knotifications-5.7.0.tar.xz

New:

  knotifications-5.8.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.evkZKJ/_old  2015-03-16 09:32:09.0 +0100
+++ /var/tmp/diff_new_pack.evkZKJ/_new  2015-03-16 09:32:09.0 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   knotifications
 Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.7.0
+BuildRequires:  extra-cmake-modules = 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ knotifications-5.7.0.tar.xz - knotifications-5.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.7.0/CMakeLists.txt 
new/knotifications-5.8.0/CMakeLists.txt
--- old/knotifications-5.7.0/CMakeLists.txt 2015-02-08 16:22:06.0 
+0100
+++ new/knotifications-5.8.0/CMakeLists.txt 2015-03-07 15:47:35.0 
+0100
@@ -3,7 +3,7 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 1.8.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,8 +13,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.7.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
+set(KF5_VERSION 5.8.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.8.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
@@ -27,6 +27,13 @@
 set(REQUIRED_QT_VERSION 5.2.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
+find_package(Qt5 ${REQUIRED_QT_VERSION} QUIET OPTIONAL_COMPONENTS TextToSpeech)
+if (NOT Qt5TextToSpeech_FOUND)
+  message(STATUS Qt5TextToSpeech not found, notifications by tts will not be 
built)
+else()
+  add_definitions(-DHAVE_SPEECH)
+endif()
+
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
@@ -71,6 +78,7 @@
 ecm_configure_package_config_file(
   ${CMAKE_CURRENT_SOURCE_DIR}/KF5NotificationsConfig.cmake.in
   ${CMAKE_CURRENT_BINARY_DIR}/KF5NotificationsConfig.cmake
+  PATH_VARS KDE_INSTALL_DBUSINTERFACEDIR
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
 )
 
@@ -88,4 +96,4 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
-feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.7.0/KF5NotificationsConfig.cmake.in 
new/knotifications-5.8.0/KF5NotificationsConfig.cmake.in
--- old/knotifications-5.7.0/KF5NotificationsConfig.cmake.in2015-02-08 
16:22:06.0 +0100
+++ new/knotifications-5.8.0/KF5NotificationsConfig.cmake.in2015-03-07 
15:47:35.0 +0100
@@ -1,6 +1,6 @@
 @PACKAGE_INIT@
 
-set(KNOTIFICATIONS_DBUS_INTERFACES_DIR 
${PACKAGE_PREFIX_DIR}/@DBUS_INTERFACES_INSTALL_DIR@)
+set(KNOTIFICATIONS_DBUS_INTERFACES_DIR 
@PACKAGE_KDE_INSTALL_DBUSINTERFACEDIR@)
 
 find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@)
 find_dependency(KF5WindowSystem @KF5_DEP_VERSION@)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.7.0/po/bs/knotifications5_qt.po 
new/knotifications-5.8.0/po/bs/knotifications5_qt.po
--- old/knotifications-5.7.0/po/bs/knotifications5_qt.po2015-02-08 
16:22:06.0 +0100
+++ new/knotifications-5.8.0/po/bs/knotifications5_qt.po2015-03-07 

commit knotifications for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-02-16 15:05:39

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2015-01-29 12:51:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-02-16 17:31:55.0 +0100
@@ -1,0 +2,12 @@
+Sun Feb  8 18:15:21 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Documentation: mentionned the file name requirements of
+.notifyrc files
+  * Fixed dangling pointer to KNotification
+  * Fixed leak of knotifyconfig
+  * Install missing knotifyconfig header
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  knotifications-5.6.0.tar.xz

New:

  knotifications-5.7.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.49mVlW/_old  2015-02-16 17:31:56.0 +0100
+++ /var/tmp/diff_new_pack.49mVlW/_new  2015-02-16 17:31:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifications
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Notifications5
+%define _tar_path 5.7
 Name:   knotifications
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -43,7 +44,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knotifications-5.6.0.tar.xz - knotifications-5.7.0.tar.xz ++
 4785 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knotifications for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-01-29 12:51:40

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-12-21 11:58:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-01-29 12:51:41.0 +0100
@@ -1,0 +2,10 @@
+Sat Jan  3 18:03:22 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * Remove NotifyBySound. NotifyByAudio implements the Sound
+notification already
+  * Fix crash accessing dangling pointer in NotifyByPopup
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  knotifications-5.5.0.tar.xz

New:

  knotifications-5.6.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.Z3XETQ/_old  2015-01-29 12:51:42.0 +0100
+++ /var/tmp/diff_new_pack.Z3XETQ/_new  2015-01-29 12:51:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifications
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:5.5.0
+Version:5.6.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.5.0
+BuildRequires:  extra-cmake-modules = 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -43,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knotifications-5.5.0.tar.xz - knotifications-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.5.0/CMakeLists.txt 
new/knotifications-5.6.0/CMakeLists.txt
--- old/knotifications-5.5.0/CMakeLists.txt 2014-12-06 13:42:22.0 
+0100
+++ new/knotifications-5.6.0/CMakeLists.txt 2015-01-03 13:11:34.0 
+0100
@@ -3,7 +3,7 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,8 +13,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.5.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
+set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.5.0/po/ca/knotifications5_qt.po 
new/knotifications-5.6.0/po/ca/knotifications5_qt.po
--- old/knotifications-5.5.0/po/ca/knotifications5_qt.po2014-12-06 
13:42:22.0 +0100
+++ new/knotifications-5.6.0/po/ca/knotifications5_qt.po2015-01-03 
13:11:34.0 +0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz s...@sastia.com, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez antonibel...@orange.es, 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez antonibel...@yahoo.com, 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid aa...@kde.org, 2004, 2005, 2007.
 # Josep Ma. Ferrer txe...@gmail.com, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan r...@aybabtu.com, 2009.
@@ -15,7 +15,7 @@
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-03-23 01:50+\n
 PO-Revision-Date: 2014-08-08 15:00+0200\n
-Last-Translator: Antoni Bella Pérez antonibel...@orange.es\n
+Last-Translator: Antoni Bella Pérez antonibel...@yahoo.com\n
 Language-Team: Catalan kde-i18n...@kde.org\n
 Language: ca\n
 MIME-Version: 1.0\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit knotifications for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-12-21 11:58:40

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-11-11 01:09:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-12-21 11:58:26.0 +0100
@@ -1,0 +2,9 @@
+Sat Dec  6 12:53:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Make KNotificationPlugin a public class
+  * KPassivePopup - Set default hide delay
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  knotifications-5.4.0.tar.xz

New:

  knotifications-5.5.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.NF1kua/_old  2014-12-21 11:58:27.0 +0100
+++ /var/tmp/diff_new_pack.NF1kua/_new  2014-12-21 11:58:27.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:5.4.0
+Version:5.5.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.4.0
+BuildRequires:  extra-cmake-modules = 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -43,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -96,6 +96,7 @@
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_libdir}/libKF5Notifications.so.*
+%{_kf5_servicetypesdir}/
 
 %files devel
 %defattr(-,root,root)

++ knotifications-5.4.0.tar.xz - knotifications-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.4.0/CMakeLists.txt 
new/knotifications-5.5.0/CMakeLists.txt
--- old/knotifications-5.4.0/CMakeLists.txt 2014-11-02 13:16:10.0 
+0100
+++ new/knotifications-5.5.0/CMakeLists.txt 2014-12-06 13:42:22.0 
+0100
@@ -3,7 +3,7 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 1.4.0 REQUIRED NO_MODULE)
+find_package(ECM 1.5.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,8 +13,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.4.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
+set(KF5_VERSION 5.5.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.4.0/po/fi/knotifications5_qt.po 
new/knotifications-5.5.0/po/fi/knotifications5_qt.po
--- old/knotifications-5.4.0/po/fi/knotifications5_qt.po2014-11-02 
13:16:10.0 +0100
+++ new/knotifications-5.5.0/po/fi/knotifications5_qt.po2014-12-06 
13:42:22.0 +0100
@@ -29,7 +29,7 @@
 POT-Creation-Date: 2014-03-23 01:50+\n
 PO-Revision-Date: 2014-03-30 00:13+0200\n
 Last-Translator: Lasse Liehu lasse.li...@gmail.com\n
-Language-Team: Finnish lokalisoi...@lists.coss.fi\n
+Language-Team: Finnish kde-i18n-...@kde.org\n
 Language: fi\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.4.0/po/it/knotifications5_qt.po 
new/knotifications-5.5.0/po/it/knotifications5_qt.po
--- old/knotifications-5.4.0/po/it/knotifications5_qt.po2014-11-02 
13:16:10.0 +0100
+++ new/knotifications-5.5.0/po/it/knotifications5_qt.po2014-12-06 
13:42:22.0 +0100
@@ -23,8 +23,8 @@
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Generator: Lokalize 1.5\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
+X-Generator: Lokalize 1.5\n
 X-Qt-Contexts: true\n
 
 #: knotificationrestrictions.cpp:184
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.4.0/po/lt/knotifications5_qt.po 
new/knotifications-5.5.0/po/lt/knotifications5_qt.po
--- 

commit knotifications for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-11-11 01:09:33

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-10-07 15:59:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-11-11 01:09:41.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  2 17:47:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Add support for custom icons (convenience method
+KNotification::Event with icon name)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  knotifications-5.3.0.tar.xz

New:

  knotifications-5.4.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.tkJNrc/_old  2014-11-11 01:09:42.0 +0100
+++ /var/tmp/diff_new_pack.tkJNrc/_new  2014-11-11 01:09:42.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.3.0
+BuildRequires:  extra-cmake-modules = 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -43,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knotifications-5.3.0.tar.xz - knotifications-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.3.0/CMakeLists.txt 
new/knotifications-5.4.0/CMakeLists.txt
--- old/knotifications-5.3.0/CMakeLists.txt 2014-10-04 19:09:21.0 
+0200
+++ new/knotifications-5.4.0/CMakeLists.txt 2014-11-02 13:16:10.0 
+0100
@@ -3,7 +3,7 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,8 +13,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.3.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.3.0) # handled by release scripts
+set(KF5_VERSION 5.4.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.3.0/po/af/knotifications5_qt.po 
new/knotifications-5.4.0/po/af/knotifications5_qt.po
--- old/knotifications-5.3.0/po/af/knotifications5_qt.po2014-10-04 
19:09:21.0 +0200
+++ new/knotifications-5.4.0/po/af/knotifications5_qt.po2014-11-02 
13:16:10.0 +0100
@@ -12,6 +12,7 @@
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
+X-Qt-Contexts: true\n
 
 #: knotificationrestrictions.cpp:184
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.3.0/po/as/knotifications5_qt.po 
new/knotifications-5.4.0/po/as/knotifications5_qt.po
--- old/knotifications-5.3.0/po/as/knotifications5_qt.po2014-10-04 
19:09:21.0 +0200
+++ new/knotifications-5.4.0/po/as/knotifications5_qt.po2014-11-02 
13:16:10.0 +0100
@@ -17,6 +17,7 @@
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Generator: Lokalize 0.2\n
+X-Qt-Contexts: true\n
 
 #: knotificationrestrictions.cpp:184
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.3.0/po/ast/knotifications5_qt.po 
new/knotifications-5.4.0/po/ast/knotifications5_qt.po
--- old/knotifications-5.3.0/po/ast/knotifications5_qt.po   2014-10-04 
19:09:21.0 +0200
+++ new/knotifications-5.4.0/po/ast/knotifications5_qt.po   2014-11-02 
13:16:10.0 +0100
@@ -17,6 +17,7 @@
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Poedit-Language: asturian\n
+X-Qt-Contexts: true\n
 
 #: 

commit knotifications for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-10-07 15:59:27

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-09-12 17:04:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-10-07 15:59:53.0 +0200
@@ -1,0 +2,8 @@
+Sat Oct  4 17:59:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Avoid infinite recursion in KStatusNotifierItem / QSystemTray.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  knotifications-5.2.0.tar.xz

New:

  knotifications-5.3.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.Ct0Nl0/_old  2014-10-07 15:59:55.0 +0200
+++ /var/tmp/diff_new_pack.Ct0Nl0/_new  2014-10-07 15:59:55.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:5.2.0
+Version:5.3.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.2.0
+BuildRequires:  extra-cmake-modules = 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ knotifications-5.2.0.tar.xz - knotifications-5.3.0.tar.xz ++
 900105 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knotifications for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-09-12 17:03:23

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-08-16 15:42:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-09-12 17:04:26.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  9 09:49:30 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---

Old:

  knotifications-5.1.0.tar.xz

New:

  knotifications-5.2.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.9qp5hh/_old  2014-09-12 17:04:27.0 +0200
+++ /var/tmp/diff_new_pack.9qp5hh/_new  2014-09-12 17:04:27.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.1.0
+BuildRequires:  extra-cmake-modules = 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ knotifications-5.1.0.tar.xz - knotifications-5.2.0.tar.xz ++
 899883 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knotifications for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-08-16 15:42:00

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-07-15 08:00:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-08-16 15:42:29.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---

Old:

  knotifications-5.0.0.tar.xz

New:

  knotifications-5.1.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.9yE9ca/_old  2014-08-16 15:42:30.0 +0200
+++ /var/tmp/diff_new_pack.9yE9ca/_new  2014-08-16 15:42:30.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ knotifications-5.0.0.tar.xz - knotifications-5.1.0.tar.xz ++
 915676 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knotifications for openSUSE:Factory

2014-07-15 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-07-15 08:00:36

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-07-10 14:56:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-07-15 08:00:40.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 11 09:48:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.mP3rKr/_old  2014-07-15 08:00:41.0 +0200
+++ /var/tmp/diff_new_pack.mP3rKr/_new  2014-07-15 08:00:41.0 +0200
@@ -20,16 +20,17 @@
 Name:   knotifications
 Version:5.0.0
 Release:0
+%define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
-BuildRequires:  kcodecs-devel = %{_kf5_version}
-BuildRequires:  kconfig-devel = %{_kf5_version}
-BuildRequires:  kcoreaddons-devel = %{_kf5_version}
+BuildRequires:  kcodecs-devel = %{kf5_version}
+BuildRequires:  kconfig-devel = %{kf5_version}
+BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kiconthemes-devel = %{_kf5_version}
-BuildRequires:  kservice-devel = %{_kf5_version}
-BuildRequires:  kwindowsystem-devel = %{_kf5_version}
+BuildRequires:  kiconthemes-devel = %{kf5_version}
+BuildRequires:  kservice-devel = %{kf5_version}
+BuildRequires:  kwindowsystem-devel = %{kf5_version}
 BuildRequires:  libqt5-linguist-devel = 5.2.0
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
@@ -64,7 +65,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kwindowsystem-devel = %{_kf5_version}
+Requires:   kwindowsystem-devel = %{kf5_version}
 Requires:   pkgconfig(Qt5Widgets) = 5.2.0
 
 %description devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knotifications for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-07-10 14:55:50

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-06-10 14:36:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-07-10 14:56:12.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:35:56 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---

Old:

  knotifications-4.100.0.tar.xz

New:

  knotifications-5.0.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.iQ6hbg/_old  2014-07-10 14:56:13.0 +0200
+++ /var/tmp/diff_new_pack.iQ6hbg/_new  2014-07-10 14:56:13.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:4.100.0
+Version:5.0.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.14
+BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{_kf5_version}
 BuildRequires:  kconfig-devel = %{_kf5_version}
@@ -42,7 +42,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knotifications-4.100.0.tar.xz - knotifications-5.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-4.100.0/CMakeLists.txt 
new/knotifications-5.0.0/CMakeLists.txt
--- old/knotifications-4.100.0/CMakeLists.txt   2014-06-01 14:28:02.0 
+0200
+++ new/knotifications-5.0.0/CMakeLists.txt 2014-07-01 20:33:14.0 
+0200
@@ -3,7 +3,7 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 0.0.14 REQUIRED NO_MODULE)
+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,8 +13,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 4.100.0) # handled by release scripts
-set(KF5_DEP_VERSION 4.100.0) # handled by release scripts
+set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-4.100.0/po/ca/knotifications5_qt.po 
new/knotifications-5.0.0/po/ca/knotifications5_qt.po
--- old/knotifications-4.100.0/po/ca/knotifications5_qt.po  2014-06-01 
14:28:02.0 +0200
+++ new/knotifications-5.0.0/po/ca/knotifications5_qt.po2014-07-01 
20:33:14.0 +0200
@@ -1,12 +1,11 @@
 # Translation of knotifications5_qt.po to Catalan
-# Copyright (C) 1998-2014 This_file_is_part_of_KDE
+# Copyright (C) 2014 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Sebastià Pla i Sanz s...@sastia.com, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006.
+# Sebastià Pla i Sanz s...@sastia.com, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
 # Antoni Bella Pérez antonibel...@orange.es, 2003, 2006, 2011, 2012, 2013.
 # Albert Astals Cid aa...@kde.org, 2004, 2005, 2007.
-# Sebastia Pla Sanz sebastia@clarcat.com, 2006, 2007.
 # Josep Ma. Ferrer txe...@gmail.com, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan r...@aybabtu.com, 2009.
 # Orestes Mas ores...@tsc.upc.edu, 2010.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-4.100.0/po/en_GB/knotifications5_qt.po 
new/knotifications-5.0.0/po/en_GB/knotifications5_qt.po
--- old/knotifications-4.100.0/po/en_GB/knotifications5_qt.po   2014-06-01 
14:28:02.0 +0200
+++ new/knotifications-5.0.0/po/en_GB/knotifications5_qt.po 2014-07-01 
20:33:14.0 +0200
@@ -2,59 +2,49 @@
 # Malcolm Hunter malcolm.hun...@gmx.co.uk, 2002,2003,2004, 2005, 2006, 2007, 
2008, 2009.
 # Jonathan 

commit knotifications for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-06-10 14:36:27

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-05-14 20:27:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-06-10 14:36:51.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  1 18:02:27 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Added libqt5-linguist-devel BuildRequires
+- Add baselibs.conf
+
+---

Old:

  knotifications-4.99.0.tar.xz

New:

  baselibs.conf
  knotifications-4.100.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.FENdZq/_old  2014-06-10 14:36:52.0 +0200
+++ /var/tmp/diff_new_pack.FENdZq/_new  2014-06-10 14:36:52.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.13
+BuildRequires:  extra-cmake-modules = 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{_kf5_version}
 BuildRequires:  kconfig-devel = %{_kf5_version}
@@ -30,6 +30,7 @@
 BuildRequires:  kiconthemes-devel = %{_kf5_version}
 BuildRequires:  kservice-devel = %{_kf5_version}
 BuildRequires:  kwindowsystem-devel = %{_kf5_version}
+BuildRequires:  libqt5-linguist-devel = 5.2.0
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -41,7 +42,8 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:knotifications-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ baselibs.conf ++
libKF5Notifications5
knotifications-devel
requires libKF5Notifications5-targettype = version
++ knotifications-4.99.0.tar.xz - knotifications-4.100.0.tar.xz ++
 5140 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knotifications for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-05-14 20:27:08

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-04-02 17:22:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-05-14 20:27:44.0 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---

Old:

  knotifications-4.98.0.tar.xz

New:

  knotifications-4.99.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.gmUcmt/_old  2014-05-14 20:27:45.0 +0200
+++ /var/tmp/diff_new_pack.gmUcmt/_new  2014-05-14 20:27:45.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:4.98.0
+Version:4.99.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.12
+BuildRequires:  extra-cmake-modules = 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{_kf5_version}
 BuildRequires:  kconfig-devel = %{_kf5_version}
@@ -51,6 +51,7 @@
 %package -n %lname
 Summary:KDE Desktop notifications
 Group:  System/GUI/KDE
+Recommends: %lname-lang = %{version}
 
 %description -n %lname
 KNotification is used to notify the user of an event. It covers feedback and
@@ -68,6 +69,7 @@
 KNotification is used to notify the user of an event. It covers feedback and
 persistent events. Development files.
 
+%lang_package -n %lname
 %prep
 %setup -q
 
@@ -77,12 +79,16 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}%{_kf5_sharedir}
+
+  %find_lang %{name}5 --with-qt --without-mo
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}5.lang
+
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING*

++ knotifications-4.98.0.tar.xz - knotifications-4.99.0.tar.xz ++
 921828 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knotifications for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-04-02 17:22:16

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-03-10 12:17:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-04-02 17:22:29.0 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---

Old:

  knotifications-4.97.0.tar.xz

New:

  knotifications-4.98.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.pym5Fx/_old  2014-04-02 17:22:29.0 +0200
+++ /var/tmp/diff_new_pack.pym5Fx/_new  2014-04-02 17:22:29.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:4.97.0
+Version:4.98.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.11
+BuildRequires:  extra-cmake-modules = 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{_kf5_version}
 BuildRequires:  kconfig-devel = %{_kf5_version}

++ knotifications-4.97.0.tar.xz - knotifications-4.98.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-4.97.0/CMakeLists.txt 
new/knotifications-4.98.0/CMakeLists.txt
--- old/knotifications-4.97.0/CMakeLists.txt2014-03-03 17:23:43.0 
+0100
+++ new/knotifications-4.98.0/CMakeLists.txt2014-03-28 19:17:18.0 
+0100
@@ -3,15 +3,15 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 0.0.11 REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
+find_package(ECM 0.0.12 REQUIRED NO_MODULE)
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 4.97.0)
+set(KF5_VERSION 4.98.0)
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-4.97.0/cmake/FindDBusMenuQt5.cmake 
new/knotifications-4.98.0/cmake/FindDBusMenuQt5.cmake
--- old/knotifications-4.97.0/cmake/FindDBusMenuQt5.cmake   2014-03-03 
17:23:43.0 +0100
+++ new/knotifications-4.98.0/cmake/FindDBusMenuQt5.cmake   1970-01-01 
01:00:00.0 +0100
@@ -1,71 +0,0 @@
-# - Try to find dbusmenu-qt5
-# This module helps finding an installation of the DBusMenuQt library (see 
https://launchpad.net/libdbusmenu-qt/)
-# Once done this will define
-#
-#  DBusMenuQt5_FOUND - system has dbusmenu-qt
-#  DBusMenuQt5_INCLUDE_DIRS - the dbusmenu-qt include directory
-#  DBusMenuQt5_LIBRARIES - the libraries needed to use dbusmenu-qt
-#  DBusMenuQt5_DEFINITIONS - Compiler switches required for using dbusmenu-qt
-#
-# The minimum required version of DBusMenuQt can be specified using the
-# standard syntax, e.g. find_package(DBusMenuQt5 0.6)
-#
-
-# Copyright (c) 2009, Canonical Ltd.
-# - Author: Aurélien Gâteau aurelien.gat...@canonical.com
-#
-# Based on FindQCA2.cmake
-# Copyright (c) 2006, Michael Larouche, michael.larou...@kdemail.net
-#
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
-include(FindPackageHandleStandardArgs)
-
-find_package(PkgConfig)
-pkg_check_modules(PC_DBusMenuQt5 QUIET dbusmenu-qt5)
-
-
-set(DBusMenuQt5_DEFINITIONS ${PC_DBusMenuQt5_CFLAGS_OTHER})
-
-find_library(DBusMenuQt5_LIBRARY
-NAMES dbusmenu-qt5 dbusmenu-qt5d
-HINTS ${PC_DBusMenuQt5_LIBDIR} ${PC_DBusMenuQt5_LIBRARY_DIRS}
-)
-
-find_path(DBusMenuQt5_INCLUDE_DIR dbusmenuexporter.h
-HINTS ${PC_DBusMenuQt5_INCLUDEDIR} ${PC_DBusMenuQt5_INCLUDE_DIRS}
-PATH_SUFFIXES dbusmenu-qt5 dbusmenu-qt
-)
-
- message(STATUS DBusMenuQt5_INCLUDE_DIR=${DBusMenuQt5_INCLUDE_DIR} 
DBusMenuQt5_LIBRARY=${DBusMenuQt5_LIBRARY} 
DBusMenuQt5_VERSION=${DBusMenuQt5_VERSION})
-
-# find the version number from dbusmenu_version.h and store it in the cache
-if(DBusMenuQt5_INCLUDE_DIR  AND NOT DBusMenuQt5_VERSION)
-  # parse the version number out from dbusmenu_version:
-  if(EXISTS 

commit knotifications for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-03-10 12:17:45

Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and  /work/SRC/openSUSE:Factory/.knotifications.new (New)


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-02-24 06:53:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-03-10 12:17:47.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 16:39:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---

Old:

  knotifications-4.96.0.tar.xz

New:

  knotifications-4.97.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.6mLJwj/_old  2014-03-10 12:17:48.0 +0100
+++ /var/tmp/diff_new_pack.6mLJwj/_new  2014-03-10 12:17:48.0 +0100
@@ -16,15 +16,21 @@
 #
 
 
-%define lname   libKF5Notifications4
+%define lname   libKF5Notifications5
 Name:   knotifications
-Version:4.96.0
+Version:4.97.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.10
+BuildRequires:  extra-cmake-modules = 0.0.11
 BuildRequires:  fdupes
+BuildRequires:  kcodecs-devel = %{_kf5_version}
+BuildRequires:  kconfig-devel = %{_kf5_version}
+BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
+BuildRequires:  kiconthemes-devel = %{_kf5_version}
+BuildRequires:  kservice-devel = %{_kf5_version}
 BuildRequires:  kwindowsystem-devel = %{_kf5_version}
+BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0

++ knotifications-4.96.0.tar.xz - knotifications-4.97.0.tar.xz ++
 3381 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org