Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2022-05-16 18:07:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotifications (Old)
 and      /work/SRC/openSUSE:Factory/.knotifications.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotifications"

Mon May 16 18:07:05 2022 rev:104 rq:977189 version:5.94.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes    
2022-04-11 23:48:46.171395425 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.1538/knotifications.changes  
2022-05-16 18:09:02.709303365 +0200
@@ -1,0 +2,13 @@
+Tue May 10 08:18:04 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.94.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.94.0
+- Changes since 5.93.0:
+  * Add missing endif
+  * Remove outdated comment about qt11extras_p.h
+  * Don't send alpha channel if pixmap has none
+  * Add windows CI
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ knotifications.spec ++++++
--- /var/tmp/diff_new_pack.r5Avm9/_old  2022-05-16 18:09:03.257303801 +0200
+++ /var/tmp/diff_new_pack.r5Avm9/_new  2022-05-16 18:09:03.261303804 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%define _tar_path 5.93
+%define _tar_path 5.94
 # 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 released
 Name:           knotifications
-Version:        5.93.0
+Version:        5.94.0
 Release:        0
 Summary:        KDE Desktop notifications
 License:        LGPL-2.1-or-later


++++++ knotifications-5.93.0.tar.xz -> knotifications-5.94.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.93.0/.gitlab-ci.yml 
new/knotifications-5.94.0/.gitlab-ci.yml
--- old/knotifications-5.93.0/.gitlab-ci.yml    2022-04-02 12:24:51.000000000 
+0200
+++ new/knotifications-5.94.0/.gitlab-ci.yml    2022-05-07 23:24:57.000000000 
+0200
@@ -7,3 +7,4 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.93.0/.kde-ci.yml 
new/knotifications-5.94.0/.kde-ci.yml
--- old/knotifications-5.93.0/.kde-ci.yml       2022-04-02 12:24:51.000000000 
+0200
+++ new/knotifications-5.94.0/.kde-ci.yml       2022-05-07 23:24:57.000000000 
+0200
@@ -13,3 +13,4 @@
 
 Options:
   test-before-installing: True
