From: Gerhard H?r. <gha...@us...> - 2002-10-27 04:05:45
|
Update of /cvsroot/pypgsql/pypgsql In directory usw-pr-cvs1:/tmp/cvs-serv4888 Modified Files: pyPgSQL.spec Log Message: 27OCT2002 gh Updated for the upcoming version 2.3. Index: pyPgSQL.spec =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/pyPgSQL.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pyPgSQL.spec 16 Sep 2002 05:33:46 -0000 1.2 --- pyPgSQL.spec 27 Oct 2002 04:05:42 -0000 1.3 *************** *** 1,5 **** %define name pyPgSQL ! %define version 2.2 ! %define release 2 Summary: pyPgSQL - A Python DB-API 2.0 compliant interface to PostgreSQL. --- 1,5 ---- %define name pyPgSQL ! %define version 2.3 ! %define release 1 Summary: pyPgSQL - A Python DB-API 2.0 compliant interface to PostgreSQL. *************** *** 56,59 **** --- 56,62 ---- %changelog + * Sat Oct 19 2002 Gerhard Häring <ger...@gm...> + - Updated to version 2.3. + * Sun Sep 08 2002 Sean Reifschneider <jaf...@tu...> - Updated to version 2.2. |