Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2012-01-09 15:22:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-logger.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-logger", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes        
2011-09-23 12:47:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2012-01-09 15:22:06.000000000 +0100
@@ -1,0 +2,26 @@
+Thu Dec  8 23:20:54 UTC 2011 - [email protected]
+
+- Split typelib file into typelib-1_0-TelepathyLogger-0_2
+  subpackage.
+- Add typelib-1_0-TelepathyLogger-0_2 Requires to devel subpackage.
+
+-------------------------------------------------------------------
+Tue Nov 29 21:31:46 UTC 2011 - [email protected]
+
+- Update to version 0.2.12:
+  + This bug fix release correct the accidental so-name bump.
+    Distributions should use this release instead of 0.2.11.
+- Changes from version 0.2.11:
+  + Fixes:
+    - Fix crash caused by used after free
+    - Fix crash wen call sender or actor is not set
+    - Fix missing alias feature when receiving messages
+    - Remove use of deprecated g_thread_init()
+    - Improve silent build rules
+    - Improve introspection annotation
+- Pass --enable-call to configure: this is experimental but useful.
+- Pass --enable-public-extensions to configure: this is in order to
+  allow building of 3rd party plugins, which is a feature used in
+  KDE.
+
+-------------------------------------------------------------------

Old:
----
  telepathy-logger-0.2.10.tar.bz2

New:
----
  telepathy-logger-0.2.12.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ telepathy-logger.spec ++++++
--- /var/tmp/diff_new_pack.7bUw8P/_old  2012-01-09 15:22:06.000000000 +0100
+++ /var/tmp/diff_new_pack.7bUw8P/_new  2012-01-09 15:22:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-logger
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           telepathy-logger
-Version:        0.2.10
-Release:        2
-License:        LGPLv2.1+
+Version:        0.2.12
+Release:        0
 Summary:        Centralized Logging for the Telepathy Framework
+License:        LGPL-2.1+
 Group:          System/Libraries
 Source:         
http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  python-xml
+BuildRequires:  pkgconfig(dbus-1) >= 1.1.0
+BuildRequires:  pkgconfig(dbus-glib-1) >= 0.82
+BuildRequires:  pkgconfig(glib-2.0) >= 2.25.1
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(telepathy-glib)
-BuildRequires:  python-xml
+BuildRequires:  pkgconfig(telepathy-glib) >= 0.15.6
 %glib2_gsettings_schema_requires
 
 %description
@@ -47,10 +45,11 @@
 logs in applications without having to provide lots of information over D-Bus).
 
 %package devel
-License:        LGPLv2.1+
 Summary:        Centralized Logging for the Telepathy Framework - Development 
Files
 Group:          Development/Languages/C and C++
 Requires:       libtelepathy-logger2 = %{version}
+Requires:       libtpl-extensions2 = %{version}
+Requires:       typelib-1_0-TelepathyLogger-0_2 = %{version}
 
 %description devel
 tp-logger is a headless Observer client that logs information received by the
@@ -63,7 +62,6 @@
 logs in applications without having to provide lots of information over D-Bus).
 
 %package -n libtelepathy-logger2
-License:        LGPLv2.1+
 Summary:        Centralized Logging for the Telepathy Framework - Shared 
Library
 Group:          System/Libraries
 
@@ -77,11 +75,44 @@
 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 typelib-1_0-TelepathyLogger-0_2
+Summary:        Centralized Logging for the Telepathy Framework - 
Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-TelepathyLogger-0_2
+tp-logger is a headless Observer client that logs information received by the
+Telepathy framework. It features pluggable backends to log different sorts of
+messages, in different formats.
+
+tp-logger features a Telepathy-style D-Bus API to expose logs and interesting
+information related to logging (most frequent contacts, etc.). It also provides
+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).
+
+This package provides the GObject Introspection bindings for Telepathy Logger.
+
+%package -n libtpl-extensions2
+Summary:        Centralized Logging for the Telepathy Framework Extensions - 
Shared Library
+Group:          System/Libraries
+
+%description -n libtpl-extensions2
+tp-logger is a headless Observer client that logs information received by the
+Telepathy framework. It features pluggable backends to log different sorts of
+messages, in different formats.
+
+tp-logger features a Telepathy-style D-Bus API to expose logs and interesting
+information related to logging (most frequent contacts, etc.). It also provides
+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).
+
 %prep
 %setup -q
 
 %build
-%configure --disable-static
+%configure \
+    --disable-static \
+    --enable-call    \
+    --enable-public-extensions
 make %{?_smp_mflags}
 
 %install
@@ -98,6 +129,10 @@
 
 %postun -n libtelepathy-logger2 -p /sbin/ldconfig
 
+%post -n libtpl-extensions2 -p /sbin/ldconfig
+
+%postun -n libtpl-extensions2 -p /sbin/ldconfig
+
 %files
 %defattr(-, root, root)
 %{_libexecdir}/telepathy-logger
@@ -111,13 +146,23 @@
 %files -n libtelepathy-logger2
 %defattr(-, root, root)
 %{_libdir}/libtelepathy-logger.so.*
+
+%files -n typelib-1_0-TelepathyLogger-0_2
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/TelepathyLogger-0.2.typelib
 
+%files -n libtpl-extensions2
+%defattr(-, root, root)
+%{_libdir}/libtpl-extensions.so.*
+
 %files devel
 %defattr(-, root, root)
 %{_includedir}/telepathy-logger-0.2/
+%{_includedir}/tpl-extensions/
 %{_libdir}/pkgconfig/telepathy-logger-0.2.pc
 %{_libdir}/libtelepathy-logger.so
+%{_libdir}/libtpl-extensions.so
+%{_libdir}/pkgconfig/tpl-extensions.pc
 %{_datadir}/gtk-doc/html/telepathy-logger/
 %{_datadir}/gir-1.0/TelepathyLogger-0.2.gir
 

++++++ telepathy-logger-0.2.10.tar.bz2 -> telepathy-logger-0.2.12.tar.bz2 ++++++
++++ 10669 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to