From c56d21b3ba6c6577af2a10de0dec5c35498f0ac3dce56f890b142b1c58a7c06f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 30 Apr 2021 11:18:04 +0000 Subject: [PATCH] Accepting request 886929 from home:polslinux:branches:devel:libraries:c_c++ - update to 3.0.10: * Fix generating wrong recurrence rules * Fix a bug computing transitions in tzfiles * Fix reading TZif files to use TZ string in the footer as the last (non-terminating) transitions * Fix reading TZif files to use more RRULEs and/or RDATEs whevever possible * Built-in timezones updated to tzdata2021a OBS-URL: https://build.opensuse.org/request/show/886929 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=77 --- libical-3.0.10.tar.gz | 3 +++ libical-3.0.9.tar.gz | 3 --- libical.changes | 11 +++++++++++ libical.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 libical-3.0.10.tar.gz delete mode 100644 libical-3.0.9.tar.gz diff --git a/libical-3.0.10.tar.gz b/libical-3.0.10.tar.gz new file mode 100644 index 0000000..eb5f478 --- /dev/null +++ b/libical-3.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f933b3e6cf9d56a35bb5625e8e4a9c3a50239a85aea05ed842932c1a1dc336b4 +size 889470 diff --git a/libical-3.0.9.tar.gz b/libical-3.0.9.tar.gz deleted file mode 100644 index 49616e8..0000000 --- a/libical-3.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd26d98b7fcb2eb0cd5461747bbb02024ebe38e293ca53a7dfdcb2505265a728 -size 886500 diff --git a/libical.changes b/libical.changes index 9648671..a3a8ad9 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 20 09:08:38 UTC 2021 - Paolo Stivanin + +- update to 3.0.10: + * Fix generating wrong recurrence rules + * Fix a bug computing transitions in tzfiles + * Fix reading TZif files to use TZ string in the footer as the last + (non-terminating) transitions + * Fix reading TZif files to use more RRULEs and/or RDATEs whevever possible + * Built-in timezones updated to tzdata2021a + ------------------------------------------------------------------- Wed Apr 7 21:07:41 UTC 2021 - Dirk Müller diff --git a/libical.spec b/libical.spec index 1717dbb..eea5416 100644 --- a/libical.spec +++ b/libical.spec @@ -26,7 +26,7 @@ %bcond_with glib %endif Name: libical%{name_ext} -Version: 3.0.9 +Version: 3.0.10 Release: 0 URL: https://github.com/libical/libical Source: %{url}/releases/download/v%{version}/libical-%{version}.tar.gz