From 354bff38010fa08d3483a353e306ed3fe5248a2b0947ae6aaee23bda56deabc1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 27 Jan 2022 08:04:43 +0000 Subject: [PATCH] Accepting request 948030 from home:dirkmueller:Factory - update to 3.0.13: * icalcomponent_get_dtend() return icaltime_null_time(), unless called on VEVENT, VAVAILABILITY or VFREEBUSY * icalcomponent_get_duration() for VTODO calculate with DUE instead of DTEND * Replace CMake FindBDB with FindBerleyDB * Fix finding ICU and BerkeleyDB on Mac OBS-URL: https://build.opensuse.org/request/show/948030 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=81 --- libical-3.0.12.tar.gz | 3 --- libical-3.0.13.tar.gz | 3 +++ libical.changes | 10 ++++++++++ libical.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 libical-3.0.12.tar.gz create mode 100644 libical-3.0.13.tar.gz diff --git a/libical-3.0.12.tar.gz b/libical-3.0.12.tar.gz deleted file mode 100644 index 7b1980f..0000000 --- a/libical-3.0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35095a4cc1a061a3de0f332c2dc728226cf127fa0baa818e9f8856cee6d35830 -size 883537 diff --git a/libical-3.0.13.tar.gz b/libical-3.0.13.tar.gz new file mode 100644 index 0000000..5e34199 --- /dev/null +++ b/libical-3.0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02543b08897f3b75c76c360a335900ccfb027d2f5120176c777340e67e763ad4 +size 886749 diff --git a/libical.changes b/libical.changes index 13ad8f3..c4f8cc0 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 21 21:03:36 UTC 2022 - Dirk Müller + +- update to 3.0.13: + * icalcomponent_get_dtend() return icaltime_null_time(), unless called on + VEVENT, VAVAILABILITY or VFREEBUSY + * icalcomponent_get_duration() for VTODO calculate with DUE instead of DTEND + * Replace CMake FindBDB with FindBerleyDB + * Fix finding ICU and BerkeleyDB on Mac + ------------------------------------------------------------------- Sat Dec 11 09:22:05 UTC 2021 - Dirk Müller diff --git a/libical.spec b/libical.spec index b608978..22273c8 100644 --- a/libical.spec +++ b/libical.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.12 +Version: 3.0.13 Release: 0 URL: https://github.com/libical/libical Source: %{url}/releases/download/v%{version}/libical-%{version}.tar.gz @@ -191,7 +191,7 @@ rm %{buildroot}%{_libdir}/pkgconfig/libical.pc %if %{without glib} %files -n %{name}%{sonum} %license COPYING -%doc AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO +%doc AUTHORS README.md ReleaseNotes.txt TEST THANKS TODO %{_libdir}/libical.so.* %{_libdir}/libical_cxx.so.* %{_libdir}/libicalss.so.*