+  require-passing-tests-on: [ 'Linux', 'FreeBSD' ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.93.0/CMakeLists.txt 
new/knotifications-5.94.0/CMakeLists.txt
--- old/knotifications-5.93.0/CMakeLists.txt    2022-04-02 12:24:51.000000000 
+0200
+++ new/knotifications-5.94.0/CMakeLists.txt    2022-05-07 23:24:57.000000000 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.93.0") # handled by release scripts
+set(KF_VERSION "5.94.0") # handled by release scripts
 set(KF_DEP_VERSION "5.93.0") # handled by release scripts
 project(KNotifications VERSION ${KF_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotifications-5.93.0/KF5NotificationsConfig.cmake.in 
new/knotifications-5.94.0/KF5NotificationsConfig.cmake.in
--- old/knotifications-5.93.0/KF5NotificationsConfig.cmake.in   2022-04-02 
12:24:51.000000000 +0200
+++ new/knotifications-5.94.0/KF5NotificationsConfig.cmake.in   2022-05-07 
23:24:57.000000000 +0200
@@ -39,8 +39,6 @@
     if(@X11_FOUND@)
         if (NOT TARGET Qt6::Gui)
             find_dependency(Qt5X11Extras @REQUIRED_QT_VERSION@)
-        else()
-            # qtx11extras_p.h is in QtGuiPrivate, and QtGui is already a 
dependency
         endif()
     endif()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.93.0/po/tr/knotifications5_qt.po 
new/knotifications-5.94.0/po/tr/knotifications5_qt.po
--- old/knotifications-5.93.0/po/tr/knotifications5_qt.po       2022-04-02 
12:24:51.000000000 +0200
+++ new/knotifications-5.94.0/po/tr/knotifications5_qt.po       2022-05-07 
23:24:57.000000000 +0200
@@ -17,20 +17,21 @@
 # Serdar SOYTET??R <tulli...@gmail.com>, 2010, 2012.
 # Volkan Gezer <volkange...@gmail.com>, 2013, 2014, 2021.
 # Kaan Ozdincer <kaanozdin...@gmail.com>, 2014.
+# Emir SARI <emir_s...@icloud.com>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2021-01-16 14:17+0100\n"
-"Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
+"PO-Revision-Date: 2022-04-13 11:41+0300\n"
+"Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\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-Generator: Lokalize 20.08.2\n"
+"X-Generator: Lokalize 21.12.3\n"
 "X-Qt-Contexts: true\n"
 
 #. Job name, e.g. Copying has failed
@@ -63,7 +64,7 @@
 #: kstatusnotifieritem.cpp:1136
 msgctxt "KStatusNotifierItem|@title:window"
 msgid "Confirm Quit From System Tray"
-msgstr "Sistem ??ekmecesinden ????kmay?? Onayla"
+msgstr "Sistem Tepsisinden ????kmay?? Onayla"
 
 #: kstatusnotifieritem.cpp:1137
 #, qt-format
@@ -72,9 +73,6 @@
 msgstr "<qt><b>%1</b> program??ndan ????kmak istiyor musunuz?</qt>"
 
 #: kstatusnotifieritem.cpp:1141
-#, fuzzy
-#| msgctxt "KStatusNotifierItem|@action:inmenu"
-#| msgid "Quit"
 msgctxt "KStatusNotifierItem|@action:button"
 msgid "Quit"
 msgstr "????k"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.93.0/po/zh_CN/knotifications5_qt.po 
new/knotifications-5.94.0/po/zh_CN/knotifications5_qt.po
--- old/knotifications-5.93.0/po/zh_CN/knotifications5_qt.po    2022-04-02 
12:24:51.000000000 +0200
+++ new/knotifications-5.94.0/po/zh_CN/knotifications5_qt.po    2022-05-07 
23:24:57.000000000 +0200
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2022-03-31 13:30\n"
+"PO-Revision-Date: 2022-04-26 15:19\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.93.0/src/android_defaults.notifyrc 
new/knotifications-5.94.0/src/android_defaults.notifyrc
--- old/knotifications-5.93.0/src/android_defaults.notifyrc     2022-04-02 
12:24:51.000000000 +0200
+++ new/knotifications-5.94.0/src/android_defaults.notifyrc     2022-05-07 
23:24:57.000000000 +0200
@@ -46,7 +46,7 @@
 Name[sv]=Allvarligt fel
 Name[ta]=???????????????????????????????????????????????? ?????????????????????
 Name[tg]=?????????? ??????????
-Name[tr]=??l??mc??l Hata
+Name[tr]=Onulmaz Hata
 Name[uk]=???????????????? ??????????????
 Name[x-test]=xxFatal Errorxx
 Name[zh_CN]=????????????
@@ -98,7 +98,7 @@
 Comment[sv]=Ett allvarligt fel uppstod vilket fick programmet att avslutas
 Comment[ta]=????????????????????? ????????????????????? 
???????????????????????? ????????????????????? 
???????????????????????????????????????
 Comment[tg]=?????????? ???????????? ?????? ??????, ???? ?????????????????? 
???????? ????????
-Comment[tr]=Uygulamadan ????k??lacak kadar ??nemli bir hata olu??tu
+Comment[tr]=Uygulamadan ????kacak kadar ??nemli bir hata olu??tu
 Comment[uk]=?????????????????? ???????????????? ??????????????, ???? 
???????????????? ???? ???????????????? ????????????????
 Comment[x-test]=xxThere was a serious error causing the program to exitxx
 Comment[zh_CN]=???????????????????????????????????????
@@ -414,7 +414,7 @@
 Comment[sv]=Ett mycket allvarligt fel uppstod, som ??tminstone fick programmet 
att avslutas
 Comment[ta]=??????????????????????????????????????? ????????????????????? 
????????????????????? ???????????????????????? ????????????????????? 
???????????????????????????????????????
 Comment[tg]=?????????? ???????? ?????????? ?????? ??????, ???? ?????????????? 
?????????????????? ???????? ????????
-Comment[tr]=En az??ndan uygulamadan ????k??lacak kadar ??nemli bir hata olu??tu
+Comment[tr]=En az??ndan uygulamadan ????kacak kadar ??nemli bir hata olu??tu
 Comment[uk]=?????????????????? ???????? ???????????????? ??????????????, 
?????? ???????????????? ???? ???????????????? ????????????????
 Comment[x-test]=xxA very serious error occurred, at least causing the program 
to exitxx
 
Comment[zh_CN]=??????????????????????????????????????????????????????????????????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.93.0/src/imageconverter.cpp 
new/knotifications-5.94.0/src/imageconverter.cpp
--- old/knotifications-5.93.0/src/imageconverter.cpp    2022-04-02 
12:24:51.000000000 +0200
+++ new/knotifications-5.94.0/src/imageconverter.cpp    2022-05-07 
23:24:57.000000000 +0200
@@ -53,7 +53,13 @@
 {
     qDBusRegisterMetaType<SpecImage>();
 
-    QImage image = _image.convertToFormat(QImage::Format_RGBA8888);
+    const bool hasAlpha = _image.hasAlphaChannel();
+    QImage image;
+    if (hasAlpha) {
+        image = _image.convertToFormat(QImage::Format_RGBA8888);
+    } else {
+        image = _image.convertToFormat(QImage::Format_RGB888);
+    }
 
     QByteArray data((const char *)image.constBits(), image.sizeInBytes());
 
@@ -61,9 +67,9 @@
     specImage.width = image.width();
     specImage.height = image.height();
     specImage.rowStride = image.bytesPerLine();
-    specImage.hasAlpha = true;
+    specImage.hasAlpha = hasAlpha;
     specImage.bitsPerSample = 8;
-    specImage.channels = 4;
+    specImage.channels = hasAlpha ? 4 : 3;
     specImage.data = data;
 
     return QVariant::fromValue(specImage);

Reply via email to