From a2ade699e2ae6cb8aa8e234ed3b84d24f20a7432858029bb20b2606144e51b56 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Dec 2021 09:16:38 +0000 Subject: [PATCH] Accepting request 939555 from home:dirkmueller:Factory - update to 3.0.12: * Fix a libicalval crash in cleanVObject * METHOD:DECLINECOUNTER must have DTEND or DURATION * Handle if DTEND and DURATION are both missing * Improved FindICU (copied from official CMake) * Buildsystem fixes (especially for the Ninja generator) * Built-in timezones updated to tzdata2021e * Fix icalrecur_iterator_set_start() for hourly, minutely, and secondly recurrences * Fix build for Berkeley DB version greater than 5 * Fix vcal for some architectures (like aarch64, ppc64le and s390x) * Fix memory leaks in vcal * Prevent crash when looking for tzid in initialize_rscale * Adjust libdir and includedir in generated pkgconfig files * Built-in timezones updated to tzdata2021c OBS-URL: https://build.opensuse.org/request/show/939555 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=80 --- libical-3.0.11.tar.gz | 3 --- libical-3.0.12.tar.gz | 3 +++ libical.changes | 26 +++++++++++++++++++------- libical.spec | 2 +- 4 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 libical-3.0.11.tar.gz create mode 100644 libical-3.0.12.tar.gz diff --git a/libical-3.0.11.tar.gz b/libical-3.0.11.tar.gz deleted file mode 100644 index 767920c..0000000 --- a/libical-3.0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e6c5e10c5a48f7a40c68958055f0e2759d9ab3563aca17273fe35a5df7dbbf1 -size 891646 diff --git a/libical-3.0.12.tar.gz b/libical-3.0.12.tar.gz new file mode 100644 index 0000000..7b1980f --- /dev/null +++ b/libical-3.0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35095a4cc1a061a3de0f332c2dc728226cf127fa0baa818e9f8856cee6d35830 +size 883537 diff --git a/libical.changes b/libical.changes index 359ac53..13ad8f3 100644 --- a/libical.changes +++ b/libical.changes @@ -1,14 +1,26 @@ +------------------------------------------------------------------- +Sat Dec 11 09:22:05 UTC 2021 - Dirk Müller + +- update to 3.0.12: + * Fix a libicalval crash in cleanVObject + * METHOD:DECLINECOUNTER must have DTEND or DURATION + * Handle if DTEND and DURATION are both missing + * Improved FindICU (copied from official CMake) + * Buildsystem fixes (especially for the Ninja generator) + * Built-in timezones updated to tzdata2021e + ------------------------------------------------------------------- Mon Dec 6 07:48:27 UTC 2021 - Dirk Müller - update to 3.0.11: - * Fix icalrecur_iterator_set_start() for hourly, minutely, and secondly recurrences - * Fix build for Berkeley DB version greater than 5 - * Fix vcal for some architectures (like aarch64, ppc64le and s390x) - * Fix memory leaks in vcal - * Prevent crash when looking for tzid in initialize_rscale - * Adjust libdir and includedir in generated pkgconfig files - * Built-in timezones updated to tzdata2021c + * Fix icalrecur_iterator_set_start() for hourly, minutely, and secondly + recurrences + * Fix build for Berkeley DB version greater than 5 + * Fix vcal for some architectures (like aarch64, ppc64le and s390x) + * Fix memory leaks in vcal + * Prevent crash when looking for tzid in initialize_rscale + * Adjust libdir and includedir in generated pkgconfig files + * Built-in timezones updated to tzdata2021c ------------------------------------------------------------------- Tue Apr 20 09:08:38 UTC 2021 - Paolo Stivanin diff --git a/libical.spec b/libical.spec index d1323d8..b608978 100644 --- a/libical.spec +++ b/libical.spec @@ -26,7 +26,7 @@ %bcond_with glib %endif Name: libical%{name_ext} -Version: 3.0.11 +Version: 3.0.12 Release: 0 URL: https://github.com/libical/libical Source: %{url}/releases/download/v%{version}/libical-%{version}.tar.gz