Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2023-11-10 12:30:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpimtextedit (Old)
 and      /work/SRC/openSUSE:Factory/.kpimtextedit.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpimtextedit"

Fri Nov 10 12:30:12 2023 rev:101 rq:1124616 version:23.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes        
2023-10-12 23:41:30.599596277 +0200
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new.17445/kpimtextedit.changes     
2023-11-10 12:31:36.624685322 +0100
@@ -1,0 +2,9 @@
+Tue Nov  7 17:05:07 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.3/
+- No code change since 23.08.2
+
+-------------------------------------------------------------------

Old:
----
  kpimtextedit-23.08.2.tar.xz
  kpimtextedit-23.08.2.tar.xz.sig

New:
----
  kpimtextedit-23.08.3.tar.xz
  kpimtextedit-23.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ kpimtextedit.spec ++++++
--- /var/tmp/diff_new_pack.DfFzDf/_old  2023-11-10 12:31:38.268746170 +0100
+++ /var/tmp/diff_new_pack.DfFzDf/_new  2023-11-10 12:31:38.272746319 +0100
@@ -19,7 +19,7 @@
 %define libname libKPim5TextEdit5
 %bcond_without released
 Name:           kpimtextedit
-Version:        23.08.2
+Version:        23.08.3
 Release:        0
 Summary:        KDE PIM Libraries: Text edit functionality
 License:        LGPL-2.1-or-later

