Explorar o código

modifying package: postgresql-8.0.3 20050519 -> 20050622

Ralf S. Engelschall %!s(int64=20) %!d(string=hai) anos
pai
achega
53ae098190
Modificáronse 2 ficheiros con 2 adicións e 16 borrados
  1. 0 12
      postgresql/postgresql.patch.slony1
  2. 2 4
      postgresql/postgresql.spec

+ 0 - 12
postgresql/postgresql.patch.slony1

@@ -1,12 +0,0 @@
-Index: src/slon/cleanup_thread.c
---- src/slon/cleanup_thread.c.orig	2004-10-22 22:01:56 +0200
-+++ src/slon/cleanup_thread.c	2005-02-24 22:12:15 +0100
-@@ -145,7 +145,7 @@
- 					"delete from %s.sl_log_1 "
- 					"where log_origin = '%s' "
- 					"and log_xid < '%s'; "
--					"delete from %s.sl_log_1 "
-+					"delete from %s.sl_log_2 "
- 					"where log_origin = '%s' "
- 					"and log_xid < '%s'; "
- 					"delete from %s.sl_seqlog "

+ 2 - 4
postgresql/postgresql.spec

@@ -28,7 +28,7 @@
 %define       V_libpqxx         2.5.3
 %define       V_pgperl          2.0.2
 %define       V_psqlodbc        08.00.0101
-%define       V_slony1          1.0.5
+%define       V_slony1          1.0.6
 %define       V_pgpool          2.5.2
 %define       V_pgcluster       1.3.0c
 
@@ -43,7 +43,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20050519
+Release:      20050622
 
 #   package options
 %option       with_server    yes
@@ -68,7 +68,6 @@ Source7:      http://pgfoundry.org/frs/download.php/180/pgcluster-%{V_pgcluster}
 Source8:      rc.postgresql
 Source9:      pg_migrate
 Patch0:       postgresql.patch
-Patch1:       postgresql.patch.slony1
 
 #   build information
 Prefix:       %{l_prefix}
@@ -169,7 +168,6 @@ AutoReqProv:  no
 %endif
 %if "%{with_slony1}" == "yes"
     %setup -q -T -D -a 5
-    %patch -p0 -d slony1-%{V_slony1} -P 1
 %endif
 %if "%{with_pgpool}" == "yes"
     %setup -q -T -D -a 6