Package Release Info

kcalendarcore-5.102.0-bp155.2.3.1

Update Info: openSUSE-2023-322
Available in Package Hub : 15 SP5 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kcalendarcore-devel
libKF5CalendarCore5

Change Logs

* Fri Oct 20 2023 Christophe Marin <christophe@krop.fr>
- Add upstream change (kde#421400, boo#1171450):
  * 0001-ICalFormat-don-t-shift-all-day-invite-dates-to-UTC.patch
Version: 5.102.0-bp155.1.7
* Thu Jan 12 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.102.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.102.0
- No code change since 5.101.0
* Tue Dec 06 2022 Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
* Tue Nov 08 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.100.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.100.0
- No code change since 5.99.0
* Sat Oct 01 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
  * Add Qt6 windows CI support
  * .gitlab-ci.yml: enable static builds
  * Use dtStart as the default for dtRecurrence
* Tue Sep 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.98.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.98.0
- Changes since 5.97.0:
  * Ensure that status values are valid
  * Fix building with deprecated API disabled
  * Add FreeBSD Qt6 CI support
  * Fix nesting of update()/updated() calls
* Sun Aug 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.97.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.97.0
- Changes since 5.96.0:
  * Deprecate deletion tracking support in CalFormat::fromString
  * Add plugin loader for KCalendarCore::CalendarPlugin
* Sun Jul 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.96.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.96.0
- Changes since 5.95.0:
  * Don't drop custom properties with non-text value types
  * Add calendar loading state property
  * Fix UTC offset timezone loading with latest Qt 5.15.x
  * Change the xCalFormat classes to use a hierarchical dptr
* Fri Jun 10 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.95.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.95.0
- Changes since 5.94.0:
  * Make the Calendar::accessMode property actually accessible from QML
  * Don't heap allocate ICalFormatImpl in ICalFormat::Private
  * Remove unnecessary and largely unused d pointers in the Compat* classes
  * Remove ICalFormatImpl d pointer and vtable
  * Don't remove the hasGeo property for Qt6, just make it read-only
  * Change Calendar::sortX() methods to work in-place
  * Initialize all fields in a default constructed Attendee object
  * Add Duration <-> iCal string conversion methods to ICalFormat
  * Deprecate largely unused rawEventsForDate overload
* Tue May 10 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.94.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.94.0
- Changes since 5.93.0:
  * Create UIDs if necessary (kde#339726)
  * Add windows CI
* Sun Apr 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.93.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.93.0
- Changes since 5.92.0:
  * Notify on notebook change for exceptions.
  * Note use of low-level libical function
  * Print more information about errors when loading vCalendars
  * Implement notebook association when parsing iCal data.
  * Correct a comment
  * Fix storing of times with UTC offsets
  * Second attempt to make testTodoCompletedOnce work all year
  * Revert "Don't use the current date for recurring todo completion test"
  * Compare QDateTime times, timespecs, and timezones
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.92.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.92.0
- Changes since 5.91.0:
  * Compare timeSpecs when comparing incidences for equality
  * Add Qt6 Android CI
  * Preserve timeSpec of all-day event's dtEnd
* Sun Feb 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.91.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.91.0
- Changes since 5.90.0:
  * Don't use the current date for recurring todo completion test
  * Revert "Honour STATUS:CANCELLED"
  * Serialize container sizes as 32bit integers
  * Compare timeSpec() for the due date/time, too
  * Set the local timezone in testevent
  * Fix geo coordinate unit test without deprecated API
  * Fix generate pkg file
  * Add CI qt6 support
  * Remove FreeBusyPrivate::q
  * Remove TodoPrivate::q
  * T12270: create an inheritance hierarchy of private types