Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2021-11-15 15:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and      /work/SRC/openSUSE:Factory/.knotifications.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotifications"

Mon Nov 15 15:25:30 2021 rev:98 rq:931102 version:5.88.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes    
2021-10-18 22:00:42.278029006 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.1890/knotifications.changes  
2021-11-15 15:26:52.693831528 +0100
@@ -1,0 +2,23 @@
+Sun Nov  7 09:13:29 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Strip 'Source' URL for faster submissions
+
+-------------------------------------------------------------------
+Sun Nov  7 09:08:14 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.88.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.88.0
+- Changes since 5.87.0:
+  * Fix Windows build
+  * warn when notifybypopup has pending notifications on destruction
+  * Add FreeBSD CI
+  * Add Android CI
+  * Add QML API overview documentation
+  * Add KNotifications QML plugin
+  * KWindowSystem is also not required on Android - but unlike Phonon
+    is also needed on Windows
+  * Phonon is not required for KNotifications on Windows or Android
+
+-------------------------------------------------------------------

Old:
----
  knotifications-5.87.0.tar.xz
  knotifications-5.87.0.tar.xz.sig

New:
----
  knotifications-5.88.0.tar.xz
  knotifications-5.88.0.tar.xz.sig

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

Other differences:
------------------
++++++ knotifications.spec ++++++
--- /var/tmp/diff_new_pack.4MDp0T/_old  2021-11-15 15:26:53.209831672 +0100
+++ /var/tmp/diff_new_pack.4MDp0T/_new  2021-11-15 15:26:53.213831673 +0100
@@ -17,22 +17,22 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.87
+%define _tar_path 5.88
 # 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.87.0
+Version:        5.88.0
 Release:        0
 Summary:        KDE Desktop notifications
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -43,6 +43,7 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.15.0
+BuildRequires:  cmake(Qt5Qml) >= 5.15.0
 BuildRequires:  cmake(Qt5Test) >= 5.15.0
 BuildRequires:  cmake(Qt5TextToSpeech) >= 5.15.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.15.0
@@ -58,6 +59,15 @@
 KNotification is used to notify the user of an event. It covers feedback and
 persistent events.
 
+%package imports
+Summary:        KDE Desktop notifications - QML files
+
+%description imports
+KNotification is used to notify the user of an event. It covers feedback and
+persistent events.
+This package contains files that allow using knotification in QtQuick based
+applications.
+
 %package -n %{lname}
 Summary:        KDE Desktop notifications
 Group:          System/GUI/KDE
@@ -105,6 +115,11 @@
 %files -n %{lname}-lang -f %{name}5.lang
 %endif
 
+%files imports
+%dir %{_kf5_qmldir}/org/
+%dir %{_kf5_qmldir}/org/kde/
+%{_kf5_qmldir}/org/kde/notification/
+
 %files -n %{lname}
 %license LICENSES/*
 %{_kf5_libdir}/libKF5Notifications.so.*


++++++ knotifications-5.87.0.tar.xz -> knotifications-5.88.0.tar.xz ++++++
++++ 5277 lines of diff (skipped)

Reply via email to