commit kimap for openSUSE:Factory

2024-08-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2024-08-26 22:04:11

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2698 (New)


Package is "kimap"

Mon Aug 26 22:04:11 2024 rev:108 rq:1195409 version:24.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2024-07-05 
19:51:39.327427554 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.2698/kimap.changes2024-08-26 
22:04:45.360297842 +0200
@@ -1,0 +2,13 @@
+Mon Aug 19 07:13:53 UTC 2024 - Christophe Marin 
+
+- Update to 24.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.08.0/
+- Changes since 24.05.2:
+  * Avoid a few temporary allocations in IMAP response parsing
+  * Fix some cmakelint warning
+  * Add build-ftime support
+  * It compiles fine without deprecated kf methods
+
+---

Old:

  kimap-24.05.2.tar.xz
  kimap-24.05.2.tar.xz.sig

New:

  kimap-24.08.0.tar.xz
  kimap-24.08.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.Mf7989/_old  2024-08-26 22:04:46.160331268 +0200
+++ /var/tmp/diff_new_pack.Mf7989/_new  2024-08-26 22:04:46.160331268 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define kf6_version 6.0.0
+%define kf6_version 6.3.0
 %define qt6_version 6.6.0
-%define kpim6_version 6.1.2
+%define kpim6_version 6.2.0
 
 %bcond_without released
 Name:   kimap
-Version:24.05.2
+Version:24.08.0
 Release:0
 Summary:Library to assist working with IMAP servers
 License:LGPL-2.1-or-later


++ kimap-24.05.2.tar.xz -> kimap-24.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-24.05.2/.gitlab-ci.yml 
new/kimap-24.08.0/.gitlab-ci.yml
--- old/kimap-24.05.2/.gitlab-ci.yml2024-06-15 17:24:35.0 +0200
+++ new/kimap-24.08.0/.gitlab-ci.yml2024-08-16 06:58:48.0 +0200
@@ -8,3 +8,4 @@
   - /gitlab-templates/freebsd-qt6.yml
   - /gitlab-templates/windows-qt6.yml
   - /gitlab-templates/reuse-lint.yml
+  - /gitlab-templates/cppcheck.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-24.05.2/.reuse/dep5 
new/kimap-24.08.0/.reuse/dep5
--- old/kimap-24.05.2/.reuse/dep5   2024-06-15 17:24:35.0 +0200
+++ new/kimap-24.08.0/.reuse/dep5   2024-08-16 06:58:48.0 +0200
@@ -3,6 +3,6 @@
 Upstream-Contact: Montel Laurent 
 Source: https://invent.kde.org/pim/kimap
 
-Files: autotests/fakeserverscenario.log
+Files: autotests/fakeserverscenario.log readme-build-ftime.txt
 Copyright: none
 License: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-24.05.2/CMakeLists.txt 
new/kimap-24.08.0/CMakeLists.txt
--- old/kimap-24.05.2/CMakeLists.txt2024-06-15 17:24:35.0 +0200
+++ new/kimap-24.08.0/CMakeLists.txt2024-08-16 06:58:48.0 +0200
@@ -2,13 +2,13 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.1.2")
+set(PIM_VERSION "6.2.0")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
 
 # ECM setup
-set(KF_MIN_VERSION "6.0.0")
+set(KF_MIN_VERSION "6.3.0")
 set(QT_REQUIRED_VERSION "6.6.0")
 
 find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
@@ -34,7 +34,7 @@
 include(ECMAddQch)
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "6.1.2")
+set(KMIME_LIBS_VERSION "6.1.90")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/src/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim6IMAPConfigVersion.cmake"
@@ -55,15 +55,15 @@
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KPim6IMAP")
 add_definitions(-DTRANSLATION_DOMAIN=\"libkimap6\")
 
-ecm_set_disabled_deprecation_versions(QT 6.6
- KF 6.1.0
+ecm_set_disabled_deprecation_versions(QT 6.7.2
+ KF 6.4.0
 )
 add_definitions(-DQT_NO_EMIT)
 
 option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" OFF)
 
 set(COMPILE_WITH_UNITY_CMAKE_SUPPORT OFF)
-if (USE_UNITY_CMAKE_SUPPORT)
+if(USE_UNITY_CMAKE_SUPPORT)
 set(COMPILE_WITH_UNITY_CMAKE_SUPPORT ON)
 endif()
 
@@ -94,7 +94,7 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR}/KPim6/KIMAP/ COMPONENT Devel
 )
 
