diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-07-08 15:43:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-07-08 15:43:34 +0000 |
commit | bbc1147115b2709982506cd0ef16febf4f526366 (patch) | |
tree | 5ae18256ae1ffb9bd927ffd56d11f0548ad53bd2 | |
parent | Convert "hasq" to "has". (diff) | |
download | gentoo-2-bbc1147115b2709982506cd0ef16febf4f526366.tar.gz gentoo-2-bbc1147115b2709982506cd0ef16febf4f526366.tar.bz2 gentoo-2-bbc1147115b2709982506cd0ef16febf4f526366.zip |
Version bump: This release reverts the patch introduced in 0.14.8 changing the default value of the TpChannelIface:handle-type property. While being correct, this fix introduces assertion errors in some connection managers and so was not appropriate for a stable branch and, because of this, we drop 0.14.8 from the tree as it won't go to stable ever. This version also fixes tests.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
-rw-r--r-- | net-libs/telepathy-glib/ChangeLog | 13 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.14.9.ebuild (renamed from net-libs/telepathy-glib/telepathy-glib-0.14.8.ebuild) | 4 |
2 files changed, 13 insertions, 4 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog index 833b3fa77be7..6600f80ae78e 100644 --- a/net-libs/telepathy-glib/ChangeLog +++ b/net-libs/telepathy-glib/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for net-libs/telepathy-glib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.79 2011/07/01 21:18:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.80 2011/07/08 15:43:34 pacho Exp $ + +*telepathy-glib-0.14.9 (08 Jul 2011) + + 08 Jul 2011; Pacho Ramos <pacho@gentoo.org> -telepathy-glib-0.14.8.ebuild, + +telepathy-glib-0.14.9.ebuild: + Version bump: This release reverts the patch introduced in 0.14.8 changing + the default value of the TpChannelIface:handle-type property. While being + correct, this fix introduces assertion errors in some connection managers and + so was not appropriate for a stable branch and, because of this, we drop + 0.14.8 from the tree as it won't go to stable ever. This version also fixes + tests. 01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> telepathy-glib-0.14.7.ebuild: diff --git a/net-libs/telepathy-glib/telepathy-glib-0.14.8.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.14.9.ebuild index 531e6bf208c2..c048aacba702 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.14.8.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.14.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.14.8.ebuild,v 1.1 2011/06/24 12:32:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.14.9.ebuild,v 1.1 2011/07/08 15:43:34 pacho Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -16,8 +16,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug +introspection +vala" -# Tests fail in /stream-tube/creation -RESTRICT="test" RDEPEND=">=dev-libs/glib-2.25.16:2 >=dev-libs/dbus-glib-0.82 introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) |