commit telepathy-logger for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2019-08-19 20:46:46

Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-logger.new.22127 (New)


Package is "telepathy-logger"

Mon Aug 19 20:46:46 2019 rev:25 rq:723513 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2018-03-08 10:51:44.949757483 +0100
+++ 
/work/SRC/openSUSE:Factory/.telepathy-logger.new.22127/telepathy-logger.changes 
2019-08-19 20:46:47.281106194 +0200
@@ -1,0 +2,6 @@
+Thu Aug 15 10:28:48 UTC 2019 - Dominique Leuenberger 
+
+- Add libtpl-extensions-dependencies.patch: Fix dependencies of
+  tpl-extensions.pc: LIBTPL_MODULES have been dropped a while back.
+
+---

New:

  libtpl-extensions-dependencies.patch



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.tKO99k/_old  2019-08-19 20:46:47.913106058 +0200
+++ /var/tmp/diff_new_pack.tKO99k/_new  2019-08-19 20:46:47.921106056 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-logger
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,6 +26,8 @@
 Source: 
http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM telepathy-logger-tests-Rename-function.patch 
zai...@opensuse.org -- Fix build
 Patch0: telepathy-logger-tests-Rename-function.patch
+# PATCH-FIx-UPSTREAM libtpl-extensions-dependencies.patch 
gh#TelepathyIM/telepathy-logger#2 dims...@opensuse.org -- Fix dependencies of 
tpl-extensions
+Patch1: libtpl-extensions-dependencies.patch
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -112,8 +114,7 @@
 logs in applications without having to provide lots of information over D-Bus).
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 %configure \

++ libtpl-extensions-dependencies.patch ++
Index: telepathy-logger-0.8.2/extensions/tpl-extensions.pc.in
===
--- telepathy-logger-0.8.2.orig/extensions/tpl-extensions.pc.in
+++ telepathy-logger-0.8.2/extensions/tpl-extensions.pc.in
@@ -8,4 +8,3 @@ Description: Telepathy Logger GLib conve
 Version: @VERSION@
 Libs: -L${libdir} -ltpl-extensions
 Cflags: -I${includedir}
-Requires: @LIBTPL_MODULES@



commit telepathy-logger for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2018-03-08 10:51:43

Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-logger.new (New)


Package is "telepathy-logger"

Thu Mar  8 10:51:43 2018 rev:24 rq:583030 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2017-11-03 19:06:24.859404714 +0100
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2018-03-08 10:51:44.949757483 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 15:16:42 UTC 2018 - jeng...@inai.de
+
+- Update summaries, fix RPM groups.
+
+---
+Wed Feb 28 16:40:13 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.xy9LHg/_old  2018-03-08 10:51:45.405741067 +0100
+++ /var/tmp/diff_new_pack.xy9LHg/_new  2018-03-08 10:51:45.409740923 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-logger
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,8 +20,8 @@
 Version:0.8.2
 Release:0
 Summary:Centralized Logging for the Telepathy Framework
-License:LGPL-2.1+
-Group:  System/Libraries
+License:LGPL-2.1-or-later
+Group:  System/GUI/GNOME
 Url:http://telepathy.freedesktop.org/wiki/Logger
 Source: 
http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM telepathy-logger-tests-Rename-function.patch 
zai...@opensuse.org -- Fix build
@@ -51,7 +51,7 @@
 logs in applications without having to provide lots of information over D-Bus).
 
 %package devel
-Summary:Centralized Logging for the Telepathy Framework - Development 
Files
+Summary:Development files for the Telepathy Framework Centralized 
Logging
 Group:  Development/Languages/C and C++
 Requires:   libtelepathy-logger3 = %{version}
 Requires:   libtpl-extensions3 = %{version}
@@ -68,7 +68,7 @@
 logs in applications without having to provide lots of information over D-Bus).
 
 %package -n libtelepathy-logger3
-Summary:Centralized Logging for the Telepathy Framework - Shared 
Library
+Summary:Centralized Logging for the Telepathy Framework
 Group:  System/Libraries
 
 %description -n libtelepathy-logger3
@@ -82,7 +82,7 @@
 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
+Summary:Introspection bindings for the Telepathy Framework Centralized 
Logging
 Group:  System/Libraries
 
 %description -n typelib-1_0-TelepathyLogger-0_2
