diff --git a/libical-3.0.5.tar.gz b/libical-3.0.5.tar.gz deleted file mode 100644 index 33c7d05..0000000 --- a/libical-3.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ad550c8c49c9b9983658e3ab3e68b1eee2439ec17b169a6b1e6ecb5274e78e6 -size 881800 diff --git a/libical-3.0.6.tar.gz b/libical-3.0.6.tar.gz new file mode 100644 index 0000000..e29c74f --- /dev/null +++ b/libical-3.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8a21c2b732ece4a33e5c862970b4f35a8548bbcda50de5695f6fc211ac4d97 +size 879939 diff --git a/libical.changes b/libical.changes index 6d71f3e..3dd0e77 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 9 21:08:22 UTC 2019 - Jan Engelhardt + +- Update to release 3.0.6 + * Handle both COUNT and UNTIL in RRULEs + * Fix RRULE BYDAY with INTERVAL=2 conflict + * Various fuzzification fixes + * New publicly available function: + icaltimezone_truncate_vtimezone() + * Add option to disable building the test suite + * Built-in timezones updated to tzdata2019c + ------------------------------------------------------------------- Fri Oct 4 08:18:14 UTC 2019 - Jan Engelhardt diff --git a/libical.spec b/libical.spec index 13c613a..ccbe3f2 100644 --- a/libical.spec +++ b/libical.spec @@ -26,7 +26,7 @@ %bcond_with glib %endif Name: libical%{name_ext} -Version: 3.0.5 +Version: 3.0.6 Release: 0 %if %{without glib} Summary: An Implementation of Basic iCAL Protocols @@ -37,8 +37,7 @@ Summary: GObject wrapper for libical library License: MPL-2.0 OR LGPL-2.1-only Group: Development/Libraries/C and C++ %endif -Url: http://sourceforge.net/projects/freeassociation/ -#Git-Clone: https://github.com/libical/libical +URL: https://github.com/libical/libical Source: https://github.com/libical/libical/releases/download/v%{version}/libical-%{version}.tar.gz Source2: baselibs.conf Source3: libical-rpmlintrc @@ -138,18 +137,18 @@ BuildArch: noarch %description doc Documentation files for %{name}%{sonum} -%package -n typelib-1_0-libical%{sonum} +%package -n typelib-1_0-ICal-3_0 Summary: Introspection bindings for libical Group: Development/Libraries/C and C++ -%description -n typelib-1_0-libical%{sonum} +%description -n typelib-1_0-ICal-3_0 This package provides the gobject-introspection bindings for libical. -%package -n typelib-1_0-%{name}%{sonum} +%package -n typelib-1_0-ICalGLib-3_0 Summary: Introspection bindings for the libical glib bindings. Group: Development/Libraries/C and C++ -%description -n typelib-1_0-%{name}%{sonum} +%description -n typelib-1_0-ICalGLib-3_0 This package provides the gobject-introspection bindings for libical-glib. %endif @@ -231,10 +230,10 @@ rm %{buildroot}%{_libdir}/pkgconfig/libical.pc %files doc %{_datadir}/gtk-doc/html/libical-glib -%files -n typelib-1_0-libical%{sonum} +%files -n typelib-1_0-ICal-3_0 %{_libdir}/girepository-1.0/ICal-3.0.typelib -%files -n typelib-1_0-%{name}%{sonum} +%files -n typelib-1_0-ICalGLib-3_0 %{_libdir}/girepository-1.0/ICalGLib-3.0.typelib %endif