commit kcalutils for openSUSE:Factory

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

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2024-03-11 15:26:30

Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and  /work/SRC/openSUSE:Factory/.kcalutils.new.1770 (New)


Package is "kcalutils"

Mon Mar 11 15:26:30 2024 rev:105 rq:1150894 version:24.02.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-12-09 
22:51:06.582896875 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1770/kcalutils.changes
2024-03-11 15:27:55.929169824 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 13:58:51 UTC 2024 - Christophe Marin 
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+---
+Fri Feb  9 16:07:57 UTC 2024 - Christophe Marin 
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+---

Old:

  kcalutils-23.08.4.tar.xz
  kcalutils-23.08.4.tar.xz.sig

New:

  kcalutils-24.02.0.tar.xz
  kcalutils-24.02.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.4KUUR3/_old  2024-03-11 15:27:56.617195074 +0100
+++ /var/tmp/diff_new_pack.4KUUR3/_new  2024-03-11 15:27:56.621195221 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcalutils
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,53 +16,52 @@
 #
 
 
-%define kf5_version 5.105.0
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+%define kpim6_version 6.0.0
+
 %bcond_without released
 Name:   kcalutils
-Version:23.08.4
+Version:24.02.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later
 URL:https://www.kde.org
-Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.xz
 %if %{with released}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
-BuildRequires:  extra-cmake-modules >= %{kf5_version}
-BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Grantlee5)
-BuildRequires:  cmake(KF5CalendarCore)
-BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
-BuildRequires:  cmake(KF5Config) >= %{kf5_version}
-BuildRequires:  cmake(KF5ConfigWidgets) >= %{kf5_version}
-BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
-BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
-BuildRequires:  cmake(KF5IconThemes) >= %{kf5_version}
-BuildRequires:  cmake(KF5WidgetsAddons) >= %{kf5_version}
-BuildRequires:  cmake(KPim5IdentityManagement)
-BuildRequires:  cmake(Qt5Test)
-%requires_eqgrantlee5
-Conflicts:  libKF5CalendarUtils5 < %{version}
+BuildRequires:  doxygen
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
+BuildRequires:  cmake(KF6CalendarCore) >= %{kf6_version}
+BuildRequires:  cmake(KF6Codecs) >= %{kf6_version}
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6IconThemes) >= %{kf6_version}
+BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6TextTemplate)
+BuildRequires:  cmake(KPim6IdentityManagementCore) >= %{kpim6_version}
+BuildRequires:  cmake(Qt6ToolsTools) >= %{qt6_version}
+Conflicts:  libKF6CalendarUtils5 < %{version}
 
 %description
 This library provides a set of utility functions that help
 applications access and use calendar data via the KCalCore library.
 
-%package -n libKPim5CalendarUtils5
+%package -n libKPim6CalendarUtils6
 Summary:Library with utility functions for handling calendar data
 Requires:   kcalutils = %{version}
 
-%description  -n libKPim5CalendarUtils5
+%description  -n libKPim6CalendarUtils6
 This library provides a set of utility functions that help
 applications access and use calendar data via the KCalCore library.
 
 %package devel
 Summary:Development files for kcalutils
-Requires:   libKPim5CalendarUtils5
-Requires:   cmake(KF5CalendarCore)
-Requires:   cmake(KF5CoreAddons) >= %{kf5_version}
-Requires:   cmake(KF5KDELibs4Support) >= %{kf5_version}
+Requires:   libKPim6CalendarUtils6
+Requires:   cmake(KF6CalendarCore) >= %{kf6_version}
+Requires:   cmake(KF6CoreAddons) >= %{kf6_version}
 Provides:   kcalutils5-devel = %{version}

commit kcalutils for openSUSE:Factory

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

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2023-12-09 22:50:20

Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and  /work/SRC/openSUSE:Factory/.kcalutils.new.25432 (New)


Package is "kcalutils"

Sat Dec  9 22:50:20 2023 rev:104 rq:1131818 version:23.08.4

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-11-10 
12:30:28.198164475 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.25432/kcalutils.changes   
2023-12-09 22:51:06.582896875 +0100
@@ -1,0 +2,9 @@
+Tue Dec  5 14:19:21 UTC 2023 - Christophe Marin 
+
+- Update to 23.08.4
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.4/
+- No code change since 23.08.3
+
+---

Old:

  kcalutils-23.08.3.tar.xz
  kcalutils-23.08.3.tar.xz.sig

New:

  kcalutils-23.08.4.tar.xz
  kcalutils-23.08.4.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.4gT8KT/_old  2023-12-09 22:51:07.274922271 +0100
+++ /var/tmp/diff_new_pack.4gT8KT/_new  2023-12-09 22:51:07.278922417 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.105.0
 %bcond_without released
 Name:   kcalutils
-Version:23.08.3
+Version:23.08.4
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-23.08.3.tar.xz -> kcalutils-23.08.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.08.3/CMakeLists.txt 
new/kcalutils-23.08.4/CMakeLists.txt
--- old/kcalutils-23.08.3/CMakeLists.txt2023-11-03 04:09:14.0 
+0100
+++ new/kcalutils-23.08.4/CMakeLists.txt2023-11-26 05:11:21.0 
+0100
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-set(PIM_VERSION "5.24.3")
+set(PIM_VERSION "5.24.4")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -45,7 +45,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.24.3")
+set(IDENTITYMANAGER_LIB_VERSION "5.24.4")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.08.3/po/zh_CN/libkcalutils5.po 
new/kcalutils-23.08.4/po/zh_CN/libkcalutils5.po
--- old/kcalutils-23.08.3/po/zh_CN/libkcalutils5.po 2023-11-03 
04:09:14.0 +0100
+++ new/kcalutils-23.08.4/po/zh_CN/libkcalutils5.po 2023-11-26 
05:11:21.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2023-08-26 02:27+\n"
-"PO-Revision-Date: 2023-10-21 13:58\n"
+"PO-Revision-Date: 2023-11-25 02:33\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-11-10 12:29:40

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


Package is "kcalutils"

Fri Nov 10 12:29:40 2023 rev:103 rq:1124524 version:23.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-10-12 
23:40:40.633787609 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.17445/kcalutils.changes   
2023-11-10 12:30:28.198164475 +0100
@@ -1,0 +2,9 @@
+Tue Nov  7 17:04:24 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:

  kcalutils-23.08.2.tar.xz
  kcalutils-23.08.2.tar.xz.sig

New:

  kcalutils-23.08.3.tar.xz
  kcalutils-23.08.3.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.dHnvlS/_old  2023-11-10 12:30:30.258240038 +0100
+++ /var/tmp/diff_new_pack.dHnvlS/_new  2023-11-10 12:30:30.258240038 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.105.0
 %bcond_without released
 Name:   kcalutils
