Setting tag sfa-3.1-13 sfa-3.1-13
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 1 Dec 2014 15:15:08 +0000 (16:15 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 1 Dec 2014 15:15:08 +0000 (16:15 +0100)
bugfix - was adding extraneous backslashes in email address when attempting to AddPerson

sfa.spec

index e1da07b..ac2cb5e 100644 (file)
--- a/sfa.spec
+++ b/sfa.spec
@@ -1,6 +1,6 @@
 %define name sfa
 %define version 3.1
-%define taglevel 12
+%define taglevel 13
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch        %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -264,6 +264,9 @@ fi
 #[ "$1" -ge "1" ] && service sfa-cm restart || :
 
 %changelog
+* Mon Dec 01 2014 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-3.1-13
+- bugfix - was adding extraneous backslashes in email address when attempting to AddPerson
+
 * Mon Sep 15 2014 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-3.1-12
 - getting closer with the pip/pypi packaging