Hello community,

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

Package is "telepathy-gabble", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-gabble/telepathy-gabble.changes        
2011-10-18 14:39:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-gabble.new/telepathy-gabble.changes   
2012-01-09 15:21:46.000000000 +0100
@@ -1,0 +2,84 @@
+Thu Dec 22 21:36:49 UTC 2011 - [email protected]
+
+- Update to version 0.15.3:
+  + Fixes:
+    - fdo#43891: Update wocky snapshot to fix
+      wocky_data_form_set_type()
+- Changes from version 0.15.2:
+  + Enhancements:
+    - fdo#43588, fdo#43889: Add public
+      gabble_connection_add_sidecar_own_caps_full() function which
+      includes data forms.
+  + Fixes:
+    - fdo#42462: Update wocky snapshot to fix gabble getting kicked
+      from D-Bus when non-character utf-8 is used by remote clients
+    - Fix the build when using GLib 2.32.
+
+-------------------------------------------------------------------
+Wed Dec 21 13:12:57 UTC 2011 - [email protected]
+
+- Split telepathy-gabble-xmpp-console tool in a
+  telepathy-gabble-xmpp-console subpackage, since it's not really
+  of interest to most people, and has many dependencies that
+  telepathy-gabble doesn't have.
+
+-------------------------------------------------------------------
+Fri Nov 25 09:43:26 UTC 2011 - [email protected]
+
+- Update to version 0.15.1:
+  + Enhancements:
+    - fdo#38568: Gabble now ships with an XMPP console interface
+    - fdo#32692, fdo#30296, fdo#41789: Gabble now implements the
+      freshly-undrafted Protocol.Interface.Addressing and the
+      still-unstable Connection.Interface.Addressing1, and uses
+      them to expose Facebook contacts' integer IDs.
+    - fdo#42446: Gabble can now be built on Android, using
+      Androgenizer.
+  + Fixes:
+    - capabilities.h and caps-channel-manager.h are no longer
+      erroneously omitted.
+
+-------------------------------------------------------------------
+Wed Nov 16 18:31:07 UTC 2011 - [email protected]
+
+- Update to version 0.15.0:
+  + Enhancements:
+    - fdo#42288: the Chan.I.FileTransfer.Metadata interface has
+      been implemented.
+    - Updated Wocky: The SASL auth server test now builds with new
+      and old versions of libsasl2.
+  + Bug fixes:
+    - fdo#42706: fix a typo when indexing a pointer array by using
+      the wrong counter!
+    - fd.o#32050: fix a crasher when using OLPC activities.
+  + Wocky:
+    - fdo#41719: don't bail on hashing caps if there's no FORM_TYPE
+    - fdo#39057: Accept from="server.com" as stanzas coming from
+      server.
+
+-------------------------------------------------------------------
+Tue Nov 15 09:58:07 UTC 2011 - [email protected]
+
+- Update to version 0.14.0:
+  + Enhancements:
+    - It's now possible to install Gabble's test suite.
+    - fdo#41417: when connected to Facebook, text channels now
+      produce 'accepted' delivery reports when the user sends a
+      message to a contact using another device.
+  + Fixes:
+    - Compile against unstable GLib, where including glib/gtypes.h
+      directly (instead of glib.h) is forbidden.
+    - Correct type mismatches for timestamps in muc-channel.c,
+      which lead to Gabble not compiling correctly on 32-bit.
+    - fdo#41743: Offline contacts to whom we have a presence
+      subscription and also a channel open at the time the roster
+      arrives are now correctly shown as offline, rather than
+      unknown.
+    - fdo#42281: Actually implement the ContactBlocking interface.
+    - fdo#42186: Gabble no longer crashes if the server replies to
+      its roster query IQ twice (as vk.com's XMPP server does).
+    - Various memory leak fixes.
+    - Gabble now returns MAXINT64 for the subject timestamp when it
+      is unknown, as per the latest spec.
+
+-------------------------------------------------------------------

Old:
----
  telepathy-gabble-0.13.7.tar.gz

New:
----
  telepathy-gabble-0.15.3.tar.gz

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

Other differences:
------------------
++++++ telepathy-gabble.spec ++++++
--- /var/tmp/diff_new_pack.GxJsNL/_old  2012-01-09 15:21:47.000000000 +0100
+++ /var/tmp/diff_new_pack.GxJsNL/_new  2012-01-09 15:21:47.000000000 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           telepathy-gabble
-Version:        0.13.7
-Release:        1
-License:        LGPLv2.1+
+Version:        0.15.3
+Release:        0
 Summary:        XMPP connection manager for Telepathy
-Url:            http://telepathy.freedesktop.org/wiki/
+License:        LGPL-2.1+
 Group:          Productivity/Networking/Instant Messenger
+Url:            http://telepathy.freedesktop.org/wiki/
 Source:         
http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  libgnutls-devel
@@ -32,7 +30,7 @@
 BuildRequires:  libxslt-devel
 BuildRequires:  python-xml
 BuildRequires:  sqlite3-devel
-BuildRequires:  telepathy-glib-devel >= 0.15.9
+BuildRequires:  telepathy-glib-devel >= 0.17.2
 Recommends:     ca-certificates
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -42,8 +40,16 @@
 voice/video calls. Install this package to use Telepathy instant
 messaging clients with Jabber/XMPP servers, including Google Talk.
 
+%package xmpp-console
+Summary:        XMPP connection manager for Telepathy -- XMPP Console
+Group:          Productivity/Networking/Instant Messenger
+Requires:       %{name} = %{version}
+Requires:       python-gobject
+
+%description xmpp-console
+This utility is a XMPP console user interface, for telepathy-gabble.
+
 %package doc
-License:        LGPLv2.1+
 Summary:        XMPP connection manager for Telepathy (documentation)
 Group:          Documentation/Other
 Requires:       %{name} = %{version}
@@ -89,6 +95,10 @@
 %{_datadir}/telepathy/managers/gabble.manager
 %{_mandir}/man8/telepathy-gabble.8.gz
 
+%files xmpp-console
+%defattr (-,root,root)
+%{_bindir}/telepathy-gabble-xmpp-console
+
 %files doc
 %defattr (-,root,root)
 %{_docdir}/%{name}/

++++++ telepathy-gabble-0.13.7.tar.gz -> telepathy-gabble-0.15.3.tar.gz ++++++
++++ 36428 lines of diff (skipped)

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

Reply via email to