++++++ kpimtextedit-23.08.2.tar.xz -> kpimtextedit-23.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-23.08.2/CMakeLists.txt 
new/kpimtextedit-23.08.3/CMakeLists.txt
--- old/kpimtextedit-23.08.2/CMakeLists.txt     2023-10-01 05:41:52.000000000 
+0200
+++ new/kpimtextedit-23.08.3/CMakeLists.txt     2023-10-22 06:08:29.000000000 
+0200
@@ -1,7 +1,7 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.24.2")
+set(PIM_VERSION "5.24.3")
 
 project(KPimTextEdit VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpimtextedit-23.08.2/po/ca@valencia/libkpimtextedit.po 
new/kpimtextedit-23.08.3/po/ca@valencia/libkpimtextedit.po
--- old/kpimtextedit-23.08.2/po/ca@valencia/libkpimtextedit.po  2023-10-01 
05:41:52.000000000 +0200
+++ new/kpimtextedit-23.08.3/po/ca@valencia/libkpimtextedit.po  2023-10-22 
06:08:29.000000000 +0200
@@ -870,7 +870,7 @@
 #: texteditor/commonwidget/textgotolinewidget.cpp:49
 #, kde-format
 msgid "Go to Line:"
-msgstr "Ves a la línia:"
+msgstr "Ves fins a la línia:"
 
 #: texteditor/commonwidget/textgotolinewidget.cpp:56
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-23.08.2/po/cs/libkpimtextedit.po 
new/kpimtextedit-23.08.3/po/cs/libkpimtextedit.po
--- old/kpimtextedit-23.08.2/po/cs/libkpimtextedit.po   2023-10-01 
05:41:52.000000000 +0200
+++ new/kpimtextedit-23.08.3/po/cs/libkpimtextedit.po   2023-10-22 
06:08:29.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vit Pelcak <v...@pelcak.org>, 2012, 2013, 2015, 2019, 2020, 2021, 2023.
+# SPDX-FileCopyrightText: 2012, 2013, 2015, 2019, 2020, 2021, 2023 Vit Pelcak 
<v...@pelcak.org>
 # Tomáš Chvátal <tomas.chva...@gmail.com>, 2012.
 #
 msgid ""
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 22.12.1\n"
+"X-Generator: Lokalize 23.08.1\n"
 
 #: composer-ng/klinkdialog.cpp:24
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-23.08.2/po/zh_CN/libkpimtextedit.po 
new/kpimtextedit-23.08.3/po/zh_CN/libkpimtextedit.po
--- old/kpimtextedit-23.08.2/po/zh_CN/libkpimtextedit.po        2023-10-01 
05:41:52.000000000 +0200
+++ new/kpimtextedit-23.08.3/po/zh_CN/libkpimtextedit.po        2023-10-22 
06:08:29.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-04-14 00:47+0000\n"
-"PO-Revision-Date: 2023-09-16 10:11\n"
+"PO-Revision-Date: 2023-10-21 13:57\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

++++++ kpimtextedit-23.08.2.tar.xz.sig -> kpimtextedit-23.08.3.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit-23.08.2.tar.xz.sig     
2023-10-12 23:41:30.591595987 +0200
+++ 
/work/SRC/openSUSE:Factory/.kpimtextedit.new.17445/kpimtextedit-23.08.3.tar.xz.sig
  2023-11-10 12:31:36.440678512 +0100
@@ -1,16 +1,16 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmUk6SsACgkQu0YzUNbv
-Me/Afw//chUTHiLOmRSnRgm1aXHdY29NRpDlL4pB/IB4jbSH7q4xgQs5+DXnzvVc
-GeBTc11HLENZhBbftZAFgYU4zDDMRcqMaAsz4HKXT2V0a/KC+NIFG8r0Ne4KJtTM
-hGh4KmXhXr4N/ANKYjkrnFaxPqS06FBmN9xs3KIjAaKrdPXWJk5f4ARu45ShkoTP
-KRJENnUAOk8te3/H2rC8miR3m9jkWtzh9vkHYUyMrye/sQHfyi7PnMOqShzIVK7Z
-CUBBMW8s55ECw1KlAfB+xMB9EhhuZ3lqW6JpwTe1gyu8mN+CF/oLrStiqdMTgapA
-j0LHqA6Vi82fojozaiL4C4ay7Y4Oxz0reFLoPVbgDLfc980Yz/1Bk3kGbnzN4kTc
-n7zw0z3dngk+CBW0W40XDIE4oRhwD5dMJbZ5c/FccchUMhO+PYL7qKvwBy/yPBZC
-Jhi5Ot3g1MTmHadV8RV4LbyuhpSV+xWlYZQNfy8X3E5Wh9xyoN+Jc5xsMfSHf1Mr
-b4DrfG7uSjbLewaHBEEPkcyyvM2qXHwl8Kl7daGfav43ZJQWy6u87xuow0A9FzuV
-FO4EpVmbysu3dw0IcTbAsOveGN7IVdMmC4q5LPww6DoN+c3/FmYc6LsYrZrZFn6Y
-V/+eWJGbJo/d/eBHEcpRxTJoArYCNJMYgLxCBTYXtWBHjN9bwM4=
-=sGrm
+iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmVJgh8ACgkQu0YzUNbv
+Me9n4A/9GZZpGDq24nAjGyR5dEMsx3pcCDYL+HvsuTKnOtRVdqNh295HwNaPp3bb
+mqFwlZuYb07wp1BHs84NjMmMVo8ZKl/24H822goqKTZFxuhCm9pFYTvC6/gIh61V
+pamgvM3TwzhLeHaUtDgVBTtpZZJyIySVHOLEmDuru8gnGLKjDZ/bTcVfEwVx8hOt
+7rAFdx3DO258wvL1nzsUJjfD/mh2miDzR7smoKw//m/iml+FMyRutK68mWOedHZg
+YjnkTQxXzXzOIwkG/ham9M9YlqULWA/g1aY7872oUvxoXdm+eSiOQBfeLQj6yodd
+zyRfsGkBpvcBcPJz9zlhAbVeb+T3Q4R8xRvvqrHYvNB4Ud6+nK2F3TgWltOt9p13
+aK8gvyUX8gnGeew8IEMU/FS11Quv1SH/gw888Prv1HY/DU9Hh2G2piPrC3lJqhXO
+0LxuOZmxh5eOGfD0tNLmIdNX2DVwn0/09N9AIwlVP62yeu7ZGDXhtSeEyPCwd40r
+BjYdp8w3oZl9yoUFj+DZ9XPnBIozrSa3s8IrTOsGLYc7p4Q8ruesIGVvNkVbd0LA
+9A1oaLHHqWxlv2KLCHAP2buCT9vIeXmXKPIjfVpVtZJt8zVPIx0LTSoA7kaCoScW
+PnplIu0hw4WuRKOIYbyvCD6VsRZHJ3Bj2lkszAwRegNuVwT/GYI=
+=ZhVJ
 -----END PGP SIGNATURE-----

Reply via email to