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
This commit is contained in:
Dirk Mueller 2022-10-12 10:52:04 +00:00 committed by Git OBS Bridge
parent 2553f2c859
commit dde13e1eb1
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4284b780356f1dc6a01f16083e7b836e63d3815e27ed0eaaad684712357ccc8f
size 887795

3
libical-3.0.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:019085ba99936f25546d86cb3e34852e5fe2b5a7d5f1cb4423a0cc42e399f629
size 920483

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Oct 7 12:12:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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