Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krfb for openSUSE:Factory checked in 
at 2026-07-02 22:11:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krfb (Old)
 and      /work/SRC/openSUSE:Factory/.krfb.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krfb"

Thu Jul  2 22:11:33 2026 rev:164 rq:1363316 version:26.04.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/krfb/krfb.changes        2026-06-08 
14:19:14.077917287 +0200
+++ /work/SRC/openSUSE:Factory/.krfb.new.1982/krfb.changes      2026-07-02 
22:16:25.531251099 +0200
@@ -1,0 +2,9 @@
+Tue Jun 30 18:19:56 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.04.3/
+- No code change since 26.04.2
+
+-------------------------------------------------------------------

Old:
----
  krfb-26.04.2.tar.xz
  krfb-26.04.2.tar.xz.sig

New:
----
  krfb-26.04.3.tar.xz
  krfb-26.04.3.tar.xz.sig

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

Other differences:
------------------
++++++ krfb.spec ++++++
--- /var/tmp/diff_new_pack.7mX1BL/_old  2026-07-02 22:16:27.883331874 +0200
+++ /var/tmp/diff_new_pack.7mX1BL/_new  2026-07-02 22:16:27.923333248 +0200
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           krfb
-Version:        26.04.2
+Version:        26.04.3
 Release:        0
 Summary:        Screen sharing using the VNC/RFB protocol
 License:        GPL-2.0-or-later


++++++ krfb-26.04.2.tar.xz -> krfb-26.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krfb-26.04.2/CMakeLists.txt 
new/krfb-26.04.3/CMakeLists.txt
--- old/krfb-26.04.2/CMakeLists.txt     2026-05-30 09:29:22.000000000 +0200
+++ new/krfb-26.04.3/CMakeLists.txt     2026-06-28 05:42:00.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "26")
 set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(krfb VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krfb-26.04.2/krfb/org.kde.krfb.appdata.xml 
new/krfb-26.04.3/krfb/org.kde.krfb.appdata.xml
--- old/krfb-26.04.2/krfb/org.kde.krfb.appdata.xml      2026-05-30 
09:29:22.000000000 +0200
+++ new/krfb-26.04.3/krfb/org.kde.krfb.appdata.xml      2026-06-28 
05:42:00.000000000 +0200
@@ -192,6 +192,7 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="26.04.3" date="2026-07-02"/>
     <release version="26.04.2" date="2026-06-04"/>
     <release version="26.04.1" date="2026-05-07"/>
     <release version="26.04.0" date="2026-04-16"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krfb-26.04.2/po/ca@valencia/krfb.po 
new/krfb-26.04.3/po/ca@valencia/krfb.po
--- old/krfb-26.04.2/po/ca@valencia/krfb.po     2026-05-30 09:29:22.000000000 
+0200
+++ new/krfb-26.04.3/po/ca@valencia/krfb.po     2026-06-28 05:42:00.000000000 
+0200
@@ -369,7 +369,7 @@
 "Este camp conté l'adreça del vostre ordinador i el número de port, separats "
 "per dos punts.\n"
 "\n"
-"L'adreça només és una referència - podeu emprar qualsevol adreça que puga "
+"L'adreça només és una referència – podeu emprar qualsevol adreça que puga "
 "abastar el vostre ordinador.\n"
 "\n"
 "La compartició d'escriptori endevina l'adreça des de la vostra configuració "
@@ -440,17 +440,17 @@
 #: trayicon.cpp:90 trayicon.cpp:122
 #, kde-format
 msgid "Desktop Sharing - disconnected"
-msgstr "Compartiu l'escriptori - desconnectat"
+msgstr "Compartiu l'escriptori – desconnectat"
 
 #: trayicon.cpp:106 trayicon.cpp:126
 #, kde-format
 msgid "Desktop Sharing - connected with %1"
-msgstr "Compartiu l'escriptori - connectat amb %1"
+msgstr "Compartiu l'escriptori – connectat amb %1"
 
 #: trayicon.cpp:109
 #, kde-format
 msgid "Desktop Sharing - connected"
-msgstr "Compartiu l'escriptori - connectat"
+msgstr "Compartiu l'escriptori – connectat"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: ui/configframebuffer.ui:19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krfb-26.04.2/po/nb/krfb.po 
new/krfb-26.04.3/po/nb/krfb.po
--- old/krfb-26.04.2/po/nb/krfb.po      2026-05-30 09:29:22.000000000 +0200
+++ new/krfb-26.04.3/po/nb/krfb.po      2026-06-28 05:42:00.000000000 +0200
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2025-11-17 11:52+0000\n"
 "PO-Revision-Date: 2014-04-28 18:28+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
-"Language-Team: Norwegian Bokmål <[email protected]>\n"
+"Language-Team: Norwegian Bokmål <[email protected]>\n"
 "Language: nb\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/krfb-26.04.2/po/nn/krfb.po 
new/krfb-26.04.3/po/nn/krfb.po
--- old/krfb-26.04.2/po/nn/krfb.po      2026-05-30 09:29:22.000000000 +0200
+++ new/krfb-26.04.3/po/nn/krfb.po      2026-06-28 05:42:00.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2025-11-17 11:52+0000\n"
 "PO-Revision-Date: 2023-07-31 21:03+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
-"Language-Team: Norwegian Nynorsk <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\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/krfb-26.04.2/po/se/krfb.po 
new/krfb-26.04.3/po/se/krfb.po
--- old/krfb-26.04.2/po/se/krfb.po      2026-05-30 09:29:22.000000000 +0200
+++ new/krfb-26.04.3/po/se/krfb.po      2026-06-28 05:42:00.000000000 +0200
@@ -8,7 +8,7 @@
 "PO-Revision-Date: 2007-09-11 22:44+0200\n"
 "Last-Translator: Northern Sami translation team <[email protected]."
 "no>\n"
-"Language-Team: Northern Sami <[email protected]>\n"
+"Language-Team: Northern Sami <[email protected]>\n"
 "Language: se\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"

Reply via email to