Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma6-print-manager for 
openSUSE:Factory checked in at 2025-10-29 21:05:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma6-print-manager (Old)
 and      /work/SRC/openSUSE:Factory/.plasma6-print-manager.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma6-print-manager"

Wed Oct 29 21:05:16 2025 rev:32 rq:1314184 version:6.5.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/plasma6-print-manager/plasma6-print-manager.changes  
    2025-10-22 12:14:03.229763654 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma6-print-manager.new.1980/plasma6-print-manager.changes
    2025-10-29 21:06:02.461073328 +0100
@@ -1,0 +2,15 @@
+Tue Oct 28 11:52:16 UTC 2025 - Fabian Vogt <[email protected]>
+
+- Update to 6.5.1:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.5.1
+- Changes since 6.5.0:
+  * Update version for new release 6.5.1
+
+-------------------------------------------------------------------
+Mon Oct 27 09:46:36 UTC 2025 - Bernhard Wiedemann <[email protected]>
+
+- Pass '-DQT_QML_NO_CACHEGEN:BOOL=TRUE' to CMake to make builds
+  reproducible (boo#1248369) 
+
+-------------------------------------------------------------------

Old:
----
  print-manager-6.5.0.tar.xz
  print-manager-6.5.0.tar.xz.sig

New:
----
  print-manager-6.5.1.tar.xz
  print-manager-6.5.1.tar.xz.sig

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

Other differences:
------------------
++++++ plasma6-print-manager.spec ++++++
--- /var/tmp/diff_new_pack.3AgE4f/_old  2025-10-29 21:06:03.057098387 +0100
+++ /var/tmp/diff_new_pack.3AgE4f/_new  2025-10-29 21:06:03.061098554 +0100
@@ -27,14 +27,14 @@
 %{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without released
 Name:           plasma6-print-manager
-Version:        6.5.0
+Version:        6.5.1
 Release:        0
 Summary:        Tools for managing print jobs and printers
 License:        GPL-2.0-or-later
 URL:            https://www.kde.org
-Source:         %{rname}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz
 %if %{with released}
-Source1:        %{rname}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  cups-devel >= 2.4
@@ -80,7 +80,8 @@
 %autosetup -p1 -n %{rname}-%{version}
 
 %build
-%cmake_kf6
+%cmake_kf6 \
+  -DQT_QML_NO_CACHEGEN:BOOL=TRUE
 
 %kf6_build
 


++++++ print-manager-6.5.0.tar.xz -> print-manager-6.5.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-6.5.0/CMakeLists.txt 
new/print-manager-6.5.1/CMakeLists.txt
--- old/print-manager-6.5.0/CMakeLists.txt      2025-10-16 11:12:43.000000000 
+0200
+++ new/print-manager-6.5.1/CMakeLists.txt      2025-10-28 10:25:45.000000000 
+0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(print-manager)
-set(PROJECT_VERSION "6.5.0")
+set(PROJECT_VERSION "6.5.1")
 
-set(PROJECT_DEP_VERSION "6.5.0")
+set(PROJECT_DEP_VERSION "6.5.1")
 set(QT_MIN_VERSION "6.9.0")
 set(KF6_MIN_VERSION "6.18.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-6.5.0/org.kde.print-manager.metainfo.xml 
new/print-manager-6.5.1/org.kde.print-manager.metainfo.xml
--- old/print-manager-6.5.0/org.kde.print-manager.metainfo.xml  2025-10-16 
11:12:43.000000000 +0200
+++ new/print-manager-6.5.1/org.kde.print-manager.metainfo.xml  2025-10-28 
10:25:45.000000000 +0100
@@ -214,9 +214,9 @@
   </categories>
   <icon type="stock">printer</icon>
   <releases>
-    <release version="6.5.0" date="2025-10-16"/>
+    <release version="6.5.1" date="2025-10-28"/>
+    <release version="6.5.0" date="2025-10-21"/>
     <release version="6.3.90" date="2025-05-15"/>
     <release version="6.2.0" date="2024-10-08"/>
-    <release version="6.1.0" date="2024-06-18"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-6.5.0/po/ca/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-6.5.1/po/ca/plasma_applet_org.kde.plasma.printmanager.po
--- old/print-manager-6.5.0/po/ca/plasma_applet_org.kde.plasma.printmanager.po  
2025-10-16 11:12:43.000000000 +0200
+++ new/print-manager-6.5.1/po/ca/plasma_applet_org.kde.plasma.printmanager.po  
2025-10-28 10:25:45.000000000 +0100
@@ -3,8 +3,8 @@
 # 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.
 #
-# Josep M. Ferrer <[email protected]>, 2012, 2013, 2015, 2018, 2020, 2021, 
2022, 2023, 2024.
-# Antoni Bella Pérez <[email protected]>, 2020.
+# SPDX-FileCopyrightText: 2012, 2013, 2015, 2018, 2020, 2021, 2022, 2023, 2024 
Josep M. Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2020 Antoni Bella Pérez <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: print-manager\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-6.5.0/po/ca/print-manager.po 
new/print-manager-6.5.1/po/ca/print-manager.po
--- old/print-manager-6.5.0/po/ca/print-manager.po      2025-10-16 
11:12:43.000000000 +0200
+++ new/print-manager-6.5.1/po/ca/print-manager.po      2025-10-28 
10:25:45.000000000 +0100
@@ -3,7 +3,7 @@
 # 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.
 #
-# Antoni Bella Pérez <[email protected]>, 2015, 2018, 2020.
+# SPDX-FileCopyrightText: 2015, 2018, 2020 Antoni Bella Pérez 
<[email protected]>
 # SPDX-FileCopyrightText: 2012, 2013, 2015, 2018, 2019, 2020, 2021, 2022, 
2023, 2024, 2025 Josep M. Ferrer <[email protected]>
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-6.5.0/po/ca@valencia/plasma_applet_org.kde.plasma.printmanager.po
 
new/print-manager-6.5.1/po/ca@valencia/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-6.5.0/po/ca@valencia/plasma_applet_org.kde.plasma.printmanager.po
 2025-10-16 11:12:43.000000000 +0200
+++ 
new/print-manager-6.5.1/po/ca@valencia/plasma_applet_org.kde.plasma.printmanager.po
 2025-10-28 10:25:45.000000000 +0100
@@ -3,8 +3,8 @@
 # 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.
 #
-# Josep M. Ferrer <[email protected]>, 2012, 2013, 2015, 2018, 2020, 2021, 
2022, 2023, 2024.
-# Antoni Bella Pérez <[email protected]>, 2020.
+# SPDX-FileCopyrightText: 2012, 2013, 2015, 2018, 2020, 2021, 2022, 2023, 2024 
Josep M. Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2020 Antoni Bella Pérez <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: print-manager\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-6.5.0/po/ca@valencia/print-manager.po 
new/print-manager-6.5.1/po/ca@valencia/print-manager.po
--- old/print-manager-6.5.0/po/ca@valencia/print-manager.po     2025-10-16 
11:12:43.000000000 +0200
+++ new/print-manager-6.5.1/po/ca@valencia/print-manager.po     2025-10-28 
10:25:45.000000000 +0100
@@ -3,7 +3,7 @@
 # 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.
 #
-# Antoni Bella Pérez <[email protected]>, 2015, 2018, 2020.
+# SPDX-FileCopyrightText: 2015, 2018, 2020 Antoni Bella Pérez 
<[email protected]>
 # SPDX-FileCopyrightText: 2012, 2013, 2015, 2018, 2019, 2020, 2021, 2022, 
2023, 2024, 2025 Josep M. Ferrer <[email protected]>
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-6.5.0/po/ru/kcm_printer_manager.po 
new/print-manager-6.5.1/po/ru/kcm_printer_manager.po
--- old/print-manager-6.5.0/po/ru/kcm_printer_manager.po        2025-10-16 
11:12:43.000000000 +0200
+++ new/print-manager-6.5.1/po/ru/kcm_printer_manager.po        2025-10-28 
10:25:45.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-07-22 00:45+0000\n"
-"PO-Revision-Date: 2025-06-30 15:51+0300\n"
+"PO-Revision-Date: 2025-10-24 11:19+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -18,7 +18,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 25.04.2\n"
+"X-Generator: Lokalize 25.08.2\n"
 
 #: printermanager.cpp:106
 #, kde-format
@@ -117,12 +117,10 @@
 msgstr "Пример адреса"
 
 #: ui/components/BaseDevice.qml:86
-#, fuzzy, kde-format
-#| msgctxt "@title:window"
-#| msgid "Printer Driver"
+#, kde-format
 msgctxt "@label:title"
 msgid "Printing Device"
-msgstr "Драйвер принтера"
+msgstr "Принтеры"
 
 #: ui/components/BaseDevice.qml:116
 #, kde-format
@@ -237,11 +235,7 @@
 msgstr "Выбрать принтер…"
 
 #: ui/components/ManualUri.qml:93
-#, fuzzy, kde-kuit-format
-#| msgctxt "@info:whatsthis"
-#| msgid ""
-#| "If the printer address is known, enter it and choose <interface>Continue</"
-#| "interface>."
+#, kde-kuit-format
 msgctxt "@info:whatsthis"
 msgid ""
 "If the printer address is known, enter it and choose <interface>Continue</"
@@ -249,7 +243,8 @@
 "choose <interface>Search</interface>."
 msgstr ""
 "Если адрес принтера известен, укажите его и нажмите <interface>Продолжить</"
-"interface>."
+"interface>. Если принтер подключён к другому устройству в сети, введите его "
+"адрес и выберите <interface>Поиск</interface>."
 
 #: ui/components/Socket.qml:19
 #, kde-format
@@ -293,9 +288,7 @@
 msgstr "Показать параметры для настройки вручную"
 
 #: ui/FindPrinter.qml:219
-#, fuzzy, kde-format
-#| msgctxt "@info:status"
-#| msgid "This feature is not yet available (%1)"
+#, kde-format
 msgctxt "@info:status"
 msgid "This feature is not available (%1)"
 msgstr "Поддержка %1 ещё не доступна"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-6.5.0/src/kcm/kcm_printer_manager.json 
new/print-manager-6.5.1/src/kcm/kcm_printer_manager.json
--- old/print-manager-6.5.0/src/kcm/kcm_printer_manager.json    2025-10-16 
11:12:43.000000000 +0200
+++ new/print-manager-6.5.1/src/kcm/kcm_printer_manager.json    2025-10-28 
10:25:45.000000000 +0100
@@ -136,6 +136,7 @@
     "X-KDE-Keywords[nl]": 
"printers,afdruk,papier,cups,inkt,afdrukken,impressie,printerop 
afstand,internetprinter,netwerkprinter,ipps,hp jetdirect,ldp,ldr,cups-brf,cups 
brf,virtuele braille brf printer,printer delen, printer toevoegen",
     "X-KDE-Keywords[nn]": 
"skrivarar,skrivar,utskrift,printer,papir,cups,blekk,skriva 
ut,fjernskrivar,internettskrivar,nettverksskrivar,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtuell braille brf skrivar,delt 
skrivar,legg til skrivar",
     "X-KDE-Keywords[pt_BR]": 
"impressoras,imprimir,papel,cups,tinta,imprimindo,impressão,impressora 
remota,impressão via internet,impressão via rede,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,impressora braille brf virtual,compartilhar 
impressora, adicionar impressora",
+    "X-KDE-Keywords[ro]": 
"imprimante,tipar,tipărire,imprimare,hârtie,hîrtie,cups,cerneală,imprimantă 
distantă,imprimantă internet,imprimantă prin internet,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,braille,imprimantă braille 
virtuală,partajare imprimantă,partajează imprimanta,adaugă imprimanta,adăugare 
imprimantă",
     "X-KDE-Keywords[ru]": 
"printers,print,paper,cups,ink,printing,impression,remote printer,internet 
printer,network printer,ipps,hp jetdirect,ldp,ldr,cups-brf,cups brf,virtual 
braille brf printer,share printer,add 
printer,принтеры,печать,бумага,чернила,отпечаток,удалённый 
принтер,интернет-принтер,сетевой принтер,виртуальный брайль,общий 
принтер,добавить принтер",
     "X-KDE-Keywords[sl]": 
"tiskalniki,tisk,papir,cups,črnilo,tiskanje,vtis,oddaljeni tiskalnik,internetni 
tiskalnik,omrežni tiskalnik,ipps,,hp jetdirect,ldp,ldr,cups-brf,navidezni 
braillov tiskalnik,skupni tiskalnik,dodaj tiskalnik",
     "X-KDE-Keywords[sv]": 
"skrivare,utskrift,papper,cups,bläck,tryck,intryck,fjärrskrivare,internetskrivare,nätverksskrivare,ipps,hp
 jetdirect,ldp,ldr,cups-brf,cups brf,virtuell braille brf-skrivare,dela 
skrivare,lägg till skrivare",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-6.5.0/src/kded/printmanager.json 
new/print-manager-6.5.1/src/kded/printmanager.json
--- old/print-manager-6.5.0/src/kded/printmanager.json  2025-10-16 
11:12:43.000000000 +0200
+++ new/print-manager-6.5.1/src/kded/printmanager.json  2025-10-28 
10:25:45.000000000 +0100
@@ -18,6 +18,7 @@
         "Description[lv]": "Paziņot, ja sistēma konstatē pievienotu jaunu 
printeri vai printera tintes/tonera līmenis ir zems",
         "Description[nl]": "Melden wanneer een nieuwe printer is ontdekt of 
niveaus van inkt/toner van een printer laag zijn",
         "Description[pt_BR]": "Notifica quando uma nova impressora for 
detectada ou os níveis de tinta/toner estiverem baixos para uma impressora",
+        "Description[ro]": "Notifică când este descoperită o nouă imprimantă 
sau nivelul de cerneală/toner e scăzut pentru o imprimantă",
         "Description[sl]": "Obvešsti me, ko je zaznan nov tiskalnik ali ko je 
raven črnila/tonerja v tiskalniku nizka",
         "Description[sv]": "Meddela när en ny skrivare upptäcks, eller när 
bläck- eller tonernivåerna är låga för en skrivare",
         "Description[ta]": "புதிய அச்சுப்பொறி கண்டறியப்படும்போதோ, மை குறைவாக 
உள்ளபோதோ, அறிவிக்கும்",

Reply via email to