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
This commit is contained in:
Vincent Untz 2011-04-21 10:12:57 +00:00 committed by Git OBS Bridge
parent 2486b2a95f
commit e32f4d0252
2 changed files with 5 additions and 4 deletions

View File

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

View File

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