Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmail-account-wizard for 
openSUSE:Factory checked in at 2022-01-11 21:15:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
 and      /work/SRC/openSUSE:Factory/.kmail-account-wizard.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmail-account-wizard"

Tue Jan 11 21:15:10 2022 rev:65 rq:944351 version:21.12.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes    
    2021-12-13 20:40:43.164458053 +0100
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new.1892/kmail-account-wizard.changes
      2022-01-11 21:16:06.908825702 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:25:52 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.1/
+- No code change since 21.12.0
+
+-------------------------------------------------------------------

Old:
----
  kmail-account-wizard-21.12.0.tar.xz
  kmail-account-wizard-21.12.0.tar.xz.sig

New:
----
  kmail-account-wizard-21.12.1.tar.xz
  kmail-account-wizard-21.12.1.tar.xz.sig

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

Other differences:
------------------
++++++ kmail-account-wizard.spec ++++++
--- /var/tmp/diff_new_pack.3j9htS/_old  2022-01-11 21:16:07.448826082 +0100
+++ /var/tmp/diff_new_pack.3j9htS/_new  2022-01-11 21:16:07.452826085 +0100
@@ -18,16 +18,16 @@
 
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-%bcond_without lang
+%bcond_without released
 Name:           kmail-account-wizard
-Version:        21.12.0
+Version:        21.12.1
 Release:        0
 Summary:        Account wizard for KMail
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
@@ -79,7 +79,7 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
   %find_lang %{name} --with-man --all-name
 %endif
 
@@ -95,7 +95,7 @@
 %{_kf5_sharedir}/akonadi/accountwizard/
 %{_kf5_sharedir}/mime/packages/accountwizard-mime.xml
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++++++ kmail-account-wizard-21.12.0.tar.xz -> 
kmail-account-wizard-21.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-21.12.0/CMakeLists.txt 
new/kmail-account-wizard-21.12.1/CMakeLists.txt
--- old/kmail-account-wizard-21.12.0/CMakeLists.txt     2021-11-30 
21:34:12.000000000 +0100
+++ new/kmail-account-wizard-21.12.1/CMakeLists.txt     2021-12-15 
14:07:05.000000000 +0100
@@ -1,4 +1,4 @@
-set(PIM_VERSION "5.19.0")
+set(PIM_VERSION "5.19.1")
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 project(kmail-account-wizard VERSION ${PIM_VERSION})
 
@@ -32,7 +32,7 @@
 
 # Do NOT add quote
 set(KDEPIM_DEV_VERSION)
-set(RELEASE_SERVICE_VERSION "21.12.0")
+set(RELEASE_SERVICE_VERSION "21.12.1")
 
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
@@ -41,22 +41,22 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(AKONADI_MIMELIB_VERSION "5.19.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.19.0")
-set(KLDAP_LIB_VERSION "5.19.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.19.0")
-set(AKONADI_VERSION "5.19.0")
-set(KIMAP_LIB_VERSION "5.19.0")
-set(AKONADI_MIMELIB_VERSION "5.19.0")
+set(AKONADI_MIMELIB_VERSION "5.19.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.19.1")
+set(KLDAP_LIB_VERSION "5.19.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.19.1")
+set(AKONADI_VERSION "5.19.1")
+set(KIMAP_LIB_VERSION "5.19.1")
+set(AKONADI_MIMELIB_VERSION "5.19.1")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.15.2")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Xml DBus Test)
-set(PIMCOMMON_LIB_VERSION "5.19.0")
-set(LIBKDEPIM_LIB_VERSION "5.19.0")
-set(LIBKLEO_LIB_VERSION "5.19.0")
+set(PIMCOMMON_LIB_VERSION "5.19.1")
+set(LIBKDEPIM_LIB_VERSION "5.19.1")
+set(LIBKLEO_LIB_VERSION "5.19.1")
 
 # Find KF5 package
 find_package(KF5Wallet ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-21.12.0/po/zh_CN/accountwizard.po 
new/kmail-account-wizard-21.12.1/po/zh_CN/accountwizard.po
--- old/kmail-account-wizard-21.12.0/po/zh_CN/accountwizard.po  2021-12-03 
01:16:42.000000000 +0100
+++ new/kmail-account-wizard-21.12.1/po/zh_CN/accountwizard.po  2022-01-04 
01:24:03.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-30 00:17+0000\n"
-"PO-Revision-Date: 2021-11-30 15:23\n"
+"PO-Revision-Date: 2021-12-22 14:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-21.12.0/po/zh_CN/accountwizard_tine20.po 
new/kmail-account-wizard-21.12.1/po/zh_CN/accountwizard_tine20.po
--- old/kmail-account-wizard-21.12.0/po/zh_CN/accountwizard_tine20.po   
2021-12-03 01:16:42.000000000 +0100
+++ new/kmail-account-wizard-21.12.1/po/zh_CN/accountwizard_tine20.po   
2022-01-04 01:24:03.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:16+0200\n"
-"PO-Revision-Date: 2021-11-30 15:23\n"
+"PO-Revision-Date: 2021-12-22 14:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to