From: Gerhard H?r. <gha...@us...> - 2002-12-01 22:26:01
|
Update of /cvsroot/pypgsql/pypgsql In directory sc8-pr-cvs1:/tmp/cvs-serv24013 Modified Files: pyPgSQL.spec Log Message: 01DEC2002 gh - Changed Vendor field to the pyPgSQL developers list. - Changed Source field to Sourceforge mirror. Index: pyPgSQL.spec =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/pyPgSQL.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pyPgSQL.spec 27 Oct 2002 05:58:14 -0000 1.4 --- pyPgSQL.spec 1 Dec 2002 22:25:58 -0000 1.5 *************** *** 15,24 **** Version: %{version} Release: %{release} ! Source0: pypgsql-%{version}.tar.gz Copyright: BSD Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} ! Vendor: Billy G. Allie <bal...@so...> Url: http://pypgsql.sourceforge.net/ Requires: egenix-mx-base --- 15,24 ---- Version: %{version} Release: %{release} ! Source: http://telia.dl.sourceforge.net/sourceforge/pypgsql/pypgsql-%{version}.tar.gz Copyright: BSD Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} ! Vendor: pyPgSQL developers <pyp...@li...> Url: http://pypgsql.sourceforge.net/ Requires: egenix-mx-base *************** *** 64,67 **** --- 64,71 ---- %changelog + * Sun Dec 01 2002 Gerhard Häring <ger...@gm...> + - Changed Vendor field to the pyPgSQL developers list. + - Changed Source field to Sourceforge mirror. + * Sun Oct 27 2002 Sean Reifschneider <jaf...@tu...> - Define CFLAGS for gcc 3.x compilers so that the C version of PgInt8 gets |