Browse Source

modifying package: postgresql-7.4.6 20041104 -> 20041105

Ralf S. Engelschall 21 years ago
parent
commit
8c726c815b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      postgresql/postgresql.spec

+ 4 - 4
postgresql/postgresql.spec

@@ -30,7 +30,7 @@
 %define       V_pgperl          2.0.2
 %define       V_psqlodbc        07.03.0200
 %define       V_slony1          1.0.5
-%define       V_pgpool          2.2.1
+%define       V_pgpool          2.3
 
 #   package information
 Name:         postgresql
@@ -43,7 +43,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20041104
+Release:      20041105
 
 #   package options
 %option       with_server   yes
@@ -70,7 +70,7 @@ Patch0:       postgresql.patch
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, flex, bison, bison::with_beta = yes, gzip
+BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, flex, bison, gzip
 PreReq:       OpenPKG, openpkg >= 20040130
 BuildPreReq:  readline, zlib, openssl, getopt
 PreReq:       readline, zlib, openssl, getopt
@@ -186,7 +186,7 @@ AutoReqProv:  no
     LDFLAGS="%{l_ldflags}" \
 %endif
     TAR="%{l_tar}" \
-    YACC="bison-beta -y" \
+    YACC="bison -y" \
     ./configure \
         --cache-file=./config.cache \
         --prefix=%{l_prefix} \