Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kidentitymanagement for 
openSUSE:Factory checked in at 2022-05-14 22:52:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kidentitymanagement (Old)
 and      /work/SRC/openSUSE:Factory/.kidentitymanagement.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kidentitymanagement"

Sat May 14 22:52:58 2022 rev:80 rq:976785 version:22.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kidentitymanagement/kidentitymanagement.changes  
2022-04-24 00:19:38.608264098 +0200
+++ 
/work/SRC/openSUSE:Factory/.kidentitymanagement.new.1538/kidentitymanagement.changes
        2022-05-14 22:53:28.763089677 +0200
@@ -1,0 +2,8 @@
+Tue May 10 16:30:04 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.1/
+
+-------------------------------------------------------------------

Old:
----
  kidentitymanagement-22.04.0.tar.xz
  kidentitymanagement-22.04.0.tar.xz.sig

New:
----
  kidentitymanagement-22.04.1.tar.xz
  kidentitymanagement-22.04.1.tar.xz.sig

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

Other differences:
------------------
++++++ kidentitymanagement.spec ++++++
--- /var/tmp/diff_new_pack.JoxGpJ/_old  2022-05-14 22:53:29.287090332 +0200
+++ /var/tmp/diff_new_pack.JoxGpJ/_new  2022-05-14 22:53:29.295090342 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kidentitymanagement
-Version:        22.04.0
+Version:        22.04.1
 Release:        0
 Summary:        KDE PIM Libraries: Identity Management
 License:        LGPL-2.1-or-later


++++++ kidentitymanagement-22.04.0.tar.xz -> kidentitymanagement-22.04.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidentitymanagement-22.04.0/CMakeLists.txt 
new/kidentitymanagement-22.04.1/CMakeLists.txt
--- old/kidentitymanagement-22.04.0/CMakeLists.txt      2022-04-09 
17:55:25.000000000 +0200
+++ new/kidentitymanagement-22.04.1/CMakeLists.txt      2022-04-24 
08:58:59.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.20.0")
+set(PIM_VERSION "5.20.1")
 
 project(KIdentityManagement VERSION ${PIM_VERSION})
 
@@ -35,7 +35,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(KIDENTITYMANAGEMENT_LIB_VERSION ${PIM_VERSION})
-set(PIMTEXTEDIT_LIB_VERSION "5.20.0")
+set(PIMTEXTEDIT_LIB_VERSION "5.20.1")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIDENTITYMANAGEMENT
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kidentitymanagement_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kidentitymanagement-22.04.0/po/ca@valencia/libkpimidentities5.po 
new/kidentitymanagement-22.04.1/po/ca@valencia/libkpimidentities5.po
--- old/kidentitymanagement-22.04.0/po/ca@valencia/libkpimidentities5.po        
2022-04-15 02:20:30.000000000 +0200
+++ new/kidentitymanagement-22.04.1/po/ca@valencia/libkpimidentities5.po        
2022-05-10 07:54:56.000000000 +0200
@@ -49,8 +49,8 @@
 #, kde-format
 msgid "<qt>Failed to execute signature script<p><b>%1</b>:</p><p>%2</p></qt>"
 msgstr ""
-"<qt>L'script de signatura ha fallat en 
executar-se<p><b>%1</b>:</p><p>%2</p></"
-"qt>"
+"<qt>L'script de signatura ha fallat en executar-se<p><b>%1</b>:</p><p>%2</"
+"p></qt>"
 
 #: widgets/identitycombo.cpp:58
 #, kde-format
@@ -118,8 +118,8 @@
 "will be read every time you create a new mail or append a new signature."
 msgstr ""
 "Utilitzeu este camp per a especificar un fitxer de text que cont?? la vostra "
-"signatura. Es llegir?? cada cop que creeu un correu nou o afegiu una 
signatura "
-"nova."
+"signatura. Es llegir?? cada vegada que creeu un correu nou o afegiu una "
+"signatura nova."
 
 #: widgets/signatureconfigurator.cpp:224
 #, kde-format
@@ -140,8 +140,8 @@
 #, kde-format
 msgid ""
 "You can add an arbitrary command here, either with or without path depending "
-"on whether or not the command is in your Path. For every new mail, KMail will 
"
-"execute the command and use what it outputs (to standard output) as a "
+"on whether or not the command is in your Path. For every new mail, KMail "
+"will execute the command and use what it outputs (to standard output) as a "
 "signature. Usual commands for use with this mechanism are \"fortune\" or "
 "\"ksig -random\". (Be careful, script needs a shebang line)."
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kidentitymanagement-22.04.0/po/ko/libkpimidentities5.po 
new/kidentitymanagement-22.04.1/po/ko/libkpimidentities5.po
--- old/kidentitymanagement-22.04.0/po/ko/libkpimidentities5.po 2022-04-15 
02:20:31.000000000 +0200
+++ new/kidentitymanagement-22.04.1/po/ko/libkpimidentities5.po 2022-05-10 
07:54:56.000000000 +0200
@@ -67,7 +67,7 @@
 #: widgets/signatureconfigurator.cpp:116
 #, kde-format
 msgid "Click on the widgets below to obtain help on the input methods."
-msgstr "?????? ????????? ????????? ????????? ???????????? ?????? ????????? 
???????????????."
+msgstr "?????? ????????? ????????? ????????? ???????????? ?????? ????????? 
??????????????????."
 
 #: widgets/signatureconfigurator.cpp:118
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kidentitymanagement-22.04.0/po/zh_CN/libkpimidentities5.po 
new/kidentitymanagement-22.04.1/po/zh_CN/libkpimidentities5.po
--- old/kidentitymanagement-22.04.0/po/zh_CN/libkpimidentities5.po      
2022-04-15 02:20:31.000000000 +0200
+++ new/kidentitymanagement-22.04.1/po/zh_CN/libkpimidentities5.po      
2022-05-10 07:54:56.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-15 00:45+0000\n"
-"PO-Revision-Date: 2022-04-14 15:36\n"
+"PO-Revision-Date: 2022-05-08 08:17\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to