From: Thierry Parmentelat Date: Fri, 4 Jul 2008 15:58:52 +0000 (+0000) Subject: Tagging module PLCAPI - PLCAPI-4.2-10 X-Git-Tag: PLCAPI-4.2-10~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6e70667984357f80cd83170b2fb462b15c9689bc;p=plcapi.git Tagging module PLCAPI - PLCAPI-4.2-10 fix for psycopg2-2.0.7 - more compliant with DBAPI-2.0 as described in http://www.python.org/dev/peps/pep-0249/ --- diff --git a/PLCAPI.spec b/PLCAPI.spec index 2eed646e..fae8a91c 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -6,7 +6,7 @@ %define name PLCAPI %define version 4.2 -%define taglevel 9 +%define taglevel 10 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -98,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/refresh-peer.py* %changelog +* Fri Jul 04 2008 Thierry Parmentelat - PLCAPI-4.2-10 +- fix for psycopg2-2.0.7 - more compliant with DBAPI-2.0 +- as described in http://www.python.org/dev/peps/pep-0249/ + * Sat Jun 14 2008 Thierry Parmentelat - PLCAPI-4.2-9 - getbootmedium had an undefined variable