diff --git a/telepathy-logger.changes b/telepathy-logger.changes index 558f136..9c9bdc4 100644 --- a/telepathy-logger.changes +++ b/telepathy-logger.changes @@ -12,7 +12,8 @@ Mon Apr 4 16:06:25 UTC 2011 - fcrozat@novell.com + Improve test coverage + Avoid using g_list_append() for performance reason + Fixed infinite loop in pending message cache logic -- BuildRequire gobject-introspection-devel. +- Add gobject-introspection-devel BuildRequires. +- Fix license tag to be LGPLv2.1+ instead of GPLv2. ------------------------------------------------------------------- Wed Mar 23 10:16:51 UTC 2011 - fcrozat@novell.com diff --git a/telepathy-logger.spec b/telepathy-logger.spec index 72f79ee..1f52e8f 100644 --- a/telepathy-logger.spec +++ b/telepathy-logger.spec @@ -20,7 +20,7 @@ Name: telepathy-logger Version: 0.2.8 Release: 1 -License: LGPLv2 +License: LGPLv2.1+ Summary: Centralized Logging for the Telepathy Framework Group: System/Libraries Source: http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2 @@ -47,7 +47,7 @@ a GLib-compatible client API for making bulk log requests (e.g. for display logs in applications without having to provide lots of information over D-Bus). %package devel -License: GPLv2 +License: LGPLv2.1+ Summary: Centralized Logging for the Telepathy Framework - Development Files Group: Development/Languages/C and C++ Requires: libtelepathy-logger2 = %{version} @@ -63,7 +63,7 @@ a GLib-compatible client API for making bulk log requests (e.g. for display logs in applications without having to provide lots of information over D-Bus). %package -n libtelepathy-logger2 -License: GPLv2 +License: LGPLv2.1+ Summary: Centralized Logging for the Telepathy Framework - Shared Library Group: System/Libraries