Author: hawk Date: Thu Dec 28 13:12:41 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix LIMIT/OFFSET for null limit values - release 2
---- Files affected: SPECS: postgresql.spec (1.378 -> 1.379) ---- Diffs: ================================================================ Index: SPECS/postgresql.spec diff -u SPECS/postgresql.spec:1.378 SPECS/postgresql.spec:1.379 --- SPECS/postgresql.spec:1.378 Tue Dec 19 14:28:29 2006 +++ SPECS/postgresql.spec Thu Dec 28 14:12:36 2006 @@ -22,7 +22,7 @@ Summary(zh_CN): PostgreSQL żÍť§śËłĚĐňşÍżâÎÄźţ Name: postgresql Version: 8.2.0 -Release: 1 +Release: 2 License: BSD Group: Applications/Databases Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2 @@ -39,6 +39,7 @@ Patch3: %{name}-ecpg_link.patch Patch4: %{name}-ecpg-includedir.patch Patch5: %{name}-pg_ctl-fix.patch +Patch6: %{name}-LIMIT-fix.patch URL: http://www.postgresql.org/ BuildRequires: autoconf BuildRequires: automake @@ -799,6 +800,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p0 +%patch6 -p1 %if %{with php} patch -p1 < plphp.patch @@ -1196,6 +1198,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.379 2006/12/28 13:12:36 hawk +- fix LIMIT/OFFSET for null limit values +- release 2 + Revision 1.378 2006/12/19 13:28:29 hawk - works for me, release 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.378&r2=1.379&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
