Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package calendarsupport for openSUSE:Factory
checked in at 2021-05-16 23:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old)
and /work/SRC/openSUSE:Factory/.calendarsupport.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calendarsupport"
Sun May 16 23:39:37 2021 rev:64 rq:892719 version:21.04.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes
2021-04-24 23:07:51.923285543 +0200
+++
/work/SRC/openSUSE:Factory/.calendarsupport.new.2988/calendarsupport.changes
2021-05-16 23:39:39.502158074 +0200
@@ -1,0 +2,9 @@
+Wed May 12 06:06:48 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- 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:
----
calendarsupport-21.04.0.tar.xz
calendarsupport-21.04.0.tar.xz.sig
New:
----
calendarsupport-21.04.1.tar.xz
calendarsupport-21.04.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ calendarsupport.spec ++++++
--- /var/tmp/diff_new_pack.9nmpGi/_old 2021-05-16 23:39:39.982156285 +0200
+++ /var/tmp/diff_new_pack.9nmpGi/_new 2021-05-16 23:39:39.982156285 +0200
@@ -22,7 +22,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: calendarsupport
-Version: 21.04.0
+Version: 21.04.1
Release: 0
Summary: KDE PIM calendaring support library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ calendarsupport-21.04.0.tar.xz -> calendarsupport-21.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-21.04.0/CMakeLists.txt
new/calendarsupport-21.04.1/CMakeLists.txt
--- old/calendarsupport-21.04.0/CMakeLists.txt 2021-04-11 13:08:20.000000000
+0200
+++ new/calendarsupport-21.04.1/CMakeLists.txt 2021-04-25 10:52:54.000000000
+0200
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
-set(PIM_VERSION "5.17.0")
+set(PIM_VERSION "5.17.1")
project(calendarsupport VERSION ${PIM_VERSION})
@@ -24,15 +24,15 @@
include(ECMAddTests)
set(CALENDARSUPPORT_LIB_VERSION ${PIM_VERSION})
-set(AKONADI_MIMELIB_VERSION "5.17.0")
+set(AKONADI_MIMELIB_VERSION "5.17.1")
set(QT_REQUIRED_VERSION "5.14.0")
-set(KMIME_LIB_VERSION "5.17.0")
-set(CALENDARUTILS_LIB_VERSION "5.17.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.17.0")
-set(AKONADICALENDAR_LIB_VERSION "5.17.0")
-set(PIMCOMMON_LIB_VERSION "5.17.0")
-set(AKONADI_VERSION "5.17.0")
-set(AKONADI_NOTES_VERSION "5.17.0")
+set(KMIME_LIB_VERSION "5.17.1")
+set(CALENDARUTILS_LIB_VERSION "5.17.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.17.1")
+set(AKONADICALENDAR_LIB_VERSION "5.17.1")
+set(PIMCOMMON_LIB_VERSION "5.17.1")
+set(AKONADI_VERSION "5.17.1")
+set(AKONADI_NOTES_VERSION "5.17.1")
find_package(KF5Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test
PrintSupport)
find_package(KF5I18n ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-21.04.0/po/zh_CN/calendarsupport.po
new/calendarsupport-21.04.1/po/zh_CN/calendarsupport.po
--- old/calendarsupport-21.04.0/po/zh_CN/calendarsupport.po 2021-04-16
10:46:49.000000000 +0200
+++ new/calendarsupport-21.04.1/po/zh_CN/calendarsupport.po 2021-05-11
09:29:33.000000000 +0200
@@ -11,7 +11,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-03-28 13:54+0000\n"
-"PO-Revision-Date: 2021-03-27 17:31\n"
+"PO-Revision-Date: 2021-04-24 15:44\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-21.04.0/src/autotests/CMakeLists.txt
new/calendarsupport-21.04.1/src/autotests/CMakeLists.txt
--- old/calendarsupport-21.04.0/src/autotests/CMakeLists.txt 2021-04-11
13:08:20.000000000 +0200
+++ new/calendarsupport-21.04.1/src/autotests/CMakeLists.txt 2021-04-25
10:52:54.000000000 +0200
@@ -15,4 +15,4 @@
KF5::CalendarSupport
)
-ecm_add_test(placeitemtest LINK_LIBRARIES Qt5::Test KF5::CalendarSupport)
+ecm_add_test(placeitemtest.cpp LINK_LIBRARIES Qt5::Test KF5::CalendarSupport)