-if (BUILD_QCH)
+if(BUILD_QCH)
 ecm_install_qch_export(
 TARGETS KPim6Imap_QCH
 FILE KPim6ImapQchTargets.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnig

commit kimap for openSUSE:Factory

2024-07-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2024-07-05 19:45:58

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2080 (New)


Package is "kimap"

Fri Jul  5 19:45:58 2024 rev:107 rq:1185561 version:24.05.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2024-06-14 
18:59:22.057648620 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.2080/kimap.changes2024-07-05 
19:51:39.327427554 +0200
@@ -1,0 +2,9 @@
+Tue Jul  2 13:54:22 UTC 2024 - Christophe Marin 
+
+- Update to 24.05.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.05.2/
+- No code change since 24.05.1
+
+---

Old:

  kimap-24.05.1.tar.xz
  kimap-24.05.1.tar.xz.sig

New:

  kimap-24.05.2.tar.xz
  kimap-24.05.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.v2OjH0/_old  2024-07-05 19:51:39.943450233 +0200
+++ /var/tmp/diff_new_pack.v2OjH0/_new  2024-07-05 19:51:39.947450380 +0200
@@ -18,11 +18,11 @@
 
 %define kf6_version 6.0.0
 %define qt6_version 6.6.0
-%define kpim6_version 6.1.1
+%define kpim6_version 6.1.2
 
 %bcond_without released
 Name:   kimap
-Version:24.05.1
+Version:24.05.2
 Release:0
 Summary:Library to assist working with IMAP servers
 License:LGPL-2.1-or-later


++ kimap-24.05.1.tar.xz -> kimap-24.05.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-24.05.1/CMakeLists.txt 
new/kimap-24.05.2/CMakeLists.txt
--- old/kimap-24.05.1/CMakeLists.txt2024-06-10 05:37:26.0 +0200
+++ new/kimap-24.05.2/CMakeLists.txt2024-06-15 17:24:35.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.1.1")
+set(PIM_VERSION "6.1.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -34,7 +34,7 @@
 include(ECMAddQch)
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "6.1.1")
+set(KMIME_LIBS_VERSION "6.1.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/src/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim6IMAPConfigVersion.cmake"


commit kimap for openSUSE:Factory

2024-04-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2024-04-15 20:13:17

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.26366 (New)


Package is "kimap"

Mon Apr 15 20:13:17 2024 rev:104 rq:1167341 version:24.02.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2024-03-22 
15:17:14.525491910 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.26366/kimap.changes   2024-04-15 
20:17:54.695343939 +0200
@@ -1,0 +2,10 @@
+Tue Apr  9 18:08:18 UTC 2024 - Christophe Marin 
+
+- Update to 24.02.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.02.2/
+- Changes since 24.02.1:
+  * Disable requiring tests succeeding on FreeBSD
+
+---

Old:

  kimap-24.02.1.tar.xz
  kimap-24.02.1.tar.xz.sig

New:

  kimap-24.02.2.tar.xz
  kimap-24.02.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.cFW374/_old  2024-04-15 20:17:55.375368966 +0200
+++ /var/tmp/diff_new_pack.cFW374/_new  2024-04-15 20:17:55.375368966 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define kf6_version 5.246.0
+%define kf6_version 6.0.0
 %define qt6_version 6.6.0
-%define kpim6_version 6.0.1
+%define kpim6_version 6.0.2
 
 %bcond_without released
 Name:   kimap
-Version:24.02.1
+Version:24.02.2
 Release:0
 Summary:Library to assist working with IMAP servers
 License:LGPL-2.1-or-later


++ kimap-24.02.1.tar.xz -> kimap-24.02.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-24.02.1/.kde-ci.yml 
new/kimap-24.02.2/.kde-ci.yml
--- old/kimap-24.02.1/.kde-ci.yml   2024-02-29 06:59:10.0 +0100
+++ new/kimap-24.02.2/.kde-ci.yml   2024-03-31 05:25:06.0 +0200
@@ -11,4 +11,4 @@
 'frameworks/kio': '@latest-kf6'
 
 Options:
-  require-passing-tests-on: [ 'Linux', 'FreeBSD' ]
+  require-passing-tests-on: [ 'Linux' ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-24.02.1/CMakeLists.txt 
new/kimap-24.02.2/CMakeLists.txt
--- old/kimap-24.02.1/CMakeLists.txt2024-02-29 06:59:10.0 +0100
+++ new/kimap-24.02.2/CMakeLists.txt2024-03-31 05:25:06.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.0.1")
+set(PIM_VERSION "6.0.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -33,7 +33,7 @@
 include(ECMAddQch)
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "6.0.1")
+set(KMIME_LIBS_VERSION "6.0.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/src/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim6IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-24.02.1/po/zh_CN/libkimap6.po 
new/kimap-24.02.2/po/zh_CN/libkimap6.po
--- old/kimap-24.02.1/po/zh_CN/libkimap6.po 2024-02-29 06:59:10.0 
+0100
+++ new/kimap-24.02.2/po/zh_CN/libkimap6.po 2024-03-31 05:25:06.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2024-01-06 03:32\n"
+"PO-Revision-Date: 2024-03-30 19:38\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -14,8 +14,8 @@
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf6-trunk/messages/kimap/libkimap6.pot\n"
-"X-Crowdin-File-ID: 48980\n"
+"X-Crowdin-File: /kf6-stable/messages/kimap/libkimap6.pot\n"
+"X-Crowdin-File-ID: 52470\n"
 
 #: acljobbase.cpp:56
 #, kde-format


commit kimap for openSUSE:Factory

2023-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-11-10 12:29:52

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.17445 (New)


Package is "kimap"

Fri Nov 10 12:29:52 2023 rev:100 rq:1124566 version:23.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-10-12 
23:40:58.386430221 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.17445/kimap.changes   2023-11-10 
12:30:54.631134034 +0100
@@ -1,0 +2,9 @@
+Tue Nov  7 17:04:43 UTC 2023 - Christophe Marin 
+
+- 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:

  kimap-23.08.2.tar.xz
  kimap-23.08.2.tar.xz.sig

New:

  kimap-23.08.3.tar.xz
  kimap-23.08.3.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.PDI4hR/_old  2023-11-10 12:30:56.199191550 +0100
+++ /var/tmp/diff_new_pack.PDI4hR/_new  2023-11-10 12:30:56.199191550 +0100
@@ -20,7 +20,7 @@
 %define libname libKPim5IMAP5
 %bcond_without released
 Name:   kimap
-Version:23.08.2
+Version:23.08.3
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-23.08.2.tar.xz -> kimap-23.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.08.2/CMakeLists.txt 
new/kimap-23.08.3/CMakeLists.txt
--- old/kimap-23.08.2/CMakeLists.txt2023-09-17 06:06:16.0 +0200
+++ new/kimap-23.08.3/CMakeLists.txt2023-10-22 06:07:21.0 +0200
@@ -2,7 +2,7 @@
 # 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(KIMAP VERSION ${PIM_VERSION})
 
@@ -43,7 +43,7 @@
 
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.24.2")
+set(KMIME_LIBS_VERSION "5.24.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.08.2/po/zh_CN/libkimap5.po 
new/kimap-23.08.3/po/zh_CN/libkimap5.po
--- old/kimap-23.08.2/po/zh_CN/libkimap5.po 2023-09-17 06:06:16.0 
+0200
+++ new/kimap-23.08.3/po/zh_CN/libkimap5.po 2023-10-22 06:07:21.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\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"


commit kimap for openSUSE:Factory

2023-10-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-10-12 23:40:04

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1807 (New)


Package is "kimap"

Thu Oct 12 23:40:04 2023 rev:99 rq:1117304 version:23.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-09-15 
22:02:54.951644895 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1807/kimap.changes2023-10-12 
23:40:58.386430221 +0200
@@ -1,0 +2,9 @@
+Tue Oct 10 18:27:30 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.2/
+- No code change since 23.08.1
+
+---

Old:

  kimap-23.08.1.tar.xz
  kimap-23.08.1.tar.xz.sig

New:

  kimap-23.08.2.tar.xz
  kimap-23.08.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.VeR6xF/_old  2023-10-12 23:40:59.374465986 +0200
+++ /var/tmp/diff_new_pack.VeR6xF/_new  2023-10-12 23:40:59.374465986 +0200
@@ -20,7 +20,7 @@
 %define libname libKPim5IMAP5
 %bcond_without released
 Name:   kimap
-Version:23.08.1
+Version:23.08.2
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-23.08.1.tar.xz -> kimap-23.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.08.1/CMakeLists.txt 
new/kimap-23.08.2/CMakeLists.txt
--- old/kimap-23.08.1/CMakeLists.txt2023-09-03 06:07:51.0 +0200
+++ new/kimap-23.08.2/CMakeLists.txt2023-09-17 06:06:16.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.24.1")
+set(PIM_VERSION "5.24.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -43,7 +43,7 @@
 
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.24.1")
+set(KMIME_LIBS_VERSION "5.24.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.08.1/po/zh_CN/libkimap5.po 
new/kimap-23.08.2/po/zh_CN/libkimap5.po
--- old/kimap-23.08.1/po/zh_CN/libkimap5.po 2023-09-03 06:07:51.0 
+0200
+++ new/kimap-23.08.2/po/zh_CN/libkimap5.po 2023-09-17 06:06:16.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2023-09-02 02:59\n"
+"PO-Revision-Date: 2023-09-16 10:11\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2023-09-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-09-15 22:02:03

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1766 (New)


Package is "kimap"

Fri Sep 15 22:02:03 2023 rev:98 rq:181 version:23.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-08-31 
13:44:39.893964885 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1766/kimap.changes2023-09-15 
22:02:54.951644895 +0200
@@ -1,0 +2,9 @@
+Tue Sep 12 11:55:58 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.1/
+- No code change since 23.08.0
+
+---

Old:

  kimap-23.08.0.tar.xz
  kimap-23.08.0.tar.xz.sig

New:

  kimap-23.08.1.tar.xz
  kimap-23.08.1.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.3mwAGb/_old  2023-09-15 22:02:56.083685371 +0200
+++ /var/tmp/diff_new_pack.3mwAGb/_new  2023-09-15 22:02:56.087685513 +0200
@@ -20,7 +20,7 @@
 %define libname libKPim5IMAP5
 %bcond_without released
 Name:   kimap
-Version:23.08.0
+Version:23.08.1
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-23.08.0.tar.xz -> kimap-23.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.08.0/CMakeLists.txt 
new/kimap-23.08.1/CMakeLists.txt
--- old/kimap-23.08.0/CMakeLists.txt2023-08-13 09:04:35.0 +0200
+++ new/kimap-23.08.1/CMakeLists.txt2023-09-03 06:07:51.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.24.0")
+set(PIM_VERSION "5.24.1")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -43,7 +43,7 @@
 
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.24.0")
+set(KMIME_LIBS_VERSION "5.24.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.08.0/po/zh_CN/libkimap5.po 
new/kimap-23.08.1/po/zh_CN/libkimap5.po
--- old/kimap-23.08.0/po/zh_CN/libkimap5.po 2023-08-13 09:04:35.0 
+0200
+++ new/kimap-23.08.1/po/zh_CN/libkimap5.po 2023-09-03 06:07:51.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2023-08-02 12:44\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2023-08-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-08-31 13:43:11

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1766 (New)


Package is "kimap"

Thu Aug 31 13:43:11 2023 rev:97 rq:1105701 version:23.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-07-07 
15:47:11.316148860 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1766/kimap.changes2023-08-31 
13:44:39.893964885 +0200
@@ -1,0 +2,27 @@
+Sun Aug 20 13:59:33 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+---
+Mon Aug 14 08:02:50 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+---
+Tue Aug  1 10:13:50 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Fix platforms info
+  * Remove CI 6 job. We will use kf6 branch for kf6 works
+  * Add missing Q_REQUIRED_RESULT
+  * Use correct INSTALL_TARGETS_DEFAULT_ARGS
+
+---

Old:

  kimap-23.04.3.tar.xz
  kimap-23.04.3.tar.xz.sig

New:

  kimap-23.08.0.tar.xz
  kimap-23.08.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.9Gwqnh/_old  2023-08-31 13:44:42.222048097 +0200
+++ /var/tmp/diff_new_pack.9Gwqnh/_new  2023-08-31 13:44:42.266049669 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define kf5_version 5.99.0
+%define kf5_version 5.105.0
 %define libname libKPim5IMAP5
 %bcond_without released
 Name:   kimap
-Version:23.04.3
+Version:23.08.0
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-23.04.3.tar.xz -> kimap-23.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.3/.gitignore new/kimap-23.08.0/.gitignore
--- old/kimap-23.04.3/.gitignore2023-07-04 07:16:32.0 +0200
+++ new/kimap-23.08.0/.gitignore2023-08-13 09:04:35.0 +0200
@@ -26,3 +26,4 @@
 .idea
 /cmake-build*
 .cache
+Testing/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.3/.gitlab-ci.yml 
new/kimap-23.08.0/.gitlab-ci.yml
--- old/kimap-23.04.3/.gitlab-ci.yml2023-07-04 07:16:32.0 +0200
+++ new/kimap-23.08.0/.gitlab-ci.yml2023-08-13 09:04:35.0 +0200
@@ -6,6 +6,3 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.3/.kde-ci.yml 
new/kimap-23.08.0/.kde-ci.yml
--- old/kimap-23.04.3/.kde-ci.yml   2023-07-04 07:16:32.0 +0200
+++ new/kimap-23.08.0/.kde-ci.yml   2023-08-13 09:04:35.0 +0200
@@ -10,13 +10,5 @@
 'frameworks/ki18n': '@latest'
 'frameworks/kio': '@latest'
 
-- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6']
-  'require':
-'frameworks/extra-cmake-modules': '@latest-kf6'
-'pim/kmime' : '@latest-kf6'
-'frameworks/kcoreaddons': '@latest-kf6'
-'frameworks/ki18n': '@latest-kf6'
-'frameworks/kio': '@latest-kf6'
-
 Options:
   require-passing-tests-on: [ 'Linux', 'Windows/Qt5' ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.3/CMakeLists.txt 
new/kimap-23.08.0/CMakeLists.txt
--- old/kimap-23.04.3/CMakeLists.txt2023-07-04 07:16:32.0 +0200
+++ new/kimap-23.08.0/CMakeLists.txt2023-08-13 09:04:35.0 +0200
@@ -2,13 +2,13 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.23.3")
+set(PIM_VERSION "5.24.0")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
 
 # ECM setup
-set(KF_MIN_VERSION "5.103.0")
+set(KF_MIN_VERSION "5.105.0")
 
 find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE

commit kimap for openSUSE:Factory

2023-07-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-07-07 15:46:45

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.23466 (New)


Package is "kimap"

Fri Jul  7 15:46:45 2023 rev:96 rq:1097270 version:23.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-06-09 
20:36:34.878255814 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.23466/kimap.changes   2023-07-07 
15:47:11.316148860 +0200
@@ -1,0 +2,9 @@
+Tue Jul  4 10:19:49 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.3/
+- No code change since 23.04.2
+
+---

Old:

  kimap-23.04.2.tar.xz
  kimap-23.04.2.tar.xz.sig

New:

  kimap-23.04.3.tar.xz
  kimap-23.04.3.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.uhetYg/_old  2023-07-07 15:47:12.140153768 +0200
+++ /var/tmp/diff_new_pack.uhetYg/_new  2023-07-07 15:47:12.144153792 +0200
@@ -20,7 +20,7 @@
 %define libname libKPim5IMAP5
 %bcond_without released
 Name:   kimap
-Version:23.04.2
+Version:23.04.3
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-23.04.2.tar.xz -> kimap-23.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.2/CMakeLists.txt 
new/kimap-23.04.3/CMakeLists.txt
--- old/kimap-23.04.2/CMakeLists.txt2023-05-30 06:36:54.0 +0200
+++ new/kimap-23.04.3/CMakeLists.txt2023-07-04 07:16:32.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.23.2")
+set(PIM_VERSION "5.23.3")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -43,7 +43,7 @@
 
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.23.2")
+set(KMIME_LIBS_VERSION "5.23.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.2/po/zh_CN/libkimap5.po 
new/kimap-23.04.3/po/zh_CN/libkimap5.po
--- old/kimap-23.04.2/po/zh_CN/libkimap5.po 2023-05-30 06:36:54.0 
+0200
+++ new/kimap-23.04.3/po/zh_CN/libkimap5.po 2023-07-04 07:16:32.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2023-05-22 14:04\n"
+"PO-Revision-Date: 2023-07-03 11:41\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2023-06-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-06-09 20:36:02

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.15902 (New)


Package is "kimap"

Fri Jun  9 20:36:02 2023 rev:95 rq:1091559 version:23.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-05-12 
20:33:51.424849358 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.15902/kimap.changes   2023-06-09 
20:36:34.878255814 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:01:06 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.2/
+- No code change since 23.04.1
+
+---

Old:

  kimap-23.04.1.tar.xz
  kimap-23.04.1.tar.xz.sig

New:

  kimap-23.04.2.tar.xz
  kimap-23.04.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.QK0TOG/_old  2023-06-09 20:36:35.590259950 +0200
+++ /var/tmp/diff_new_pack.QK0TOG/_new  2023-06-09 20:36:35.590259950 +0200
@@ -20,7 +20,7 @@
 %define libname libKPim5IMAP5
 %bcond_without released
 Name:   kimap
-Version:23.04.1
+Version:23.04.2
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-23.04.1.tar.xz -> kimap-23.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.1/CMakeLists.txt 
new/kimap-23.04.2/CMakeLists.txt
--- old/kimap-23.04.1/CMakeLists.txt2023-04-30 07:30:02.0 +0200
+++ new/kimap-23.04.2/CMakeLists.txt2023-05-30 06:36:54.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.23.1")
+set(PIM_VERSION "5.23.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -43,7 +43,7 @@
 
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.23.1")
+set(KMIME_LIBS_VERSION "5.23.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.1/po/fr/libkimap5.po 
new/kimap-23.04.2/po/fr/libkimap5.po
--- old/kimap-23.04.1/po/fr/libkimap5.po2023-04-30 07:30:02.0 
+0200
+++ new/kimap-23.04.2/po/fr/libkimap5.po2023-05-30 06:36:54.0 
+0200
@@ -7,8 +7,8 @@
 # xavier , 2012, 2013, 2020, 2022.
 # Vincent Pinon , 2017.
 # Simon Depiets , 2018.
+# Xavier BESNARD , 2023.
 #
-# Xavier BESNARD , 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkimap\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.1/po/ja/libkimap5.po 
new/kimap-23.04.2/po/ja/libkimap5.po
--- old/kimap-23.04.1/po/ja/libkimap5.po2023-04-30 07:30:02.0 
+0200
+++ new/kimap-23.04.2/po/ja/libkimap5.po2023-05-30 06:36:54.0 
+0200
@@ -11,7 +11,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 "X-Generator: Lokalize 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.1/po/zh_CN/libkimap5.po 
new/kimap-23.04.2/po/zh_CN/libkimap5.po
--- old/kimap-23.04.1/po/zh_CN/libkimap5.po 2023-04-30 07:30:02.0 
+0200
+++ new/kimap-23.04.2/po/zh_CN/libkimap5.po 2023-05-30 06:36:54.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2023-04-29 08:36\n"
+"PO-Revision-Date: 2023-05-22 14:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2023-05-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-05-12 20:33:22

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1533 (New)


Package is "kimap"

Fri May 12 20:33:22 2023 rev:94 rq:1086332 version:23.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-04-23 
22:46:56.634535284 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1533/kimap.changes2023-05-12 
20:33:51.424849358 +0200
@@ -1,0 +2,10 @@
+Tue May  9 10:47:03 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.1/
+- Changes since 23.04.0:
+  * Use correct INSTALL_TARGETS_DEFAULT_ARGS
+
+---

Old:

  kimap-23.04.0.tar.xz
  kimap-23.04.0.tar.xz.sig

New:

  kimap-23.04.1.tar.xz
  kimap-23.04.1.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.oEPtxn/_old  2023-05-12 20:33:52.048851443 +0200
+++ /var/tmp/diff_new_pack.oEPtxn/_new  2023-05-12 20:33:52.056851471 +0200
@@ -20,7 +20,7 @@
 %define libname libKPim5IMAP5
 %bcond_without released
 Name:   kimap
-Version:23.04.0
+Version:23.04.1
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-23.04.0.tar.xz -> kimap-23.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.0/CMakeLists.txt 
new/kimap-23.04.1/CMakeLists.txt
--- old/kimap-23.04.0/CMakeLists.txt2023-04-11 06:36:35.0 +0200
+++ new/kimap-23.04.1/CMakeLists.txt2023-04-30 07:30:02.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.23.0")
+set(PIM_VERSION "5.23.1")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -43,7 +43,7 @@
 
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.23.0")
+set(KMIME_LIBS_VERSION "5.23.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.0/autotests/kimaptest/CMakeLists.txt 
new/kimap-23.04.1/autotests/kimaptest/CMakeLists.txt
--- old/kimap-23.04.0/autotests/kimaptest/CMakeLists.txt2023-04-11 
06:36:35.0 +0200
+++ new/kimap-23.04.1/autotests/kimaptest/CMakeLists.txt2023-04-30 
07:30:02.0 +0200
@@ -18,7 +18,7 @@
 target_include_directories(KPim${KF_MAJOR_VERSION}IMAP INTERFACE 
"$")
 target_link_libraries(kimaptest KPim${KF_MAJOR_VERSION}IMAP Qt::Test 
Qt::Network Qt::Core KF${KF_MAJOR_VERSION}::CoreAddons 
KF${KF_MAJOR_VERSION}::KIOCore KF${KF_MAJOR_VERSION}::I18n)
 
-install(TARGETS kimaptest EXPORT KPim${KF_MAJOR_VERSION}IMAPTargets 
${KF_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS kimaptest EXPORT KPim${KF_MAJOR_VERSION}IMAPTargets 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
 ### install files ###
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.0/po/de/libkimap5.po 
new/kimap-23.04.1/po/de/libkimap5.po
--- old/kimap-23.04.0/po/de/libkimap5.po2023-04-11 06:36:35.0 
+0200
+++ new/kimap-23.04.1/po/de/libkimap5.po2023-04-30 07:30:02.0 
+0200
@@ -14,7 +14,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.04.1\n"
 
 #: acljobbase.cpp:56
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-23.04.0/po/gl/libkimap5.po 
new/kimap-23.04.1/po/gl/libkimap5.po
--- old/kimap-23.04.0/po/gl/libkimap5.po2023-04-11 06:36:35.0 
+0200
+++ new/kimap-23.04.1/po/gl/libkimap5.po2023-04-30 07:30:02.0 
+0200
@@ -1,25 +1,26 @@
 # translation of libkimap.po to galician
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
 # Marce Villarino , 2009, 2014.
 # Xosé , 2009.
 # Xosé , 2009, 2011.
 # Adrián Chaves Fernández (Gallaecio) , 2016, 2017.
-# Adrián Chaves (Gallaecio) , 2017, 2018.
+# Adrián Chaves (Gallaecio) , 2017, 2018, 2023.
+#
 msgid ""
 msgstr ""
 "Project

commit kimap for openSUSE:Factory

2023-04-23 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-04-23 22:45:08

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1533 (New)


Package is "kimap"

Sun Apr 23 22:45:08 2023 rev:93 rq:1081964 version:23.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-03-03 
22:26:03.506866290 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.1533/kimap.changes2023-04-23 
22:46:56.634535284 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:45:51 UTC 2023 - Christophe Marin 
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+---
+Fri Mar 31 16:42:03 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.90
+  * New feature release
+
+---
+Fri Mar 17 20:43:35 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.80
+  * New feature release
+
+---

Old:

  kimap-22.12.3.tar.xz
  kimap-22.12.3.tar.xz.sig

New:

  kimap-23.04.0.tar.xz
  kimap-23.04.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.QFbqrA/_old  2023-04-23 22:46:57.342539284 +0200
+++ /var/tmp/diff_new_pack.QFbqrA/_new  2023-04-23 22:46:57.346539307 +0200
@@ -17,11 +17,10 @@
 
 
 %define kf5_version 5.99.0
-# 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}')}
+%define libname libKPim5IMAP5
 %bcond_without released
 Name:   kimap
-Version:22.12.3
+Version:23.04.0
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later
@@ -37,16 +36,16 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
 BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
-BuildRequires:  cmake(KF5Mime)
+BuildRequires:  cmake(KPim5Mime)
 BuildRequires:  cmake(Qt5Test)
+Conflicts:  libKF5IMAP5 < %{version}
 
 %description
 KIMAP provides libraries to interface and communicate with
 IMAP mail servers.
 
-%package -n libKF5IMAP5
+%package -n %{libname}
 Summary:KDE PIM Libraries: IMAP APIs
-Recommends: %{name}-lang
 Provides:   %{name} = %{version}
 # Modules used for authentication
 Requires:   cyrus-sasl-crammd5
@@ -54,53 +53,61 @@
 Requires:   cyrus-sasl-gssapi
 Requires:   cyrus-sasl-plain
 Requires:   sasl2-kdexoauth2
+%requires_eq%{name}
+# Renamed
+Obsoletes:  kimap-lang <= 23.04.0
 
-%description  -n libKF5IMAP5
+%description  -n %{libname}
 This package provides the core library to interface and communicate with
 IMAP mail servers.
 
 %package devel
 Summary:KDE PIM Libraries: Build Environment
 Requires:   cyrus-sasl-devel
-Requires:   libKF5IMAP5 = %{version}
+Requires:   %{libname} = %{version}
 Requires:   cmake(KF5CoreAddons) >= %{kf5_version}
-Requires:   cmake(KF5Mime)
+Requires:   cmake(KPim5Mime)
 
 %description devel
 This package contains development headers to add IMAP support to PIM
 applications.
 
-%lang_package
+%lang_package -n %{libname}
 
 %prep
 %autosetup -p1 -n kimap-%{version}
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-%cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
+%cmake_kf5 -d build -- -DBUILD_TESTING=ON
+
 %cmake_build
 
 %install
 %kf5_makeinstall -C build
 
-%find_lang %{name} --with-man --all-name
+%find_lang %{libname} --with-man --all-name
 
-%ldconfig_scriptlets -n libKF5IMAP5
+%ldconfig_scriptlets -n %{libname}
 
-%files -n libKF5IMAP5
+%files
 %license LICENSES/*
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
-%{_kf5_libdir}/libKF5IMAP.so.*
+
+%files -n %{libname}
+%{_kf5_libdir}/libKPim5IMAP.so.*
 
 %files devel
+%dir %{_includedir}/KPim5
+%{_includedir}/KPim5/KIMAP/
+%{_includedir}/KPim5/KIMAPTest/
 %{_kf5_cmakedir}/KF5IMAP/
-%{_kf5_includedir}/KIMAP/
-%{_kf5_includedir}/KIMAPTest/
-%{_kf5_libdir}/libKF5IMAP.so
+%{_kf5_cmakedir}/KPim5IMAP/
+%{_kf5_libdir}/libKPim5IMAP.so
 %{_kf5_libdir}/libkimaptest.a
 %{_kf5_mkspecsdir}/qt_KIMAP.pri
 
-%files lang -f %{name}.lang
+%files -n %{libname}-lang -f %{libname}.lang
 
 %changelog


++ kimap-22.12.3.tar.xz -> kimap-23.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.12.3/.codespellrc.license 
new/kimap-23.04.0/.codespellrc.license
--- old/kimap-22.12.3/.c

commit kimap for openSUSE:Factory

2023-03-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-03-03 22:25:20

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.31432 (New)


Package is "kimap"

Fri Mar  3 22:25:20 2023 rev:92 rq:1068824 version:22.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-02-04 
14:18:26.614549081 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.31432/kimap.changes   2023-03-03 
22:26:03.506866290 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:46:04 UTC 2023 - Christophe Marin 
+
+- Update to 22.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.3/
+
+---

Old:

  kimap-22.12.2.tar.xz
  kimap-22.12.2.tar.xz.sig

New:

  kimap-22.12.3.tar.xz
  kimap-22.12.3.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.7mT85W/_old  2023-03-03 22:26:04.122868254 +0100
+++ /var/tmp/diff_new_pack.7mT85W/_new  2023-03-03 22:26:04.126868267 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kimap
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:22.12.2
+Version:22.12.3
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later
@@ -85,8 +85,7 @@
 
 %find_lang %{name} --with-man --all-name
 
-%post -n libKF5IMAP5 -p /sbin/ldconfig
-%postun -n libKF5IMAP5 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libKF5IMAP5
 
 %files -n libKF5IMAP5
 %license LICENSES/*


++ kimap-22.12.2.tar.xz -> kimap-22.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.12.2/CMakeLists.txt 
new/kimap-22.12.3/CMakeLists.txt
--- old/kimap-22.12.2/CMakeLists.txt2023-01-16 04:46:30.0 +0100
+++ new/kimap-22.12.3/CMakeLists.txt2023-02-25 06:05:10.0 +0100
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.2")
+set(PIM_VERSION "5.22.3")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -38,7 +38,7 @@
 endif()
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.22.2")
+set(KMIME_LIBS_VERSION "5.22.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.12.2/po/tr/libkimap5.po 
new/kimap-22.12.3/po/tr/libkimap5.po
--- old/kimap-22.12.2/po/tr/libkimap5.po2023-01-16 04:46:30.0 
+0100
+++ new/kimap-22.12.3/po/tr/libkimap5.po2023-02-25 06:05:10.0 
+0100
@@ -5,13 +5,13 @@
 # H. İbrahim Güngör , 2011.
 # Volkan Gezer , 2014, 2017.
 # Kaan Ozdincer , 2014.
-# Emir SARI , 2022.
+# Emir SARI , 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkimap\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2022-11-15 05:06+0300\n"
+"PO-Revision-Date: 2023-02-08 19:39+0300\n"
 "Last-Translator: Emir SARI \n"
 "Language-Team: Turkish \n"
 "Language: tr\n"
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.08.3\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: acljobbase.cpp:56
 #, kde-format
@@ -145,7 +145,7 @@
 #: loginjob.cpp:129 loginjob.cpp:233
 #, kde-format
 msgid "Login"
-msgstr "Giriş"
+msgstr "Oturumu Aç"
 
 #: loginjob.cpp:184
 #, kde-format
@@ -170,30 +170,31 @@
 #: loginjob.cpp:353
 #, kde-format
 msgid "Internal error, tried to login before encryption"
-msgstr "İç hata, şifreleme öncesi giriş denendi"
+msgstr "İç hata, şifreleme öncesi oturum açma denendi"
 
 #: loginjob.cpp:362
 #, kde-format
 msgid "Login failed, plain login is disabled by the server."
 msgstr ""
-"Düz giriş sunucu tarafından devre dışı bırakıldığı için giriş 
yapılamadı."
+"Oturum açma başarısız, düz oturum açma yöntemi sunucu tarafından 
devre dışı "
+"bırakılmış."
 
 #: loginjob.cpp:383
 #, kde-format
 msgid "Login failed, authentication mo

commit kimap for openSUSE:Factory

2023-02-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-02-04 14:12:19

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.4462 (New)


Package is "kimap"

Sat Feb  4 14:12:19 2023 rev:91 rq:1062797 version:22.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2023-01-07 
17:17:59.685540420 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.4462/kimap.changes2023-02-04 
14:18:26.614549081 +0100
@@ -1,0 +2,8 @@
+Tue Jan 31 10:33:47 UTC 2023 - Christophe Marin 
+
+- Update to 22.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.2/
+
+---

Old:

  kimap-22.12.1.tar.xz
  kimap-22.12.1.tar.xz.sig

New:

  kimap-22.12.2.tar.xz
  kimap-22.12.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.gwFvrc/_old  2023-02-04 14:18:27.038551389 +0100
+++ /var/tmp/diff_new_pack.gwFvrc/_new  2023-02-04 14:18:27.042551411 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:22.12.1
+Version:22.12.2
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-22.12.1.tar.xz -> kimap-22.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.12.1/CMakeLists.txt 
new/kimap-22.12.2/CMakeLists.txt
--- old/kimap-22.12.1/CMakeLists.txt2022-12-25 05:49:51.0 +0100
+++ new/kimap-22.12.2/CMakeLists.txt2023-01-16 04:46:30.0 +0100
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.1")
+set(PIM_VERSION "5.22.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -38,7 +38,7 @@
 endif()
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.22.1")
+set(KMIME_LIBS_VERSION "5.22.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.12.1/po/cs/libkimap5.po 
new/kimap-22.12.2/po/cs/libkimap5.po
--- old/kimap-22.12.1/po/cs/libkimap5.po2022-12-25 05:49:51.0 
+0100
+++ new/kimap-22.12.2/po/cs/libkimap5.po2023-01-16 04:46:30.0 
+0100
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl , 2010.
 # Vít Pelčák , 2011, 2014, 2016.
-# Vit Pelcak , 2022.
+# Vit Pelcak , 2022.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.12.1/po/eu/libkimap5.po 
new/kimap-22.12.2/po/eu/libkimap5.po
--- old/kimap-22.12.1/po/eu/libkimap5.po1970-01-01 01:00:00.0 
+0100
+++ new/kimap-22.12.2/po/eu/libkimap5.po2023-01-16 04:46:30.0 
+0100
@@ -0,0 +1,284 @@
+# Translation for libkimap5.po to Euskara/Basque (eu).
+# Copyright (C) 2023 This file is copyright:
+# This file is distributed under the same license as the kimap package.
+# KDE euskaratzeko proiektuko arduraduna .
+#
+# Translators:
+# Iñigo Salvador Azurmendi , 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: kimap\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-05-11 00:45+\n"
+"PO-Revision-Date: 2023-01-03 09:03+0100\n"
+"Last-Translator: Iñigo Salvador Azurmendi \n"
+"Language-Team: Basque \n"
+"Language: eu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 22.12.0\n"
+
+#: acljobbase.cpp:56
+#, kde-format
+msgid "AclJobBase"
+msgstr "AclAtazaOinarria"
+
+#: appendjob.cpp:40
+#, kde-format
+msgid "Append"
+msgstr "Erantsi"
+
+#: capabilitiesjob.cpp:35
+#, kde-format
+msgid "Capabilities"
+msgstr "Gaitasunak"
+
+#: closejob.cpp:32
+#, kde-format
+msgid "Close"
+msgstr "Itxi"
+
+#: copyjob.cpp:41
+#, kde-format
+msgid "Copy"
+msgstr "Kopiatu"
+
+#: createjob.cpp:36
+#, kde-format
+msgid "Create"
+msgstr "Sortu"
+
+#: deleteacljob.cpp:37
+#, kde-format
+msgid "DeleteAclJob"
+msgstr "EzabatuAclAtaza"
+
+#: deletejob.cpp:36
+#, kde-format
+msgid "Delete"
+msgstr "Ezabatu"
+
+#: enablejob.cpp:31
+#, kde-format
+msgid "Enable"
+msgstr "Gaitu"
+
+#: expun

commit kimap for openSUSE:Factory

2023-01-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2023-01-07 17:16:53

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1563 (New)


Package is "kimap"

Sat Jan  7 17:16:53 2023 rev:90 rq:1056525 version:22.12.1

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-12-09 
13:17:54.379041617 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.1563/kimap.changes2023-01-07 
17:17:59.685540420 +0100
@@ -1,0 +2,8 @@
+Tue Jan  3 10:20:11 UTC 2023 - Christophe Marin 
+
+- Update to 22.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.1/
+
+---

Old:

  kimap-22.12.0.tar.xz
  kimap-22.12.0.tar.xz.sig

New:

  kimap-22.12.1.tar.xz
  kimap-22.12.1.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.WJi7Kp/_old  2023-01-07 17:18:00.245543761 +0100
+++ /var/tmp/diff_new_pack.WJi7Kp/_new  2023-01-07 17:18:00.253543809 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:22.12.0
+Version:22.12.1
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-22.12.0.tar.xz -> kimap-22.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.12.0/CMakeLists.txt 
new/kimap-22.12.1/CMakeLists.txt
--- old/kimap-22.12.0/CMakeLists.txt2022-11-27 09:33:06.0 +0100
+++ new/kimap-22.12.1/CMakeLists.txt2022-12-25 05:49:51.0 +0100
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.0")
+set(PIM_VERSION "5.22.1")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -38,7 +38,7 @@
 endif()
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.22.0")
+set(KMIME_LIBS_VERSION "5.22.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.12.0/po/zh_CN/libkimap5.po 
new/kimap-22.12.1/po/zh_CN/libkimap5.po
--- old/kimap-22.12.0/po/zh_CN/libkimap5.po 2022-11-27 09:33:06.0 
+0100
+++ new/kimap-22.12.1/po/zh_CN/libkimap5.po 2022-12-25 05:49:51.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2022-11-19 14:51\n"
+"PO-Revision-Date: 2022-12-24 11:44\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2022-12-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-12-09 13:17:16

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1835 (New)


Package is "kimap"

Fri Dec  9 13:17:16 2022 rev:89 rq:1041492 version:22.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-11-04 
17:34:08.668556320 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.1835/kimap.changes2022-12-09 
13:17:54.379041617 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:25:26 UTC 2022 - Christophe Marin 
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+---
+Sat Nov 26 16:45:07 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.90
+  * New feature release
+
+---
+Sat Nov 12 08:54:14 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.80
+  * New feature release
+
+---

Old:

  kimap-22.08.3.tar.xz
  kimap-22.08.3.tar.xz.sig

New:

  kimap-22.12.0.tar.xz
  kimap-22.12.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.By07dj/_old  2022-12-09 13:17:54.91103 +0100
+++ /var/tmp/diff_new_pack.By07dj/_new  2022-12-09 13:17:54.915044464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kimap
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-%define kf5_version 5.79.0
+%define kf5_version 5.99.0
 # 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 released
 Name:   kimap
-Version:22.08.3
+Version:22.12.0
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License: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 released}
@@ -47,7 +46,6 @@
 
 %package -n libKF5IMAP5
 Summary:KDE PIM Libraries: IMAP APIs
-Group:  Development/Libraries/KDE
 Recommends: %{name}-lang
 Provides:   %{name} = %{version}
 # Modules used for authentication
@@ -63,7 +61,6 @@
 
 %package devel
 Summary:KDE PIM Libraries: Build Environment
-Group:  Development/Libraries/KDE
 Requires:   cyrus-sasl-devel
 Requires:   libKF5IMAP5 = %{version}
 Requires:   cmake(KF5CoreAddons) >= %{kf5_version}
@@ -79,15 +76,14 @@
 %autosetup -p1 -n kimap-%{version}
 
 %build
-  %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-  %cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
-  %cmake_build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
+%cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with released}
-%find_lang %{name} --with-man --all-name
-  %endif
+%kf5_makeinstall -C build
+
+%find_lang %{name} --with-man --all-name
 
 %post -n libKF5IMAP5 -p /sbin/ldconfig
 %postun -n libKF5IMAP5 -p /sbin/ldconfig
@@ -106,8 +102,6 @@
 %{_kf5_libdir}/libkimaptest.a
 %{_kf5_mkspecsdir}/qt_KIMAP.pri
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++ kimap-22.08.3.tar.xz -> kimap-22.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.08.3/.gitlab-ci.yml 
new/kimap-22.12.0/.gitlab-ci.yml
--- old/kimap-22.08.3/.gitlab-ci.yml2022-10-14 06:53:34.0 +0200
+++ new/kimap-22.12.0/.gitlab-ci.yml2022-11-27 09:33:06.0 +0100
@@ -6,3 +6,6 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignor

commit kimap for openSUSE:Factory

2022-11-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-11-04 17:32:52

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2275 (New)


Package is "kimap"

Fri Nov  4 17:32:52 2022 rev:88 rq:1033285 version:22.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-10-15 
16:34:35.833741017 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.2275/kimap.changes2022-11-04 
17:34:08.668556320 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 11:20:35 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.3/
+
+---

Old:

  kimap-22.08.2.tar.xz
  kimap-22.08.2.tar.xz.sig

New:

  kimap-22.08.3.tar.xz
  kimap-22.08.3.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.ucs2HQ/_old  2022-11-04 17:34:09.312559652 +0100
+++ /var/tmp/diff_new_pack.ucs2HQ/_new  2022-11-04 17:34:09.316559673 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:22.08.2
+Version:22.08.3
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-22.08.2.tar.xz -> kimap-22.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.08.2/CMakeLists.txt 
new/kimap-22.08.3/CMakeLists.txt
--- old/kimap-22.08.2/CMakeLists.txt2022-09-11 10:04:10.0 +0200
+++ new/kimap-22.08.3/CMakeLists.txt2022-10-14 06:53:34.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.2")
+set(PIM_VERSION "5.21.3")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -35,7 +35,7 @@
 set(QT_REQUIRED_VERSION "5.15.2")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.21.2")
+set(KMIME_LIBS_VERSION "5.21.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.08.2/po/zh_CN/libkimap5.po 
new/kimap-22.08.3/po/zh_CN/libkimap5.po
--- old/kimap-22.08.2/po/zh_CN/libkimap5.po 2022-10-11 07:01:04.0 
+0200
+++ new/kimap-22.08.3/po/zh_CN/libkimap5.po 2022-11-01 01:14:05.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2022-10-02 15:52\n"
+"PO-Revision-Date: 2022-10-30 07:51\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2022-10-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-10-15 16:34:00

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2275 (New)


Package is "kimap"

Sat Oct 15 16:34:00 2022 rev:87 rq:1010747 version:22.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-09-09 
18:23:43.660300368 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.2275/kimap.changes2022-10-15 
16:34:35.833741017 +0200
@@ -1,0 +2,8 @@
+Tue Oct 11 14:32:41 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.2/
+
+---

Old:

  kimap-22.08.1.tar.xz
  kimap-22.08.1.tar.xz.sig

New:

  kimap-22.08.2.tar.xz
  kimap-22.08.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.kGHwrb/_old  2022-10-15 16:34:36.345742247 +0200
+++ /var/tmp/diff_new_pack.kGHwrb/_new  2022-10-15 16:34:36.349742257 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:22.08.1
+Version:22.08.2
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-22.08.1.tar.xz -> kimap-22.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.08.1/CMakeLists.txt 
new/kimap-22.08.2/CMakeLists.txt
--- old/kimap-22.08.1/CMakeLists.txt2022-08-20 17:00:55.0 +0200
+++ new/kimap-22.08.2/CMakeLists.txt2022-09-11 10:04:10.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.1")
+set(PIM_VERSION "5.21.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -35,7 +35,7 @@
 set(QT_REQUIRED_VERSION "5.15.2")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.21.1")
+set(KMIME_LIBS_VERSION "5.21.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.08.1/po/ca@valencia/libkimap5.po 
new/kimap-22.08.2/po/ca@valencia/libkimap5.po
--- old/kimap-22.08.1/po/ca@valencia/libkimap5.po   2022-09-06 
02:13:44.0 +0200
+++ new/kimap-22.08.2/po/ca@valencia/libkimap5.po   2022-10-11 
07:01:04.0 +0200
@@ -171,7 +171,8 @@
 #: loginjob.cpp:353
 #, kde-format
 msgid "Internal error, tried to login before encryption"
-msgstr "Error intern, s'ha intentat l'entrada abans de l'encriptaci??"
+msgstr ""
+"S'ha produ??t un error intern, s'ha intentat l'entrada abans de 
l'encriptaci??"
 
 #: loginjob.cpp:362
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.08.1/po/ru/libkimap5.po 
new/kimap-22.08.2/po/ru/libkimap5.po
--- old/kimap-22.08.1/po/ru/libkimap5.po2022-09-06 02:13:44.0 
+0200
+++ new/kimap-22.08.2/po/ru/libkimap5.po2022-10-11 07:01:04.0 
+0200
@@ -4,20 +4,20 @@
 # Alexander Potashev , 2011, 2014, 2015.
 # Alexander Lakhin , 2013.
 # ??  , 2018.
-# Alexander Yavorsky , 2020.
+# Alexander Yavorsky , 2020, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2020-11-08 22:07+0300\n"
+"PO-Revision-Date: 2022-10-01 15:04+0300\n"
 "Last-Translator: Alexander Yavorsky \n"
 "Language-Team: Russian \n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.08.3\n"
+"X-Generator: Lokalize 21.08.3\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -218,7 +218,7 @@
 #: loginjob.cpp:353
 #, kde-format
 msgid "Internal error, tried to login before encryption"
-msgstr ""
+msgstr " : ?? ??  
 ?? "
 
 #: loginjob.cpp:362
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.08.1/po/zh_CN/libkimap5.po 
new/kimap-

commit kimap for openSUSE:Factory

2022-09-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-09-09 18:23:25

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2083 (New)


Package is "kimap"

Fri Sep  9 18:23:25 2022 rev:86 rq:1002031 version:22.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-08-19 
17:52:19.083577190 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.2083/kimap.changes2022-09-09 
18:23:43.660300368 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 15:19:53 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.1/
+
+---

Old:

  kimap-22.08.0.tar.xz
  kimap-22.08.0.tar.xz.sig

New:

  kimap-22.08.1.tar.xz
  kimap-22.08.1.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.zoaCCG/_old  2022-09-09 18:23:44.124301735 +0200
+++ /var/tmp/diff_new_pack.zoaCCG/_new  2022-09-09 18:23:44.132301759 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:22.08.0
+Version:22.08.1
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-22.08.0.tar.xz -> kimap-22.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.08.0/CMakeLists.txt 
new/kimap-22.08.1/CMakeLists.txt
--- old/kimap-22.08.0/CMakeLists.txt2022-08-08 07:05:31.0 +0200
+++ new/kimap-22.08.1/CMakeLists.txt2022-08-20 17:00:55.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.0")
+set(PIM_VERSION "5.21.1")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -35,7 +35,7 @@
 set(QT_REQUIRED_VERSION "5.15.2")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.21.0")
+set(KMIME_LIBS_VERSION "5.21.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.08.0/po/zh_CN/libkimap5.po 
new/kimap-22.08.1/po/zh_CN/libkimap5.po
--- old/kimap-22.08.0/po/zh_CN/libkimap5.po 2022-08-12 02:11:03.0 
+0200
+++ new/kimap-22.08.1/po/zh_CN/libkimap5.po 2022-09-06 02:13:44.0 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-11 00:45+\n"
-"PO-Revision-Date: 2022-08-07 13:32\n"
+"PO-Revision-Date: 2022-08-20 14:21\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2022-08-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-08-19 17:51:57

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2083 (New)


Package is "kimap"

Fri Aug 19 17:51:57 2022 rev:85 rq:997840 version:22.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-07-09 
17:00:57.820609788 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.2083/kimap.changes2022-08-19 
17:52:19.083577190 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:42:35 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.0/
+
+---
+Fri Aug  5 12:10:55 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.90
+  * New feature release
+
+---
+Sat Jul 16 08:28:09 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.80
+  * New feature release
+
+---

Old:

  kimap-22.04.3.tar.xz
  kimap-22.04.3.tar.xz.sig

New:

  kimap-22.08.0.tar.xz
  kimap-22.08.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.wVHwhS/_old  2022-08-19 17:52:19.827578750 +0200
+++ /var/tmp/diff_new_pack.wVHwhS/_new  2022-08-19 17:52:19.831578758 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:22.04.3
+Version:22.08.0
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later
@@ -101,7 +101,7 @@
 %files devel
 %{_kf5_cmakedir}/KF5IMAP/
 %{_kf5_includedir}/KIMAP/
-%{_kf5_includedir}/kimaptest/
+%{_kf5_includedir}/KIMAPTest/
 %{_kf5_libdir}/libKF5IMAP.so
 %{_kf5_libdir}/libkimaptest.a
 %{_kf5_mkspecsdir}/qt_KIMAP.pri


++ kimap-22.04.3.tar.xz -> kimap-22.08.0.tar.xz ++
 5653 lines of diff (skipped)


commit kimap for openSUSE:Factory

2022-07-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-07-09 17:00:13

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1523 (New)


Package is "kimap"

Sat Jul  9 17:00:13 2022 rev:84 rq:987602 version:22.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-06-12 
17:37:45.754023065 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1523/kimap.changes2022-07-09 
17:00:57.820609788 +0200
@@ -1,0 +2,8 @@
+Tue Jul  5 17:03:20 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.3/
+
+---

Old:

  kimap-22.04.2.tar.xz
  kimap-22.04.2.tar.xz.sig

New:

  kimap-22.04.3.tar.xz
  kimap-22.04.3.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.JB3Ubd/_old  2022-07-09 17:00:58.364610606 +0200
+++ /var/tmp/diff_new_pack.JB3Ubd/_new  2022-07-09 17:00:58.368610612 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:22.04.2
+Version:22.04.3
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-22.04.2.tar.xz -> kimap-22.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.04.2/CMakeLists.txt 
new/kimap-22.04.3/CMakeLists.txt
--- old/kimap-22.04.2/CMakeLists.txt2022-05-13 13:54:00.0 +0200
+++ new/kimap-22.04.3/CMakeLists.txt2022-06-10 06:57:48.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.20.2")
+set(PIM_VERSION "5.20.3")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -35,7 +35,7 @@
 set(QT_REQUIRED_VERSION "5.15.2")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.20.2")
+set(KMIME_LIBS_VERSION "5.20.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.04.2/po/ca@valencia/libkimap5.po 
new/kimap-22.04.3/po/ca@valencia/libkimap5.po
--- old/kimap-22.04.2/po/ca@valencia/libkimap5.po   2022-06-07 
09:16:31.0 +0200
+++ new/kimap-22.04.3/po/ca@valencia/libkimap5.po   2022-07-05 
06:40:10.0 +0200
@@ -184,7 +184,7 @@
 #, kde-format
 msgid "Login failed, authentication mode %1 is not supported by the server."
 msgstr ""
-"No s'ha pogut fer l'inici de la sessi??, el servidor t?? desactivat el modo "
+"No s'ha pogut fer l'inici de la sessi??, el servidor t?? desactivat el mode "
 "d'autenticaci?? %1."
 
 #: loginjob.cpp:411
@@ -276,7 +276,7 @@
 #: storejob.cpp:70
 #, kde-format
 msgid "Store"
-msgstr "Almagasena"
+msgstr "Emmagatzema"
 
 #: subscribejob.cpp:36
 #, kde-format
@@ -286,4 +286,4 @@
 #: unsubscribejob.cpp:36
 #, kde-format
 msgid "Unsubscribe"
-msgstr "Cancela la subscripci??"
+msgstr "Cancel??la la subscripci??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.04.2/po/de/libkimap5.po 
new/kimap-22.04.3/po/de/libkimap5.po
--- old/kimap-22.04.2/po/de/libkimap5.po2022-06-07 09:16:31.0 
+0200
+++ new/kimap-22.04.3/po/de/libkimap5.po2022-07-05 06:40:10.0 
+0200
@@ -1,5 +1,5 @@
 # Burkhard L??ck , 2009, 2013, 2016, 2018, 2021.
-# Frederik Schwarzer , 2009, 2010, 2011, 2016.
+# Frederik Schwarzer , 2009, 2010, 2011, 2016, 2022.
 # Thomas Reitelbach , 2009.
 # Johannes Obermayr , 2010.
 msgid ""
@@ -7,14 +7,15 @@
 "Project-Id-Version: libkimap\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-28 00:44+\n"
-"PO-Revision-Date: 2021-03-01 13:23+0100\n"
-"Last-Translator: Burkhard L??ck \n"
+"PO-Revision-Date: 2022-06-15 11:31+0200\n"
+"Last-Translator: Frederik Schwarzer \n"
 "Language-Team: German \n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 22.04.1\n"
 
 #: acljobbase.cpp:56
 #, kde-format
@@ -168,7 +169,7 @@
 #: loginjob.cpp:351
 #, kde-format
 msgid "Internal error, tried to login before encryption"
-msgstr ""
+msgstr "Interner Fehler. Anmel

commit kimap for openSUSE:Factory

2022-06-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-06-12 17:37:23

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1548 (New)


Package is "kimap"

Sun Jun 12 17:37:23 2022 rev:83 rq:981670 version:22.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-05-14 
22:53:29.679090822 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1548/kimap.changes2022-06-12 
17:37:45.754023065 +0200
@@ -1,0 +2,8 @@
+Wed Jun  8 09:54:30 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.2/
+
+---

Old:

  kimap-22.04.1.tar.xz
  kimap-22.04.1.tar.xz.sig

New:

  kimap-22.04.2.tar.xz
  kimap-22.04.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.0j1g33/_old  2022-06-12 17:37:46.278023812 +0200
+++ /var/tmp/diff_new_pack.0j1g33/_new  2022-06-12 17:37:46.286023824 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:22.04.1
+Version:22.04.2
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-22.04.1.tar.xz -> kimap-22.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.04.1/CMakeLists.txt 
new/kimap-22.04.2/CMakeLists.txt
--- old/kimap-22.04.1/CMakeLists.txt2022-04-24 08:59:08.0 +0200
+++ new/kimap-22.04.2/CMakeLists.txt2022-05-13 13:54:00.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.20.1")
+set(PIM_VERSION "5.20.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -35,7 +35,7 @@
 set(QT_REQUIRED_VERSION "5.15.2")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.20.1")
+set(KMIME_LIBS_VERSION "5.20.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.04.1/po/ca@valencia/libkimap5.po 
new/kimap-22.04.2/po/ca@valencia/libkimap5.po
--- old/kimap-22.04.1/po/ca@valencia/libkimap5.po   2022-05-10 
07:54:59.0 +0200
+++ new/kimap-22.04.2/po/ca@valencia/libkimap5.po   2022-06-07 
09:16:31.0 +0200
@@ -60,7 +60,7 @@
 #: deletejob.cpp:36
 #, kde-format
 msgid "Delete"
-msgstr "Suprimeix"
+msgstr "Suprimix"
 
 #: enablejob.cpp:31
 #, kde-format
@@ -184,7 +184,7 @@
 #, kde-format
 msgid "Login failed, authentication mode %1 is not supported by the server."
 msgstr ""
-"No s'ha pogut fer l'inici de la sessi??, el servidor t?? desactivat el mode "
+"No s'ha pogut fer l'inici de la sessi??, el servidor t?? desactivat el modo "
 "d'autenticaci?? %1."
 
 #: loginjob.cpp:411
@@ -255,17 +255,17 @@
 #: setacljob.cpp:34
 #, kde-format
 msgid "SetAcl"
-msgstr "EstableixAcl"
+msgstr "EstablixAcl"
 
 #: setmetadatajob.cpp:43
 #, kde-format
 msgid "SetMetaData"
-msgstr "EstableixMetaDades"
+msgstr "EstablixMetaDades"
 
 #: setquotajob.cpp:37
 #, kde-format
 msgid "SetQuota"
-msgstr "EstableixQuota"
+msgstr "EstablixQuota"
 
 #: statusjob.cpp:40
 #, kde-format
@@ -276,7 +276,7 @@
 #: storejob.cpp:70
 #, kde-format
 msgid "Store"
-msgstr "Emmagatzema"
+msgstr "Almagasena"
 
 #: subscribejob.cpp:36
 #, kde-format
@@ -286,4 +286,4 @@
 #: unsubscribejob.cpp:36
 #, kde-format
 msgid "Unsubscribe"
-msgstr "Cancel??la la subscripci??"
+msgstr "Cancela la subscripci??"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.04.1/po/zh_CN/libkimap5.po 
new/kimap-22.04.2/po/zh_CN/libkimap5.po
--- old/kimap-22.04.1/po/zh_CN/libkimap5.po 2022-05-10 07:54:59.0 
+0200
+++ new/kimap-22.04.2/po/zh_CN/libkimap5.po 2022-06-07 09:16:31.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-28 00:44+\n"
-"PO-Revision-Date: 2022-05-08 08:18\n"
+"PO-Revision-Date: 2022-06-05 04:20\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2022-05-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-05-14 22:52:59

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1538 (New)


Package is "kimap"

Sat May 14 22:52:59 2022 rev:82 rq:976790 version:22.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-04-24 
00:19:39.568264823 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1538/kimap.changes2022-05-14 
22:53:29.679090822 +0200
@@ -1,0 +2,8 @@
+Tue May 10 16:30:06 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.1/
+
+---

Old:

  kimap-22.04.0.tar.xz
  kimap-22.04.0.tar.xz.sig

New:

  kimap-22.04.1.tar.xz
  kimap-22.04.1.tar.xz.sig



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


++ kimap-22.04.0.tar.xz -> kimap-22.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.04.0/CMakeLists.txt 
new/kimap-22.04.1/CMakeLists.txt
--- old/kimap-22.04.0/CMakeLists.txt2022-04-09 17:55:34.0 +0200
+++ new/kimap-22.04.1/CMakeLists.txt2022-04-24 08:59:08.0 +0200
@@ -2,7 +2,7 @@
 # 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(KIMAP VERSION ${PIM_VERSION})
 
@@ -35,7 +35,7 @@
 set(QT_REQUIRED_VERSION "5.15.2")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.20.0")
+set(KMIME_LIBS_VERSION "5.20.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.04.0/po/ca@valencia/libkimap5.po 
new/kimap-22.04.1/po/ca@valencia/libkimap5.po
--- old/kimap-22.04.0/po/ca@valencia/libkimap5.po   2022-04-15 
02:20:33.0 +0200
+++ new/kimap-22.04.1/po/ca@valencia/libkimap5.po   2022-05-10 
07:54:59.0 +0200
@@ -177,26 +177,27 @@
 #, kde-format
 msgid "Login failed, plain login is disabled by the server."
 msgstr ""
-"Ha fallat l'inici de la sessi??, el servidor t?? desactivada l'entrada 
senzilla."
+"No s'ha pogut fer l'inici de la sessi??, el servidor t?? desactivada 
l'entrada "
+"senzilla."
 
 #: loginjob.cpp:381
 #, kde-format
 msgid "Login failed, authentication mode %1 is not supported by the server."
 msgstr ""
-"Ha fallat l'inici de la sessi??, el servidor t?? desactivat el mode "
+"No s'ha pogut fer l'inici de la sessi??, el servidor t?? desactivat el mode "
 "d'autenticaci?? %1."
 
 #: loginjob.cpp:411
 #, kde-format
 msgid "Login failed, client cannot initialize the SASL library."
 msgstr ""
-"Ha fallat l'inici de la sessi??, el client no ha pogut restablir la 
biblioteca "
-"SASL."
+"No s'ha pogut fer l'inici de la sessi??, el client no ha pogut restablir la "
+"biblioteca SASL."
 
 #: loginjob.cpp:510
 #, kde-format
 msgid "Login failed, TLS negotiation failed."
-msgstr "Ha fallat l'inici de la sessi??, ha fallat la negociaci?? TLS."
+msgstr "No s'ha pogut fer l'inici de la sessi??, ha fallat la negociaci?? TLS."
 
 #: loginjob.cpp:568
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-22.04.0/po/zh_CN/libkimap5.po 
new/kimap-22.04.1/po/zh_CN/libkimap5.po
--- old/kimap-22.04.0/po/zh_CN/libkimap5.po 2022-04-15 02:20:33.0 
+0200
+++ new/kimap-22.04.1/po/zh_CN/libkimap5.po 2022-05-10 07:54:59.0 
+0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-01-28 02:11+\n"
-"PO-Revision-Date: 2022-04-14 15:37\n"
+"POT-Creation-Date: 2022-01-28 00:44+\n"
+"PO-Revision-Date: 2022-05-08 08:18\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2022-04-23 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-04-24 00:19:21

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1538 (New)


Package is "kimap"

Sun Apr 24 00:19:21 2022 rev:81 rq:971480 version:22.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-03-04 
20:15:28.332804054 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.1538/kimap.changes2022-04-24 
00:19:39.568264823 +0200
@@ -1,0 +2,26 @@
+Mon Apr 18 07:51:44 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+---
+Fri Apr  8 18:19:11 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.90
+  * New feature release
+
+---
+Wed Mar 23 08:14:12 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * Fix compile without deprecated method
+  * It compiles fine without deprecated methods
+  * Install *_version.h in KF5/
+  * Adapt build system for building against qt6
+  * Correct prefix to other PIM repositories in .kde-ci.yml
+
+---

Old:

  kimap-21.12.3.tar.xz
  kimap-21.12.3.tar.xz.sig

New:

  kimap-22.04.0.tar.xz
  kimap-22.04.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.5ldUpE/_old  2022-04-24 00:19:40.236265328 +0200
+++ /var/tmp/diff_new_pack.5ldUpE/_new  2022-04-24 00:19:40.240265331 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:21.12.3
+Version:22.04.0
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later
@@ -101,7 +101,6 @@
 %files devel
 %{_kf5_cmakedir}/KF5IMAP/
 %{_kf5_includedir}/KIMAP/
-%{_kf5_includedir}/kimap_version.h
 %{_kf5_includedir}/kimaptest/
 %{_kf5_libdir}/libKF5IMAP.so
 %{_kf5_libdir}/libkimaptest.a


++ kimap-21.12.3.tar.xz -> kimap-22.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.3/.git-blame-ignore-revs 
new/kimap-22.04.0/.git-blame-ignore-revs
--- old/kimap-21.12.3/.git-blame-ignore-revs2022-02-07 07:10:56.0 
+0100
+++ new/kimap-22.04.0/.git-blame-ignore-revs2022-04-09 17:55:34.0 
+0200
@@ -1,2 +1,4 @@
+# SPDX-License-Identifier: CC0-1.0
+# SPDX-FileCopyrightText: none
 # clang-format
 dab484f8cf3ba7809a134e8589690c9bed6b45d5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.3/.gitignore new/kimap-22.04.0/.gitignore
--- old/kimap-21.12.3/.gitignore2022-02-07 07:10:56.0 +0100
+++ new/kimap-22.04.0/.gitignore2022-04-09 17:55:34.0 +0200
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+# SPDX-FileCopyrightText: none
 # Ignore the following files
 *~
 *.[oa]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.3/.gitlab-ci.yml 
new/kimap-22.04.0/.gitlab-ci.yml
--- old/kimap-21.12.3/.gitlab-ci.yml2022-02-07 07:10:56.0 +0100
+++ new/kimap-22.04.0/.gitlab-ci.yml2022-04-09 17:55:34.0 +0200
@@ -1,6 +1,7 @@
-# SPDX-FileCopyrightText: 2020-2021 Laurent Montel 
+# SPDX-FileCopyrightText: 2020-2022 Laurent Montel 
 # SPDX-License-Identifier: CC0-1.0
 
 include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.3/.krazy.license 
new/kimap-22.04.0/.krazy.license
--- old/kimap-21.12.3/.krazy.license1970-01-01 01:00:00.0 +0100
+++ new/kimap-22.04.0/.krazy.license2022-04-09 17:55:34.0 +0200
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: none
+SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.3/.reuse/dep5 
new/kimap-22.04.0/.reuse/dep5
--- old/kimap-21.12.3/.reuse/dep5   1970-01-01 01:00:00.0 +0100
+++ new/kimap-22.04.0/.reuse/dep5   2022-04-09 17:55:34.0 +0200
@@ -0,0 +1,8 @@
+Format: https://www.debian.org/doc/p

commit kimap for openSUSE:Factory

2022-03-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-03-04 20:14:49

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1958 (New)


Package is "kimap"

Fri Mar  4 20:14:49 2022 rev:80 rq:958857 version:21.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-02-04 
21:47:31.725150360 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.1958/kimap.changes2022-03-04 
20:15:28.332804054 +0100
@@ -1,0 +2,9 @@
+Tue Mar  1 09:57:15 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 21.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.3/
+- No code change since 21.12.2
+
+---

Old:

  kimap-21.12.2.tar.xz
  kimap-21.12.2.tar.xz.sig

New:

  kimap-21.12.3.tar.xz
  kimap-21.12.3.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.uX8usm/_old  2022-03-04 20:15:30.000803690 +0100
+++ /var/tmp/diff_new_pack.uX8usm/_new  2022-03-04 20:15:30.004803689 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:21.12.2
+Version:21.12.3
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-21.12.2.tar.xz -> kimap-21.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.2/CMakeLists.txt 
new/kimap-21.12.3/CMakeLists.txt
--- old/kimap-21.12.2/CMakeLists.txt2022-01-27 14:23:23.0 +0100
+++ new/kimap-21.12.3/CMakeLists.txt2022-02-07 07:10:56.0 +0100
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.2")
+set(PIM_VERSION "5.19.3")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -34,7 +34,7 @@
 set(QT_REQUIRED_VERSION "5.15.2")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.19.2")
+set(KMIME_LIBS_VERSION "5.19.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.2/po/ca@valencia/libkimap5.po 
new/kimap-21.12.3/po/ca@valencia/libkimap5.po
--- old/kimap-21.12.2/po/ca@valencia/libkimap5.po   2022-02-01 
01:13:50.0 +0100
+++ new/kimap-21.12.3/po/ca@valencia/libkimap5.po   2022-03-01 
01:16:00.0 +0100
@@ -1,9 +1,9 @@
 # Translation of libkimap5.po to Catalan (Valencian)
-# Copyright (C) 2009-2020 This_file_is_part_of_KDE
+# Copyright (C) 2009-2022 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep M. Ferrer , 2009, 2014, 2016, 2020.
+# Josep M. Ferrer , 2009, 2014, 2016, 2020, 2022.
 # Manuel Tortosa Moreno , 2009, 2010.
 # Antoni Bella P??rez , 2014, 2016, 2018, 2020.
 msgid ""
@@ -11,14 +11,14 @@
 "Project-Id-Version: kimap\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-01-28 02:11+\n"
-"PO-Revision-Date: 2020-10-10 11:39+0100\n"
+"PO-Revision-Date: 2022-01-28 09:30+0100\n"
 "Last-Translator: Josep M. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.12.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -171,7 +171,7 @@
 #: loginjob.cpp:351
 #, kde-format
 msgid "Internal error, tried to login before encryption"
-msgstr ""
+msgstr "Error intern, s'ha intentat l'entrada abans de l'encriptatge"
 
 #: loginjob.cpp:360
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.2/po/da/libkimap5.po 
new/kimap-21.12.3/po/da/libkimap5.po
--- old/kimap-21.12.2/po/da/libkimap5.po2022-02-01 01:13:50.0 
+0100
+++ new/kimap-21.12.3/po/da/libkimap5.po2022-03-01 01:16:00.0 
+0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander , 2009, 2010, 2014, 2016, 2017, 
2020.
+# Martin Schlander , 2009, 2010, 2014, 2016, 2017, 
2020, 2022

commit kimap for openSUSE:Factory

2022-02-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-02-04 21:46:55

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1898 (New)


Package is "kimap"

Fri Feb  4 21:46:55 2022 rev:79 rq:951044 version:21.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2022-01-11 
21:15:53.868816531 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.1898/kimap.changes2022-02-04 
21:47:31.725150360 +0100
@@ -1,0 +2,11 @@
+Tue Feb  1 13:03:03 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 21.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.2/
+- Changes since 21.12.1:
+  * Handle pure SSL/TLS negotation in Session instead of LoginJob (kde#449184)
+  * LoginJob: Verify that encryption is established before authentication
+
+---

Old:

  kimap-21.12.1.tar.xz
  kimap-21.12.1.tar.xz.sig

New:

  kimap-21.12.2.tar.xz
  kimap-21.12.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.RSS1Fb/_old  2022-02-04 21:47:32.397145772 +0100
+++ /var/tmp/diff_new_pack.RSS1Fb/_new  2022-02-04 21:47:32.405145717 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kimap
-Version:21.12.1
+Version:21.12.2
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-21.12.1.tar.xz -> kimap-21.12.2.tar.xz ++
 4874 lines of diff (skipped)


commit kimap for openSUSE:Factory

2022-01-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2022-01-11 21:15:04

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1892 (New)


Package is "kimap"

Tue Jan 11 21:15:04 2022 rev:78 rq:944333 version:21.12.1

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-12-13 
20:40:26.972456070 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.1892/kimap.changes2022-01-11 
21:15:53.868816531 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:25:43 UTC 2022 - Christophe Giboudeaux 
+
+- 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:

  kimap-21.12.0.tar.xz
  kimap-21.12.0.tar.xz.sig

New:

  kimap-21.12.1.tar.xz
  kimap-21.12.1.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.I2WvyJ/_old  2022-01-11 21:15:54.528816995 +0100
+++ /var/tmp/diff_new_pack.I2WvyJ/_new  2022-01-11 21:15:54.536817000 +0100
@@ -19,16 +19,16 @@
 %define kf5_version 5.79.0
 # 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:   kimap
-Version:21.12.0
+Version:21.12.1
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License: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
@@ -85,7 +85,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %if %{with lang}
+  %if %{with released}
 %find_lang %{name} --with-man --all-name
   %endif
 
@@ -107,7 +107,7 @@
 %{_kf5_libdir}/libkimaptest.a
 %{_kf5_mkspecsdir}/qt_KIMAP.pri
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++ kimap-21.12.0.tar.xz -> kimap-21.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.0/CMakeLists.txt 
new/kimap-21.12.1/CMakeLists.txt
--- old/kimap-21.12.0/CMakeLists.txt2021-11-30 19:52:21.0 +0100
+++ new/kimap-21.12.1/CMakeLists.txt2021-12-15 14:06:30.0 +0100
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.0")
+set(PIM_VERSION "5.19.1")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -34,7 +34,7 @@
 set(QT_REQUIRED_VERSION "5.15.2")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.19.0")
+set(KMIME_LIBS_VERSION "5.19.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.12.0/po/zh_CN/libkimap5.po 
new/kimap-21.12.1/po/zh_CN/libkimap5.po
--- old/kimap-21.12.0/po/zh_CN/libkimap5.po 2021-12-03 01:15:49.0 
+0100
+++ new/kimap-21.12.1/po/zh_CN/libkimap5.po 2022-01-04 01:22:47.0 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-17 01:54+\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"


commit kimap for openSUSE:Factory

2021-12-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-12-13 20:39:29

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2520 (New)


Package is "kimap"

Mon Dec 13 20:39:29 2021 rev:77 rq:937951 version:21.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-11-06 
18:15:23.752802702 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.2520/kimap.changes2021-12-13 
20:40:26.972456070 +0100
@@ -1,0 +2,30 @@
+Fri Dec  3 19:22:05 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.0/
+- Changes since 21.11.90:
+  * Enable new GitLab CI on stable branch.
+
+---
+Sat Nov 27 10:10:59 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.90
+  * New feature release
+- Changes since 21.11.80:
+  * Treat SSL handshake errors as fatal also when using STARTTLS
+
+---
+Sat Nov 13 17:55:17 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.80
+  * New feature release
+- Changes since 21.08.3:
+  * Allow to show header in qtc6
+  * Not necessary to use qOverload here
+  * Port Q_FOREVER
+  * Add KDE CI file
+  * Use qOverload directly (scripted)
+
+---

Old:

  kimap-21.08.3.tar.xz
  kimap-21.08.3.tar.xz.sig

New:

  kimap-21.12.0.tar.xz
  kimap-21.12.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.vsQvXo/_old  2021-12-13 20:40:27.516456136 +0100
+++ /var/tmp/diff_new_pack.vsQvXo/_new  2021-12-13 20:40:27.524456137 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kimap
-Version:21.08.3
+Version:21.12.0
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-21.08.3.tar.xz -> kimap-21.12.0.tar.xz ++
 2018 lines of diff (skipped)


commit kimap for openSUSE:Factory

2021-11-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-11-06 18:14:06

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1890 (New)


Package is "kimap"

Sat Nov  6 18:14:06 2021 rev:76 rq:929319 version:21.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-10-13 
18:02:57.354980157 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1890/kimap.changes2021-11-06 
18:15:23.752802702 +0100
@@ -1,0 +2,9 @@
+Tue Nov  2 21:33:59 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.3/
+- No code change since 21.08.2
+
+---

Old:

  kimap-21.08.2.tar.xz
  kimap-21.08.2.tar.xz.sig

New:

  kimap-21.08.3.tar.xz
  kimap-21.08.3.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.BaazGu/_old  2021-11-06 18:15:24.336803007 +0100
+++ /var/tmp/diff_new_pack.BaazGu/_new  2021-11-06 18:15:24.340803010 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kimap
-Version:21.08.2
+Version:21.08.3
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-21.08.2.tar.xz -> kimap-21.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.2/CMakeLists.txt 
new/kimap-21.08.3/CMakeLists.txt
--- old/kimap-21.08.2/CMakeLists.txt2021-09-28 17:58:00.0 +0200
+++ new/kimap-21.08.3/CMakeLists.txt2021-10-09 09:25:23.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.2")
+set(PIM_VERSION "5.18.3")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -32,7 +32,7 @@
 set(QT_REQUIRED_VERSION "5.15.0")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.18.2")
+set(KMIME_LIBS_VERSION "5.18.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.2/po/ca/libkimap5.po 
new/kimap-21.08.3/po/ca/libkimap5.po
--- old/kimap-21.08.2/po/ca/libkimap5.po2021-10-05 07:44:03.0 
+0200
+++ new/kimap-21.08.3/po/ca/libkimap5.po2021-11-02 01:17:01.0 
+0100
@@ -3,7 +3,7 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep Ma. Ferrer , 2009, 2014, 2016, 2020.
+# Josep M. Ferrer , 2009, 2014, 2016, 2020.
 # Manuel Tortosa Moreno , 2009, 2010.
 # Antoni Bella P??rez , 2014, 2016, 2018, 2020.
 msgid ""
@@ -12,7 +12,7 @@
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:08+0100\n"
 "PO-Revision-Date: 2020-10-10 11:39+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"Last-Translator: Josep M. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.2/po/ca@valencia/libkimap5.po 
new/kimap-21.08.3/po/ca@valencia/libkimap5.po
--- old/kimap-21.08.2/po/ca@valencia/libkimap5.po   2021-10-05 
07:44:03.0 +0200
+++ new/kimap-21.08.3/po/ca@valencia/libkimap5.po   2021-11-02 
01:17:01.0 +0100
@@ -3,7 +3,7 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep Ma. Ferrer , 2009, 2014, 2016, 2020.
+# Josep M. Ferrer , 2009, 2014, 2016, 2020.
 # Manuel Tortosa Moreno , 2009, 2010.
 # Antoni Bella P??rez , 2014, 2016, 2018, 2020.
 msgid ""
@@ -12,7 +12,7 @@
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:08+0100\n"
 "PO-Revision-Date: 2020-10-10 11:39+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"Last-Translator: Josep M. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.2/po/zh_CN/libkimap5.po 
new/kimap-21.08.3/po/zh_CN/libkimap5.po
--- old/kimap-21.08.2/po/zh_CN/libkimap5.po 2021-10-05 07:44:03.0 
+0200
+++ new/kimap-21.08.3/

commit kimap for openSUSE:Factory

2021-10-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-10-13 18:02:27

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2443 (New)


Package is "kimap"

Wed Oct 13 18:02:27 2021 rev:75 rq:923909 version:21.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-09-04 
22:34:51.336111799 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.2443/kimap.changes2021-10-13 
18:02:57.354980157 +0200
@@ -1,0 +2,10 @@
+Tue Oct  5 16:28:16 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.2/
+- Changes since 21.08.1:
+  * Disconnect rather than reconnect when not ignoring SSL errors
+
+---

Old:

  kimap-21.08.1.tar.xz
  kimap-21.08.1.tar.xz.sig

New:

  kimap-21.08.2.tar.xz
  kimap-21.08.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.5F8sAY/_old  2021-10-13 18:02:58.566982057 +0200
+++ /var/tmp/diff_new_pack.5F8sAY/_new  2021-10-13 18:02:58.570982063 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kimap
-Version:21.08.1
+Version:21.08.2
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-21.08.1.tar.xz -> kimap-21.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.1/.gitlab-ci.yml 
new/kimap-21.08.2/.gitlab-ci.yml
--- old/kimap-21.08.1/.gitlab-ci.yml2021-08-13 08:48:10.0 +0200
+++ new/kimap-21.08.2/.gitlab-ci.yml2021-09-28 17:58:00.0 +0200
@@ -31,4 +31,4 @@
 - cd build && run-clang-tidy
   variables:
 PLATFORM: SUSEQt5.15
-BRANCH_GROUP: kf5-qt5
+BRANCH_GROUP: stable-kf5-qt5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.1/CMakeLists.txt 
new/kimap-21.08.2/CMakeLists.txt
--- old/kimap-21.08.1/CMakeLists.txt2021-08-13 08:48:10.0 +0200
+++ new/kimap-21.08.2/CMakeLists.txt2021-09-28 17:58:00.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.1")
+set(PIM_VERSION "5.18.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -32,7 +32,7 @@
 set(QT_REQUIRED_VERSION "5.15.0")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.18.1")
+set(KMIME_LIBS_VERSION "5.18.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.1/po/zh_CN/libkimap5.po 
new/kimap-21.08.2/po/zh_CN/libkimap5.po
--- old/kimap-21.08.1/po/zh_CN/libkimap5.po 2021-08-31 02:36:23.0 
+0200
+++ new/kimap-21.08.2/po/zh_CN/libkimap5.po 2021-10-05 07:44:03.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:08+0100\n"
-"PO-Revision-Date: 2021-08-30 11:45\n"
+"PO-Revision-Date: 2021-09-27 13:11\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -65,7 +65,7 @@
 #: enablejob.cpp:31
 #, kde-format
 msgid "Enable"
-msgstr ""
+msgstr "??"
 
 #: expungejob.cpp:37
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.1/src/sessionthread.cpp 
new/kimap-21.08.2/src/sessionthread.cpp
--- old/kimap-21.08.1/src/sessionthread.cpp 2021-08-13 08:48:10.0 
+0200
+++ new/kimap-21.08.2/src/sessionthread.cpp 2021-09-28 17:58:00.0 
+0200
@@ -308,11 +308,8 @@
 Q_EMIT encryptionNegotiationResult(true, m_socket->sessionProtocol());
 } else {
 m_encryptedMode = false;
-// reconnect in unencrypted mode, so new commands can be issued
+Q_EMIT socketError(QAbstractSocket::SslInvalidUserDataError);
 m_socket->disconnectFromHost();
-m_socket->waitForDisconnected();
-m_socket->connectToHost(m_hostName, m_port);
-Q_EMIT encryptionNegotiationResult(false, QSsl::UnknownProtocol);
 }
 }
 


commit kimap for openSUSE:Factory

2021-09-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-09-04 22:33:07

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1899 (New)


Package is "kimap"

Sat Sep  4 22:33:07 2021 rev:74 rq:915909 version:21.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-08-16 
10:07:25.807393374 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1899/kimap.changes2021-09-04 
22:34:51.336111799 +0200
@@ -1,0 +2,9 @@
+Wed Sep  1 12:38:27 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.1
+- No code change since 21.08.0
+
+---

Old:

  kimap-21.08.0.tar.xz
  kimap-21.08.0.tar.xz.sig

New:

  kimap-21.08.1.tar.xz
  kimap-21.08.1.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.IUwxSt/_old  2021-09-04 22:34:53.456114610 +0200
+++ /var/tmp/diff_new_pack.IUwxSt/_new  2021-09-04 22:34:53.460114615 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kimap
-Version:21.08.0
+Version:21.08.1
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-21.08.0.tar.xz -> kimap-21.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.0/CMakeLists.txt 
new/kimap-21.08.1/CMakeLists.txt
--- old/kimap-21.08.0/CMakeLists.txt2021-07-31 12:09:45.0 +0200
+++ new/kimap-21.08.1/CMakeLists.txt2021-08-13 08:48:10.0 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.0")
+set(PIM_VERSION "5.18.1")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -32,7 +32,7 @@
 set(QT_REQUIRED_VERSION "5.15.0")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.18.0")
+set(KMIME_LIBS_VERSION "5.18.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.08.0/po/zh_CN/libkimap5.po 
new/kimap-21.08.1/po/zh_CN/libkimap5.po
--- old/kimap-21.08.0/po/zh_CN/libkimap5.po 2021-08-06 02:22:23.0 
+0200
+++ new/kimap-21.08.1/po/zh_CN/libkimap5.po 2021-08-31 02:36:23.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:08+0100\n"
-"PO-Revision-Date: 2021-07-26 13:50\n"
+"PO-Revision-Date: 2021-08-30 11:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2021-08-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-08-16 10:06:26

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1899 (New)


Package is "kimap"

Mon Aug 16 10:06:26 2021 rev:73 rq:911679 version:21.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-07-09 
23:58:49.772762361 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1899/kimap.changes2021-08-16 
10:07:25.807393374 +0200
@@ -1,0 +2,27 @@
+Fri Aug  6 09:38:38 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.0
+- No code change since 21.07.90
+
+---
+Fri Jul 30 10:05:02 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+---
+Sat Jul 17 20:06:08 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.07.80
+  * New feature release
+- Changes since 21.04.3:
+  * Not necessary to search in sub folder too
+  * Use QStringView
+  * Use forward declaration here
+- Only install the license files once
+
+---

Old:

  kimap-21.04.3.tar.xz
  kimap-21.04.3.tar.xz.sig

New:

  kimap-21.08.0.tar.xz
  kimap-21.08.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.N8k1m1/_old  2021-08-16 10:07:26.251392843 +0200
+++ /var/tmp/diff_new_pack.N8k1m1/_new  2021-08-16 10:07:26.255392838 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kimap
-Version:21.04.3
+Version:21.08.0
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later
@@ -99,7 +99,6 @@
 %{_kf5_libdir}/libKF5IMAP.so.*
 
 %files devel
-%license LICENSES/*
 %{_kf5_cmakedir}/KF5IMAP/
 %{_kf5_includedir}/KIMAP/
 %{_kf5_includedir}/kimap_version.h
@@ -110,7 +109,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license LICENSES/*
 %endif
 
 %changelog


++ kimap-21.04.3.tar.xz -> kimap-21.08.0.tar.xz ++
 1638 lines of diff (skipped)


commit kimap for openSUSE:Factory

2021-07-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-07-09 23:57:54

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2625 (New)


Package is "kimap"

Fri Jul  9 23:57:54 2021 rev:72 rq:904938 version:21.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-06-12 
20:06:33.280772391 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.2625/kimap.changes2021-07-09 
23:58:49.772762361 +0200
@@ -1,0 +2,9 @@
+Wed Jul  7 08:57:42 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04.3
+- No code change since 21.04.2
+
+---

Old:

  kimap-21.04.2.tar.xz
  kimap-21.04.2.tar.xz.sig

New:

  kimap-21.04.3.tar.xz
  kimap-21.04.3.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.hU6dC1/_old  2021-07-09 23:58:50.352757852 +0200
+++ /var/tmp/diff_new_pack.hU6dC1/_new  2021-07-09 23:58:50.356757820 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kimap
-Version:21.04.2
+Version:21.04.3
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-21.04.2.tar.xz -> kimap-21.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.04.2/CMakeLists.txt 
new/kimap-21.04.3/CMakeLists.txt
--- old/kimap-21.04.2/CMakeLists.txt2021-05-15 15:26:56.0 +0200
+++ new/kimap-21.04.3/CMakeLists.txt2021-06-16 07:24:08.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
-set(PIM_VERSION "5.17.2")
+set(PIM_VERSION "5.17.3")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -29,7 +29,7 @@
 set(QT_REQUIRED_VERSION "5.14.0")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.17.2")
+set(KMIME_LIBS_VERSION "5.17.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.04.2/po/el/libkimap5.po 
new/kimap-21.04.3/po/el/libkimap5.po
--- old/kimap-21.04.2/po/el/libkimap5.po2021-06-08 08:16:11.0 
+0200
+++ new/kimap-21.04.3/po/el/libkimap5.po2021-07-06 07:26:32.0 
+0200
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Toussis Manolis , 2009.
-# Stelios , 2012, 2020.
+# Stelios , 2012, 2020, 2021.
 # Dimitrios Glentadakis , 2012.
 # Dimitris Kardarakos , 2014.
 msgid ""
@@ -10,7 +10,7 @@
 "Project-Id-Version: libkimap\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:08+0100\n"
-"PO-Revision-Date: 2020-09-11 12:47+0300\n"
+"PO-Revision-Date: 2021-06-16 18:08+0300\n"
 "Last-Translator: Stelios \n"
 "Language-Team: Greek \n"
 "Language: el\n"
@@ -63,7 +63,7 @@
 #: enablejob.cpp:31
 #, kde-format
 msgid "Enable"
-msgstr ""
+msgstr ""
 
 #: expungejob.cpp:37
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.04.2/po/zh_CN/libkimap5.po 
new/kimap-21.04.3/po/zh_CN/libkimap5.po
--- old/kimap-21.04.2/po/zh_CN/libkimap5.po 2021-06-08 08:16:11.0 
+0200
+++ new/kimap-21.04.3/po/zh_CN/libkimap5.po 2021-07-06 07:26:32.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:08+0100\n"
-"PO-Revision-Date: 2021-06-03 16:08\n"
+"PO-Revision-Date: 2021-06-20 07:37\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2021-06-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-06-05 23:30:11

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.1898 (New)


Package is "kimap"

Sat Jun  5 23:30:11 2021 rev:70 rq:896115 version:21.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-05-16 
23:40:10.298043319 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.1898/kimap.changes2021-06-05 
23:30:29.984330257 +0200
@@ -1,0 +2,5 @@
+Sat May 29 15:55:25 UTC 2021 - Fabian Vogt 
+
+- Add hard dependency on SASL modules (boo#1186591)
+
+---



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.qKIYVC/_old  2021-06-05 23:30:30.592331315 +0200
+++ /var/tmp/diff_new_pack.qKIYVC/_new  2021-06-05 23:30:30.596331321 +0200
@@ -50,6 +50,12 @@
 Group:  Development/Libraries/KDE
 Recommends: %{name}-lang
 Provides:   %{name} = %{version}
+# Modules used for authentication
+Requires:   cyrus-sasl-crammd5
+Requires:   cyrus-sasl-digestmd5
+Requires:   cyrus-sasl-gssapi
+Requires:   cyrus-sasl-plain
+Requires:   sasl2-kdexoauth2
 
 %description  -n libKF5IMAP5
 This package provides the core library to interface and communicate with


commit kimap for openSUSE:Factory

2021-05-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-05-16 23:39:53

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2988 (New)


Package is "kimap"

Sun May 16 23:39:53 2021 rev:69 rq:892797 version:21.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-04-24 
23:08:21.895327929 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new.2988/kimap.changes2021-05-16 
23:40:10.298043319 +0200
@@ -1,0 +2,9 @@
+Wed May 12 06:07:42 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/21.04.1
+- No code change since 21.04.0
+
+---

Old:

  kimap-21.04.0.tar.xz
  kimap-21.04.0.tar.xz.sig

New:

  kimap-21.04.1.tar.xz
  kimap-21.04.1.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.QDCbSg/_old  2021-05-16 23:40:10.906041052 +0200
+++ /var/tmp/diff_new_pack.QDCbSg/_new  2021-05-16 23:40:10.910041038 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kimap
-Version:21.04.0
+Version:21.04.1
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-21.04.0.tar.xz -> kimap-21.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.04.0/CMakeLists.txt 
new/kimap-21.04.1/CMakeLists.txt
--- old/kimap-21.04.0/CMakeLists.txt2021-04-11 13:07:26.0 +0200
+++ new/kimap-21.04.1/CMakeLists.txt2021-04-25 10:51:55.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
-set(PIM_VERSION "5.17.0")
+set(PIM_VERSION "5.17.1")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -29,7 +29,7 @@
 set(QT_REQUIRED_VERSION "5.14.0")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.17.0")
+set(KMIME_LIBS_VERSION "5.17.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-21.04.0/po/zh_CN/libkimap5.po 
new/kimap-21.04.1/po/zh_CN/libkimap5.po
--- old/kimap-21.04.0/po/zh_CN/libkimap5.po 2021-04-16 10:45:21.0 
+0200
+++ new/kimap-21.04.1/po/zh_CN/libkimap5.po 2021-05-11 09:27:34.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-27 03:08+0100\n"
-"PO-Revision-Date: 2021-03-27 17:31\n"
+"PO-Revision-Date: 2021-04-24 15:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2021-04-24 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-04-24 23:07:38

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.12324 (New)


Package is "kimap"

Sat Apr 24 23:07:38 2021 rev:68 rq:887667 version:21.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-03-08 
15:12:52.137737558 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.12324/kimap.changes   2021-04-24 
23:08:21.895327929 +0200
@@ -1,0 +2,29 @@
+Fri Apr 16 16:11:59 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+
+---
+Fri Apr  9 17:40:26 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+---
+Sun Mar 21 13:28:11 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * It compiles fine with QT_NO_KEYWORDS
+  * Use git commit hook
+  * run git clang-format
+  * Modernize code
+  * Port foreach
+  * Add missing override on destructor
+
+---

Old:

  kimap-20.12.3.tar.xz
  kimap-20.12.3.tar.xz.sig

New:

  kimap-21.04.0.tar.xz
  kimap-21.04.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.I6cojd/_old  2021-04-24 23:08:22.315328523 +0200
+++ /var/tmp/diff_new_pack.I6cojd/_new  2021-04-24 23:08:22.319328528 +0200
@@ -16,18 +16,22 @@
 #
 
 
-%define kf5_version 5.75.0
+%define kf5_version 5.79.0
 # 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
 Name:   kimap
-Version:20.12.3
+Version:21.04.0
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License: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}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kf5-filesystem
@@ -36,10 +40,6 @@
 BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
 BuildRequires:  cmake(KF5Mime)
 BuildRequires:  cmake(Qt5Test)
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 
 %description
 KIMAP provides libraries to interface and communicate with
@@ -70,7 +70,7 @@
 %lang_package
 
 %prep
-%setup -q -n kimap-%{version}
+%autosetup -p1 -n kimap-%{version}
 
 %build
   %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
@@ -88,9 +88,9 @@
 
 %files -n libKF5IMAP5
 %license LICENSES/*
-%{_kf5_libdir}/libKF5IMAP.so.*
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
+%{_kf5_libdir}/libKF5IMAP.so.*
 
 %files devel
 %license LICENSES/*


++ kimap-20.12.3.tar.xz -> kimap-21.04.0.tar.xz ++
 23382 lines of diff (skipped)


commit kimap for openSUSE:Factory

2021-03-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-03-08 15:12:18

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.2378 (New)


Package is "kimap"

Mon Mar  8 15:12:18 2021 rev:67 rq:877106 version:20.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-02-07 
15:15:38.521490565 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.2378/kimap.changes2021-03-08 
15:12:52.137737558 +0100
@@ -1,0 +2,9 @@
+Thu Mar  4 06:10:28 UTC 2021 - Luca Beltrame 
+
+- Update to 20.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.12.3
+- No code change since 20.12.2
+
+---

Old:

  kimap-20.12.2.tar.xz
  kimap-20.12.2.tar.xz.sig

New:

  kimap-20.12.3.tar.xz
  kimap-20.12.3.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.rwCpx1/_old  2021-03-08 15:12:53.377738513 +0100
+++ /var/tmp/diff_new_pack.rwCpx1/_new  2021-03-08 15:12:53.381738517 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kimap
-Version:20.12.2
+Version:20.12.3
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-20.12.2.tar.xz -> kimap-20.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-20.12.2/CMakeLists.txt 
new/kimap-20.12.3/CMakeLists.txt
--- old/kimap-20.12.2/CMakeLists.txt2021-02-02 01:50:46.0 +0100
+++ new/kimap-20.12.3/CMakeLists.txt2021-03-02 01:51:01.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.16.2")
+set(PIM_VERSION "5.16.3")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -28,7 +28,7 @@
 set(QT_REQUIRED_VERSION "5.13.0")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.16.2")
+set(KMIME_LIBS_VERSION "5.16.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-20.12.2/po/fr/libkimap5.po 
new/kimap-20.12.3/po/fr/libkimap5.po
--- old/kimap-20.12.2/po/fr/libkimap5.po2021-02-02 01:50:45.0 
+0100
+++ new/kimap-20.12.3/po/fr/libkimap5.po2021-03-02 01:51:01.0 
+0100
@@ -15,7 +15,7 @@
 "POT-Creation-Date: 2020-11-07 02:30+0100\n"
 "PO-Revision-Date: 2020-10-11 19:34+0200\n"
 "Last-Translator: Xavier Besnard \n"
-"Language-Team: FR\n"
+"Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-20.12.2/po/zh_CN/libkimap5.po 
new/kimap-20.12.3/po/zh_CN/libkimap5.po
--- old/kimap-20.12.2/po/zh_CN/libkimap5.po 2021-02-02 01:50:46.0 
+0100
+++ new/kimap-20.12.3/po/zh_CN/libkimap5.po 2021-03-02 01:51:01.0 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-11-07 02:30+0100\n"
-"PO-Revision-Date: 2021-01-28 05:08\n"
+"PO-Revision-Date: 2021-02-04 12:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2021-02-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2021-02-07 15:15:15

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.28504 (New)


Package is "kimap"

Sun Feb  7 15:15:15 2021 rev:66 rq:869332 version:20.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2021-01-08 
17:36:26.248887426 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.28504/kimap.changes   2021-02-07 
15:15:38.521490565 +0100
@@ -1,0 +2,9 @@
+Wed Feb  3 08:28:45 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 20.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2021-02-apps-update
+- No code change since 20.12.1
+
+---

Old:

  kimap-20.12.1.tar.xz
  kimap-20.12.1.tar.xz.sig

New:

  kimap-20.12.2.tar.xz
  kimap-20.12.2.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.nLftre/_old  2021-02-07 15:15:39.257491352 +0100
+++ /var/tmp/diff_new_pack.nLftre/_new  2021-02-07 15:15:39.261491356 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kimap
-Version:20.12.1
+Version:20.12.2
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later

++ applications.keyring ++
Binary files /var/tmp/diff_new_pack.nLftre/_old and 
/var/tmp/diff_new_pack.nLftre/_new differ

++ kimap-20.12.1.tar.xz -> kimap-20.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-20.12.1/CMakeLists.txt 
new/kimap-20.12.2/CMakeLists.txt
--- old/kimap-20.12.1/CMakeLists.txt2021-01-05 02:23:26.0 +0100
+++ new/kimap-20.12.2/CMakeLists.txt2021-02-02 01:50:46.0 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.16.1")
+set(PIM_VERSION "5.16.2")
 
 project(KIMAP VERSION ${PIM_VERSION})
 
@@ -28,7 +28,7 @@
 set(QT_REQUIRED_VERSION "5.13.0")
 
 set(KIMAP_LIB_VERSION ${PIM_VERSION})
-set(KMIME_LIBS_VERSION "5.16.1")
+set(KMIME_LIBS_VERSION "5.16.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KIMAP
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kimap_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5IMAPConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimap-20.12.1/po/zh_CN/libkimap5.po 
new/kimap-20.12.2/po/zh_CN/libkimap5.po
--- old/kimap-20.12.1/po/zh_CN/libkimap5.po 2021-01-05 02:23:26.0 
+0100
+++ new/kimap-20.12.2/po/zh_CN/libkimap5.po 2021-02-02 01:50:46.0 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-11-07 02:30+0100\n"
-"PO-Revision-Date: 2021-01-03 09:07\n"
+"PO-Revision-Date: 2021-01-28 05:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kimap for openSUSE:Factory

2020-12-17 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2020-12-17 16:55:39

Comparing /work/SRC/openSUSE:Factory/kimap (Old)
 and  /work/SRC/openSUSE:Factory/.kimap.new.5145 (New)


Package is "kimap"

Thu Dec 17 16:55:39 2020 rev:64 rq:855179 version:20.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2020-11-10 
13:36:39.592806535 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new.5145/kimap.changes2020-12-17 
16:55:51.305123314 +0100
@@ -1,0 +2,23 @@
+Sat Dec  5 23:16:24 UTC 2020 - Luca Beltrame 
+
+- Update to 20.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-12-apps-update
+- No code change since 20.11.90
+
+---
+Fri Nov 27 15:16:39 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.11.90
+  * New feature release
+- No code change since 20.11.80
+
+---
+Sat Nov 14 00:01:37 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.11.80
+  * New feature release
+- Too many changes to list here.
+
+---

Old:

  kimap-20.08.3.tar.xz
  kimap-20.08.3.tar.xz.sig

New:

  kimap-20.12.0.tar.xz
  kimap-20.12.0.tar.xz.sig



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.RqcG80/_old  2020-12-17 16:55:52.129124198 +0100
+++ /var/tmp/diff_new_pack.RqcG80/_new  2020-12-17 16:55:52.129124198 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define kf5_version 5.60.0
+%define kf5_version 5.75.0
 # 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
 Name:   kimap
-Version:20.08.3
+Version:20.12.0
 Release:0
 Summary:KDE PIM Libraries: IMAP library
 License:LGPL-2.1-or-later


++ kimap-20.08.3.tar.xz -> kimap-20.12.0.tar.xz ++
 5793 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org