Setting tag sfa-1.0-5 sfa-1.0-5
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 20 Oct 2010 08:04:59 +0000 (10:04 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 20 Oct 2010 08:04:59 +0000 (10:04 +0200)
fixed some legacy issues (list vs List)
deprecated sfa.util.namespace for xrn and plxrn
unit tests ship as the sfa-tests rpm

sfa.spec

index eb5a590..33ccdea 100644 (file)
--- a/sfa.spec
+++ b/sfa.spec
@@ -3,7 +3,7 @@
 
 %define name sfa
 %define version 1.0
-%define taglevel 4
+%define taglevel 5
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch        %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -183,6 +183,11 @@ fi
 
 
 %changelog
+* Wed Oct 20 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-5
+- fixed some legacy issues (list vs List)
+- deprecated sfa.util.namespace for xrn and plxrn
+- unit tests ship as the sfa-tests rpm
+
 * Mon Oct 11 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-2
 - deprecated old methods (e.g. List/list, and GetCredential/get_credential)
 - NOTE:  get_(self_)credential both have type and hrn swapped when moving to Get(Self)Credential
@@ -231,6 +236,11 @@ fi
   cache and use in more general ways.     
 
 %changelog
+* Wed Oct 20 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-5
+- fixed some legacy issues (list vs List)
+- deprecated sfa.util.namespace for xrn and plxrn
+- unit tests ship as the sfa-tests rpm
+
 * Mon Oct 11 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-2
 - deprecated old methods (e.g. List/list, and GetCredential/get_credential)
 - NOTE:  get_(self_)credential both have type and hrn swapped when moving to Get(Self)Credential