Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yakuake for openSUSE:Factory checked 
in at 2023-09-15 22:04:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yakuake (Old)
 and      /work/SRC/openSUSE:Factory/.yakuake.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yakuake"

Fri Sep 15 22:04:30 2023 rev:95 rq:1111314 version:23.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes  2023-08-31 
13:51:05.335741492 +0200
+++ /work/SRC/openSUSE:Factory/.yakuake.new.1766/yakuake.changes        
2023-09-15 22:09:38.742082196 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 11:57:00 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.1/
+- Changes since 23.08.0:
+  * Fix broken HAVE_KWAYLAND assignment
+
+-------------------------------------------------------------------

Old:
----
  yakuake-23.08.0.tar.xz
  yakuake-23.08.0.tar.xz.sig

New:
----
  yakuake-23.08.1.tar.xz
  yakuake-23.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ yakuake.spec ++++++
--- /var/tmp/diff_new_pack.AkZW5s/_old  2023-09-15 22:09:39.910123959 +0200
+++ /var/tmp/diff_new_pack.AkZW5s/_new  2023-09-15 22:09:39.914124102 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           yakuake
-Version:        23.08.0
+Version:        23.08.1
 Release:        0
 Summary:        Drop-down terminal emulator based on Konsole technologies
 License:        GPL-2.0-or-later


++++++ yakuake-23.08.0.tar.xz -> yakuake-23.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yakuake-23.08.0/CMakeLists.txt 
new/yakuake-23.08.1/CMakeLists.txt
--- old/yakuake-23.08.0/CMakeLists.txt  2023-08-16 22:48:08.000000000 +0200
+++ new/yakuake-23.08.1/CMakeLists.txt  2023-09-09 10:26:17.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "23")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "1")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(yakuake VERSION ${RELEASE_SERVICE_VERSION})
@@ -76,7 +76,7 @@
     endif()
 
     find_package(KF${KF_MAJOR_VERSION}Wayland ${KF_MIN_VERSION} CONFIG)
-    set(HAVE_KWAYLAND KF${KF_MAJOR_VERSION}Wayland_FOUND)
+    set(HAVE_KWAYLAND ${KF${KF_MAJOR_VERSION}Wayland_FOUND})
 endif()
 
 add_subdirectory(app)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yakuake-23.08.0/data/org.kde.yakuake.appdata.xml 
new/yakuake-23.08.1/data/org.kde.yakuake.appdata.xml
--- old/yakuake-23.08.0/data/org.kde.yakuake.appdata.xml        2023-08-16 
22:48:08.000000000 +0200
+++ new/yakuake-23.08.1/data/org.kde.yakuake.appdata.xml        2023-09-09 
10:26:17.000000000 +0200
@@ -412,9 +412,9 @@
     <binary>yakuake</binary>
   </provides>
   <releases>
+    <release version="23.08.1" date="2023-09-14"/>
     <release version="23.08.0" date="2023-08-24"/>
     <release version="23.04.3" date="2023-07-06"/>
     <release version="23.04.2" date="2023-06-08"/>
-    <release version="23.04.1" date="2023-05-11"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yakuake-23.08.0/data/org.kde.yakuake.desktop 
new/yakuake-23.08.1/data/org.kde.yakuake.desktop
--- old/yakuake-23.08.0/data/org.kde.yakuake.desktop    2023-08-16 
22:48:08.000000000 +0200
+++ new/yakuake-23.08.1/data/org.kde.yakuake.desktop    2023-09-09 
10:26:17.000000000 +0200
@@ -169,7 +169,7 @@
 Comment[sr@latin]=Padajući emulator terminala zasnovan na KDE‑ovoj Konsoli.
 Comment[sv]=En nerfällbar terminalemulator baserad på teknologi från KDE:s 
Terminal.
 
Comment[th]=โปรแกรมจำลองเทอร์มินัลแบบหย่อนลง
 อิงพื้นฐานเทคโนโลยีคอนโซล K
-Comment[tr]=KDE Konsole teknolojisi üzerine kurulu, yukarıdan aşağı 
açılabilen bir uçbirim öykünücü.
+Comment[tr]=KDE Konsole teknolojisi üzerine kurulu, yukarıdan aşağı 
açılabilen bir uçbirim öykünücüsü.
 Comment[uk]=Спадний замінник термінала, 
заснований на технології KDE Konsole.
 Comment[x-test]=xxA drop-down terminal emulator based on KDE Konsole 
technology.xx
 Comment[zh_CN]=一个基于KDE Konsole 技术的下拉式终端仿真器。
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yakuake-23.08.0/po/gl/yakuake.po 
new/yakuake-23.08.1/po/gl/yakuake.po
--- old/yakuake-23.08.0/po/gl/yakuake.po        2023-08-16 22:48:08.000000000 
+0200
+++ new/yakuake-23.08.1/po/gl/yakuake.po        2023-09-09 10:26:17.000000000 
+0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: yakuake\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-06-04 00:51+0000\n"
-"PO-Revision-Date: 2023-08-06 05:06+0200\n"
+"PO-Revision-Date: 2023-09-03 12:27+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\n"
 "Language: gl\n"
