Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kcharselect"

Sat Sep 12 21:16:18 2026 rev:184 rq:1377129 version:26.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2026-08-24 
12:04:22.471482523 +0200
+++ /work/SRC/openSUSE:Factory/.kcharselect.new.1265/kcharselect.changes        
2026-09-12 21:17:44.160431044 +0200
@@ -1,0 +2,9 @@
+Tue Sep  8 09:34:21 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:
----
  kcharselect-26.08.0.tar.xz
  kcharselect-26.08.0.tar.xz.sig

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

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

Other differences:
------------------
++++++ kcharselect.spec ++++++
--- /var/tmp/diff_new_pack.QtDHh4/_old  2026-09-12 21:17:44.965464559 +0200
+++ /var/tmp/diff_new_pack.QtDHh4/_new  2026-09-12 21:17:44.967464642 +0200
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kcharselect
-Version:        26.08.0
+Version:        26.08.1
 Release:        0
 Summary:        KDE Character Selector
 License:        GPL-2.0-or-later


++++++ kcharselect-26.08.0.tar.xz -> kcharselect-26.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-26.08.0/CMakeLists.txt 
new/kcharselect-26.08.1/CMakeLists.txt
--- old/kcharselect-26.08.0/CMakeLists.txt      2026-08-11 11:16:14.000000000 
+0200
+++ new/kcharselect-26.08.1/CMakeLists.txt      2026-09-03 17:53:25.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(kcharselect VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-26.08.0/org.kde.kcharselect.appdata.xml 
new/kcharselect-26.08.1/org.kde.kcharselect.appdata.xml
--- old/kcharselect-26.08.0/org.kde.kcharselect.appdata.xml     2026-08-11 
11:16:14.000000000 +0200
+++ new/kcharselect-26.08.1/org.kde.kcharselect.appdata.xml     2026-09-03 
17:53:25.000000000 +0200
@@ -344,6 +344,7 @@
   </provides>
   <launchable type="desktop-id">org.kde.kcharselect.desktop</launchable>
   <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/kcharselect-26.08.0/po/ca/kcharselect.po 
new/kcharselect-26.08.1/po/ca/kcharselect.po
--- old/kcharselect-26.08.0/po/ca/kcharselect.po        2026-08-11 
11:16:14.000000000 +0200
+++ new/kcharselect-26.08.1/po/ca/kcharselect.po        2026-09-03 
17:53:25.000000000 +0200
@@ -3,10 +3,10 @@
 #
 # SPDX-FileCopyrightText: 2000 Traducció per Softcatalà (La part de Quico 
Llach) <[email protected]>
 # SPDX-FileCopyrightText: 2000 Quico Llach <[email protected]>
-# SPDX-FileCopyrightText: 2002, 2003, 2004 Albert Astals Cid <[email protected]>
+# SPDX-FileCopyrightText: 2002-2004 Albert Astals Cid <[email protected]>
 # SPDX-FileCopyrightText: 2005 Sebastià Pla i Sanz <[email protected]>
-# SPDX-FileCopyrightText: 2007, 2008, 2009, 2016, 2020, 2021, 2024 Josep M. 
Ferrer <[email protected]>
-# SPDX-FileCopyrightText: 2015, 2016, 2017, 2020 Antoni Bella Pérez 
<[email protected]>
+# SPDX-FileCopyrightText: 2007-2009, 2016, 2020-2021, 2024 Josep M. Ferrer 
<[email protected]>
+# SPDX-FileCopyrightText: 2015-2017, 2020 Antoni Bella Pérez 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kcharselect\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-26.08.0/po/ca@valencia/kcharselect.po 
new/kcharselect-26.08.1/po/ca@valencia/kcharselect.po
--- old/kcharselect-26.08.0/po/ca@valencia/kcharselect.po       2026-08-11 
11:16:14.000000000 +0200
+++ new/kcharselect-26.08.1/po/ca@valencia/kcharselect.po       2026-09-03 
17:53:25.000000000 +0200
@@ -3,10 +3,10 @@
 #
 # SPDX-FileCopyrightText: 2000 Traducció per Softcatalà (La part de Quico 
Llach) <[email protected]>
 # SPDX-FileCopyrightText: 2000 Quico Llach <[email protected]>
-# SPDX-FileCopyrightText: 2002, 2003, 2004 Albert Astals Cid <[email protected]>
+# SPDX-FileCopyrightText: 2002-2004 Albert Astals Cid <[email protected]>
 # SPDX-FileCopyrightText: 2005 Sebastià Pla i Sanz <[email protected]>
-# SPDX-FileCopyrightText: 2007, 2008, 2009, 2016, 2020, 2021, 2024 Josep M. 
Ferrer <[email protected]>
-# SPDX-FileCopyrightText: 2015, 2016, 2017, 2020 Antoni Bella Pérez 
<[email protected]>
+# SPDX-FileCopyrightText: 2007-2009, 2016, 2020-2021, 2024 Josep M. Ferrer 
<[email protected]>
+# SPDX-FileCopyrightText: 2015-2017, 2020 Antoni Bella Pérez 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kcharselect\n"

Reply via email to