2 Commits

Author SHA256 Message Date
c769ae479c Accepting request 1265604 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/1265604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=61
2025-04-02 15:05:38 +00:00
962f39a5ac - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=92
2025-03-30 20:25:50 +00:00
4 changed files with 30 additions and 5 deletions

BIN
libical-3.0.18.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

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

View File

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