@@ -387,7 +387,7 @@
 #, kde-format
 msgctxt "@title:group"
 msgid "Tab Bar"
-msgstr "Barra de separadores"
+msgstr "Barra de lapelas"
 
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_DynamicTabTitles)
 #: app/config/windowsettings.ui:69
@@ -401,8 +401,7 @@
 msgstr ""
 "Se escolle esta opción, a información sobre o contido da terminal activa 
que "
 "normalmente é amosada na barra de título tamén ha amosarse na barra de "
-"separadores. Pode modificar o formato desta información no perfil da "
-"terminal."
+"lapelas. Pode modificar o formato desta información no perfil da terminal."
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_DynamicTabTitles)
 #: app/config/windowsettings.ui:72
@@ -416,7 +415,7 @@
 #, kde-format
 msgctxt "@option:check"
 msgid "Show the tab bar"
-msgstr "Amosar a barra de separadores."
+msgstr "Amosar a barra de lapelas."
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
 #: app/config/windowsettings.ui:105
@@ -694,14 +693,14 @@
 #, kde-format
 msgctxt "@label"
 msgid "Show tab bar"
-msgstr "Amosar a barra de separadores"
+msgstr "Amosar a barra de lapelas"
 
 #. i18n: ectx: whatsthis, entry (ShowTabBar), group (Window)
 #: app/config/yakuake.kcfg:66
 #, kde-format
 msgctxt "@info:whatsthis"
 msgid "Whether to show the tab bar in the application window."
-msgstr "Indica se amosar a barra de separadores na xanela da aplicación."
+msgstr "Indica se amosar a barra de lapelas na xanela da aplicación."
 
 #. i18n: ectx: label, entry (DynamicTabTitles), group (Window)
 #: app/config/yakuake.kcfg:70
@@ -891,7 +890,7 @@
 "skin and hide all borders."
 msgstr ""
 "As aparencias poden definir bordos arredor do terminal, incluída a barra de "
-"separadores. Esta opción, ao activala, ignorará a configuración de bordos 
da "
+"lapelas. Esta opción, ao activala, ignorará a configuración de bordos da "
 "aparencia e agochará todos os bordos."
 
 #. i18n: ectx: label, entry (TerminalHighlightOpacity), group (Appearance)
@@ -1171,8 +1170,8 @@
 msgctxt "@info:credit"
 msgid "Tab bar drag and drop support, Prevent Closing toggle"
 msgstr ""
-"Compatibilidade de arrastrar e soltar da barra de separadores, opción de "
-"previr o peche"
+"Compatibilidade de arrastrar e soltar da barra de lapelas, opción de previr "
+"o peche"
 
 #: app/main.cpp:45
 #, kde-kuit-format
@@ -1606,9 +1605,9 @@
 "<title>Tab Bar</title><para>The tab bar allows you to switch between "
 "sessions. You can double-click a tab to edit its label.</para>"
 msgstr ""
-"<title>Barra de sesións</title><para>A barra de sesións permítelle saltar "
-"entre sesións. Pode facer duplo clic nun separador para editar a súa "
-"etiqueta.</para>"
+"<title>Barra de lapelas</title><para>A barra de lapelas permítelle saltar "
+"entre sesións. Pode facer duplo clic nunha lapela para editar a súa 
etiqueta."
+"</para>"
 
 #: app/tabbar.cpp:58
 #, kde-kuit-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yakuake-23.08.0/po/tr/yakuake.po 
new/yakuake-23.08.1/po/tr/yakuake.po
--- old/yakuake-23.08.0/po/tr/yakuake.po        2023-08-16 22:48:08.000000000 
+0200
+++ new/yakuake-23.08.1/po/tr/yakuake.po        2023-09-09 10:26:17.000000000 
+0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: extragear-utils-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-06-04 00:51+0000\n"
-"PO-Revision-Date: 2023-05-24 01:11+0300\n"
+"PO-Revision-Date: 2023-09-02 23:02+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -24,7 +24,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 23.07.70\n"
+"X-Generator: Lokalize 23.11.70\n"
 
 #: app/config/appearancesettings.cpp:150
 #, kde-kuit-format
@@ -1120,7 +1120,7 @@
 msgid "A drop-down terminal emulator based on KDE Konsole technology."
 msgstr ""
 "KDE Konsole teknolojisi üzerine kurulmuş ekranın yukarısından aşağıya 
doğru "
-"açılan bir uçbirim öykünücü."
+"açılan bir uçbirim öykünücüsü."
 
 #: app/main.cpp:32
 #, kde-kuit-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yakuake-23.08.0/po/zh_CN/yakuake.po 
new/yakuake-23.08.1/po/zh_CN/yakuake.po
--- old/yakuake-23.08.0/po/zh_CN/yakuake.po     2023-08-16 22:48:08.000000000 
+0200
+++ new/yakuake-23.08.1/po/zh_CN/yakuake.po     2023-09-09 10:26:17.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-06-04 00:51+0000\n"
-"PO-Revision-Date: 2023-08-02 12:44\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to