Mailinglist Archive: opensuse-commit (779 mails)

< Previous Next >
commit telepathy-gabble for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 24 Apr 2009 23:11:18 +0200
  • Message-id: <20090424211118.58E4A678155@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package telepathy-gabble for openSUSE:Factory
checked in at Fri Apr 24 23:11:18 CEST 2009.


--------
--- GNOME/telepathy-gabble/telepathy-gabble.changes 2009-03-24
18:21:28.000000000 +0100
+++ telepathy-gabble/telepathy-gabble.changes 2009-04-24 19:31:35.000000000
+0200
@@ -1,0 +2,41 @@
+Fri Apr 24 19:31:23 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Review changes.
+
+-------------------------------------------------------------------
+Wed Apr 22 11:02:44 IST 2009 - cyberorg@xxxxxxxxxxxx
+
+- Add telepathy-gabble-include-uuid-fix.patch for 11.1 because of
+ broken libuuid pkg-config file.
+
+-------------------------------------------------------------------
+Thu Apr 9 16:27:05 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 0.7.26:
+ + When placing a streamed media call on hold, transmit the status
+ change to the peer.
+ + Relatedly, expose incoming Ringing and Hold notifications
+ through the CallState interface.
+ + Raise Offline or NotCapable (rather than NotAvailable) when
+ methods in Jingle calls fail for one of those reasons.
+ + Implement the Avatar interface's D-Bus properties, as
+ introduced in spec version 0.17.22
+
+-------------------------------------------------------------------
+Sun Apr 5 13:31:47 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 0.7.25:
+ + Dependencies:
+ - telepathy-glib >= 0.7.29 is now required.
+ + Enhancements:
+ - Discover SOCKS5 proxies on the connection and try to use them
+ when offering a SOCKS5 bytestream.
+ - Add fallback-socks5-proxies connection parameter to hardcode
+ SOCKS5 proxies to use as fallback. Set lot of public proxies
+ as default.
+ - Use IPv6 addresses when trying to establish a SOCKS5
+ bytestream.
+ - Implement Channel.Type.FileTransfer. This means you can now
+ send and receive files using Gabble.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
telepathy-gabble-0.7.24.tar.bz2

New:
----
telepathy-gabble-0.7.26.tar.bz2
telepathy-gabble-include-uuid-fix.patch

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

Other differences:
------------------
++++++ telepathy-gabble.spec ++++++
--- /var/tmp/diff_new_pack.rJ6197/_old 2009-04-24 23:08:41.000000000 +0200
+++ /var/tmp/diff_new_pack.rJ6197/_new 2009-04-24 23:08:41.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package telepathy-gabble (Version 0.7.24)
+# spec file for package telepathy-gabble (Version 0.7.26)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,7 +21,7 @@
Name: telepathy-gabble
Url: http://telepathy.freedesktop.org/wiki/
Summary: XMPP connection manager for Telepathy
-Version: 0.7.24
+Version: 0.7.26
Release: 1
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -34,6 +34,8 @@
BuildRequires: telepathy-glib-devel
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE telepathy-gabble-include-uuid-fix.patch
cyberorg@xxxxxxxxxxxx -- Fix build on 11.1 because of broken libuuid pkg-config
file there. See bnc#489136
+Patch: telepathy-gabble-include-uuid-fix.patch

%description
Gabble is a Jabber/XMPP connection manager for the Telepathy framework,
@@ -77,6 +79,9 @@

%prep
%setup -q
+%if 0%{suse_version} == 1110
+%patch -p1
+%endif

%build
%configure --docdir=%{_docdir}/%{name}
@@ -107,6 +112,35 @@
%{_docdir}/%{name}/

%changelog
+* Fri Apr 24 2009 vuntz@xxxxxxxxxx
+- Review changes.
+* Wed Apr 22 2009 cyberorg@xxxxxxxxxxxx
+- Add telepathy-gabble-include-uuid-fix.patch for 11.1 because of
+ broken libuuid pkg-config file.
+* Thu Apr 09 2009 vuntz@xxxxxxxxxx
+- Update to version 0.7.26:
+ + When placing a streamed media call on hold, transmit the status
+ change to the peer.
+ + Relatedly, expose incoming Ringing and Hold notifications
+ through the CallState interface.
+ + Raise Offline or NotCapable (rather than NotAvailable) when
+ methods in Jingle calls fail for one of those reasons.
+ + Implement the Avatar interface's D-Bus properties, as
+ introduced in spec version 0.17.22
+* Sun Apr 05 2009 vuntz@xxxxxxxxxx
+- Update to version 0.7.25:
+ + Dependencies:
+ - telepathy-glib >= 0.7.29 is now required.
+ + Enhancements:
+ - Discover SOCKS5 proxies on the connection and try to use them
+ when offering a SOCKS5 bytestream.
+ - Add fallback-socks5-proxies connection parameter to hardcode
+ SOCKS5 proxies to use as fallback. Set lot of public proxies
+ as default.
+ - Use IPv6 addresses when trying to establish a SOCKS5
+ bytestream.
+ - Implement Channel.Type.FileTransfer. This means you can now
+ send and receive files using Gabble.
* Tue Mar 24 2009 vuntz@xxxxxxxxxx
- Update to version 0.7.24:
+ Enhancements:

++++++ telepathy-gabble-0.7.24.tar.bz2 -> telepathy-gabble-0.7.26.tar.bz2 ++++++
++++ 16014 lines of diff (skipped)

++++++ telepathy-gabble-include-uuid-fix.patch ++++++
diff -ur a/src/util.c b/src/util.c
--- a/src/util.c 2009-04-02 23:33:31.000000000 +0530
+++ b/src/util.c 2009-04-22 11:00:33.000000000 +0530
@@ -30,7 +30,7 @@
#include <telepathy-glib/handle-repo-dynamic.h>

#ifdef HAVE_UUID
-# include <uuid.h>
+# include <uuid/uuid.h>
#endif

#define DEBUG_FLAG GABBLE_DEBUG_JID

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages