From dde13e1eb167fa92b8aef9ea5d0399f6fd4da2e3cfe11e803eb5f9a41ee75058 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 10:52:04 +0000 Subject: [PATCH] Accepting request 1008767 from home:dirkmueller:Factory - update to 3.0.15: * Add missing property parameters into libical-glib * Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value * Fix icaltime_as_timet, which returned incorrect results for years >= 2100, to work properly between years 1902 and 10k. * Fix x-property comma handling and escaping * Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias) * Fix fuzzer issues * Handle unreachable-code compile warnings with clang * Ensure all vanew_foo() calls finish with (void*)0 (not 0) OBS-URL: https://build.opensuse.org/request/show/1008767 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=84 --- libical-3.0.14.tar.gz | 3 --- libical-3.0.15.tar.gz | 3 +++ libical.changes | 14 ++++++++++++++ libical.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 libical-3.0.14.tar.gz create mode 100644 libical-3.0.15.tar.gz diff --git a/libical-3.0.14.tar.gz b/libical-3.0.14.tar.gz deleted file mode 100644 index 7664947..0000000 --- a/libical-3.0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4284b780356f1dc6a01f16083e7b836e63d3815e27ed0eaaad684712357ccc8f -size 887795 diff --git a/libical-3.0.15.tar.gz b/libical-3.0.15.tar.gz new file mode 100644 index 0000000..2ac17e1 --- /dev/null +++ b/libical-3.0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019085ba99936f25546d86cb3e34852e5fe2b5a7d5f1cb4423a0cc42e399f629 +size 920483 diff --git a/libical.changes b/libical.changes index de534cf..f32a097 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Oct 7 12:12:32 UTC 2022 - Dirk Müller + +- update to 3.0.15: + * Add missing property parameters into libical-glib + * Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value + * Fix icaltime_as_timet, which returned incorrect results for years >= 2100, + to work properly between years 1902 and 10k. + * Fix x-property comma handling and escaping + * Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias) + * Fix fuzzer issues + * Handle unreachable-code compile warnings with clang + * Ensure all vanew_foo() calls finish with (void*)0 (not 0) + ------------------------------------------------------------------- Sun Mar 20 21:21:57 UTC 2022 - Dirk Müller diff --git a/libical.spec b/libical.spec index a9a07e5..27b0eaa 100644 --- a/libical.spec +++ b/libical.spec @@ -26,7 +26,7 @@ %bcond_with glib %endif Name: libical%{name_ext} -Version: 3.0.14 +Version: 3.0.15 Release: 0 URL: https://github.com/libical/libical Source: %{url}/releases/download/v%{version}/libical-%{version}.tar.gz