From: Thierry Parmentelat Date: Fri, 4 Jul 2008 16:02:57 +0000 (+0000) Subject: Tagging module PLCAPI - PLCAPI-dummynet-7 X-Git-Tag: PLCAPI-dummynet-7~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0900c54948214e231f11ce3eb1e2289111b6610f;p=plcapi.git Tagging module PLCAPI - PLCAPI-dummynet-7 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 a1eb6d4d..e6ea6e36 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -10,7 +10,7 @@ %define name PLCAPI # this branch was created from tag PLCAPI-4.2-2 %define version 4.2 -%define taglevel 6 +%define taglevel 7 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -102,6 +102,10 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/refresh-peer.py* %changelog +* Fri Jul 04 2008 Thierry Parmentelat - PLCAPI-dummynet-7 +- fix for psycopg2-2.0.7 - more compliant with DBAPI-2.0 +- as described in http://www.python.org/dev/peps/pep-0249/ + * Wed Jun 25 2008 Thierry Parmentelat - PLCAPI-dummynet-6 - Marta's fixes for dummynet - for inclusion in rc11