@@ -98,7 +98,7 @@
 This package provides the GObject Introspection bindings for Telepathy Logger.
 
 %package -n libtpl-extensions3
-Summary:Centralized Logging for the Telepathy Framework Extensions - 
Shared Library
+Summary:Extensions for the Telepathy Framework Centralized Logging
 Group:  System/Libraries
 
 %description -n libtpl-extensions3




commit telepathy-logger for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2017-11-03 19:06:22

Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-logger.new (New)


Package is "telepathy-logger"

Fri Nov  3 19:06:22 2017 rev:23 rq:538144 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2016-09-21 18:28:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2017-11-03 19:06:24.859404714 +0100
@@ -1,0 +2,7 @@
+Wed Nov  1 15:54:03 UTC 2017 - mplus...@suse.com
+
+- Explicitly require python2-variant of packages: python2-devel and
+  python2-xml instead of python-devel and python.xml.
+- Cleanup with spec-clener.
+
+---



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.8wRJGj/_old  2017-11-03 19:06:25.599377791 +0100
+++ /var/tmp/diff_new_pack.8wRJGj/_new  2017-11-03 19:06:25.599377791 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-logger
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,9 @@
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
-BuildRequires:  python-xml
+BuildRequires:  pkgconfig
+BuildRequires:  python2-devel
+BuildRequires:  python2-xml
 BuildRequires:  pkgconfig(dbus-1) >= 1.1.0
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.82
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
@@ -117,11 +119,11 @@
 %configure \
 --disable-static \
 --enable-public-extensions
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post
 %glib2_gsettings_schema_post
@@ -130,15 +132,11 @@
 %glib2_gsettings_schema_postun
 
 %post -n libtelepathy-logger3 -p /sbin/ldconfig
-
 %postun -n libtelepathy-logger3 -p /sbin/ldconfig
-
 %post -n libtpl-extensions3 -p /sbin/ldconfig
-
 %postun -n libtpl-extensions3 -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
 %{_libexecdir}/telepathy-logger
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Logger.service
@@ -148,19 +146,15 @@
 %{_datadir}/telepathy/clients/Logger.client
 
 %files -n libtelepathy-logger3
-%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-extensions3
-%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




commit telepathy-logger for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2016-09-21 18:28:51

Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-logger.new (New)


Package is "telepathy-logger"

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2015-05-16 07:13:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2016-09-21 18:28:52.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 26 18:30:11 UTC 2016 - zai...@opensuse.org
+
+- Add telepathy-logger-tests-Rename-function.patch: Fix build,
+  patch from upstream git.
+
+---

New:

  telepathy-logger-tests-Rename-function.patch



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.KmI5wc/_old  2016-09-21 18:28:53.0 +0200
+++ /var/tmp/diff_new_pack.KmI5wc/_new  2016-09-21 18:28:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-logger
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:  System/Libraries
 Url:http://telepathy.freedesktop.org/wiki/Logger
 Source: 
http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM telepathy-logger-tests-Rename-function.patch 
zai...@opensuse.org -- Fix build
+Patch0: telepathy-logger-tests-Rename-function.patch
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -109,6 +111,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ telepathy-logger-tests-Rename-function.patch ++
>From 3755aa0f4cd32e25742069a1a92f08dba6f1dec9 Mon Sep 17 00:00:00 2001
From: Michael Catanzaro 
Date: Thu, 21 Jul 2016 18:23:29 -0500
Subject: tests: Rename function to avoid conflict with stdio.h

I guess stdio.h is being included somewhere it previously wasn't by
some header file somewhere.

https://bugs.freedesktop.org/show_bug.cgi?id=97034

