Accepting request 737058 from home:jengelh:branches:devel:libraries:c_c++
- Update to release 3.0.6 OBS-URL: https://build.opensuse.org/request/show/737058 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libical?expand=0&rev=60
This commit is contained in:
parent
9537a9d6a0
commit
7302a84d33
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ad550c8c49c9b9983658e3ab3e68b1eee2439ec17b169a6b1e6ecb5274e78e6
|
||||
size 881800
|
3
libical-3.0.6.tar.gz
Normal file
3
libical-3.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c8a21c2b732ece4a33e5c862970b4f35a8548bbcda50de5695f6fc211ac4d97
|
||||
size 879939
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 21:08:22 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
17
libical.spec
17
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user