[Pkg-telepathy-commits] ./packages/unstable/soylent r17: * New upstream release (0.1.4)

Laurent Bigonville bigon at bigon.be
Sat Apr 5 21:43:08 UTC 2008


------------------------------------------------------------
revno: 17
committer: Laurent Bigonville <bigon at bigon.be>
branch nick: soylent
timestamp: Sat 2008-04-05 23:43:08 +0200
message:
  * New upstream release (0.1.4)
  * Bump empathy minimum version
  * Drop patches/fix_amd64.patch, applied upstream
removed:
  patches/fix_amd64.patch
modified:
  changelog
  control
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2007-12-03 18:01:11 +0000
+++ b/changelog	2008-04-05 21:43:08 +0000
@@ -1,12 +1,10 @@
-soylent (0.1.2-1) unstable; urgency=low
+soylent (0.1.4-1) UNRELEASED; urgency=low
 
   [ Laurent Bigonville ]
   * Initial release. (Closes: #438483)
-  * debian/patches/fix_amd64.patch: Fix crash when opening/editing a contact
-    with amd64 architecture (taken from upstream)
 
   [ Loic Minier ]
   * Misc cleanups.
   * Add myself to uploaders.
 
- -- Laurent Bigonville <bigon at bigon.be>  Mon, 03 Dec 2007 18:57:11 +0100
+ -- Laurent Bigonville <bigon at bigon.be>  Sat, 05 Apr 2008 23:42:43 +0200

=== modified file 'control'
--- a/control	2008-01-06 20:48:31 +0000
+++ b/control	2008-04-05 21:43:08 +0000
@@ -11,8 +11,8 @@
                libgnomeui-dev,
                libglade2-dev,
                libmissioncontrol-client-dev,
-               libempathy-dev (>= 0.13),
-               libempathy-gtk-dev (>= 0.13),
+               libempathy-dev (>= 0.22.0),
+               libempathy-gtk-dev (>= 0.22.0),
                libebook1.2-dev
 Standards-Version: 3.7.3
 Vcs-Bzr: http://bzr.debian.org/pkg-telepathy/packages/unstable/soylent/

=== removed file 'patches/fix_amd64.patch'
--- a/patches/fix_amd64.patch	2007-12-03 17:53:20 +0000
+++ b/patches/fix_amd64.patch	1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
-Index: src/soylent-browser.c
-===================================================================
---- src/soylent-browser.c       (r?vision 14)
-+++ src/soylent-browser.c       (copie de travail)
-@@ -278,7 +278,7 @@
-     GTK_ICON_VIEW (glade_xml_get_widget (wtree, "iv_people"));
-
-   liststore = gtk_list_store_new (NUM_PEOPLE_COLS,
--                                  G_TYPE_INT, G_TYPE_STRING, GDK_TYPE_PIXBUF);
-+                                  G_TYPE_STRING, G_TYPE_STRING, GDK_TYPE_PIXBUF);
-
-   gtk_icon_view_set_model (iconview, GTK_TREE_MODEL (liststore));
-   gtk_icon_view_set_text_column (iconview, PEOPLE_COL_NAME);



More information about the Pkg-telepathy-commits mailing list