SHA256
1
0
forked from pool/libical

Accepting request 738861 from devel:libraries:c_c++

Fix -devel dependencies and produce libical-glib3-32bit, as a dep to evolution-data-server-32bit (forwarded request 738860 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/738861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2019-10-17 11:08:40 +00:00 committed by Git OBS Bridge
commit faf7d351d4
5 changed files with 38 additions and 14 deletions

View File

@ -1 +1,2 @@
libical3
libical-glib3

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c8a21c2b732ece4a33e5c862970b4f35a8548bbcda50de5695f6fc211ac4d97
size 879939

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Oct 16 10:45:43 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix glib-devel dependencies on the typelib files after they were
renamed to match the correct names.
-------------------------------------------------------------------
Wed Oct 16 09:55:21 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Add libical-glib3 to baselibs.conf: dependency to evolution.
-------------------------------------------------------------------
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>
@ -7,7 +30,7 @@ Fri Oct 4 08:18:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
Tue Oct 1 14:48:12 UTC 2019 - Michael Gorse <mgorse@suse.com>
- Build glib and gobject-introspection bindings separately in order
to avoid build cycle.
to avoid build cycle.
- Move gobject-introspection bindings into their own packages.
- Move libical gir into libical-glib-devel.

View File

@ -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
@ -125,7 +124,8 @@ Summary: Development files for building against %{name}
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: libical%{sonum} = %{version}
Requires: typelib-1_0-%{name}%{sonum} = %{version}
Requires: typelib-1_0-ICal-3_0 = %{version}
Requires: typelib-1_0-ICalGLib-3_0 = %{version}
%description devel
Development files for building against %{name}%{sonum}
@ -138,18 +138,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 +231,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