Browse Source

modifying package: postgresql-8.0.3 20050803 -> 20050906

Steve Weinreich 20 years ago
parent
commit
f50c888205
1 changed files with 7 additions and 4 deletions
  1. 7 4
      postgresql/postgresql.spec

+ 7 - 4
postgresql/postgresql.spec

@@ -29,7 +29,8 @@
 %define       V_pgperl          2.0.2
 %define       V_psqlodbc        08.00.0102
 %define       V_slony1          1.1.0
-%define       V_pgpool          2.6.2
+%define       V_pgpool          2.6.3
+#   FIXME: steve: pgcluster patch is for pgsql8.0.1 and broken for 8.0.3
 %define       V_pgcluster       1.3.0c
 
 #   package information
@@ -43,7 +44,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20050803
+Release:      20050906
 
 #   package options
 %option       with_server    yes
@@ -63,8 +64,8 @@ Source2:      ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-%{V_libpqxx}
 Source3:      ftp://gborg.postgresql.org/pub/pgperl/stable/pgperl-%{V_pgperl}.tar.gz
 Source4:      ftp://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{V_psqlodbc}.tar.gz
 Source5:      http://developer.postgresql.org/~wieck/slony1/download/slony1-%{V_slony1}.tar.bz2
-Source6:      http://pgfoundry.org/frs/download.php/399/pgpool-%{V_pgpool}.tar.gz
-Source7:      http://pgfoundry.org/frs/download.php/180/pgcluster-%{V_pgcluster}-patch.tar.gz
+Source6:      http://pgfoundry.org/frs/download.php/426/pgpool-%{V_pgpool}.tar.gz
+Source7:      http://pgfoundry.org/frs/download.php/219/pgcluster-%{V_pgcluster}-patch.tar.gz
 Source8:      rc.postgresql
 Source9:      pg_migrate
 Patch0:       postgresql.patch
@@ -134,11 +135,13 @@ AutoReqProv:  no
         version   = %{V_pgpool}
         url       = http://pgpool.projects.postgresql.org/
         regex     = pgpool-(__VER__)\.tar\.gz
+        comment   = beside the filename also the url hat to be changed to download the current version
     }
     prog postgresql:pgcluster = {
         version   = %{V_pgcluster}
         url       = http://pgfoundry.org/frs/?group_id=1000072&release_id=168
         regex     = pgcluster-(__VER__)-patch\.tar\.gz
+        comment   = beside the filename also the url hat to be changed to download the current version
     }
 
 %prep