Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
c769ae479c | |||
962f39a5ac |
BIN
libical-3.0.18.tar.gz
(Stored with Git LFS)
BIN
libical-3.0.18.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
libical-3.0.20.tar.gz
Normal file
3
libical-3.0.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e73de92f5a6ce84c1b00306446b290a2b08cdf0a80988eca0a2c9d5c3510b4c2
|
||||
size 973928
|
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 30 20:24:46 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.20:
|
||||
* Clean up the byte-swapping macros
|
||||
* Fix a testcase in libical-glib when using 64-bit on a 32-bit
|
||||
system
|
||||
- update to 3.0.19:
|
||||
* Fix for changes to the libicu 75 API
|
||||
* Add vcpkg manifest-mode support
|
||||
* Improved berkeley-db discovery on Mac with homebrew
|
||||
* Improved libicu discrovery on Mac with homebrew
|
||||
* Properly set DYLD_LIBRARY_PATH on Mac for libical-ical tests
|
||||
* Resolved known limitation: Negative values are now also
|
||||
supported for `BYMONTHDAY` and `BYYEARDAY`.
|
||||
* Add support for RDATE;VALUE=PERIOD
|
||||
* Fix time conversion to time_t for times before epoch
|
||||
* Allow `icalcomponent_foreach_recurrence` to receive
|
||||
`DATE`-only `start` and `end` params.
|
||||
* Fix the calculation of an event's duration if `DTSTART` is a
|
||||
`DATE`-only value.
|
||||
* Fix `icaltime_span_new()` - ignore the case where DTEND is
|
||||
unset and require it to be set by the caller instead.
|
||||
* Various fixes for fuzzer issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 09:16:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libical
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@
|
||||
%bcond_with glib
|
||||
%endif
|
||||
Name: libical%{name_ext}
|
||||
Version: 3.0.18
|
||||
Version: 3.0.20
|
||||
Release: 0
|
||||
URL: https://github.com/libical/libical
|
||||
Source: %{url}/releases/download/v%{version}/libical-%{version}.tar.gz
|
||||
|
Reference in New Issue
Block a user