-Version:23.08.2
+Version:23.08.3
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-23.08.2.tar.xz -> kcalutils-23.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.08.2/CMakeLists.txt 
new/kcalutils-23.08.3/CMakeLists.txt
--- old/kcalutils-23.08.2/CMakeLists.txt2023-10-10 05:22:47.0 
+0200
+++ new/kcalutils-23.08.3/CMakeLists.txt2023-11-03 04:09:14.0 
+0100
@@ -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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -45,7 +45,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.24.2")
+set(IDENTITYMANAGER_LIB_VERSION "5.24.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.08.2/po/ca@valencia/libkcalutils5.po 
new/kcalutils-23.08.3/po/ca@valencia/libkcalutils5.po
--- old/kcalutils-23.08.2/po/ca@valencia/libkcalutils5.po   2023-10-10 
05:22:47.0 +0200
+++ new/kcalutils-23.08.3/po/ca@valencia/libkcalutils5.po   2023-11-03 
04:09:14.0 +0100
@@ -566,7 +566,7 @@
 #: src/incidenceformatter.cpp:1928
 #, kde-format
 msgid "Move to Trash"
-msgstr "Mou a la paperera"
+msgstr "Mou cap a dins de la paperera"
 
 #: src/incidenceformatter.cpp:1932
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.08.2/po/tr/libkcalutils5.po 
new/kcalutils-23.08.3/po/tr/libkcalutils5.po
--- old/kcalutils-23.08.2/po/tr/libkcalutils5.po2023-10-10 
05:22:47.0 +0200
+++ new/kcalutils-23.08.3/po/tr/libkcalutils5.po2023-11-03 
04:09:14.0 +0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kdepimlibs-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2023-08-26 02:27+\n"
-"PO-Revision-Date: 2023-10-05 13:11+0300\n"
+"PO-Revision-Date: 2023-11-02 13:16+0300\n"
 "Last-Translator: Emir SARI \n"
 "Language-Team: Turkish \n"
 "Language: tr\n"
@@ -20,7 +20,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 23.08.1\n"
+"X-Generator: Lokalize 23.08.2\n"
 
 #: src/grantleetemplatemanager.cpp:108 src/grantleetemplatemanager.cpp:116
 #, kde-format
@@ -430,27 +430,27 @@
 #: src/incidenceformatter.cpp:1575
 #, kde-format
 msgid "This journal has been published."
-msgstr "Bu günlük yayımlandı."
+msgstr "Bu günce yayımlandı."
 
 #: src/incidenceformatter.cpp:1577
 #, kde-format
 msgid "You have been assigned this journal."
-msgstr "Bu günlüğe atandınız."
+msgstr "Bu günceye atandınız."
 
 #: src/incidenceformatter.cpp:1579
 #, kde-format
 msgid "This journal was refreshed."
-msgstr "Bu 

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-10-12 23:39:54

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


Package is "kcalutils"

Thu Oct 12 23:39:54 2023 rev:102 rq:1117263 version:23.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-09-25 
20:01:33.610606391 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1807/kcalutils.changes
2023-10-12 23:40:40.633787609 +0200
@@ -1,0 +2,9 @@
+Tue Oct 10 18:27:12 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:

  kcalutils-23.08.1.tar.xz
  kcalutils-23.08.1.tar.xz.sig

New:

  kcalutils-23.08.2.tar.xz
  kcalutils-23.08.2.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.1Wv0RW/_old  2023-10-12 23:40:41.317812369 +0200
+++ /var/tmp/diff_new_pack.1Wv0RW/_new  2023-10-12 23:40:41.317812369 +0200
@@ -19,7 +19,7 @@
 %define kf5_version 5.105.0
 %bcond_without released
 Name:   kcalutils
-Version:23.08.1
+Version:23.08.2
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-23.08.1.tar.xz -> kcalutils-23.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.08.1/CMakeLists.txt 
new/kcalutils-23.08.2/CMakeLists.txt
--- old/kcalutils-23.08.1/CMakeLists.txt2023-09-03 06:07:23.0 
+0200
+++ new/kcalutils-23.08.2/CMakeLists.txt2023-10-10 05:22:47.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -45,7 +45,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.24.1")
+set(IDENTITYMANAGER_LIB_VERSION "5.24.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.08.1/po/bg/libkcalutils5.po 
new/kcalutils-23.08.2/po/bg/libkcalutils5.po
--- old/kcalutils-23.08.1/po/bg/libkcalutils5.po2023-09-03 
06:07:23.0 +0200
+++ new/kcalutils-23.08.2/po/bg/libkcalutils5.po2023-10-10 
05:22:47.0 +0200
@@ -2172,99 +2172,3 @@
 #: src/templates/todo.html:178
 msgid "Percent done:"
 msgstr "Процент свършено:"
-
-#~ msgctxt "@title month and year"
-#~ msgid "%1 %2"
-#~ msgstr "%1 %2"
-
-#~ msgctxt "@title:column event start time"
-#~ msgid "Start Time"
-#~ msgstr "Време от стартиране"
-
-#~ msgctxt "@title:column event end time"
-#~ msgid "End Time"
-#~ msgstr "Крайно време"
-
-#~ msgctxt "@title:column event description"
-#~ msgid "Event"
-#~ msgstr "Събитие"
-
-#~ msgctxt "@title:column event location"
-#~ msgid "Location"
-#~ msgstr "Местонахождение"
-
-#~ msgctxt "@title:column event categories"
-#~ msgid "Categories"
-#~ msgstr "Категории"
-
-#~ msgctxt "@title:column event attendees"
-#~ msgid "Attendees"
-#~ msgstr "Участници"
-
-#~ msgctxt "@title:column"
-#~ msgid "To-do"
-#~ msgstr "Задача"
-
-#~ msgctxt "@title:column to-do priority"
-#~ msgid "Priority"
-#~ msgstr "Приоритет"
-
-#~ msgctxt "@title:column to-do percent completed"
-#~ msgid "Completed"
-#~ msgstr "Завършен"
-
-#~ msgctxt "@title:column to-do due date"
-#~ msgid "Due Date"
-#~ msgstr "Дата на падеж"
-
-#~ msgctxt "@title:column to-do location"
-#~ msgid "Location"
-#~ msgstr "Местонахождение"
-
-#~ msgctxt "@title:column to-do categories"
-#~ msgid "Categories"
-#~ msgstr "Категории"
-
-#~ msgctxt "@title:column to-do attendees"
-#~ msgid "Attendees"
-#~ msgstr "Участници"
-
-#~ msgctxt "@title:column sub-to-dos of the parent to-do"
-#~ msgid "Sub-To-dos of: "
-#~ msgstr "Подзадачи на: "
-
-#~ msgctxt "@title:column sub-to-dos of the parent to-do"

commit kcalutils for openSUSE:Factory

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

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2023-09-25 20:00:57

Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and  /work/SRC/openSUSE:Factory/.kcalutils.new.1770 (New)


Package is "kcalutils"

Mon Sep 25 20:00:57 2023 rev:101 rq:1112947 version:23.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-09-15 
22:02:28.962715675 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1770/kcalutils.changes
2023-09-25 20:01:33.610606391 +0200
@@ -1,0 +2,5 @@
+Fri Sep 22 07:09:16 UTC 2023 - Christophe Marin 
+
+- Fix runtime dependencies (boo#1215517)
+
+---



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.OrXYX8/_old  2023-09-25 20:01:34.746647348 +0200
+++ /var/tmp/diff_new_pack.OrXYX8/_new  2023-09-25 20:01:34.746647348 +0200
@@ -51,7 +51,7 @@
 
 %package -n libKPim5CalendarUtils5
 Summary:Library with utility functions for handling calendar data
-%requires_eqkcalutils
+Requires:   kcalutils = %{version}
 
 %description  -n libKPim5CalendarUtils5
 This library provides a set of utility functions that help


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-09-15 22:01:55

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


Package is "kcalutils"

Fri Sep 15 22:01:55 2023 rev:100 rq:140 version:23.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-08-31 
13:44:14.657062858 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1766/kcalutils.changes
2023-09-15 22:02:28.962715675 +0200
@@ -1,0 +2,13 @@
+Tue Sep 12 11:55:40 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/
+- Changes since 23.08.0:
+  * Apply the same fix for ToolTip
+  * Convert the displayed time to local time
+  * IncidenceFormatter: fix start/end dt of recurrent event crossing DST 
(kde#451459)
+  * Preserve timezone of original incidence when copy-pasting (kde#448703)
+
+---

Old:

  kcalutils-23.08.0.tar.xz
  kcalutils-23.08.0.tar.xz.sig

New:

  kcalutils-23.08.1.tar.xz
  kcalutils-23.08.1.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.DoNmCe/_old  2023-09-15 22:02:30.198759869 +0200
+++ /var/tmp/diff_new_pack.DoNmCe/_new  2023-09-15 22:02:30.198759869 +0200
@@ -19,7 +19,7 @@
 %define kf5_version 5.105.0
 %bcond_without released
 Name:   kcalutils
-Version:23.08.0
+Version:23.08.1
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-23.08.0.tar.xz -> kcalutils-23.08.1.tar.xz ++
 94265 lines of diff (skipped)


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-08-31 13:43:01

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


Package is "kcalutils"

Thu Aug 31 13:43:01 2023 rev:99 rq:1105660 version:23.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-07-07 
15:46:51.492030764 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1766/kcalutils.changes
2023-08-31 13:44:14.657062858 +0200
@@ -1,0 +2,30 @@
+Sun Aug 20 13:59:15 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:32 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+---
+Tue Aug  1 10:13:34 UTC 2023 - Christophe Marin 
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Remove the unused HtmlExport code
+  * Remove CI 6 job. We will use kf6 branch for kf6 works
+  * Adapt to KCalendarCore API changes
+  * Fix show text in qt6
+  * Fix generate qch + generate target qch
+  * Remove search configwidgets
+  * Use correct INSTALL_TARGETS_DEFAULT_ARGS
+
+---

Old:

  kcalutils-23.04.3.tar.xz
  kcalutils-23.04.3.tar.xz.sig

New:

  kcalutils-23.08.0.tar.xz
  kcalutils-23.08.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.Ztlmfc/_old  2023-08-31 13:44:16.125115330 +0200
+++ /var/tmp/diff_new_pack.Ztlmfc/_new  2023-08-31 13:44:16.157116474 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define kf5_version 5.103.0
+%define kf5_version 5.105.0
 %bcond_without released
 Name:   kcalutils
-Version:23.04.3
+Version:23.08.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later
@@ -102,7 +102,6 @@
 %files devel
 %dir %{_includedir}/KPim5
 %{_includedir}/KPim5/KCalUtils/
-%{_kf5_cmakedir}/KF5CalendarUtils/
 %{_kf5_cmakedir}/KPim5CalendarUtils/
 %{_kf5_libdir}/libKPim5CalendarUtils.so
 %{_kf5_mkspecsdir}/qt_KCalUtils.pri


++ kcalutils-23.04.3.tar.xz -> kcalutils-23.08.0.tar.xz ++
 14098 lines of diff (skipped)


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-07-07 15:46:31

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


Package is "kcalutils"

Fri Jul  7 15:46:31 2023 rev:98 rq:1097228 version:23.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-06-09 
20:36:05.422084755 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.23466/kcalutils.changes   
2023-07-07 15:46:51.492030764 +0200
@@ -1,0 +2,9 @@
+Tue Jul  4 10:19:32 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:

  kcalutils-23.04.2.tar.xz
  kcalutils-23.04.2.tar.xz.sig

New:

  kcalutils-23.04.3.tar.xz
  kcalutils-23.04.3.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.joCAbP/_old  2023-07-07 15:46:53.180040820 +0200
+++ /var/tmp/diff_new_pack.joCAbP/_new  2023-07-07 15:46:53.184040844 +0200
@@ -19,7 +19,7 @@
 %define kf5_version 5.103.0
 %bcond_without released
 Name:   kcalutils
-Version:23.04.2
+Version:23.04.3
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-23.04.2.tar.xz -> kcalutils-23.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.04.2/CMakeLists.txt 
new/kcalutils-23.04.3/CMakeLists.txt
--- old/kcalutils-23.04.2/CMakeLists.txt2023-05-30 06:36:04.0 
+0200
+++ new/kcalutils-23.04.3/CMakeLists.txt2023-07-04 07:15:45.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -47,7 +47,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.23.2")
+set(IDENTITYMANAGER_LIB_VERSION "5.23.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.04.2/po/cs/libkcalutils5.po 
new/kcalutils-23.04.3/po/cs/libkcalutils5.po
--- old/kcalutils-23.04.2/po/cs/libkcalutils5.po2023-05-30 
06:36:04.0 +0200
+++ new/kcalutils-23.04.3/po/cs/libkcalutils5.po2023-07-04 
07:15:45.0 +0200
@@ -3,22 +3,22 @@
 # Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2019, 2020.
 # Lukáš Tinkl , 2010, 2011, 2012.
 # Tomáš Chvátal , 2013.
-# Vit Pelcak , 2021.
+# Vit Pelcak , 2021, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-11-19 00:46+\n"
-"PO-Revision-Date: 2021-10-08 14:24+0200\n"
-"Last-Translator: Vit Pelcak \n"
+"PO-Revision-Date: 2023-06-28 15:45+0200\n"
+"Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.08.1\n"
+"X-Generator: Lokalize 23.04.2\n"
 
 #: src/grantleetemplatemanager.cpp:108 src/grantleetemplatemanager.cpp:116
 #, kde-format
@@ -686,7 +686,7 @@
 #: src/incidenceformatter.cpp:1669
 #, kde-format
 msgid "Error: Free/Busy iTIP message with unknown method."
-msgstr "Chyba: iTIP zpráva o aktivitě s neznámou metodou."
+msgstr "Chyba: iTIP zpráva o zaneprázdněnosti s neznámou metodou."
 
 #: src/incidenceformatter.cpp:1724
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.04.2/po/gl/libkcalutils5.po 
new/kcalutils-23.04.3/po/gl/libkcalutils5.po
--- old/kcalutils-23.04.2/po/gl/libkcalutils5.po2023-05-30 
06:36:04.0 +0200
+++ new/kcalutils-23.04.3/po/gl/libkcalutils5.po2023-07-04 
07:15:45.0 +0200
@@ -197,7 +197,7 @@
 #: src/incidenceformatter.cpp:353
 #, kde-format
 msgid "Show mail"
-msgstr "Mostrar o 

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-06-09 20:35:50

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


Package is "kcalutils"

Fri Jun  9 20:35:50 2023 rev:97 rq:1091517 version:23.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-05-12 
20:33:31.732783529 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.15902/kcalutils.changes   
2023-06-09 20:36:05.422084755 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:00:50 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:

  kcalutils-23.04.1.tar.xz
  kcalutils-23.04.1.tar.xz.sig

New:

  kcalutils-23.04.2.tar.xz
  kcalutils-23.04.2.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.vJut6V/_old  2023-06-09 20:36:06.122088820 +0200
+++ /var/tmp/diff_new_pack.vJut6V/_new  2023-06-09 20:36:06.130088867 +0200
@@ -19,7 +19,7 @@
 %define kf5_version 5.103.0
 %bcond_without released
 Name:   kcalutils
-Version:23.04.1
+Version:23.04.2
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-23.04.1.tar.xz -> kcalutils-23.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.04.1/CMakeLists.txt 
new/kcalutils-23.04.2/CMakeLists.txt
--- old/kcalutils-23.04.1/CMakeLists.txt2023-04-30 07:29:17.0 
+0200
+++ new/kcalutils-23.04.2/CMakeLists.txt2023-05-30 06:36:04.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -47,7 +47,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.23.1")
+set(IDENTITYMANAGER_LIB_VERSION "5.23.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.04.1/po/ar/libkcalutils5.po 
new/kcalutils-23.04.2/po/ar/libkcalutils5.po
--- old/kcalutils-23.04.1/po/ar/libkcalutils5.po2023-04-30 
07:29:17.0 +0200
+++ new/kcalutils-23.04.2/po/ar/libkcalutils5.po2023-05-30 
06:36:04.0 +0200
@@ -1619,8 +1619,8 @@
 msgstr[4] "يتكرّر كل %1 أسبوعًا أيام %2"
 msgstr[5] "يتكرّر كل %1 أسبوع أيام %2"
 
-# يتكرّر (كل ٥ أشهر) في يوم (الإثنين) (الثالث) 
حتى (كذا تاريخ)
-# يتكرّر (كل ٥ أشهر) في يوم (الإثنين) (الثالث م
ن الآخر) حتى (كذا تاريخ)
+# يتكرّر (كل 5 أشهر) في يوم (الإثنين) (الثالث) 
حتى (كذا تاريخ)
+# يتكرّر (كل 5 أشهر) في يوم (الإثنين) (الثالث م
ن الآخر) حتى (كذا تاريخ)
 # قديم: يتكرّر كل شهرين في $[بلا-ال-التعريف 
$[الترتيب %2]] يوم $[بلا-ال-التعريف %3] حتى %4
 #: src/incidenceformatter.cpp:3113
 #, kde-format
@@ -1864,8 +1864,8 @@
 msgid "interval is %1"
 msgstr "بمعدّل %1"
 
-# %1 هي ”يتكرر ٥ مرات“ و%2 هي ”بمعدّل %1“
-# ”يتكرر ٥ مرات بمعدّل دقيقتين“
+# %1 هي ”يتكرر 5 مرات“ و%2 هي ”بمعدّل %1“
+# ”يتكرر 5 مرات بمعدّل دقيقتين“
 #: src/incidenceformatter.cpp:3472
 #, kde-format
 msgctxt "(repeat string, interval string)"
@@ -2092,7 +2092,7 @@
 #, kde-format
 msgctxt "@item"
 msgid "iCalendar Version 2.0 detected."
-msgstr "اكُتشفت الإصدارة ٢٫٠ من iCalendar."
+msgstr "اكُتشفت الإصدارة 2٫0 من iCalendar."
 
 #: src/stringify.cpp:179 src/stringify.cpp:205
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.04.1/po/fr/libkcalutils5.po 
new/kcalutils-23.04.2/po/fr/libkcalutils5.po
--- 

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-05-12 20:33:09

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


Package is "kcalutils"

Fri May 12 20:33:09 2023 rev:96 rq:1086289 version:23.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-04-23 
22:47:01.130560688 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1533/kcalutils.changes
2023-05-12 20:33:31.732783529 +0200
@@ -1,0 +2,10 @@
+Tue May  9 10:46:46 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:

  kcalutils-23.04.0.tar.xz
  kcalutils-23.04.0.tar.xz.sig

New:

  kcalutils-23.04.1.tar.xz
  kcalutils-23.04.1.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.ziB8rk/_old  2023-05-12 20:33:32.596786417 +0200
+++ /var/tmp/diff_new_pack.ziB8rk/_new  2023-05-12 20:33:32.600786430 +0200
@@ -19,7 +19,7 @@
 %define kf5_version 5.103.0
 %bcond_without released
 Name:   kcalutils
-Version:23.04.0
+Version:23.04.1
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-23.04.0.tar.xz -> kcalutils-23.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.04.0/CMakeLists.txt 
new/kcalutils-23.04.1/CMakeLists.txt
--- old/kcalutils-23.04.0/CMakeLists.txt2023-04-11 06:35:56.0 
+0200
+++ new/kcalutils-23.04.1/CMakeLists.txt2023-04-30 07:29:17.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -47,7 +47,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.23.0")
+set(IDENTITYMANAGER_LIB_VERSION "5.23.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KPim${KF_MAJOR_VERSION}CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.04.0/po/de/libkcalutils5.po 
new/kcalutils-23.04.1/po/de/libkcalutils5.po
--- old/kcalutils-23.04.0/po/de/libkcalutils5.po2023-04-11 
06:35:56.0 +0200
+++ new/kcalutils-23.04.1/po/de/libkcalutils5.po2023-04-30 
07:29:17.0 +0200
@@ -16,7 +16,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 19.12.3\n"
 
 #: src/grantleetemplatemanager.cpp:108 src/grantleetemplatemanager.cpp:116
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-23.04.0/po/gl/libkcalutils5.po 
new/kcalutils-23.04.1/po/gl/libkcalutils5.po
--- old/kcalutils-23.04.0/po/gl/libkcalutils5.po2023-04-11 
06:35:56.0 +0200
+++ new/kcalutils-23.04.1/po/gl/libkcalutils5.po2023-04-30 
07:29:17.0 +0200
@@ -1,23 +1,24 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
 # Xosé , 2011, 2013.
 # Marce Villarino , 2012, 2014.
 # Adrian Chaves Fernandez , 2013, 2015, 2016.
-# Adrián Chaves (Gallaecio) , 2017, 2018, 2019.
+# Adrián Chaves (Gallaecio) , 2017, 2018, 2019, 2023.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-11-19 00:46+\n"
-"PO-Revision-Date: 2019-03-28 13:06+0100\n"
+"PO-Revision-Date: 2023-04-28 19:31+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
-"Language-Team: Galician \n"
+"Language-Team: Galician \n"
 "Language: gl\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 23.04.0\n"
 
 #: src/grantleetemplatemanager.cpp:108 

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-04-23 22:45:11

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


Package is "kcalutils"

Sun Apr 23 22:45:11 2023 rev:95 rq:1082010 version:23.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-03-03 
22:25:45.886810097 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1533/kcalutils.changes
2023-04-23 22:47:01.130560688 +0200
@@ -1,0 +2,25 @@
+Sat Apr 15 08:45:34 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/
+
+---
+Wed Apr  5 09:03:12 UTC 2023 - Wolfgang Bauer 
+
+- Fix Provides/Obsoletes
+
+---
+Fri Mar 31 16:41:50 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.90
+  * New feature release
+
+---
+Fri Mar 17 20:43:16 UTC 2023 - Christophe Marin 
+
+- Update to 23.03.80
+  * New feature release
+
+---

Old:

  kcalutils-22.12.3.tar.xz
  kcalutils-22.12.3.tar.xz.sig

New:

  kcalutils-23.04.0.tar.xz
  kcalutils-23.04.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.cVaLEC/_old  2023-04-23 22:47:02.814570202 +0200
+++ /var/tmp/diff_new_pack.cVaLEC/_new  2023-04-23 22:47:02.822570248 +0200
@@ -16,12 +16,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 kf5_version 5.103.0
 %bcond_without released
 Name:   kcalutils
-Version:22.12.3
+Version:23.04.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later
@@ -37,36 +35,36 @@
 BuildRequires:  cmake(KF5CalendarCore)
 BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
 BuildRequires:  cmake(KF5Config) >= %{kf5_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{kf5_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
-BuildRequires:  cmake(KF5IdentityManagement)
-BuildRequires:  cmake(KF5KDELibs4Support) >= %{kf5_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{kf5_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{kf5_version}
+BuildRequires:  cmake(KPim5IdentityManagement)
 BuildRequires:  cmake(Qt5Test)
-#  Only with stable builds
-%if %{with released}
 %requires_eqgrantlee5
-%endif
+Conflicts:  libKF5CalendarUtils5 < %{version}
 
 %description
 This library provides a set of utility functions that help
 applications access and use calendar data via the KCalCore library.
 
-%package -n libKF5CalendarUtils5
+%package -n libKPim5CalendarUtils5
 Summary:Library with utility functions for handling calendar data
-Requires:   %{name} = %{version}
+%requires_eqkcalutils
 
-%description  -n libKF5CalendarUtils5
+%description  -n libKPim5CalendarUtils5
 This library provides a set of utility functions that help
 applications access and use calendar data via the KCalCore library.
 
 %package devel
 Summary:Development files for kcalutils
-Requires:   libKF5CalendarUtils5
+Requires:   libKPim5CalendarUtils5
 Requires:   cmake(KF5CalendarCore)
 Requires:   cmake(KF5CoreAddons) >= %{kf5_version}
 Requires:   cmake(KF5KDELibs4Support) >= %{kf5_version}
-Obsoletes:  kcalutils5-devel < %{version}
 Provides:   kcalutils5-devel = %{version}
+Obsoletes:  kcalutils5-devel < %{version}
 
 %description devel
 This package contains necessary include files and libraries needed
@@ -78,7 +76,7 @@
 %autosetup -p1 -n kcalutils-%{version}
 
 %build
-%cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
+%cmake_kf5 -d build -- -DBUILD_TESTING=ON
 %cmake_build
 
 %install
@@ -88,25 +86,27 @@
 
 %global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
-%ldconfig_scriptlets -n libKF5CalendarUtils5
+%ldconfig_scriptlets -n libKPim5CalendarUtils5
 
-%files -n libKF5CalendarUtils5
+%files
 %license LICENSES/*
+%dir %{_kf5_libdir}/grantlee/
+%dir %{_kf5_libdir}/grantlee/%{grantlee_shortver}
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
-%{_kf5_libdir}/libKF5CalendarUtils.so.*

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-03-03 22:25:10

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


Package is "kcalutils"

Fri Mar  3 22:25:10 2023 rev:94 rq:1068785 version:22.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-02-04 
14:17:30.350238869 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.31432/kcalutils.changes   
2023-03-03 22:25:45.886810097 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:45:47 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:

  kcalutils-22.12.2.tar.xz
  kcalutils-22.12.2.tar.xz.sig

New:

  kcalutils-22.12.3.tar.xz
  kcalutils-22.12.3.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.jGH6FR/_old  2023-03-03 22:25:46.574812291 +0100
+++ /var/tmp/diff_new_pack.jGH6FR/_new  2023-03-03 22:25:46.578812303 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcalutils
 #
-# 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:   kcalutils
-Version:22.12.2
+Version:22.12.3
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later
@@ -88,8 +88,7 @@
 
 %global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
-%post -n libKF5CalendarUtils5 -p /sbin/ldconfig
-%postun -n libKF5CalendarUtils5 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libKF5CalendarUtils5
 
 %files -n libKF5CalendarUtils5
 %license LICENSES/*


++ kcalutils-22.12.2.tar.xz -> kcalutils-22.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.12.2/CMakeLists.txt 
new/kcalutils-22.12.3/CMakeLists.txt
--- old/kcalutils-22.12.2/CMakeLists.txt2023-01-16 04:40:32.0 
+0100
+++ new/kcalutils-22.12.3/CMakeLists.txt2023-02-25 05:59:24.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -41,7 +41,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.22.2")
+set(IDENTITYMANAGER_LIB_VERSION "5.22.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.12.2/po/fr/libkcalutils5.po 
new/kcalutils-22.12.3/po/fr/libkcalutils5.po
--- old/kcalutils-22.12.2/po/fr/libkcalutils5.po2023-01-16 
04:40:32.0 +0100
+++ new/kcalutils-22.12.3/po/fr/libkcalutils5.po2023-02-25 
05:59:24.0 +0100
@@ -18,20 +18,21 @@
 # Vincent Pinon , 2017.
 # Simon Depiets , 2019.
 #
+# Xavier BESNARD , 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-10-08 00:48+\n"
-"PO-Revision-Date: 2021-10-03 16:33+0200\n"
-"Last-Translator: Xavier Besnard \n"
-"Language-Team: French \n"
+"PO-Revision-Date: 2023-02-05 17:21+0100\n"
+"Last-Translator: Xavier BESNARD \n"
+"Language-Team: fr\n"
 "Language: fr\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 21.08.1\n"
+"X-Generator: Lokalize 22.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -1354,12 +1355,12 @@
 #: src/incidenceformatter.cpp:3000
 #, kde-format
 msgid "1st"
-msgstr "1er"
+msgstr "premier"
 
 #: src/incidenceformatter.cpp:3001
 #, kde-format
 msgid "2nd"
-msgstr "2nd"
+msgstr "second"
 
 #: src/incidenceformatter.cpp:3002
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-02-04 14:12:08

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


Package is "kcalutils"

Sat Feb  4 14:12:08 2023 rev:93 rq:1062758 version:22.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2023-01-07 
17:17:40.365425160 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.4462/kcalutils.changes
2023-02-04 14:17:30.350238869 +0100
@@ -1,0 +2,8 @@
+Tue Jan 31 10:33:25 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:

  kcalutils-22.12.1.tar.xz
  kcalutils-22.12.1.tar.xz.sig

New:

  kcalutils-22.12.2.tar.xz
  kcalutils-22.12.2.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.ciJ71i/_old  2023-02-04 14:17:30.742241056 +0100
+++ /var/tmp/diff_new_pack.ciJ71i/_new  2023-02-04 14:17:30.746241077 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:22.12.1
+Version:22.12.2
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-22.12.1.tar.xz -> kcalutils-22.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.12.1/CMakeLists.txt 
new/kcalutils-22.12.2/CMakeLists.txt
--- old/kcalutils-22.12.1/CMakeLists.txt2022-12-25 05:43:53.0 
+0100
+++ new/kcalutils-22.12.2/CMakeLists.txt2023-01-16 04:40:32.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -41,7 +41,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.22.1")
+set(IDENTITYMANAGER_LIB_VERSION "5.22.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.12.1/po/cs/libkcalutils5.po 
new/kcalutils-22.12.2/po/cs/libkcalutils5.po
--- old/kcalutils-22.12.1/po/cs/libkcalutils5.po2022-12-25 
05:43:53.0 +0100
+++ new/kcalutils-22.12.2/po/cs/libkcalutils5.po2023-01-16 
04:40:32.0 +0100
@@ -3,7 +3,7 @@
 # Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2019, 2020.
 # Lukáš Tinkl , 2010, 2011, 2012.
 # Tomáš Chvátal , 2013.
-# Vit Pelcak , 2021.
+# Vit Pelcak , 2021.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.12.1/po/zh_CN/libkcalutils5.po 
new/kcalutils-22.12.2/po/zh_CN/libkcalutils5.po
--- old/kcalutils-22.12.1/po/zh_CN/libkcalutils5.po 2022-12-25 
05:43:53.0 +0100
+++ new/kcalutils-22.12.2/po/zh_CN/libkcalutils5.po 2023-01-16 
04:40:32.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-10-08 00:48+\n"
-"PO-Revision-Date: 2022-12-24 11:45\n"
+"PO-Revision-Date: 2023-01-15 15:27\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2023-01-07 17:16:46

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


Package is "kcalutils"

Sat Jan  7 17:16:46 2023 rev:92 rq:1056486 version:22.12.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-12-09 
13:17:39.618963211 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1563/kcalutils.changes
2023-01-07 17:17:40.365425160 +0100
@@ -1,0 +2,8 @@
+Tue Jan  3 10:19:48 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:

  kcalutils-22.12.0.tar.xz
  kcalutils-22.12.0.tar.xz.sig

New:

  kcalutils-22.12.1.tar.xz
  kcalutils-22.12.1.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.oMbzzA/_old  2023-01-07 17:17:42.245436376 +0100
+++ /var/tmp/diff_new_pack.oMbzzA/_new  2023-01-07 17:17:42.253436423 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:22.12.0
+Version:22.12.1
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-22.12.0.tar.xz -> kcalutils-22.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.12.0/CMakeLists.txt 
new/kcalutils-22.12.1/CMakeLists.txt
--- old/kcalutils-22.12.0/CMakeLists.txt2022-11-27 09:32:23.0 
+0100
+++ new/kcalutils-22.12.1/CMakeLists.txt2022-12-25 05:43:53.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -41,7 +41,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.22.0")
+set(IDENTITYMANAGER_LIB_VERSION "5.22.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.12.0/po/tr/libkcalutils5.po 
new/kcalutils-22.12.1/po/tr/libkcalutils5.po
--- old/kcalutils-22.12.0/po/tr/libkcalutils5.po2022-11-27 
09:32:23.0 +0100
+++ new/kcalutils-22.12.1/po/tr/libkcalutils5.po2022-12-25 
05:43:53.0 +0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kdepimlibs-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-10-08 00:48+\n"
-"PO-Revision-Date: 2022-03-29 13:37+0300\n"
+"PO-Revision-Date: 2022-12-11 20:01+0300\n"
 "Last-Translator: Emir SARI \n"
 "Language-Team: Turkish \n"
 "Language: tr\n"
@@ -20,7 +20,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 21.12.3\n"
+"X-Generator: Lokalize 22.12.0\n"
 
 #: src/grantleetemplatemanager.cpp:104 src/grantleetemplatemanager.cpp:112
 #, kde-format
@@ -40,7 +40,7 @@
 #: src/grantleetemplatemanager.cpp:144
 #, kde-format
 msgid "Template rendering error"
-msgstr "Şablon derleme hatası"
+msgstr "Şablon sunum hatası"
 
 #: src/htmlexport.cpp:170
 #, kde-format
@@ -1843,7 +1843,7 @@
 #, kde-format
 msgctxt "@item to-do is in process"
 msgid "In-Process"
-msgstr "Devam eden"
+msgstr "Süren"
 
 #: src/stringify.cpp:95
 #, kde-format
@@ -1921,7 +1921,7 @@
 #, kde-format
 msgctxt "@item to-do in process of being completed"
 msgid "In Process"
-msgstr "Devam Ediyor"
+msgstr "Sürüyor"
 
 #: src/stringify.cpp:147
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.12.0/po/zh_CN/libkcalutils5.po 
new/kcalutils-22.12.1/po/zh_CN/libkcalutils5.po
--- old/kcalutils-22.12.0/po/zh_CN/libkcalutils5.po 2022-11-27 
09:32:23.0 +0100
+++ new/kcalutils-22.12.1/po/zh_CN/libkcalutils5.po 2022-12-25 
05:43:53.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-12-09 13:17:09

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


Package is "kcalutils"

Fri Dec  9 13:17:09 2022 rev:91 rq:1041453 version:22.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-11-16 
15:42:20.455587815 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1835/kcalutils.changes
2022-12-09 13:17:39.618963211 +0100
@@ -1,0 +2,14 @@
+Fri Dec  2 12:25:02 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:44:43 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.90
+  * New feature release
+
+---
@@ -4,0 +19,6 @@
+
+---
+Sat Nov 12 08:53:50 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.11.80
+  * New feature release

Old:

  kcalutils-22.08.3.tar.xz
  kcalutils-22.08.3.tar.xz.sig

New:

  kcalutils-22.12.0.tar.xz
  kcalutils-22.12.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.8hBM3L/_old  2022-12-09 13:17:40.346967079 +0100
+++ /var/tmp/diff_new_pack.8hBM3L/_new  2022-12-09 13:17:40.350967099 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcalutils
 #
-# 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:   kcalutils
-Version:22.08.3
+Version:22.12.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 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}
@@ -54,7 +53,6 @@
 
 %package -n libKF5CalendarUtils5
 Summary:Library with utility functions for handling calendar data
-Group:  System/Libraries
 Requires:   %{name} = %{version}
 
 %description  -n libKF5CalendarUtils5
@@ -63,7 +61,6 @@
 
 %package devel
 Summary:Development files for kcalutils
-Group:  Development/Libraries/KDE
 Requires:   libKF5CalendarUtils5
 Requires:   cmake(KF5CalendarCore)
 Requires:   cmake(KF5CoreAddons) >= %{kf5_version}
@@ -75,9 +72,7 @@
 This package contains necessary include files and libraries needed
 to develop applications wanting to use kcalutils.
 
-%if %{with released}
 %lang_package
-%endif
 
 %prep
 %autosetup -p1 -n kcalutils-%{version}
@@ -88,9 +83,8 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with released}
-  %find_lang %{name} --with-man --all-name
-%endif
+
+%find_lang %{name} --with-man --all-name
 
 %global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
@@ -114,8 +108,6 @@
 %dir %{_kf5_libdir}/grantlee/%{grantlee_shortver}
 %{_kf5_libdir}/grantlee/%{grantlee_shortver}/kcalendar_grantlee_plugin.so
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++ kcalutils-22.08.3.tar.xz -> kcalutils-22.12.0.tar.xz ++
 52624 lines of diff (skipped)


commit kcalutils for openSUSE:Factory

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

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2022-11-16 15:42:17

Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and  /work/SRC/openSUSE:Factory/.kcalutils.new.1597 (New)


Package is "kcalutils"

Wed Nov 16 15:42:17 2022 rev:90 rq:1035764 version:22.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-11-04 
17:33:49.036454756 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1597/kcalutils.changes
2022-11-16 15:42:20.455587815 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 07:46:25 UTC 2022 - Christophe Giboudeaux 
+
+- Don't hardcode the grantlee short version.
+
+---



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.VhVLYj/_old  2022-11-16 15:42:20.939590312 +0100
+++ /var/tmp/diff_new_pack.VhVLYj/_new  2022-11-16 15:42:20.943590333 +0100
@@ -83,14 +83,16 @@
 %autosetup -p1 -n kcalutils-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
-  %cmake_build
+%cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with released}
+%kf5_makeinstall -C build
+%if %{with released}
 %find_lang %{name} --with-man --all-name
-  %endif
+%endif
+
+%global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
 %post -n libKF5CalendarUtils5 -p /sbin/ldconfig
 %postun -n libKF5CalendarUtils5 -p /sbin/ldconfig
@@ -109,8 +111,8 @@
 
 %files
 %dir %{_kf5_libdir}/grantlee/
-%dir %{_kf5_libdir}/grantlee/5.2
-%{_kf5_libdir}/grantlee/5.2/kcalendar_grantlee_plugin.so
+%dir %{_kf5_libdir}/grantlee/%{grantlee_shortver}
+%{_kf5_libdir}/grantlee/%{grantlee_shortver}/kcalendar_grantlee_plugin.so
 
 %if %{with released}
 %files lang -f %{name}.lang


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-11-04 17:32:40

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


Package is "kcalutils"

Fri Nov  4 17:32:40 2022 rev:89 rq:1033245 version:22.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-10-15 
16:34:14.457689649 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.2275/kcalutils.changes
2022-11-04 17:33:49.036454756 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 11:20:12 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:

  kcalutils-22.08.2.tar.xz
  kcalutils-22.08.2.tar.xz.sig

New:

  kcalutils-22.08.3.tar.xz
  kcalutils-22.08.3.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.3kRX4V/_old  2022-11-04 17:33:50.016459825 +0100
+++ /var/tmp/diff_new_pack.3kRX4V/_new  2022-11-04 17:33:50.016459825 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:22.08.2
+Version:22.08.3
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-22.08.2.tar.xz -> kcalutils-22.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.08.2/CMakeLists.txt 
new/kcalutils-22.08.3/CMakeLists.txt
--- old/kcalutils-22.08.2/CMakeLists.txt2022-09-11 10:03:27.0 
+0200
+++ new/kcalutils-22.08.3/CMakeLists.txt2022-10-14 06:52:52.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -38,7 +38,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.21.2")
+set(IDENTITYMANAGER_LIB_VERSION "5.21.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.08.2/po/zh_CN/libkcalutils5.po 
new/kcalutils-22.08.3/po/zh_CN/libkcalutils5.po
--- old/kcalutils-22.08.2/po/zh_CN/libkcalutils5.po 2022-10-11 
07:00:56.0 +0200
+++ new/kcalutils-22.08.3/po/zh_CN/libkcalutils5.po 2022-11-01 
01:13:59.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-07-05 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 kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-10-15 16:33:51

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


Package is "kcalutils"

Sat Oct 15 16:33:51 2022 rev:88 rq:1010704 version:22.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-09-09 
18:23:29.328258140 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.2275/kcalutils.changes
2022-10-15 16:34:14.457689649 +0200
@@ -1,0 +2,8 @@
+Tue Oct 11 14:32:16 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:

  kcalutils-22.08.1.tar.xz
  kcalutils-22.08.1.tar.xz.sig

New:

  kcalutils-22.08.2.tar.xz
  kcalutils-22.08.2.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.V1KLra/_old  2022-10-15 16:34:15.549692273 +0200
+++ /var/tmp/diff_new_pack.V1KLra/_new  2022-10-15 16:34:15.553692282 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:22.08.1
+Version:22.08.2
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-22.08.1.tar.xz -> kcalutils-22.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.08.1/CMakeLists.txt 
new/kcalutils-22.08.2/CMakeLists.txt
--- old/kcalutils-22.08.1/CMakeLists.txt2022-08-20 17:00:12.0 
+0200
+++ new/kcalutils-22.08.2/CMakeLists.txt2022-09-11 10:03:27.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -38,7 +38,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.21.1")
+set(IDENTITYMANAGER_LIB_VERSION "5.21.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.08.1/po/ca@valencia/libkcalutils5.po 
new/kcalutils-22.08.2/po/ca@valencia/libkcalutils5.po
--- old/kcalutils-22.08.1/po/ca@valencia/libkcalutils5.po   2022-09-06 
02:13:38.0 +0200
+++ new/kcalutils-22.08.2/po/ca@valencia/libkcalutils5.po   2022-10-11 
07:00:56.0 +0200
@@ -755,7 +755,7 @@
 #: src/incidenceformatter.cpp:1991
 #, kde-format
 msgid "Record invitation in my to-do list"
-msgstr "Grava la invitaci?? a la meua llista de tasques pendents"
+msgstr "Grava la invitaci?? en la meua llista de tasques pendents"
 
 #: src/incidenceformatter.cpp:1992
 #, kde-format
@@ -765,7 +765,7 @@
 #: src/incidenceformatter.cpp:2005
 #, kde-format
 msgid "Record response in my to-do list"
-msgstr "Grava la resposta a la meua llista de tasques pendents"
+msgstr "Grava la resposta en la meua llista de tasques pendents"
 
 #: src/incidenceformatter.cpp:2005
 #, kde-format
@@ -1954,13 +1954,13 @@
 #, kde-format
 msgctxt "@item"
 msgid "Parse Error in libical"
-msgstr "S'ha produ??t un error d'an??lisi a la ??libical??"
+msgstr "S'ha produ??t un error d'an??lisi en la ??libical??"
 
 #: src/stringify.cpp:167
 #, kde-format
 msgctxt "@item"
 msgid "Parse Error in the kcalcore library"
-msgstr "S'ha produ??t un error d'an??lisi a la biblioteca ??kcalcore??"
+msgstr "S'ha produ??t un error d'an??lisi en la biblioteca ??kcalcore??"
 
 #: src/stringify.cpp:170
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.08.1/po/ja/libkcalutils5.po 
new/kcalutils-22.08.2/po/ja/libkcalutils5.po
--- old/kcalutils-22.08.1/po/ja/libkcalutils5.po2022-09-06 
02:13:38.0 +0200
+++ new/kcalutils-22.08.2/po/ja/libkcalutils5.po2022-10-11 
07:00:56.0 +0200
@@ -2485,8 +2485,3 @@
 #| msgid "Percent Done:"
 msgid "Percent done:"
 msgstr "?:"
-
-#~ msgid "Category:"
-#~ msgid_plural "Categories:"
-#~ msgstr[0] ":"

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-09-09 18:23:15

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


Package is "kcalutils"

Fri Sep  9 18:23:15 2022 rev:87 rq:1001992 version:22.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-08-19 
17:52:00.887539055 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.2083/kcalutils.changes
2022-09-09 18:23:29.328258140 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 15:19:24 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:

  kcalutils-22.08.0.tar.xz
  kcalutils-22.08.0.tar.xz.sig

New:

  kcalutils-22.08.1.tar.xz
  kcalutils-22.08.1.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.wBLKI7/_old  2022-09-09 18:23:29.860259707 +0200
+++ /var/tmp/diff_new_pack.wBLKI7/_new  2022-09-09 18:23:29.868259731 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:22.08.0
+Version:22.08.1
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-22.08.0.tar.xz -> kcalutils-22.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.08.0/CMakeLists.txt 
new/kcalutils-22.08.1/CMakeLists.txt
--- old/kcalutils-22.08.0/CMakeLists.txt2022-08-08 07:04:45.0 
+0200
+++ new/kcalutils-22.08.1/CMakeLists.txt2022-08-20 17:00:12.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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -38,7 +38,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.21.0")
+set(IDENTITYMANAGER_LIB_VERSION "5.21.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.08.0/po/zh_CN/libkcalutils5.po 
new/kcalutils-22.08.1/po/zh_CN/libkcalutils5.po
--- old/kcalutils-22.08.0/po/zh_CN/libkcalutils5.po 2022-08-12 
02:11:00.0 +0200
+++ new/kcalutils-22.08.1/po/zh_CN/libkcalutils5.po 2022-09-06 
02:13:38.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-07-05 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 kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-08-19 17:51:46

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


Package is "kcalutils"

Fri Aug 19 17:51:46 2022 rev:86 rq:997801 version:22.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-07-09 
17:00:40.824584247 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.2083/kcalutils.changes
2022-08-19 17:52:00.887539055 +0200
@@ -1,0 +2,20 @@
+Sun Aug 14 09:42:06 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:38 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.90
+  * New feature release
+
+---
+Sat Jul 16 08:27:52 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.07.80
+  * New feature release
+
+---

Old:

  kcalutils-22.04.3.tar.xz
  kcalutils-22.04.3.tar.xz.sig

New:

  kcalutils-22.08.0.tar.xz
  kcalutils-22.08.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.dx3CnX/_old  2022-08-19 17:52:01.511540362 +0200
+++ /var/tmp/diff_new_pack.dx3CnX/_new  2022-08-19 17:52:01.519540379 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:22.04.3
+Version:22.08.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later
@@ -108,7 +108,9 @@
 %{_kf5_mkspecsdir}/qt_KCalUtils.pri
 
 %files
-%{_libdir}/grantlee/
+%dir %{_kf5_libdir}/grantlee/
+%dir %{_kf5_libdir}/grantlee/5.2
+%{_kf5_libdir}/grantlee/5.2/kcalendar_grantlee_plugin.so
 
 %if %{with released}
 %files lang -f %{name}.lang


++ kcalutils-22.04.3.tar.xz -> kcalutils-22.08.0.tar.xz ++
 55482 lines of diff (skipped)


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-07-09 17:00:03

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


Package is "kcalutils"

Sat Jul  9 17:00:03 2022 rev:85 rq:987562 version:22.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-06-12 
17:37:29.666000115 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1523/kcalutils.changes
2022-07-09 17:00:40.824584247 +0200
@@ -1,0 +2,8 @@
+Tue Jul  5 17:03:04 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:

  kcalutils-22.04.2.tar.xz
  kcalutils-22.04.2.tar.xz.sig

New:

  kcalutils-22.04.3.tar.xz
  kcalutils-22.04.3.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.web3iC/_old  2022-07-09 17:00:41.400585112 +0200
+++ /var/tmp/diff_new_pack.web3iC/_new  2022-07-09 17:00:41.400585112 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:22.04.2
+Version:22.04.3
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-22.04.2.tar.xz -> kcalutils-22.04.3.tar.xz ++
 2922 lines of diff (skipped)


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-06-12 17:37:15

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


Package is "kcalutils"

Sun Jun 12 17:37:15 2022 rev:84 rq:981631 version:22.04.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-05-14 
22:53:10.703067105 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1548/kcalutils.changes
2022-06-12 17:37:29.666000115 +0200
@@ -1,0 +2,8 @@
+Wed Jun  8 09:53:31 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:

  kcalutils-22.04.1.tar.xz
  kcalutils-22.04.1.tar.xz.sig

New:

  kcalutils-22.04.2.tar.xz
  kcalutils-22.04.2.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.cuBadC/_old  2022-06-12 17:37:31.186002283 +0200
+++ /var/tmp/diff_new_pack.cuBadC/_new  2022-06-12 17:37:31.194002294 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:22.04.1
+Version:22.04.2
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-22.04.1.tar.xz -> kcalutils-22.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.04.1/CMakeLists.txt 
new/kcalutils-22.04.2/CMakeLists.txt
--- old/kcalutils-22.04.1/CMakeLists.txt2022-05-09 03:52:08.0 
+0200
+++ new/kcalutils-22.04.2/CMakeLists.txt2022-05-13 13:53: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.20.1")
+set(PIM_VERSION "5.20.2")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -38,7 +38,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.20.1")
+set(IDENTITYMANAGER_LIB_VERSION "5.20.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.04.1/po/ca@valencia/libkcalutils5.po 
new/kcalutils-22.04.2/po/ca@valencia/libkcalutils5.po
--- old/kcalutils-22.04.1/po/ca@valencia/libkcalutils5.po   2022-05-10 
07:54:53.0 +0200
+++ new/kcalutils-22.04.2/po/ca@valencia/libkcalutils5.po   2022-06-07 
09:16:26.0 +0200
@@ -34,12 +34,12 @@
 #: src/grantleetemplatemanager.cpp:135
 #, kde-format
 msgid "Template parsing error"
-msgstr "S'ha produ??t un error en analitzar la plantilla"
+msgstr "S'ha produ??t un error en analisar la plantilla"
 
 #: src/grantleetemplatemanager.cpp:144
 #, kde-format
 msgid "Template rendering error"
-msgstr "S'ha produ??t un error en renderitzar la plantilla"
+msgstr "S'ha produ??t un error en renderisar la plantilla"
 
 #: src/htmlexport.cpp:171
 #, kde-format
@@ -63,7 +63,7 @@
 #, kde-format
 msgctxt "@title:column event description"
 msgid "Event"
-msgstr "Esdeveniment"
+msgstr "Succ??s"
 
 #: src/htmlexport.cpp:251
 #, kde-format
@@ -188,7 +188,7 @@
 #: src/incidenceformatter.cpp:168
 #, kde-format
 msgid "Organizer Unknown"
-msgstr "Organitzador desconegut"
+msgstr "Organisador desconegut"
 
 #: src/incidenceformatter.cpp:190 src/incidenceformatter.cpp:1423
 #, kde-format
@@ -258,7 +258,7 @@
 #, kde-format
 msgid "(Note: the Organizer preset your response to %1)"
 msgstr ""
-"(Nota: l'organitzador ha preestablert la vostra resposta a %1)"
+"(Nota: l'organisador ha preestablert la vostra resposta a %1)"
 
 #: src/incidenceformatter.cpp:1072 src/incidenceformatter.cpp:1132
 #, kde-format
@@ -292,12 +292,12 @@
 #: src/incidenceformatter.cpp:1322
 #, kde-format
 msgid "This invitation has been updated by the organizer %1."
-msgstr "L'organitzador %1 ha actualitzat esta invitaci??."
+msgstr "L'organisador %1 ha actualisat esta invitaci??."
 
 #: src/incidenceformatter.cpp:1324
 #, kde-format
 msgid "This invitation has been updated by %1 as a representative of %2."
-msgstr "Esta invitaci?? ha estat actualitzada per a %1 

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-05-14 22:52:50

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


Package is "kcalutils"

Sat May 14 22:52:50 2022 rev:83 rq:976751 version:22.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-04-30 
00:44:54.522918665 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1538/kcalutils.changes
2022-05-14 22:53:10.703067105 +0200
@@ -1,0 +2,10 @@
+Tue May 10 16:29:47 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/
+- Drop 0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch.
+  Merged upstream.
+
+---

Old:

  0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch
  kcalutils-22.04.0.tar.xz
  kcalutils-22.04.0.tar.xz.sig

New:

  kcalutils-22.04.1.tar.xz
  kcalutils-22.04.1.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.ftaPTS/_old  2022-05-14 22:53:11.883068580 +0200
+++ /var/tmp/diff_new_pack.ftaPTS/_new  2022-05-14 22:53:11.887068585 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:22.04.0
+Version:22.04.1
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later
@@ -32,8 +32,6 @@
 Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
-# PATCH-FIX-UPSTREAM
-Patch0: 0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Grantlee5)


++ kcalutils-22.04.0.tar.xz -> kcalutils-22.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.04.0/CMakeLists.txt 
new/kcalutils-22.04.1/CMakeLists.txt
--- old/kcalutils-22.04.0/CMakeLists.txt2022-04-09 17:54:51.0 
+0200
+++ new/kcalutils-22.04.1/CMakeLists.txt2022-05-09 03:52: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(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -38,7 +38,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.20.0")
+set(IDENTITYMANAGER_LIB_VERSION "5.20.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-22.04.0/po/ca@valencia/libkcalutils5.po 
new/kcalutils-22.04.1/po/ca@valencia/libkcalutils5.po
--- old/kcalutils-22.04.0/po/ca@valencia/libkcalutils5.po   2022-04-15 
02:20:28.0 +0200
+++ new/kcalutils-22.04.1/po/ca@valencia/libkcalutils5.po   2022-05-10 
07:54:53.0 +0200
@@ -268,7 +268,7 @@
 #: src/incidenceformatter.cpp:1117 src/incidenceformatter.cpp:1187
 #, kde-format
 msgid "Please respond again to the original proposal."
-msgstr "Per favor, responeu una altra vegada a la proposta original."
+msgstr "Per favor, responeu una atra vegada a la proposta original."
 
 #: src/incidenceformatter.cpp:1168 src/incidenceformatter.cpp:1199
 #: src/templates/todo.html:179
@@ -423,7 +423,8 @@
 #: src/incidenceformatter.cpp:1435
 #, kde-format
 msgid "Error: Event iTIP message with unknown method."
-msgstr "Error: Missatge iTIP d'esdeveniment amb un m??tode desconegut."
+msgstr ""
+"S'ha produ??t un error: Missatge iTIP d'esdeveniment amb un m??tode 
desconegut."
 
 #: src/incidenceformatter.cpp:1449
 #, kde-format
@@ -480,7 +481,8 @@
 #, kde-format
 msgid "%1 indicates this to-do assignment still needs some action."
 msgstr ""
-"%1 indica que l'assignaci?? d'esta tasca pendent encara necessita alguna 
acci??."
+"%1 indica que l'assignaci?? d'esta tasca pendent encara necessita alguna "
+"acci??."
 
 #: src/incidenceformatter.cpp:1511
 #, kde-format
@@ -570,7 

commit kcalutils for openSUSE:Factory

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

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2022-04-30 00:44:34

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


Package is "kcalutils"

Sat Apr 30 00:44:34 2022 rev:82 rq:973056 version:22.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-04-24 
00:19:24.784253654 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1538/kcalutils.changes
2022-04-30 00:44:54.522918665 +0200
@@ -1,0 +2,6 @@
+Wed Apr 27 08:13:11 UTC 2022 - Christophe Giboudeaux 
+
+- Add upstream change to fix calendar invitations (kde#452480):
+  * 0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch
+
+---

New:

  0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.EuDU3w/_old  2022-04-30 00:44:55.194919249 +0200
+++ /var/tmp/diff_new_pack.EuDU3w/_new  2022-04-30 00:44:55.202919255 +0200
@@ -32,6 +32,8 @@
 Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
+# PATCH-FIX-UPSTREAM
+Patch0: 0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Grantlee5)
@@ -108,8 +110,7 @@
 %{_kf5_mkspecsdir}/qt_KCalUtils.pri
 
 %files
-%dir %{_libdir}/KTextTemplate
-%{_libdir}/KTextTemplate/kcalendar_grantlee_plugin.so
+%{_libdir}/grantlee/
 
 %if %{with released}
 %files lang -f %{name}.lang

++ 0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch ++
>From 494331a28bb722b4ab4c38a2520f305b8f7ad8fa Mon Sep 17 00:00:00 2001
From: Laurent Montel 
Date: Fri, 22 Apr 2022 19:06:36 +0200
Subject: [PATCH] Fix Bug 452480: Kmail doesn't display calendar invites

BUG:452480
FIXED-IN: 5.17.1
---
 src/grantlee_plugin/CMakeLists.txt | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/grantlee_plugin/CMakeLists.txt 
b/src/grantlee_plugin/CMakeLists.txt
index b78e277e0..9a823950c 100644
--- a/src/grantlee_plugin/CMakeLists.txt
+++ b/src/grantlee_plugin/CMakeLists.txt
@@ -21,6 +21,12 @@ target_link_libraries(kcalendar_grantlee_plugin
 KF5CalendarUtils
 )
 
-install(TARGETS kcalendar_grantlee_plugin
-LIBRARY DESTINATION 
${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
-)
+if (QT_MAJOR_VERSION STREQUAL "5")
+   install(TARGETS kcalendar_grantlee_plugin
+   LIBRARY DESTINATION 
${LIB_INSTALL_DIR}/grantlee/${Grantlee5_VERSION_MAJOR}.${Grantlee5_VERSION_MINOR}/
+   )
+else()
+   install(TARGETS kcalendar_grantlee_plugin
+   LIBRARY DESTINATION 
${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
+   )
+endif()
-- 
2.36.0


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-04-24 00:19:13

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


Package is "kcalutils"

Sun Apr 24 00:19:13 2022 rev:81 rq:971438 version:22.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-03-04 
20:15:07.252808663 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1538/kcalutils.changes
2022-04-24 00:19:24.784253654 +0200
@@ -1,0 +2,30 @@
+Mon Apr 18 07:51:24 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:18:13 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.90
+  * New feature release
+
+---
+Wed Mar 23 08:13:53 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * Fix compile without deprecated method
+  * Port to QRegularExpression
+  * Use QRegularExpression
+  * Port to KTextTemplate
+  * Prepare to use KTextTemplate
+  * Fix install in upper case directory name
+  * Install *_version.h in KF5/
+  * Adapt build system for building against qt6
+  * Correct prefix to other PIM repositories in .kde-ci.yml
+
+---

Old:

  kcalutils-21.12.3.tar.xz
  kcalutils-21.12.3.tar.xz.sig

New:

  kcalutils-22.04.0.tar.xz
  kcalutils-22.04.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.d1pE2D/_old  2022-04-24 00:19:25.476254177 +0200
+++ /var/tmp/diff_new_pack.d1pE2D/_new  2022-04-24 00:19:25.484254182 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:21.12.3
+Version:22.04.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later
@@ -104,12 +104,12 @@
 %files devel
 %{_kf5_cmakedir}/KF5CalendarUtils/
 %{_kf5_includedir}/KCalUtils/
-%{_kf5_includedir}/kcalutils_version.h
 %{_kf5_libdir}/libKF5CalendarUtils.so
 %{_kf5_mkspecsdir}/qt_KCalUtils.pri
 
 %files
-%{_libdir}/grantlee/
+%dir %{_libdir}/KTextTemplate
+%{_libdir}/KTextTemplate/kcalendar_grantlee_plugin.so
 
 %if %{with released}
 %files lang -f %{name}.lang


++ kcalutils-21.12.3.tar.xz -> kcalutils-22.04.0.tar.xz ++
 89625 lines of diff (skipped)


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-03-04 20:14:43

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


Package is "kcalutils"

Fri Mar  4 20:14:43 2022 rev:80 rq:958818 version:21.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-02-04 
21:47:15.377261974 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1958/kcalutils.changes
2022-03-04 20:15:07.252808663 +0100
@@ -1,0 +2,9 @@
+Tue Mar  1 09:56:56 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:

  kcalutils-21.12.2.tar.xz
  kcalutils-21.12.2.tar.xz.sig

New:

  kcalutils-21.12.3.tar.xz
  kcalutils-21.12.3.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.xpt3Nc/_old  2022-03-04 20:15:08.452808401 +0100
+++ /var/tmp/diff_new_pack.xpt3Nc/_new  2022-03-04 20:15:08.456808400 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:21.12.2
+Version:21.12.3
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-21.12.2.tar.xz -> kcalutils-21.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.12.2/CMakeLists.txt 
new/kcalutils-21.12.3/CMakeLists.txt
--- old/kcalutils-21.12.2/CMakeLists.txt2022-01-09 14:14:05.0 
+0100
+++ new/kcalutils-21.12.3/CMakeLists.txt2022-02-07 07:10:16.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-set(PIM_VERSION "5.19.2")
+set(PIM_VERSION "5.19.3")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -35,7 +35,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.19.2")
+set(IDENTITYMANAGER_LIB_VERSION "5.19.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.12.2/po/zh_CN/libkcalutils5.po 
new/kcalutils-21.12.3/po/zh_CN/libkcalutils5.po
--- old/kcalutils-21.12.2/po/zh_CN/libkcalutils5.po 2022-02-01 
01:13:45.0 +0100
+++ new/kcalutils-21.12.3/po/zh_CN/libkcalutils5.po 2022-03-01 
01:15:55.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2022-01-10 02:06+\n"
-"PO-Revision-Date: 2022-01-08 15:25\n"
+"PO-Revision-Date: 2022-02-26 05:19\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-02-04 21:46:49

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


Package is "kcalutils"

Fri Feb  4 21:46:49 2022 rev:79 rq:951004 version:21.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2022-01-11 
21:15:35.956803932 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1898/kcalutils.changes
2022-02-04 21:47:15.377261974 +0100
@@ -1,0 +2,10 @@
+Tue Feb  1 13:02:44 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:
+  * Fix display of comments in invitation
+
+---

Old:

  kcalutils-21.12.1.tar.xz
  kcalutils-21.12.1.tar.xz.sig

New:

  kcalutils-21.12.2.tar.xz
  kcalutils-21.12.2.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.ceovDA/_old  2022-02-04 21:47:16.013257632 +0100
+++ /var/tmp/diff_new_pack.ceovDA/_new  2022-02-04 21:47:16.025257550 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:   kcalutils
-Version:21.12.1
+Version:21.12.2
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-21.12.1.tar.xz -> kcalutils-21.12.2.tar.xz ++
 51418 lines of diff (skipped)


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2022-01-11 21:14:54

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


Package is "kcalutils"

Tue Jan 11 21:14:54 2022 rev:78 rq:944295 version:21.12.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-12-13 
20:40:08.668453828 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1892/kcalutils.changes
2022-01-11 21:15:35.956803932 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:25:23 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:

  kcalutils-21.12.0.tar.xz
  kcalutils-21.12.0.tar.xz.sig

New:

  kcalutils-21.12.1.tar.xz
  kcalutils-21.12.1.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.YToGFN/_old  2022-01-11 21:15:36.584804373 +0100
+++ /var/tmp/diff_new_pack.YToGFN/_new  2022-01-11 21:15:36.588804376 +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:   kcalutils
-Version:21.12.0
+Version:21.12.1
 Release:0
 Summary:Library with utility functions for handling calendar data
 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
@@ -44,7 +44,7 @@
 BuildRequires:  cmake(KF5KDELibs4Support) >= %{kf5_version}
 BuildRequires:  cmake(Qt5Test)
 #  Only with stable builds
-%if %{with lang}
+%if %{with released}
 %requires_eqgrantlee5
 %endif
 
@@ -75,7 +75,7 @@
 This package contains necessary include files and libraries needed
 to develop applications wanting to use kcalutils.
 
-%if %{with lang}
+%if %{with released}
 %lang_package
 %endif
 
@@ -88,7 +88,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %if %{with lang}
+  %if %{with released}
 %find_lang %{name} --with-man --all-name
   %endif
 
@@ -111,7 +111,7 @@
 %files
 %{_libdir}/grantlee/
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++ kcalutils-21.12.0.tar.xz -> kcalutils-21.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.12.0/CMakeLists.txt 
new/kcalutils-21.12.1/CMakeLists.txt
--- old/kcalutils-21.12.0/CMakeLists.txt2021-11-30 19:34:41.0 
+0100
+++ new/kcalutils-21.12.1/CMakeLists.txt2021-12-15 14:05:52.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-set(PIM_VERSION "5.19.0")
+set(PIM_VERSION "5.19.1")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -35,7 +35,7 @@
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.19.0")
+set(IDENTITYMANAGER_LIB_VERSION "5.19.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.12.0/po/fi/libkcalutils5.po 
new/kcalutils-21.12.1/po/fi/libkcalutils5.po
--- old/kcalutils-21.12.0/po/fi/libkcalutils5.po2021-12-03 
01:15:46.0 +0100
+++ new/kcalutils-21.12.1/po/fi/libkcalutils5.po2022-01-04 
01:22:42.0 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-10-08 00:18+\n"
-"PO-Revision-Date: 2021-08-18 17:41+0300\n"
+"PO-Revision-Date: 2021-12-07 14:24+0200\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
@@ -993,8 +993,8 @@
 #, kde-format
 msgid "Tag:"
 msgid_plural "Tags:"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Luokitus:"
+msgstr[1] "Luokitukset:"
 
 #: 

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-12-13 20:39:23

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


Package is "kcalutils"

Mon Dec 13 20:39:23 2021 rev:77 rq:937912 version:21.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-11-06 
18:15:05.448793113 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.2520/kcalutils.changes
2021-12-13 20:40:08.668453828 +0100
@@ -1,0 +2,31 @@
+Fri Dec  3 19:21:46 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:39 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.90
+  * New feature release
+- No code change since 21.11.80
+
+---
+Sat Nov 13 17:54:50 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.11.80
+  * New feature release
+- Changes since 21.08.3:
+  * Allow to show header in qtc6
+  * Use "tag" terminology consistently in the UI
+  * Add KDE CI file
+  * Fix some clazy warning
+  * cont'ify variable/pointer
+  * Allow to show email as tooltip (better when we show only name)
+  * Use Calendar instead of MemoryCalendar in interfaces
+
+---

Old:

  kcalutils-21.08.3.tar.xz
  kcalutils-21.08.3.tar.xz.sig

New:

  kcalutils-21.12.0.tar.xz
  kcalutils-21.12.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.ArXW8A/_old  2021-12-13 20:40:09.276453902 +0100
+++ /var/tmp/diff_new_pack.ArXW8A/_new  2021-12-13 20:40:09.280453902 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcalutils
-Version:21.08.3
+Version:21.12.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-21.08.3.tar.xz -> kcalutils-21.12.0.tar.xz ++
 97438 lines of diff (skipped)


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-11-06 18:13:57

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


Package is "kcalutils"

Sat Nov  6 18:13:57 2021 rev:76 rq:929283 version:21.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-10-13 
18:02:41.774955736 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1890/kcalutils.changes
2021-11-06 18:15:05.448793113 +0100
@@ -1,0 +2,9 @@
+Tue Nov  2 21:33:41 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:

  kcalutils-21.08.2.tar.xz
  kcalutils-21.08.2.tar.xz.sig

New:

  kcalutils-21.08.3.tar.xz
  kcalutils-21.08.3.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.b7NrX8/_old  2021-11-06 18:15:06.012793409 +0100
+++ /var/tmp/diff_new_pack.b7NrX8/_new  2021-11-06 18:15:06.016793411 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcalutils
-Version:21.08.2
+Version:21.08.3
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-21.08.2.tar.xz -> kcalutils-21.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.2/CMakeLists.txt 
new/kcalutils-21.08.3/CMakeLists.txt
--- old/kcalutils-21.08.2/CMakeLists.txt2021-09-25 10:14:02.0 
+0200
+++ new/kcalutils-21.08.3/CMakeLists.txt2021-10-09 09:24:47.0 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-set(PIM_VERSION "5.18.2")
+set(PIM_VERSION "5.18.3")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -26,7 +26,7 @@
 include(KPIMGrantleeMacros)
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.18.2")
+set(IDENTITYMANAGER_LIB_VERSION "5.18.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.2/po/ca/libkcalutils5.po 
new/kcalutils-21.08.3/po/ca/libkcalutils5.po
--- old/kcalutils-21.08.2/po/ca/libkcalutils5.po2021-10-05 
07:43:57.0 +0200
+++ new/kcalutils-21.08.3/po/ca/libkcalutils5.po2021-11-02 
01:16:55.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 , 2010, 2011, 2012, 2013, 2016, 2020, 
2021.
+# Josep M. Ferrer , 2010, 2011, 2012, 2013, 2016, 2020, 2021.
 # Antoni Bella P??rez , 2013, 2014, 2015, 2016, 2018, 
2020.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.2/po/ca@valencia/libkcalutils5.po 
new/kcalutils-21.08.3/po/ca@valencia/libkcalutils5.po
--- old/kcalutils-21.08.2/po/ca@valencia/libkcalutils5.po   2021-10-05 
07:43:57.0 +0200
+++ new/kcalutils-21.08.3/po/ca@valencia/libkcalutils5.po   2021-11-02 
01:16:55.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 , 2010, 2011, 2012, 2013, 2016, 2020, 
2021.
+# Josep M. Ferrer , 2010, 2011, 2012, 2013, 2016, 2020, 2021.
 # Antoni Bella P??rez , 2013, 2014, 2015, 2016, 2018, 
2020.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.2/po/de/libkcalutils5.po 
new/kcalutils-21.08.3/po/de/libkcalutils5.po
--- old/kcalutils-21.08.2/po/de/libkcalutils5.po2021-10-05 
07:43:57.0 +0200
+++ new/kcalutils-21.08.3/po/de/libkcalutils5.po2021-11-02 
01:16:55.0 +0100
@@ -17,6 +17,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 19.12.3\n"
 
 #: src/grantleetemplatemanager.cpp:83
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-10-13 18:02:17

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


Package is "kcalutils"

Wed Oct 13 18:02:17 2021 rev:75 rq:923872 version:21.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-09-04 
22:34:36.112091612 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.2443/kcalutils.changes
2021-10-13 18:02:41.774955736 +0200
@@ -1,0 +2,10 @@
+Tue Oct  5 16:27:58 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:
+  * Display completion date as a date and time
+
+---

Old:

  kcalutils-21.08.1.tar.xz
  kcalutils-21.08.1.tar.xz.sig

New:

  kcalutils-21.08.2.tar.xz
  kcalutils-21.08.2.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.hHPErw/_old  2021-10-13 18:02:42.350956639 +0200
+++ /var/tmp/diff_new_pack.hHPErw/_new  2021-10-13 18:02:42.354956645 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcalutils
-Version:21.08.1
+Version:21.08.2
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-21.08.1.tar.xz -> kcalutils-21.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.1/.gitlab-ci.yml 
new/kcalutils-21.08.2/.gitlab-ci.yml
--- old/kcalutils-21.08.1/.gitlab-ci.yml2021-08-13 08:46:25.0 
+0200
+++ new/kcalutils-21.08.2/.gitlab-ci.yml2021-09-25 10:14:02.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/kcalutils-21.08.1/CMakeLists.txt 
new/kcalutils-21.08.2/CMakeLists.txt
--- old/kcalutils-21.08.1/CMakeLists.txt2021-08-13 08:46:25.0 
+0200
+++ new/kcalutils-21.08.2/CMakeLists.txt2021-09-25 10:14:02.0 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-set(PIM_VERSION "5.18.1")
+set(PIM_VERSION "5.18.2")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -26,7 +26,7 @@
 include(KPIMGrantleeMacros)
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.18.1")
+set(IDENTITYMANAGER_LIB_VERSION "5.18.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.1/autotests/data/todo-2.html 
new/kcalutils-21.08.2/autotests/data/todo-2.html
--- old/kcalutils-21.08.1/autotests/data/todo-2.html1970-01-01 
01:00:00.0 +0100
+++ new/kcalutils-21.08.2/autotests/data/todo-2.html2021-09-25 
10:14:02.0 +0200
@@ -0,0 +1,66 @@
+
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;>
+http://www.w3.org/1999/xhtml;>
+  
+
+
+
+  
+  
+
+th {
+text-align: left;
+width: 25%;
+white-space: nowrap;
+font-weight: bold;
+}
+.header th {
+vertical-align: middle;
+}
+td {
+padding-left: 5px;
+}
+
+
+
+  
+
+  
+
+
+  
+completed to-do
+  
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+Completed:
+Wednesday, 22 September 2021 20:28:15 UTC
+  
+
+
+
+
+  Creation date: Wednesday, 22 September 2021 20:28:00 UTC
+
+  
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.1/autotests/data/todo-2.ical 
new/kcalutils-21.08.2/autotests/data/todo-2.ical
--- old/kcalutils-21.08.1/autotests/data/todo-2.ical1970-01-01 
01:00:00.0 +0100
+++ new/kcalutils-21.08.2/autotests/data/todo-2.ical2021-09-25 
10:14:02.0 +0200
@@ -0,0 +1,17 @@
+BEGIN:VCALENDAR
+PRODID:-//K Desktop Environment//NONSGML KOrganizer 5.18.2 (21.08.2)//EN
+VERSION:2.0
+X-KDE-ICAL-IMPLEMENTATION-VERSION:1.0
+BEGIN:VTODO

commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-09-04 22:33:01

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


Package is "kcalutils"

Sat Sep  4 22:33:01 2021 rev:74 rq:915873 version:21.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-08-16 
10:06:49.707436575 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1899/kcalutils.changes
2021-09-04 22:34:36.112091612 +0200
@@ -1,0 +2,9 @@
+Wed Sep  1 12:38:06 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:

  kcalutils-21.08.0.tar.xz
  kcalutils-21.08.0.tar.xz.sig

New:

  kcalutils-21.08.1.tar.xz
  kcalutils-21.08.1.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.iQHHSc/_old  2021-09-04 22:34:36.552092196 +0200
+++ /var/tmp/diff_new_pack.iQHHSc/_new  2021-09-04 22:34:36.556092201 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcalutils
-Version:21.08.0
+Version:21.08.1
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-21.08.0.tar.xz -> kcalutils-21.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.0/CMakeLists.txt 
new/kcalutils-21.08.1/CMakeLists.txt
--- old/kcalutils-21.08.0/CMakeLists.txt2021-07-31 12:07:50.0 
+0200
+++ new/kcalutils-21.08.1/CMakeLists.txt2021-08-13 08:46:25.0 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 
-set(PIM_VERSION "5.18.0")
+set(PIM_VERSION "5.18.1")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -26,7 +26,7 @@
 include(KPIMGrantleeMacros)
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.18.0")
+set(IDENTITYMANAGER_LIB_VERSION "5.18.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.0/po/de/libkcalutils5.po 
new/kcalutils-21.08.1/po/de/libkcalutils5.po
--- old/kcalutils-21.08.0/po/de/libkcalutils5.po2021-08-06 
02:22:18.0 +0200
+++ new/kcalutils-21.08.1/po/de/libkcalutils5.po2021-08-31 
02:36:17.0 +0200
@@ -17,7 +17,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.12.3\n"
 
 #: src/grantleetemplatemanager.cpp:83
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.0/po/fi/libkcalutils5.po 
new/kcalutils-21.08.1/po/fi/libkcalutils5.po
--- old/kcalutils-21.08.0/po/fi/libkcalutils5.po2021-08-06 
02:22:18.0 +0200
+++ new/kcalutils-21.08.1/po/fi/libkcalutils5.po2021-08-31 
02:36:17.0 +0200
@@ -1,6 +1,6 @@
 # Copyright ?? 2011, 2012 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdepim package.
-# Tommi Nieminen , 2011, 2012, 2015, 2016, 2018, 2020.
+# Tommi Nieminen , 2011, 2012, 2015, 2016, 2018, 
2020, 2021.
 # Lasse Liehu , 2012, 2013, 2014, 2015.
 #
 # KDE Finnish translation sprint participants:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.08.0/po/zh_CN/libkcalutils5.po 
new/kcalutils-21.08.1/po/zh_CN/libkcalutils5.po
--- old/kcalutils-21.08.0/po/zh_CN/libkcalutils5.po 2021-08-06 
02:22:18.0 +0200
+++ new/kcalutils-21.08.1/po/zh_CN/libkcalutils5.po 2021-08-31 
02:36:17.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-02-02 02:47+0100\n"
-"PO-Revision-Date: 2021-07-26 13:50\n"
+"PO-Revision-Date: 2021-08-30 11:46\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-08-16 10:06:17

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


Package is "kcalutils"

Mon Aug 16 10:06:17 2021 rev:73 rq:911643 version:21.08.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-07-09 
23:58:36.660864325 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1899/kcalutils.changes
2021-08-16 10:06:49.707436575 +0200
@@ -1,0 +2,25 @@
+Fri Aug  6 09:36:34 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:04:45 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+---
+Sat Jul 17 20:05:51 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.07.80
+  * New feature release
+- Changes since 21.04.3:
+  * modernize code
+- Only install the license files once
+
+---

Old:

  kcalutils-21.04.3.tar.xz
  kcalutils-21.04.3.tar.xz.sig

New:

  kcalutils-21.08.0.tar.xz
  kcalutils-21.08.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.8hxktU/_old  2021-08-16 10:06:52.819432844 +0200
+++ /var/tmp/diff_new_pack.8hxktU/_new  2021-08-16 10:06:52.823432839 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcalutils
-Version:21.04.3
+Version:21.08.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later
@@ -43,10 +43,9 @@
 BuildRequires:  cmake(KF5IdentityManagement)
 BuildRequires:  cmake(KF5KDELibs4Support) >= %{kf5_version}
 BuildRequires:  cmake(Qt5Test)
-%if %{with lang}
 # Only with stable builds
+%if %{with lang}
 %requires_eqgrantlee5
-Recommends: %{name}-lang
 %endif
 
 %description
@@ -103,7 +102,6 @@
 %{_kf5_libdir}/libKF5CalendarUtils.so.*
 
 %files devel
-%license LICENSES/*
 %{_kf5_cmakedir}/KF5CalendarUtils/
 %{_kf5_includedir}/KCalUtils/
 %{_kf5_includedir}/kcalutils_version.h
@@ -111,12 +109,10 @@
 %{_kf5_mkspecsdir}/qt_KCalUtils.pri
 
 %files
-%license LICENSES/*
 %{_libdir}/grantlee/
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license LICENSES/*
 %endif
 
 %changelog


++ kcalutils-21.04.3.tar.xz -> kcalutils-21.08.0.tar.xz ++
 3283 lines of diff (skipped)


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-07-09 23:57:47

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


Package is "kcalutils"

Fri Jul  9 23:57:47 2021 rev:72 rq:904902 version:21.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-06-12 
20:06:20.536750209 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.2625/kcalutils.changes
2021-07-09 23:58:36.660864325 +0200
@@ -1,0 +2,9 @@
+Wed Jul  7 08:57:16 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:

  kcalutils-21.04.2.tar.xz
  kcalutils-21.04.2.tar.xz.sig

New:

  kcalutils-21.04.3.tar.xz
  kcalutils-21.04.3.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.aYDCZ1/_old  2021-07-09 23:58:37.172860343 +0200
+++ /var/tmp/diff_new_pack.aYDCZ1/_new  2021-07-09 23:58:37.172860343 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcalutils
-Version:21.04.2
+Version:21.04.3
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-21.04.2.tar.xz -> kcalutils-21.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.04.2/CMakeLists.txt 
new/kcalutils-21.04.3/CMakeLists.txt
--- old/kcalutils-21.04.2/CMakeLists.txt2021-06-06 18:12:03.0 
+0200
+++ new/kcalutils-21.04.3/CMakeLists.txt2021-06-16 07:21:57.0 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
 
-set(PIM_VERSION "5.17.2")
+set(PIM_VERSION "5.17.3")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -26,7 +26,7 @@
 include(KPIMGrantleeMacros)
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.17.2")
+set(IDENTITYMANAGER_LIB_VERSION "5.17.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.04.2/po/zh_CN/libkcalutils5.po 
new/kcalutils-21.04.3/po/zh_CN/libkcalutils5.po
--- old/kcalutils-21.04.2/po/zh_CN/libkcalutils5.po 2021-06-08 
08:16:05.0 +0200
+++ new/kcalutils-21.04.3/po/zh_CN/libkcalutils5.po 2021-07-06 
07:26:26.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-02-02 02:47+0100\n"
-"PO-Revision-Date: 2021-06-03 16:08\n"
+"PO-Revision-Date: 2021-06-20 07:38\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-05-16 23:39:46

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


Package is "kcalutils"

Sun May 16 23:39:46 2021 rev:70 rq:892761 version:21.04.1

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-04-24 
23:08:07.783307972 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.2988/kcalutils.changes
2021-05-16 23:39:58.930085678 +0200
@@ -1,0 +2,9 @@
+Wed May 12 06:07:17 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:

  kcalutils-21.04.0.tar.xz
  kcalutils-21.04.0.tar.xz.sig

New:

  kcalutils-21.04.1.tar.xz
  kcalutils-21.04.1.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.th9c5v/_old  2021-05-16 23:39:59.438083785 +0200
+++ /var/tmp/diff_new_pack.th9c5v/_new  2021-05-16 23:39:59.438083785 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcalutils
-Version:21.04.0
+Version:21.04.1
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-21.04.0.tar.xz -> kcalutils-21.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.04.0/CMakeLists.txt 
new/kcalutils-21.04.1/CMakeLists.txt
--- old/kcalutils-21.04.0/CMakeLists.txt2021-04-11 13:05:35.0 
+0200
+++ new/kcalutils-21.04.1/CMakeLists.txt2021-04-25 10:50:04.0 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
 
-set(PIM_VERSION "5.17.0")
+set(PIM_VERSION "5.17.1")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -26,7 +26,7 @@
 include(KPIMGrantleeMacros)
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.17.0")
+set(IDENTITYMANAGER_LIB_VERSION "5.17.1")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-21.04.0/po/zh_CN/libkcalutils5.po 
new/kcalutils-21.04.1/po/zh_CN/libkcalutils5.po
--- old/kcalutils-21.04.0/po/zh_CN/libkcalutils5.po 2021-04-16 
10:45:18.0 +0200
+++ new/kcalutils-21.04.1/po/zh_CN/libkcalutils5.po 2021-05-11 
09:27:29.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2021-02-02 02:47+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 kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-04-24 23:07:30

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


Package is "kcalutils"

Sat Apr 24 23:07:30 2021 rev:69 rq:887631 version:21.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-03-08 
15:12:16.633710209 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.12324/kcalutils.changes   
2021-04-24 23:08:07.783307972 +0200
@@ -1,0 +2,29 @@
+Fri Apr 16 16:11:34 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:01 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+---
+Sun Mar 21 13:27:42 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Use autorcc directly
+  * Use git commit hook
+  * run git clang-format
+  * It's already in qt5.14
+  * Remove not implemented method
+  * It compiles fine without deprecated method
+
+---

Old:

  kcalutils-20.12.3.tar.xz
  kcalutils-20.12.3.tar.xz.sig

New:

  kcalutils-21.04.0.tar.xz
  kcalutils-21.04.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.Cec3LA/_old  2021-04-24 23:08:09.339310172 +0200
+++ /var/tmp/diff_new_pack.Cec3LA/_new  2021-04-24 23:08:09.343310177 +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:   kcalutils
-Version:20.12.3
+Version:21.04.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 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:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Grantlee5)
@@ -38,10 +42,8 @@
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
 BuildRequires:  cmake(KF5IdentityManagement)
 BuildRequires:  cmake(KF5KDELibs4Support) >= %{kf5_version}
-BuildRequires:  cmake(Qt5Test) >= 5.2.0
+BuildRequires:  cmake(Qt5Test)
 %if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
 # Only with stable builds
 %requires_eqgrantlee5
 Recommends: %{name}-lang
@@ -79,7 +81,7 @@
 %endif
 
 %prep
-%setup -q -n kcalutils-%{version}
+%autosetup -p1 -n kcalutils-%{version}
 
 %build
   %cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
@@ -96,9 +98,9 @@
 
 %files -n libKF5CalendarUtils5
 %license LICENSES/*
-%{_kf5_libdir}/libKF5CalendarUtils.so.*
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
+%{_kf5_libdir}/libKF5CalendarUtils.so.*
 
 %files devel
 %license LICENSES/*


++ kcalutils-20.12.3.tar.xz -> kcalutils-21.04.0.tar.xz ++
 109772 lines of diff (skipped)


commit kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-03-08 15:11:51

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


Package is "kcalutils"

Mon Mar  8 15:11:51 2021 rev:68 rq:877067 version:20.12.3

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-02-07 
15:15:22.557473496 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.2378/kcalutils.changes
2021-03-08 15:12:16.633710209 +0100
@@ -1,0 +2,9 @@
+Thu Mar  4 06:10:01 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:

  kcalutils-20.12.2.tar.xz
  kcalutils-20.12.2.tar.xz.sig

New:

  kcalutils-20.12.3.tar.xz
  kcalutils-20.12.3.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.dg7doG/_old  2021-03-08 15:12:17.449710837 +0100
+++ /var/tmp/diff_new_pack.dg7doG/_new  2021-03-08 15:12:17.453710840 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcalutils
-Version:20.12.2
+Version:20.12.3
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-20.12.2.tar.xz -> kcalutils-20.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-20.12.2/CMakeLists.txt 
new/kcalutils-20.12.3/CMakeLists.txt
--- old/kcalutils-20.12.2/CMakeLists.txt2021-02-02 01:50:40.0 
+0100
+++ new/kcalutils-20.12.3/CMakeLists.txt2021-03-02 01:50:55.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(PIM_VERSION "5.16.2")
+set(PIM_VERSION "5.16.3")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -25,7 +25,7 @@
 include(KPIMGrantleeMacros)
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.16.2")
+set(IDENTITYMANAGER_LIB_VERSION "5.16.3")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-20.12.2/po/fr/libkcalutils5.po 
new/kcalutils-20.12.3/po/fr/libkcalutils5.po
--- old/kcalutils-20.12.2/po/fr/libkcalutils5.po2021-02-02 
01:50:39.0 +0100
+++ new/kcalutils-20.12.3/po/fr/libkcalutils5.po2021-03-02 
01:50:55.0 +0100
@@ -25,7 +25,7 @@
 "POT-Creation-Date: 2020-12-24 08:26+0100\n"
 "PO-Revision-Date: 2021-01-11 12:46+0100\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/kcalutils-20.12.2/po/zh_CN/libkcalutils5.po 
new/kcalutils-20.12.3/po/zh_CN/libkcalutils5.po
--- old/kcalutils-20.12.2/po/zh_CN/libkcalutils5.po 2021-02-02 
01:50:40.0 +0100
+++ new/kcalutils-20.12.3/po/zh_CN/libkcalutils5.po 2021-03-02 
01:50:55.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-12-24 08:26+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 kcalutils 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 kcalutils for openSUSE:Factory 
checked in at 2021-02-07 15:14:59

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


Package is "kcalutils"

Sun Feb  7 15:14:59 2021 rev:67 rq:869295 version:20.12.2

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2021-01-08 
17:35:40.820877394 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.28504/kcalutils.changes   
2021-02-07 15:15:22.557473496 +0100
@@ -1,0 +2,9 @@
+Wed Feb  3 08:28:19 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:

  kcalutils-20.12.1.tar.xz
  kcalutils-20.12.1.tar.xz.sig

New:

  kcalutils-20.12.2.tar.xz
  kcalutils-20.12.2.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.Za84Lh/_old  2021-02-07 15:15:23.269474257 +0100
+++ /var/tmp/diff_new_pack.Za84Lh/_new  2021-02-07 15:15:23.277474265 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kcalutils
-Version:20.12.1
+Version:20.12.2
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later

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

++ kcalutils-20.12.1.tar.xz -> kcalutils-20.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-20.12.1/CMakeLists.txt 
new/kcalutils-20.12.2/CMakeLists.txt
--- old/kcalutils-20.12.1/CMakeLists.txt2021-01-05 02:23:21.0 
+0100
+++ new/kcalutils-20.12.2/CMakeLists.txt2021-02-02 01:50:40.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(PIM_VERSION "5.16.1")
+set(PIM_VERSION "5.16.2")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
@@ -25,7 +25,7 @@
 include(KPIMGrantleeMacros)
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(IDENTITYMANAGER_LIB_VERSION "5.16.1")
+set(IDENTITYMANAGER_LIB_VERSION "5.16.2")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-20.12.1/po/fr/libkcalutils5.po 
new/kcalutils-20.12.2/po/fr/libkcalutils5.po
--- old/kcalutils-20.12.1/po/fr/libkcalutils5.po2021-01-05 
02:23:21.0 +0100
+++ new/kcalutils-20.12.2/po/fr/libkcalutils5.po2021-02-02 
01:50:39.0 +0100
@@ -14,7 +14,7 @@
 # Sebastien Renard , 2010.
 # S??bastien Renard , 2010, 2011, 2012, 2014.
 # Geoffray Levasseur , 2013.
-# xavier , 2013, 2020.
+# xavier , 2013, 2020, 2021.
 # Vincent Pinon , 2017.
 # Simon Depiets , 2019.
 #
@@ -23,15 +23,15 @@
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-12-24 08:26+0100\n"
-"PO-Revision-Date: 2020-06-26 18:23+0200\n"
+"PO-Revision-Date: 2021-01-11 12:46+0100\n"
 "Last-Translator: Xavier Besnard \n"
-"Language-Team: French \n"
+"Language-Team: FR\n"
 "Language: fr\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 20.04.2\n"
+"X-Generator: Lokalize 20.12.0\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -1584,7 +1584,7 @@
 msgid "Recurs weekly on %2"
 msgid_plural "Recurs every %1 weeks on %2"
 msgstr[0] "R??p??ter hebdomadairement jusqu'%2"
-msgstr[1] "R??p??ter toutes les %1 semaines jusqu'%2"
+msgstr[1] "R??p??ter toutes les %1 semaines jusqu'?? %2"
 
 #: src/incidenceformatter.cpp:3208
 #, kde-format
@@ -1592,7 +1592,7 @@
 msgid "Recurs every month on the %2 %3 until %4"
 msgid_plural "Recurs every %1 months on the %2 %3 until %4"
 msgstr[0] "R??p??ter mensuellement le %2 %3 jusqu'?? %4"
-msgstr[1] "R??p??ter tous les %1 mois le %2 %3 jusqu'?? %4"
+msgstr[1] "R??p??ter tous les %1 mois le %2 %3 jusqu'?? %4"
 
 #: src/incidenceformatter.cpp:3221
 #, kde-format
@@ -1616,7 +1616,7 @@
 msgid "Recurs monthly on the %2 day"
 msgid_plural "Recurs every %1 month on the %2 

commit kcalutils for openSUSE:Factory

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

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

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


Package is "kcalutils"

Thu Dec 17 16:55:26 2020 rev:65 rq:855143 version:20.12.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes  2020-11-10 
13:35:55.920893310 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.5145/kcalutils.changes
2020-12-17 16:55:35.225106065 +0100
@@ -1,0 +2,28 @@
+Sat Dec  5 23:15:56 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:11 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.11.90
+  * New feature release
+- No code change since 20.11.80
+
+---
+Sat Nov 14 00:01:06 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.11.80
+  * New feature release
+- Changes since 20.08.3:
+  * Modernize code
+  * Fix generate pri file
+  * If include is define in .h remove it if it's defined in .cpp too (scripted)
+  * Time to increase version
+  * const'ify pointer
+
+---

Old:

  kcalutils-20.08.3.tar.xz
  kcalutils-20.08.3.tar.xz.sig

New:

  kcalutils-20.12.0.tar.xz
  kcalutils-20.12.0.tar.xz.sig



Other differences:
--
++ kcalutils.spec ++
--- /var/tmp/diff_new_pack.FUyRrS/_old  2020-12-17 16:55:35.869106756 +0100
+++ /var/tmp/diff_new_pack.FUyRrS/_new  2020-12-17 16:55:35.873106760 +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:   kcalutils
-Version:20.08.3
+Version:20.12.0
 Release:0
 Summary:Library with utility functions for handling calendar data
 License:LGPL-2.1-or-later


++ kcalutils-20.08.3.tar.xz -> kcalutils-20.12.0.tar.xz ++
 82298 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