From e32f4d0252c9d7057a181363c9aca03e10c94c431973d9edae42187abb0f22ca Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 21 Apr 2011 10:12:57 +0000 Subject: [PATCH] Accepting request 68042 from home:vuntz:branches:GNOME:Factory ok OBS-URL: https://build.opensuse.org/request/show/68042 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-logger?expand=0&rev=12 --- telepathy-logger.changes | 3 ++- telepathy-logger.spec | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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