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
This commit is contained in:
parent
2542553d20
commit
a2ade699e2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e6c5e10c5a48f7a40c68958055f0e2759d9ab3563aca17273fe35a5df7dbbf1
|
||||
size 891646
|
3
libical-3.0.12.tar.gz
Normal file
3
libical-3.0.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35095a4cc1a061a3de0f332c2dc728226cf127fa0baa818e9f8856cee6d35830
|
||||
size 883537
|
@ -1,14 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 11 09:22:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
- 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 <info@paolostivanin.com>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user