Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kcalutils for openSUSE:Factory checked in at 2025-11-08 16:27:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcalutils (Old) and /work/SRC/openSUSE:Factory/.kcalutils.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcalutils" Sat Nov 8 16:27:26 2025 rev:126 rq:1316181 version:25.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes 2025-10-13 17:23:42.786202617 +0200 +++ /work/SRC/openSUSE:Factory/.kcalutils.new.1980/kcalutils.changes 2025-11-08 16:28:06.384071729 +0100 @@ -1,0 +2,10 @@ +Thu Nov 6 18:37:28 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.08.3/ +- Changes since 25.08.2: + * Use en_US locale to fix the testincidenceformatter test. + +------------------------------------------------------------------- Old: ---- kcalutils-25.08.2.tar.xz kcalutils-25.08.2.tar.xz.sig New: ---- kcalutils-25.08.3.tar.xz kcalutils-25.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcalutils.spec ++++++ --- /var/tmp/diff_new_pack.y7afUX/_old 2025-11-08 16:28:06.932094670 +0100 +++ /var/tmp/diff_new_pack.y7afUX/_new 2025-11-08 16:28:06.932094670 +0100 @@ -18,11 +18,11 @@ %define kf6_version 6.14.0 %define qt6_version 6.8.0 -%define kpim6_version 6.5.2 +%define kpim6_version 6.5.3 %bcond_without released Name: kcalutils -Version: 25.08.2 +Version: 25.08.3 Release: 0 Summary: Library with utility functions for handling calendar data License: LGPL-2.1-or-later ++++++ kcalutils-25.08.2.tar.xz -> kcalutils-25.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/CMakeLists.txt new/kcalutils-25.08.3/CMakeLists.txt --- old/kcalutils-25.08.2/CMakeLists.txt 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/CMakeLists.txt 2025-10-30 11:55:36.000000000 +0100 @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "6.5.2") +set(PIM_VERSION "6.5.3") project(KCalUtils VERSION ${PIM_VERSION}) # ECM setup @@ -71,7 +71,7 @@ ) set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION}) -set(IDENTITYMANAGER_LIB_VERSION "6.5.2") +set(IDENTITYMANAGER_LIB_VERSION "6.5.3") ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/src/kcalutils_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KPim6CalendarUtilsConfigVersion.cmake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/CMakeLists.txt new/kcalutils-25.08.3/autotests/CMakeLists.txt --- old/kcalutils-25.08.2/autotests/CMakeLists.txt 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/CMakeLists.txt 2025-10-30 11:55:36.000000000 +0100 @@ -20,17 +20,3 @@ NAME_PREFIX "kcalutils-" LINK_LIBRARIES KPim6CalendarUtils Qt::Core Qt::Test KF6::CalendarCore KF6::I18n KPim6::IdentityManagementCore KF6::TextTemplate ) - -# Make sure that dates are formatted in C locale -set_tests_properties( - kcalutils-testincidenceformatter - PROPERTIES - ENVIRONMENT - "LC_ALL=C" -) -set_tests_properties( - kcalutils-testtodotooltip - PROPERTIES - ENVIRONMENT - "LC_ALL=C" -) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/event-1.html new/kcalutils-25.08.3/autotests/data/event-1.html --- old/kcalutils-25.08.2/autotests/data/event-1.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/event-1.html 2025-10-30 11:55:36.000000000 +0100 @@ -41,11 +41,11 @@ <!-- Start/end --> <tr> <th valign="top">Date:</th> - <td>Friday, 20 May 2005</td> + <td>Friday, May 20, 2005</td> </tr> <tr> <th valign="top">Time:</th> - <td>17:00:00 - 18:00:00</td> + <td>5:00 PM - 6:00 PM</td> </tr> <!-- Duration --> <tr> @@ -55,7 +55,7 @@ <!-- Recurrence --> <tr> <th valign="top">Recurrence:</th> - <td>Recurs every 3 months on the 2nd Last Friday until 22 May 2009 17:00:00 (17 occurrences)</td> + <td>Recurs every 3 months on the 2nd Last Friday until 5/22/09 5:00 PM (17 occurrences)</td> </tr> <!-- Birthday --> <!-- Anniversary --> @@ -71,7 +71,7 @@ </table> <!-- Creation --> <p> - <em>Creation date: Friday, 20 May 2005 10:58:56 UTC</em> + <em>Creation date: Friday, May 20, 2005 10:58:56 AM Coordinated Universal Time</em> <br /> <em>Revision: 2</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/event-2.html new/kcalutils-25.08.3/autotests/data/event-2.html --- old/kcalutils-25.08.2/autotests/data/event-2.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/event-2.html 2025-10-30 11:55:36.000000000 +0100 @@ -46,11 +46,11 @@ <!-- Start/end --> <tr> <th valign="top">Date:</th> - <td>Wednesday, 30 September 2015</td> + <td>Wednesday, September 30, 2015</td> </tr> <tr> <th valign="top">Time:</th> - <td>01:00:00 - 02:30:00</td> + <td>1:00 AM - 2:30 AM</td> </tr> <!-- Duration --> <tr> @@ -113,7 +113,7 @@ </table> <!-- Creation --> <p> - <em>Creation date: Wednesday, 30 September 2015 09:03:51 UTC</em> + <em>Creation date: Wednesday, September 30, 2015 9:03:51 AM Coordinated Universal Time</em> <br /> <em>Revision: 0</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/event-allday-multiday.html new/kcalutils-25.08.3/autotests/data/event-allday-multiday.html --- old/kcalutils-25.08.2/autotests/data/event-allday-multiday.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/event-allday-multiday.html 2025-10-30 11:55:36.000000000 +0100 @@ -40,7 +40,7 @@ <!-- Start/end --> <tr> <th valign="top">Date:</th> - <td>Friday, 20 May 2005</td> + <td>Friday, May 20, 2005</td> </tr> <!-- Duration --> <tr> @@ -62,7 +62,7 @@ </table> <!-- Creation --> <p> - <em>Creation date: Friday, 20 May 2005 10:58:56 UTC</em> + <em>Creation date: Friday, May 20, 2005 10:58:56 AM Coordinated Universal Time</em> <br /> <em>Revision: 2</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/event-allday.html new/kcalutils-25.08.3/autotests/data/event-allday.html --- old/kcalutils-25.08.2/autotests/data/event-allday.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/event-allday.html 2025-10-30 11:55:36.000000000 +0100 @@ -40,7 +40,7 @@ <!-- Start/end --> <tr> <th valign="top">Date:</th> - <td>Friday, 20 May 2005</td> + <td>Friday, May 20, 2005</td> </tr> <!-- Duration --> <tr> @@ -62,7 +62,7 @@ </table> <!-- Creation --> <p> - <em>Creation date: Friday, 20 May 2005 10:58:56 UTC</em> + <em>Creation date: Friday, May 20, 2005 10:58:56 AM Coordinated Universal Time</em> <br /> <em>Revision: 2</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/event-exception-single.html new/kcalutils-25.08.3/autotests/data/event-exception-single.html --- old/kcalutils-25.08.2/autotests/data/event-exception-single.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/event-exception-single.html 2025-10-30 11:55:36.000000000 +0100 @@ -40,11 +40,11 @@ <!-- Start/end --> <tr> <th valign="top">Date:</th> - <td>Thursday, 19 May 2005</td> + <td>Thursday, May 19, 2005</td> </tr> <tr> <th valign="top">Time:</th> - <td>09:45:00 - 13:15:00</td> + <td>9:45 AM - 1:15 PM</td> </tr> <!-- Duration --> <tr> @@ -70,7 +70,7 @@ </table> <!-- Creation --> <p> - <em>Creation date: Sunday, 22 May 2005 20:12:07 UTC</em> + <em>Creation date: Sunday, May 22, 2005 8:12:07 PM Coordinated Universal Time</em> <br /> <em>Revision: 0</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/event-exception-thisandfuture.html new/kcalutils-25.08.3/autotests/data/event-exception-thisandfuture.html --- old/kcalutils-25.08.2/autotests/data/event-exception-thisandfuture.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/event-exception-thisandfuture.html 2025-10-30 11:55:36.000000000 +0100 @@ -40,11 +40,11 @@ <!-- Start/end --> <tr> <th valign="top">Date:</th> - <td>Thursday, 19 May 2005</td> + <td>Thursday, May 19, 2005</td> </tr> <tr> <th valign="top">Time:</th> - <td>09:45:00 - 13:15:00</td> + <td>9:45 AM - 1:15 PM</td> </tr> <!-- Duration --> <tr> @@ -70,7 +70,7 @@ </table> <!-- Creation --> <p> - <em>Creation date: Sunday, 22 May 2005 20:12:07 UTC</em> + <em>Creation date: Sunday, May 22, 2005 8:12:07 PM Coordinated Universal Time</em> <br /> <em>Revision: 0</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/event-multiday.html new/kcalutils-25.08.3/autotests/data/event-multiday.html --- old/kcalutils-25.08.2/autotests/data/event-multiday.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/event-multiday.html 2025-10-30 11:55:36.000000000 +0100 @@ -41,7 +41,7 @@ <!-- Start/end --> <tr> <th valign="top">Date:</th> - <td>Friday, 20 May 2005 - Saturday, 21 May 2005</td> + <td>Friday, May 20, 2005 - Saturday, May 21, 2005</td> </tr> <!-- Duration --> <tr> @@ -51,7 +51,7 @@ <!-- Recurrence --> <tr> <th valign="top">Recurrence:</th> - <td>Recurs every 3 months on the 2nd Last Friday until 22 May 2009 17:00:00 (17 occurrences)</td> + <td>Recurs every 3 months on the 2nd Last Friday until 5/22/09 5:00 PM (17 occurrences)</td> </tr> <!-- Birthday --> <!-- Anniversary --> @@ -67,7 +67,7 @@ </table> <!-- Creation --> <p> - <em>Creation date: Friday, 20 May 2005 10:58:56 UTC</em> + <em>Creation date: Friday, May 20, 2005 10:58:56 AM Coordinated Universal Time</em> <br /> <em>Revision: 2</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/freebusy-1.html new/kcalutils-25.08.3/autotests/data/freebusy-1.html --- old/kcalutils-25.08.2/autotests/data/freebusy-1.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/freebusy-1.html 2025-10-30 11:55:36.000000000 +0100 @@ -23,12 +23,12 @@ </style> <h2>Free/Busy information for [email protected]</h2> - <h4>Busy times in date range 30 Sep 2015 - 31 Oct 2015:</h4> + <h4>Busy times in date range 9/30/15 - 10/31/15:</h4> <p><em><b>Busy:</b></em> -30 Sep 2015, 12:00:00 - 14:00:00 - <br />5 Oct 2015, 09:30:00 - 10:00:00 - <br />12 Oct 2015, 09:30:00 - 10:00:00 - <br />20 Oct 2015 00:00:00 - 27 Oct 2015 00:00:00 +9/30/15, 12:00 PM - 2:00 PM + <br />10/5/15, 9:30 AM - 10:00 AM + <br />10/12/15, 9:30 AM - 10:00 AM + <br />10/20/15 12:00 AM - 10/27/15 12:00 AM </p> </body> </html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-accepted-reply.html new/kcalutils-25.08.3/autotests/data/itip-event-accepted-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-event-accepted-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-accepted-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 11:00:00 UTC - 12:00:00</td> + <td>Thursday, January 1, 2015 11:00:00 AM Coordinated Universal Time - 12:00 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-allday.html new/kcalutils-25.08.3/autotests/data/itip-event-allday.html --- old/kcalutils-25.08.2/autotests/data/itip-event-allday.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-allday.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 - 00:00:00</td> + <td>Thursday, January 1, 2015 - 12:00 AM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-counterproposal-declined.html new/kcalutils-25.08.3/autotests/data/itip-event-counterproposal-declined.html --- old/kcalutils-25.08.2/autotests/data/itip-event-counterproposal-declined.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-counterproposal-declined.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 11:00:00 UTC - 12:00:00</td> + <td>Thursday, January 1, 2015 11:00:00 AM Coordinated Universal Time - 12:00 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-counterproposal.html new/kcalutils-25.08.3/autotests/data/itip-event-counterproposal.html --- old/kcalutils-25.08.2/autotests/data/itip-event-counterproposal.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-counterproposal.html 2025-10-30 11:55:36.000000000 +0100 @@ -84,7 +84,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 20:45:00 UTC - 21:45:00</td> + <td>Thursday, January 1, 2015 8:45:00 PM Coordinated Universal Time - 9:45 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-delegation-reply.html new/kcalutils-25.08.3/autotests/data/itip-event-delegation-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-event-delegation-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-delegation-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 11:00:00 UTC - 12:00:00</td> + <td>Thursday, January 1, 2015 11:00:00 AM Coordinated Universal Time - 12:00 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-delegation-request.html new/kcalutils-25.08.3/autotests/data/itip-event-delegation-request.html --- old/kcalutils-25.08.2/autotests/data/itip-event-delegation-request.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-delegation-request.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 11:00:00 UTC - 12:00:00</td> + <td>Thursday, January 1, 2015 11:00:00 AM Coordinated Universal Time - 12:00 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-multiday-allday.html new/kcalutils-25.08.3/autotests/data/itip-event-multiday-allday.html --- old/kcalutils-25.08.2/autotests/data/itip-event-multiday-allday.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-multiday-allday.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Friday, 2 January 2015 09:00:00 UTC - Saturday, 3 January 2015 17:00:00 UTC</td> + <td>Friday, January 2, 2015 9:00:00 AM Coordinated Universal Time - Saturday, January 3, 2015 5:00:00 PM Coordinated Universal Time</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-multiday.html new/kcalutils-25.08.3/autotests/data/itip-event-multiday.html --- old/kcalutils-25.08.2/autotests/data/itip-event-multiday.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-multiday.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Friday, 2 January 2015 09:00:00 UTC - Saturday, 3 January 2015 17:00:00 UTC</td> + <td>Friday, January 2, 2015 9:00:00 AM Coordinated Universal Time - Saturday, January 3, 2015 5:00:00 PM Coordinated Universal Time</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-request.html new/kcalutils-25.08.3/autotests/data/itip-event-request.html --- old/kcalutils-25.08.2/autotests/data/itip-event-request.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-request.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 11:00:00 UTC - 12:00:00</td> + <td>Thursday, January 1, 2015 11:00:00 AM Coordinated Universal Time - 12:00 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-tentative-reply.html new/kcalutils-25.08.3/autotests/data/itip-event-tentative-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-event-tentative-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-tentative-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 11:00:00 UTC - 12:00:00</td> + <td>Thursday, January 1, 2015 11:00:00 AM Coordinated Universal Time - 12:00 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-with-html-description.html new/kcalutils-25.08.3/autotests/data/itip-event-with-html-description.html --- old/kcalutils-25.08.2/autotests/data/itip-event-with-html-description.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-with-html-description.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 09:00:00 UTC - 15:00:00</td> + <td>Thursday, January 1, 2015 9:00:00 AM Coordinated Universal Time - 3:00 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event-with-recurrence-attachment-reminder.html new/kcalutils-25.08.3/autotests/data/itip-event-with-recurrence-attachment-reminder.html --- old/kcalutils-25.08.2/autotests/data/itip-event-with-recurrence-attachment-reminder.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event-with-recurrence-attachment-reminder.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 13:00:00 UTC - 15:00:00</td> + <td>Thursday, January 1, 2015 1:00:00 PM Coordinated Universal Time - 3:00 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-event.html new/kcalutils-25.08.3/autotests/data/itip-event.html --- old/kcalutils-25.08.2/autotests/data/itip-event.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-event.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">When:</th> - <td>Thursday, 1 January 2015 11:00:00 UTC - 12:00:00</td> + <td>Thursday, January 1, 2015 11:00:00 AM Coordinated Universal Time - 12:00 PM</td> </tr> <tr> <th valign="top">Where:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-journal-accepted-reply.html new/kcalutils-25.08.3/autotests/data/itip-journal-accepted-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-journal-accepted-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-journal-accepted-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">Date:</th> - <td>Thursday, 1 January 2015 00:00:00 UTC</td> + <td>Thursday, January 1, 2015 12:00:00 AM Coordinated Universal Time</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-journal-declined-reply.html new/kcalutils-25.08.3/autotests/data/itip-journal-declined-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-journal-declined-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-journal-declined-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">Date:</th> - <td>Thursday, 1 January 2015 00:00:00 UTC</td> + <td>Thursday, January 1, 2015 12:00:00 AM Coordinated Universal Time</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-journal-delegation-reply.html new/kcalutils-25.08.3/autotests/data/itip-journal-delegation-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-journal-delegation-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-journal-delegation-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">Date:</th> - <td>Thursday, 1 January 2015 00:00:00 UTC</td> + <td>Thursday, January 1, 2015 12:00:00 AM Coordinated Universal Time</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-journal-delegation-request.html new/kcalutils-25.08.3/autotests/data/itip-journal-delegation-request.html --- old/kcalutils-25.08.2/autotests/data/itip-journal-delegation-request.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-journal-delegation-request.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">Date:</th> - <td>Thursday, 1 January 2015 00:00:00 UTC</td> + <td>Thursday, January 1, 2015 12:00:00 AM Coordinated Universal Time</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-journal-tentative-reply.html new/kcalutils-25.08.3/autotests/data/itip-journal-tentative-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-journal-tentative-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-journal-tentative-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">Date:</th> - <td>Thursday, 1 January 2015 00:00:00 UTC</td> + <td>Thursday, January 1, 2015 12:00:00 AM Coordinated Universal Time</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-journal.html new/kcalutils-25.08.3/autotests/data/itip-journal.html --- old/kcalutils-25.08.2/autotests/data/itip-journal.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-journal.html 2025-10-30 11:55:36.000000000 +0100 @@ -87,7 +87,7 @@ <table border="0"> <tr> <th valign="top">Date:</th> - <td>Thursday, 1 January 2015 00:00:00 UTC</td> + <td>Thursday, January 1, 2015 12:00:00 AM Coordinated Universal Time</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-todo-accepted-reply.html new/kcalutils-25.08.3/autotests/data/itip-todo-accepted-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-todo-accepted-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-todo-accepted-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -93,7 +93,7 @@ </tr> <tr> <th valign="top">Due:</th> - <td>27 Oct 2014 13:10:00</td> + <td>10/27/14 1:10 PM</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-todo-declined-reply.html new/kcalutils-25.08.3/autotests/data/itip-todo-declined-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-todo-declined-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-todo-declined-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -93,7 +93,7 @@ </tr> <tr> <th valign="top">Due:</th> - <td>27 Oct 2014 13:10:00</td> + <td>10/27/14 1:10 PM</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-todo-delegation-reply.html new/kcalutils-25.08.3/autotests/data/itip-todo-delegation-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-todo-delegation-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-todo-delegation-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -91,7 +91,7 @@ </tr> <tr> <th valign="top">When:</th> - <td>20 Oct 2014 12:12:00 - 27 Oct 2014 13:12:00</td> + <td>10/20/14 12:12 PM - 10/27/14 1:12 PM</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-todo-delegation-request.html new/kcalutils-25.08.3/autotests/data/itip-todo-delegation-request.html --- old/kcalutils-25.08.2/autotests/data/itip-todo-delegation-request.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-todo-delegation-request.html 2025-10-30 11:55:36.000000000 +0100 @@ -91,7 +91,7 @@ </tr> <tr> <th valign="top">When:</th> - <td>20 Oct 2014 12:12:00 - 27 Oct 2014 13:12:00</td> + <td>10/20/14 12:12 PM - 10/27/14 1:12 PM</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-todo-tentative-reply.html new/kcalutils-25.08.3/autotests/data/itip-todo-tentative-reply.html --- old/kcalutils-25.08.2/autotests/data/itip-todo-tentative-reply.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-todo-tentative-reply.html 2025-10-30 11:55:36.000000000 +0100 @@ -93,7 +93,7 @@ </tr> <tr> <th valign="top">Due:</th> - <td>27 Oct 2014 13:10:00</td> + <td>10/27/14 1:10 PM</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-todo-with-start.html new/kcalutils-25.08.3/autotests/data/itip-todo-with-start.html --- old/kcalutils-25.08.2/autotests/data/itip-todo-with-start.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-todo-with-start.html 2025-10-30 11:55:36.000000000 +0100 @@ -91,7 +91,7 @@ </tr> <tr> <th valign="top">When:</th> - <td>20 Oct 2014 12:12:00 - 27 Oct 2014 13:12:00</td> + <td>10/20/14 12:12 PM - 10/27/14 1:12 PM</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/itip-todo.html new/kcalutils-25.08.3/autotests/data/itip-todo.html --- old/kcalutils-25.08.2/autotests/data/itip-todo.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/itip-todo.html 2025-10-30 11:55:36.000000000 +0100 @@ -93,7 +93,7 @@ </tr> <tr> <th valign="top">Due:</th> - <td>27 Oct 2014 13:10:00</td> + <td>10/27/14 1:10 PM</td> </tr> <tr> <th valign="top">Description:</th> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/journal-1.html new/kcalutils-25.08.3/autotests/data/journal-1.html --- old/kcalutils-25.08.2/autotests/data/journal-1.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/journal-1.html 2025-10-30 11:55:36.000000000 +0100 @@ -39,7 +39,7 @@ <!-- Date --> <tr> <th valign="top">Date:</th> - <td>Monday, 21 September 2015</td> + <td>Monday, September 21, 2015</td> </tr> <!-- Description --> <tr> @@ -55,7 +55,7 @@ </table> <!-- Creation date --> <p> - <em>Creation date: Wednesday, 30 September 2015 09:50:37 UTC</em> + <em>Creation date: Wednesday, September 30, 2015 9:50:37 AM Coordinated Universal Time</em> <br /> <em>Revision: 0</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/todo-1.html new/kcalutils-25.08.3/autotests/data/todo-1.html --- old/kcalutils-25.08.2/autotests/data/todo-1.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/todo-1.html 2025-10-30 11:55:36.000000000 +0100 @@ -45,12 +45,12 @@ <!-- Start date --> <tr> <th valign="top">Start:</th> - <td>Wednesday, 30 September 2015 08:00:00 UTC</td> + <td>Wednesday, September 30, 2015 8:00:00 AM Coordinated Universal Time</td> </tr> <!-- Due date --> <tr> <th valign="top">Due:</th> - <td>Thursday, 1 October 2015 08:00:00 UTC</td> + <td>Thursday, October 1, 2015 8:00:00 AM Coordinated Universal Time</td> </tr> <!-- Duration --> <tr> @@ -110,7 +110,7 @@ </table> <!-- Creation date --> <p> - <em>Creation date: Wednesday, 30 September 2015 09:43:11 UTC</em> + <em>Creation date: Wednesday, September 30, 2015 9:43:11 AM Coordinated Universal Time</em> <br /> <em>Revision: 0</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/data/todo-2.html new/kcalutils-25.08.3/autotests/data/todo-2.html --- old/kcalutils-25.08.2/autotests/data/todo-2.html 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/data/todo-2.html 2025-10-30 11:55:36.000000000 +0100 @@ -54,13 +54,13 @@ <!-- Completed --> <tr> <th valign="top">Completed:</th> - <td>Wednesday, 22 September 2021 20:28:15 UTC</td> + <td>Wednesday, September 22, 2021 8:28:15 PM Coordinated Universal Time</td> </tr> <!-- Attachments --> </table> <!-- Creation date --> <p> - <em>Creation date: Wednesday, 22 September 2021 20:28:00 UTC</em> + <em>Creation date: Wednesday, September 22, 2021 8:28:00 PM Coordinated Universal Time</em> <br /> <em>Revision: 1</em> </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/autotests/testincidenceformatter.cpp new/kcalutils-25.08.3/autotests/testincidenceformatter.cpp --- old/kcalutils-25.08.2/autotests/testincidenceformatter.cpp 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/autotests/testincidenceformatter.cpp 2025-10-30 11:55:36.000000000 +0100 @@ -55,7 +55,7 @@ GrantleeTemplateManager::instance()->setTemplatePath(QStringLiteral(TEST_TEMPLATE_PATH)); GrantleeTemplateManager::instance()->setPluginPath(QStringLiteral(TEST_PLUGIN_PATH)); QIcon::setThemeName(QStringLiteral("breeze")); - QLocale::setDefault(QLocale(QStringLiteral("C"))); + QLocale::setDefault(QLocale(QStringLiteral("en_US"))); QPalette palette; palette.setCurrentColorGroup(QPalette::Normal); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/po/ca/libkcalutils6.po new/kcalutils-25.08.3/po/ca/libkcalutils6.po --- old/kcalutils-25.08.2/po/ca/libkcalutils6.po 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/po/ca/libkcalutils6.po 2025-10-30 11:55:36.000000000 +0100 @@ -3,8 +3,8 @@ # 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. # -# Antoni Bella Pérez <[email protected]>, 2013, 2014, 2015, 2016, 2018, 2020, 2021. -# Josep M. Ferrer <[email protected]>, 2010, 2011, 2012, 2013, 2016, 2020, 2021, 2022, 2023, 2024, 2025. +# SPDX-FileCopyrightText: 2013, 2014, 2015, 2016, 2018, 2020, 2021 Antoni Bella Pérez <[email protected]> +# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2016, 2020, 2021, 2022, 2023, 2024, 2025 Josep M. Ferrer <[email protected]> msgid "" msgstr "" "Project-Id-Version: kcalutils\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/po/ca@valencia/libkcalutils6.po new/kcalutils-25.08.3/po/ca@valencia/libkcalutils6.po --- old/kcalutils-25.08.2/po/ca@valencia/libkcalutils6.po 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/po/ca@valencia/libkcalutils6.po 2025-10-30 11:55:36.000000000 +0100 @@ -3,8 +3,8 @@ # 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. # -# Antoni Bella Pérez <[email protected]>, 2013, 2014, 2015, 2016, 2018, 2020, 2021. -# Josep M. Ferrer <[email protected]>, 2010, 2011, 2012, 2013, 2016, 2020, 2021, 2022, 2023, 2024, 2025. +# SPDX-FileCopyrightText: 2013, 2014, 2015, 2016, 2018, 2020, 2021 Antoni Bella Pérez <[email protected]> +# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2016, 2020, 2021, 2022, 2023, 2024, 2025 Josep M. Ferrer <[email protected]> msgid "" msgstr "" "Project-Id-Version: kcalutils\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalutils-25.08.2/po/de/libkcalutils6.po new/kcalutils-25.08.3/po/de/libkcalutils6.po --- old/kcalutils-25.08.2/po/de/libkcalutils6.po 2025-09-16 05:24:56.000000000 +0200 +++ new/kcalutils-25.08.3/po/de/libkcalutils6.po 2025-10-30 11:55:36.000000000 +0100 @@ -1,9 +1,9 @@ # SPDX-FileCopyrightText: 2025 Alexander Becker <[email protected]> -# Panagiotis Papadopoulos <[email protected]>, 2010. -# Frederik Schwarzer <[email protected]>, 2010, 2011, 2012, 2013, 2015, 2016. -# Felix Schweighofer <[email protected]>, 2010. -# Torbjörn Klatt <[email protected]>, 2011. -# Burkhard Lück <[email protected]>, 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2021. +# SPDX-FileCopyrightText: 2010 Panagiotis Papadopoulos <[email protected]> +# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2015, 2016 Frederik Schwarzer <[email protected]> +# SPDX-FileCopyrightText: 2010 Felix Schweighofer <[email protected]> +# SPDX-FileCopyrightText: 2011 Torbjörn Klatt <[email protected]> +# SPDX-FileCopyrightText: 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2021 Burkhard Lück <[email protected]> # Intevation GmbH, 2010. msgid "" msgstr ""
