Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mbox-importer for openSUSE:Factory 
checked in at 2022-01-11 21:19:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old)
 and      /work/SRC/openSUSE:Factory/.mbox-importer.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mbox-importer"

Tue Jan 11 21:19:23 2022 rev:62 rq:944441 version:21.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes      
2021-12-13 20:50:05.292623091 +0100
+++ /work/SRC/openSUSE:Factory/.mbox-importer.new.1892/mbox-importer.changes    
2022-01-11 21:23:34.705140669 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:26:40 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:
----
  mbox-importer-21.12.0.tar.xz
  mbox-importer-21.12.0.tar.xz.sig

New:
----
  mbox-importer-21.12.1.tar.xz
  mbox-importer-21.12.1.tar.xz.sig

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

Other differences:
------------------
++++++ mbox-importer.spec ++++++
--- /var/tmp/diff_new_pack.2rEyk5/_old  2022-01-11 21:23:35.237141043 +0100
+++ /var/tmp/diff_new_pack.2rEyk5/_new  2022-01-11 21:23:35.241141045 +0100
@@ -18,16 +18,16 @@
 
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-%bcond_without lang
+%bcond_without released
 Name:           mbox-importer
-Version:        21.12.0
+Version:        21.12.1
 Release:        0
 Summary:        Tool for importing mbox archives into akonadi
 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
@@ -60,7 +60,7 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
   %find_lang %{name} --with-man --all-name
 %endif
 
@@ -69,7 +69,7 @@
 %{_kf5_applicationsdir}/org.kde.mboximporter.desktop
 %{_kf5_bindir}/mboximporter
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++++++ mbox-importer-21.12.0.tar.xz -> mbox-importer-21.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-21.12.0/CMakeLists.txt 
new/mbox-importer-21.12.1/CMakeLists.txt
--- old/mbox-importer-21.12.0/CMakeLists.txt    2021-11-30 22:00:09.000000000 
+0100
+++ new/mbox-importer-21.12.1/CMakeLists.txt    2021-12-15 14:08:53.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(mbox-importer VERSION ${PIM_VERSION})
 
@@ -31,7 +31,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)
     set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}")
@@ -39,16 +39,16 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(AKONADI_VERSION "5.19.0")
+set(AKONADI_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 Gui Widgets)
-set(LIBMAILIMPORTER_VERSION "5.19.0")
-set(MAILCOMMON_LIB_VERSION "5.19.0")
-set(PIMCOMMON_LIB_VERSION "5.19.0")
+set(LIBMAILIMPORTER_VERSION "5.19.1")
+set(MAILCOMMON_LIB_VERSION "5.19.1")
+set(PIMCOMMON_LIB_VERSION "5.19.1")
 
 # Find KF5 package
 find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-21.12.0/po/zh_CN/mboximporter.po 
new/mbox-importer-21.12.1/po/zh_CN/mboximporter.po
--- old/mbox-importer-21.12.0/po/zh_CN/mboximporter.po  2021-12-03 
01:16:53.000000000 +0100
+++ new/mbox-importer-21.12.1/po/zh_CN/mboximporter.po  2022-01-04 
01:24:19.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-02 02:35+0100\n"
-"PO-Revision-Date: 2021-11-30 15:24\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