OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   13-Mar-2006 16:16:24
  Branch: HEAD                             Handle: 2006031315162300

  Modified files:
    openpkg-src/postgresql  postgresql.spec

  Log:
    optional 64-bit integer date/time support

  Summary:
    Revision    Changes     Path
    1.196       +5  -1      openpkg-src/postgresql/postgresql.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  ============================================================================
  $ cvs diff -u -r1.195 -r1.196 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec    3 Mar 2006 19:25:03 -0000       
1.195
  +++ openpkg-src/postgresql/postgresql.spec    13 Mar 2006 15:16:23 -0000      
1.196
  @@ -45,7 +45,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_postgresql}
  -Release:      20060303
  +Release:      20060313
   
   #   package options
   %option       with_server       yes
  @@ -58,6 +58,7 @@
   %option       with_pgcluster    no
   %option       with_kerberos     no
   %option       with_mysqlcompat  no
  +%option       with_int_datetime no
   
   #   list of sources
   Source0:      
ftp://ftp.postgresql.org/pub/source/v%{V_postgresql}/postgresql-%{V_postgresql}.tar.gz
  @@ -263,6 +264,9 @@
           --with-krb5 \
           --with-krb-srvnam=postgresql \
   %endif
  +%if "%{with_int_datetime}" == "yes"
  +        --enable-integer-datetimes \
  +%endif
           --disable-syslog \
           --disable-shared
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to