r12404 - in /packages/unstable/balsa/debian: changelog control control.in
- From: lool users alioth debian org
- To: balsa packages qa debian org, pkg-gnome-commits lists alioth debian org
- Subject: r12404 - in /packages/unstable/balsa/debian: changelog control control.in
- Date: Sun, 02 Sep 2007 16:56:44 -0000
Author: lool
Date: Sun Sep 2 16:56:44 2007
New Revision: 12404
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12404
Log:
* Bump up libgmime-2.0-2-dev build-dep to >= 2.2.10 and let balsa conflict
with libgmime-2.0-2 << 2.2.10 to ensure we build against the new internal
GObject ABI: it seems the internal size of the GObject changed, and this
breaks the GObject subclassing of g_mime_stream_fs done in balsa to add
locking support, GLib detects the size difference and aborts; it's not
clear whether the GObject interface is part of the upstream ABI or not;
see #434499 and friends.
Modified:
packages/unstable/balsa/debian/changelog
packages/unstable/balsa/debian/control
packages/unstable/balsa/debian/control.in
Modified: packages/unstable/balsa/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/changelog?rev=12404&op=diff
==============================================================================
--- packages/unstable/balsa/debian/changelog (original)
+++ packages/unstable/balsa/debian/changelog Sun Sep 2 16:56:44 2007
@@ -1,3 +1,15 @@
+balsa (2.3.19-2) unstable; urgency=high
+
+ * Bump up libgmime-2.0-2-dev build-dep to >= 2.2.10 and let balsa conflict
+ with libgmime-2.0-2 << 2.2.10 to ensure we build against the new internal
+ GObject ABI: it seems the internal size of the GObject changed, and this
+ breaks the GObject subclassing of g_mime_stream_fs done in balsa to add
+ locking support, GLib detects the size difference and aborts; it's not
+ clear whether the GObject interface is part of the upstream ABI or not;
+ see #434499 and friends.
+
+ -- Loic Minier <lool dooz org> Sun, 02 Sep 2007 18:50:08 +0200
+
balsa (2.3.19-1) unstable; urgency=low
[ Kilian Krause ]
Modified: packages/unstable/balsa/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/control?rev=12404&op=diff
==============================================================================
--- packages/unstable/balsa/debian/control (original)
+++ packages/unstable/balsa/debian/control Sun Sep 2 16:56:44 2007
@@ -8,7 +8,7 @@
dh-buildinfo,
gnome-pkg-tools,
libesmtp-dev,
- libgmime-2.0-2-dev (>= 2.2.5),
+ libgmime-2.0-2-dev (>= 2.2.10),
libcompfaceg1-dev,
libgpgme11-dev,
libgtkhtml3.14-dev,
@@ -40,6 +40,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
gnome-icon-theme
+Conflicts: libgmime-2.0-2 (<< 2.2.10)
Recommends: aspell | ispell,
yelp
Suggests: ca-certificates,
Modified: packages/unstable/balsa/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/control.in?rev=12404&op=diff
==============================================================================
--- packages/unstable/balsa/debian/control.in (original)
+++ packages/unstable/balsa/debian/control.in Sun Sep 2 16:56:44 2007
@@ -8,7 +8,7 @@
dh-buildinfo,
gnome-pkg-tools,
libesmtp-dev,
- libgmime-2.0-2-dev (>= 2.2.5),
+ libgmime-2.0-2-dev (>= 2.2.10),
libcompfaceg1-dev,
libgpgme11-dev,
libgtkhtml3.14-dev,
@@ -40,6 +40,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
gnome-icon-theme
+Conflicts: libgmime-2.0-2 (<< 2.2.10)
Recommends: aspell | ispell,
yelp
Suggests: ca-certificates,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]