瀏覽代碼

upgrading package: postgresql 8.0.1 -> 8.0.2

Ralf S. Engelschall 20 年之前
父節點
當前提交
15dd9b7d95
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      postgresql/postgresql.spec

+ 3 - 3
postgresql/postgresql.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package versions
-%define       V_postgresql      8.0.1
+%define       V_postgresql      8.0.2
 %define       V_libpqpp         4.0
 %define       V_libpqxx         2.5.0
 %define       V_pgperl          2.0.2
@@ -43,7 +43,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20050323
+Release:      20050408
 
 #   package options
 %option       with_server    yes
@@ -80,7 +80,7 @@ BuildPreReq:  readline, zlib, openssl, getopt
 PreReq:       readline, zlib, openssl, getopt
 %if "%{with_perl}" == "yes"
 BuildPreReq:  perl, perl-openpkg >= 5.8.3-20040126
-PreReq:       perl, perl-openpkg >= 5.8.3-20040126
+PreReq:       perl
 %endif
 %if "%{with_odbc}" == "yes"
 BuildPreReq:  unixodbc