From e110d72734d4f82a5b001150e94448d9d1390ff1 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Wed, 15 Dec 2010 22:48:52 +0100
Subject: [PATCH] Setting tag sfa-1.0-10 SMs avoid duplicates for when call
 graph has dags; just based on network's name, when a duplicate occurs, one is
 just dropped does not try to merge/aggregate 2 networks also reviewed logging
 with the hope to fix the sfa startup msg: TypeError: not all arguments
 converted during string formatting

---
 sfa.spec | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/sfa.spec b/sfa.spec
index b55d800e..3afd2122 100644
--- a/sfa.spec
+++ b/sfa.spec
@@ -1,6 +1,6 @@
 %define name sfa
 %define version 1.0
-%define taglevel 9
+%define taglevel 10
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch	%( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -185,6 +185,13 @@ fi
 
 
 %changelog
+* Wed Dec 15 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-10
+- SMs avoid duplicates for when call graph has dags;
+- just based on network's name, when a duplicate occurs, one is just dropped
+- does not try to merge/aggregate 2 networks
+- also reviewed logging with the hope to fix the sfa startup msg:
+- TypeError: not all arguments converted during string formatting
+
 * Tue Dec 07 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-9
 - verify credentials against xsd schema
 - Fix SM to SM communication
@@ -258,6 +265,13 @@ fi
   cache and use in more general ways.     
 
 %changelog
+* Wed Dec 15 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-10
+- SMs avoid duplicates for when call graph has dags;
+- just based on network's name, when a duplicate occurs, one is just dropped
+- does not try to merge/aggregate 2 networks
+- also reviewed logging with the hope to fix the sfa startup msg:
+- TypeError: not all arguments converted during string formatting
+
 * Tue Dec 07 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-9
 - verify credentials against xsd schema
 - Fix SM to SM communication
-- 
2.47.0