From 77458c0bce8f382319bbe3a3418fafd15cf9c2b5 Mon Sep 17 00:00:00 2001
From: Anthony Mallet <anthony.mallet@laas.fr>
Date: Fri, 26 Jul 2013 18:39:20 +0200
Subject: [PATCH] [wip/genom3-pocolibs] Update to genom3-pocolibs-1.4
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Changes since 1.3:
. Fix compatibility with genom3-2.99.20 for async codels
. Delete genom_pocolibs interface and the genom_pocolibs::error exception
. Fix error detection in connect_port() and connect_remote() services
. Delete obsolete file
. Do not hardcode a mangled type name
. Update exception handling during replies reception in clienþc
. Implement new "result" function in clienþc
. Add extern "C" in the generated c/client.h
. Fix the scheduling of exec tasks according to the permanent activities codels
. Add a 'Requires' field in the .pc files for the genom C client protocol
  number
. De-constify clients json_error() return value
. Fix a few memory leaks in the C client implementation
. Must explicitly mention clienþc -uninstalled.pc in BUILT_SOURCE
. Replace local client.h API / .pc files by genom3 common template source
. Fix "void" exceptions decoding in C client
---
 genom3-pocolibs/Makefile | 2 +-
 genom3-pocolibs/PLIST    | 6 +-----
 genom3-pocolibs/distinfo | 6 +++---
 3 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/genom3-pocolibs/Makefile b/genom3-pocolibs/Makefile
index b0873dd4..2c4f4bfa 100644
--- a/genom3-pocolibs/Makefile
+++ b/genom3-pocolibs/Makefile
@@ -2,7 +2,7 @@
 # Created:			Anthony Mallet on Sun, 28 Jan 2007
 #
 
-DISTNAME=	genom3-pocolibs-1.3
+DISTNAME=	genom3-pocolibs-1.4
 CATEGORIES=	architecture
 MASTER_SITES=	${MASTER_SITE_OPENROBOTS:=genom3-pocolibs/}
 MASTER_REPOSITORY= git git://git.openrobots.org/git/robots/genom3-pocolibs
diff --git a/genom3-pocolibs/PLIST b/genom3-pocolibs/PLIST
index d357510b..a8002049 100644
--- a/genom3-pocolibs/PLIST
+++ b/genom3-pocolibs/PLIST
@@ -1,12 +1,9 @@
-@comment Mon May 13 15:27:39 CEST 2013
+@comment Fri Jul 26 18:38:27 CEST 2013
 lib/libpocolibs-client.la
 lib/pkgconfig/genom3-pocolibs.pc
-share/genom/site-templates/pocolibs/client/c/c-client-uninstalled.pc.in
-share/genom/site-templates/pocolibs/client/c/c-client.pc.in
 share/genom/site-templates/pocolibs/client/c/client.Makefile.am
 share/genom/site-templates/pocolibs/client/c/client.c
 share/genom/site-templates/pocolibs/client/c/client.configure.ac
-share/genom/site-templates/pocolibs/client/c/client.h
 share/genom/site-templates/pocolibs/client/c/docutil.tcl
 share/genom/site-templates/pocolibs/client/c/init.c
 share/genom/site-templates/pocolibs/client/c/json.c
@@ -18,7 +15,6 @@ share/genom/site-templates/pocolibs/client/c/template.tcl
 share/genom/site-templates/pocolibs/common/autoconf/ax_pthread.m4
 share/genom/site-templates/pocolibs/common/exception.c
 share/genom/site-templates/pocolibs/common/msglib.h
-share/genom/site-templates/pocolibs/common/pocolibs.gen
 share/genom/site-templates/pocolibs/common/serialize.h
 share/genom/site-templates/pocolibs/common/typecopy.h
 share/genom/site-templates/pocolibs/server/activity.c
diff --git a/genom3-pocolibs/distinfo b/genom3-pocolibs/distinfo
index 3e5007d4..a3bd13a4 100644
--- a/genom3-pocolibs/distinfo
+++ b/genom3-pocolibs/distinfo
@@ -1,3 +1,3 @@
-SHA1 (genom3-pocolibs-1.3.tar.gz) = f95c2b20277a29c0c1cb7ab739d5a6512317a147
-RMD160 (genom3-pocolibs-1.3.tar.gz) = 97978430b18a8c36cb241713e22d04d7361d208c
-Size (genom3-pocolibs-1.3.tar.gz) = 328764 bytes
+SHA1 (genom3-pocolibs-1.4.tar.gz) = ce739073fc08d6605b4014f20c32db4677601b4c
+RMD160 (genom3-pocolibs-1.4.tar.gz) = 0a55b639f800f1061fd01981f6ef2b528f0a8b88
+Size (genom3-pocolibs-1.4.tar.gz) = 327772 bytes
-- 
GitLab