Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kget for openSUSE:Factory checked in 
at 2026-09-12 21:18:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kget (Old)
 and      /work/SRC/openSUSE:Factory/.kget.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kget"

Sat Sep 12 21:18:57 2026 rev:165 rq:1377159 version:26.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kget/kget.changes        2026-08-24 
12:10:57.912570160 +0200
+++ /work/SRC/openSUSE:Factory/.kget.new.1265/kget.changes      2026-09-12 
21:22:17.152859767 +0200
@@ -1,0 +2,9 @@
+Tue Sep  8 09:35:20 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.08.1/
+- No code change since 26.08.0
+
+-------------------------------------------------------------------

Old:
----
  kget-26.08.0.tar.xz
  kget-26.08.0.tar.xz.sig

New:
----
  kget-26.08.1.tar.xz
  kget-26.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ kget.spec ++++++
--- /var/tmp/diff_new_pack.tDq28X/_old  2026-09-12 21:22:18.034897122 +0200
+++ /var/tmp/diff_new_pack.tDq28X/_new  2026-09-12 21:22:18.035897164 +0200
@@ -20,7 +20,7 @@
 %define qt6_version 6.9.0
 %bcond_without released
 Name:           kget
-Version:        26.08.0
+Version:        26.08.1
 Release:        0
 Summary:        Download Manager
 License:        GPL-2.0-or-later


++++++ kget-26.08.0.tar.xz -> kget-26.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kget-26.08.0/CMakeLists.txt 
new/kget-26.08.1/CMakeLists.txt
--- old/kget-26.08.0/CMakeLists.txt     2026-08-12 07:58:32.000000000 +0200
+++ new/kget-26.08.1/CMakeLists.txt     2026-09-04 02:10:53.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "26")
 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(kget VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kget-26.08.0/org.kde.kget.appdata.xml 
new/kget-26.08.1/org.kde.kget.appdata.xml
--- old/kget-26.08.0/org.kde.kget.appdata.xml   2026-08-12 07:58:32.000000000 
+0200
+++ new/kget-26.08.1/org.kde.kget.appdata.xml   2026-09-04 02:10:53.000000000 
+0200
@@ -433,6 +433,7 @@
   <launchable type="desktop-id">org.kde.kget.desktop</launchable>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="26.08.1" date="2026-09-10"/>
     <release version="26.08.0" date="2026-08-20"/>
     <release version="26.04.3" date="2026-07-02"/>
     <release version="26.04.2" date="2026-06-04"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kget-26.08.0/po/ca/kget.po 
new/kget-26.08.1/po/ca/kget.po
--- old/kget-26.08.0/po/ca/kget.po      2026-08-12 07:58:32.000000000 +0200
+++ new/kget-26.08.1/po/ca/kget.po      2026-09-04 02:10:53.000000000 +0200
@@ -3,9 +3,9 @@
 # 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.
 #
-# SPDX-FileCopyrightText: 2002, 2003, 2006, 2014, 2017, 2018, 2019, 2020, 
2021, 2023 Antoni Bella Pérez <[email protected]>
-# SPDX-FileCopyrightText: 2004, 2005 Albert Astals Cid <[email protected]>
-# SPDX-FileCopyrightText: 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022, 2023, 2024, 2026 Josep M. 
Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2002-2003, 2006, 2014, 2017-2021, 2023 Antoni Bella 
Pérez <[email protected]>
+# SPDX-FileCopyrightText: 2004-2005 Albert Astals Cid <[email protected]>
+# SPDX-FileCopyrightText: 2005-2017, 2019-2024, 2026 Josep M. Ferrer 
<[email protected]>
 # SPDX-FileCopyrightText: 2009 Manuel Tortosa Moreno <[email protected]>
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kget-26.08.0/po/ca@valencia/kget.po 
new/kget-26.08.1/po/ca@valencia/kget.po
--- old/kget-26.08.0/po/ca@valencia/kget.po     2026-08-12 07:58:32.000000000 
+0200
+++ new/kget-26.08.1/po/ca@valencia/kget.po     2026-09-04 02:10:53.000000000 
+0200
@@ -3,9 +3,9 @@
 # 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.
 #
-# SPDX-FileCopyrightText: 2002, 2003, 2006, 2014, 2017, 2018, 2019, 2020, 
2021, 2023 Antoni Bella Pérez <[email protected]>
-# SPDX-FileCopyrightText: 2004, 2005 Albert Astals Cid <[email protected]>
-# SPDX-FileCopyrightText: 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022, 2023, 2024, 2026 Josep M. 
Ferrer <[email protected]>
+# SPDX-FileCopyrightText: 2002-2003, 2006, 2014, 2017-2021, 2023 Antoni Bella 
Pérez <[email protected]>
+# SPDX-FileCopyrightText: 2004-2005 Albert Astals Cid <[email protected]>
+# SPDX-FileCopyrightText: 2005-2017, 2019-2024, 2026 Josep M. Ferrer 
<[email protected]>
 # SPDX-FileCopyrightText: 2009 Manuel Tortosa Moreno <[email protected]>
 msgid ""
 msgstr ""
@@ -809,7 +809,7 @@
 #: core/kget.cpp:1180
 #, kde-format
 msgid "No internet connection, stopping transfers."
-msgstr "No hi ha connexió d'Internet, s'paren les transferències."
+msgstr "No hi ha connexió d'Internet, es paren les transferències."
 
 #: core/kget.cpp:1192
 #, kde-format

Reply via email to