Tagging module PLCAPI -- from PLCAPI-4.2-0 to PLCAPI-4.2-1
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 31 Jan 2008 15:37:49 +0000 (15:37 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 31 Jan 2008 15:37:49 +0000 (15:37 +0000)
plcsh adds its own path to sys.path
fix so GetNodes can be called from a Node

PLCAPI.spec

index cc08b3f..e1ab348 100644 (file)
@@ -6,7 +6,7 @@
 
 %define name PLCAPI
 %define version 4.2
-%define taglevel 0
+%define taglevel 1
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -114,5 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/refresh-peer.py*
 
 %changelog
+* Thu Jan 31 2008 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - PLCAPI-4.2-0 PLCAPI-4.2-1
+- plcsh adds its own path to sys.path
+- fix so GetNodes can be called from a Node
+
 * Fri Oct 27 2006 Mark Huang <mlhuang@CS.Princeton.EDU> - 
 - Initial build.