SHA256
1
0
forked from pool/libical

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
This commit is contained in:
Dirk Mueller 2022-01-27 08:04:43 +00:00 committed by Git OBS Bridge
parent a2ade699e2
commit 354bff3801
4 changed files with 16 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 21 21:03:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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