diff --git a/tests/dbus/test-tpl-log-walker.c b/tests/dbus/test-tpl-log-walker.c
index d8b5b9f..3b1baf9 100644
--- a/tests/dbus/test-tpl-log-walker.c
+++ b/tests/dbus/test-tpl-log-walker.c
@@ -169,7 +169,7 @@ rewind_cb (GObject *source,
 
 
 static void
-rewind (WalkerTestCaseFixture *fixture,
+rewind_sync (WalkerTestCaseFixture *fixture,
 TplLogWalker *walker,
 guint num_events)
 {
@@ -350,37 +350,37 @@ test_rewind (WalkerTestCaseFixture *fixture,
   NULL,
   NULL);
 
-  rewind (fixture, walker, 8);
+  rewind_sync (fixture, walker, 8);
   get_events (fixture, walker, 0);
-  rewind (fixture, walker, 8);
+  rewind_sync (fixture, walker, 8);
   get_events (fixture, walker, 2);
-  rewind (fixture, walker, 8);
+  rewind_sync (fixture, walker, 8);
   test_get_events_text (fixture, walker, 8, 1263427261, "I'''");
-  rewind (fixture, walker, 3);
+  rewind_sync (fixture, walker, 3);
   test_get_events_text (fixture, walker, 5, 1263427261, "I'");
-  rewind (fixture, walker, 1);
+  rewind_sync (fixture, walker, 1);
   test_get_events_text (fixture, walker, 7, 1263427202, "11");
-  rewind (fixture, walker, 2);
+  rewind_sync (fixture, walker, 2);
   test_get_events_call (fixture, walker, 5, 1263404881, 1);
-  rewind (fixture, walker, 2);
+  rewind_sync (fixture, walker, 2);
   get_events (fixture, walker, 0);
   test_get_events_text (fixture, walker, 1, 1263404950, "9");
-  rewind (fixture, walker, 0);
+  rewind_sync (fixture, walker, 0);
   test_get_events_text (fixture, walker, 5, 1263254401, "5''");
-  rewind (fixture, walker, 1);
+  rewind_sync (fixture, walker, 1);
   test_get_events_text (fixture, walker, 8, 1263168065, "G'''");
-  rewind (fixture, walker, 7);
+  rewind_sync (fixture, walker, 7);
   test_get_events_text (fixture, walker, 7, 1263168065, "G'''");
   test_get_events_text (fixture, walker, 7, 1263168063, "E");
-  rewind (fixture, walker, 2);
+  rewind_sync (fixture, walker, 2);
   test_get_events_text (fixture, walker, 6, 1263168061, "C");
-  rewind (fixture, walker, 10);
-  rewind (fixture, walker, 0);
-  rewind (fixture, walker, 5);
+  rewind_sync (fixture, walker, 10);
+  rewind_sync (fixture, walker, 0);
+  rewind_sync (fixture, walker, 5);
   test_get_events_text (fixture, walker, 16, 1263168005, "4''");
-  rewind (fixture, walker, 3);
+  rewind_sync (fixture, walker, 3);
   test_get_events_text (fixture, walker, 

commit telepathy-logger for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2015-05-16 07:13:57

Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-logger.new (New)


Package is telepathy-logger

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2014-09-15 17:40:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2015-05-16 07:13:58.0 +0200
@@ -1,0 +2,7 @@
+Fri May 15 07:55:24 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.8.2:
+  + Ask libxml2 to recover from errors, if possible (fdo#40675).
+  + Fix crash when logs are corrupted or invalid XML (fdo#89595).
+
+---

Old:

  telepathy-logger-0.8.1.tar.bz2

New:

  telepathy-logger-0.8.2.tar.bz2



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.HFRFr4/_old  2015-05-16 07:13:59.0 +0200
+++ /var/tmp/diff_new_pack.HFRFr4/_new  2015-05-16 07:13:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-logger
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   telepathy-logger
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:Centralized Logging for the Telepathy Framework
 License:LGPL-2.1+

++ telepathy-logger-0.8.1.tar.bz2 - telepathy-logger-0.8.2.tar.bz2 ++
 8731 lines of diff (skipped)




commit telepathy-logger for openSUSE:Factory

2014-09-15 Thread h_root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2014-09-15 17:40:30

Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-logger.new (New)


Package is telepathy-logger

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2013-04-02 13:28:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2014-09-15 17:40:32.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 25 15:24:50 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.8.1:
+  + Fixes: Fix a leak in log-store-xml (fdo#54814).
+
+---

Old:

  telepathy-logger-0.8.0.tar.bz2

New:

  telepathy-logger-0.8.1.tar.bz2



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.Qon2bi/_old  2014-09-15 17:40:33.0 +0200
+++ /var/tmp/diff_new_pack.Qon2bi/_new  2014-09-15 17:40:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-logger
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   telepathy-logger
-Version:0.8.0
+Version:0.8.1
 Release:0
 Summary:Centralized Logging for the Telepathy Framework
 License:LGPL-2.1+

++ telepathy-logger-0.8.0.tar.bz2 - telepathy-logger-0.8.1.tar.bz2 ++
 10422 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit telepathy-logger for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2013-04-02 13:28:02

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
2012-11-08 21:54:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2013-04-02 13:28:04.0 +0200
@@ -1,0 +2,8 @@
+Tue Feb 19 15:05:24 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.8.0:
+  + GLib 2.28 is now required.
+  + New TplLogWalker API for iterating over logs (fdo#41772).
+  + Filter out duplicate dates in get_dates (fdo#53345).
+
+---

Old:

  telepathy-logger-0.6.0.tar.bz2

New:

  telepathy-logger-0.8.0.tar.bz2



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.uxWyCt/_old  2013-04-02 13:28:05.0 +0200
+++ /var/tmp/diff_new_pack.uxWyCt/_new  2013-04-02 13:28:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-logger
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,11 +17,12 @@
 
 
 Name:   telepathy-logger
-Version:0.6.0
+Version:0.8.0
 Release:0
 Summary:Centralized Logging for the Telepathy Framework
 License:LGPL-2.1+
 Group:  System/Libraries
+Url:http://telepathy.freedesktop.org/wiki/Logger
 Source: 
http://telepathy.freedesktop.org/releases/telepathy-logger/%{name}-%{version}.tar.bz2
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
@@ -29,7 +30,7 @@
 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(glib-2.0) = 2.28
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(telepathy-glib) = 0.19.2

++ telepathy-logger-0.6.0.tar.bz2 - telepathy-logger-0.8.0.tar.bz2 ++
 12595 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit telepathy-logger for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2012-11-08 21:54:14

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
2012-04-12 09:54:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2012-11-08 21:54:16.0 +0100
@@ -1,0 +2,12 @@
+Wed Oct 31 19:31:26 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.6.0:
+  + Multiple introspection problems have been fixed (fdo#50361).
+  + Streamed Media channel support has been removed.
+  + telepathy-glib 0.19.2 is now required and deprecated
+telepathy-glib usage has been removed.
+- Rename libtpl-extensions2 to libtpl-extensions3 and
+  libtpl-logger2 to libtpl-logger3, following upstreams soname
+  bumps.
+
+---

Old:

  telepathy-logger-0.4.0.tar.bz2

New:

  telepathy-logger-0.6.0.tar.bz2



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.VRwx6S/_old  2012-11-08 21:54:17.0 +0100
+++ /var/tmp/diff_new_pack.VRwx6S/_new  2012-11-08 21:54:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   telepathy-logger
-Version:0.4.0
+Version:0.6.0
 Release:0
 Summary:Centralized Logging for the Telepathy Framework
 License:LGPL-2.1+
@@ -32,7 +32,7 @@
 BuildRequires:  pkgconfig(glib-2.0) = 2.25.1
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(telepathy-glib) = 0.15.6
+BuildRequires:  pkgconfig(telepathy-glib) = 0.19.2
 %glib2_gsettings_schema_requires
 
 %description
@@ -48,8 +48,8 @@
 %package devel
 Summary:Centralized Logging for the Telepathy Framework - Development 
Files
 Group:  Development/Languages/C and C++
-Requires:   libtelepathy-logger2 = %{version}
-Requires:   libtpl-extensions2 = %{version}
+Requires:   libtelepathy-logger3 = %{version}
+Requires:   libtpl-extensions3 = %{version}
 Requires:   typelib-1_0-TelepathyLogger-0_2 = %{version}
 
 %description devel
@@ -62,11 +62,11 @@
 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
+%package -n libtelepathy-logger3
 Summary:Centralized Logging for the Telepathy Framework - Shared 
Library
 Group:  System/Libraries
 
-%description -n libtelepathy-logger2
+%description -n libtelepathy-logger3
 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.
@@ -92,11 +92,11 @@
 
 This package provides the GObject Introspection bindings for Telepathy Logger.
 
-%package -n libtpl-extensions2
+%package -n libtpl-extensions3
 Summary:Centralized Logging for the Telepathy Framework Extensions - 
Shared Library
 Group:  System/Libraries
 
-%description -n libtpl-extensions2
+%description -n libtpl-extensions3
 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.
@@ -125,13 +125,13 @@
 %postun
 %glib2_gsettings_schema_postun
 
-%post -n libtelepathy-logger2 -p /sbin/ldconfig
+%post -n libtelepathy-logger3 -p /sbin/ldconfig
 
-%postun -n libtelepathy-logger2 -p /sbin/ldconfig
+%postun -n libtelepathy-logger3 -p /sbin/ldconfig
 
-%post -n libtpl-extensions2 -p /sbin/ldconfig
+%post -n libtpl-extensions3 -p /sbin/ldconfig
 
-%postun -n libtpl-extensions2 -p /sbin/ldconfig
+%postun -n libtpl-extensions3 -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
@@ -143,7 +143,7 @@
 %dir %{_datadir}/telepathy/clients
 %{_datadir}/telepathy/clients/Logger.client
 
-%files -n libtelepathy-logger2
+%files -n libtelepathy-logger3
 %defattr(-, root, root)
 %{_libdir}/libtelepathy-logger.so.*
 
@@ -151,7 +151,7 @@
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/TelepathyLogger-0.2.typelib
 
-%files -n libtpl-extensions2
+%files -n libtpl-extensions3
 %defattr(-, root, root)
 %{_libdir}/libtpl-extensions.so.*
 

++ telepathy-logger-0.4.0.tar.bz2 - telepathy-logger-0.6.0.tar.bz2 ++
 11007 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit telepathy-logger for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2012-04-12 09:53:47

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
2012-01-09 15:22:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2012-04-12 09:54:00.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr  4 07:44:22 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.4.0:
+  + No changes.
+- Changes from version 0.2.13:
+  + Support Call1.
+- Remove --enable-call from configure call: the option is gone.
+
+---

Old:

  telepathy-logger-0.2.12.tar.bz2

New:

  telepathy-logger-0.4.0.tar.bz2



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.BiHQtv/_old  2012-04-12 09:54:05.0 +0200
+++ /var/tmp/diff_new_pack.BiHQtv/_new  2012-04-12 09:54:05.0 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   telepathy-logger
-Version:0.2.12
+Version:0.4.0
 Release:0
 Summary:Centralized Logging for the Telepathy Framework
 License:LGPL-2.1+
@@ -111,7 +112,6 @@
 %build
 %configure \
 --disable-static \
---enable-call\
 --enable-public-extensions
 make %{?_smp_mflags}
 

++ telepathy-logger-0.2.12.tar.bz2 - telepathy-logger-0.4.0.tar.bz2 ++
 17148 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit telepathy-logger for openSUSE:Factory

2012-01-09 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2012-01-09 15:22:06.0 +0100
@@ -1,0 +2,26 @@
+Thu Dec  8 23:20:54 UTC 2011 - dims...@opensuse.org
+
+- 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 - dims...@opensuse.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.7bUw8P/_new  2012-01-09 15:22:06.0 +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 

commit telepathy-logger for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package telepathy-logger for openSUSE:Factory
checked in at Mon Aug 1 14:07:12 CEST 2011.




--- GNOME/telepathy-logger/telepathy-logger.changes 2011-05-27 
10:01:34.0 +0200
+++ /mounts/work_src_done/STABLE/telepathy-logger/telepathy-logger.changes  
2011-08-01 08:55:04.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 31 21:05:48 CEST 2011 - vu...@opensuse.org
+
+- Fix typo that was disabling parallel build (_smp_mflags, and not
+  _smp_flag).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.SMfmbc/_old  2011-08-01 14:05:55.0 +0200
+++ /var/tmp/diff_new_pack.SMfmbc/_new  2011-08-01 14:05:55.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   telepathy-logger
 Version:0.2.10
-Release:1
+Release:2
 License:LGPLv2.1+
 Summary:Centralized Logging for the Telepathy Framework
 Group:  System/Libraries
@@ -82,7 +82,7 @@
 
 %build
 %configure --disable-static
-make %{?_smp_flag}
+make %{?_smp_mflags}
 
 %install
 %makeinstall






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit telepathy-logger for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package telepathy-logger for openSUSE:Factory
checked in at Mon May 16 14:54:35 CEST 2011.




--- GNOME/telepathy-logger/telepathy-logger.changes 2010-12-11 
11:38:11.0 +0100
+++ /mounts/work_src_done/STABLE/telepathy-logger/telepathy-logger.changes  
2011-04-21 12:12:46.0 +0200
@@ -1,0 +2,81 @@
+Mon Apr  4 16:06:25 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.2.8:
+  + Fix incorrect soname bump introduced in 0.2.7
+- Changes from version 0.2.7:
+  + Readd AM_PATH_PYTHON back to configure.ac, required for
+codegen.
+  + Add support for call logging (experimental, use --enable-call
+to enable).
+  + Search using GRegex to prevent matching XML tags
+  + Improve test coverage
+  + Avoid using g_list_append() for performance reason
+  + Fixed infinite loop in pending message cache logic
+- Add gobject-introspection-devel BuildRequires.
+- Fix license tag to be LGPLv2.1+ instead of GPLv2.
+
+---
+Wed Mar 23 10:16:51 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.2.6:
+  + Ported all internal time manipulation to GDateTime
+  + Observers now cache TplEntity object instead of TpContact to
+reduce number memory allocations.
+  + Removed generated log_id
+  + Removed unused twisted test framework
+  + Port observer to TpTextChannel
+  + Reimplemnent pending message cache
+  + Update Telepathy GLib requirement to 0.14.0.
+
+---
+Wed Mar  9 09:51:26 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.2.5:
+  + Fixes:
+- Fix another 32 vs 64bits bug
+- Changes from version 0.2.4:
+  - Fixes:
+- Add output annotations in TplLogManager
+- Make the introspection files be 0.2 instead of 1.0
+- Fix use of uninitialised variable
+- Remove reference to Gnome in configure.ac
+- Remove GPL warning in README, Logger is now fully LGPL
+- Move observer and SQlite tests with dbus enabled tests
+- Update valgrind suppressions.
+- Fix XML store test crash on 32bit computer.
+- Changes from version 0.2.3:
+  - Fixes:
+- Convert timestamp from uint to int64 on sent message
+- Set an error if text event body is empty or NULL (fdo#31121)
+- Changes from version 0.2.2:
+  + Fixes:
+- Start work on introspection support
+- Fix TplEvent::get_target() logic so room event are stored
+  correctly.
+- Fix room check when XML log store reads events
+- Free GDate with g_date_free() instead of g_free ()
+- Fix log_store_xml_get_filtered_events() to return no more
+  than num_events.
+- Add an XML log store test for log_store_xml_add_event().
+
+---
+Fri Feb 25 18:03:05 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.2.1:
+  + This bug fix release fixes memory corruption in GList
+manipulation.
+  + Fixes:
+- Use g_list_alloc() instead of g_new0() to allocate list
+- Use _async() TplLogManager methods in unit test
+- Do not ignore system() return value in unit test
+- Changes from version 0.2:
+  + This version is a large API refactoring that enables
+abstraction of the logged event type and clarifies the methods.
+Alongside this large refactoring some new features like ability
+to clear logs (see D-Bus API) and read-only Pidgin log store
+can be found. While it remains compatible on the storage side,
+the API is not.
+- Rename libtelepathy-logger1 to libtelepathy-logger2, following
+  library soversion change.
+
+---

calling whatdependson for head-i586


Old:

  telepathy-logger-0.1.7.tar.bz2

New:

  telepathy-logger-0.2.8.tar.bz2



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.XlBNTe/_old  2011-05-16 12:47:08.0 +0200
+++ /var/tmp/diff_new_pack.XlBNTe/_new  2011-05-16 12:47:08.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package telepathy-logger (Version 0.1.7)
+# spec file for package telepathy-logger
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -18,13 +18,14 @@
 
 
 Name:   telepathy-logger
-Version:0.1.7
-Release:2
-License:GPLv2
+Version:0.2.8
+Release:1
+License:LGPLv2.1+
 Summary:Centralized Logging for the Telepathy Framework
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.bz2
+Source: