Update to new version of vendor software.

Fri, 21 Sep 2012 22:39:48 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 21 Sep 2012 22:39:48 +0200
changeset 699
da76d565ccd3
parent 698
31b10e374497
child 700
2164082fa57f

Update to new version of vendor software.

postgresql/postgresql.patch file | annotate | diff | comparison | revisions
postgresql/postgresql.spec file | annotate | diff | comparison | revisions
     1.1 --- a/postgresql/postgresql.patch	Fri Sep 21 22:38:55 2012 +0200
     1.2 +++ b/postgresql/postgresql.patch	Fri Sep 21 22:39:48 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  Index: src/Makefile.shlib
     1.5  --- src/Makefile.shlib.orig	2010-07-06 05:55:33.000000000 +0200
     1.6  +++ src/Makefile.shlib	2010-09-21 08:58:56.000000000 +0200
     1.7 -@@ -329,7 +329,7 @@
     1.8 +@@ -305,7 +305,7 @@
     1.9   
    1.10   .PHONY: all-lib all-static-lib all-shared-lib
    1.11   
    1.12 @@ -25,8 +25,8 @@
    1.13  Index: src/include/port.h
    1.14  --- src/include/port.h.orig	2010-05-15 16:44:13.000000000 +0200
    1.15  +++ src/include/port.h	2010-09-21 08:58:56.000000000 +0200
    1.16 -@@ -374,7 +374,7 @@
    1.17 - extern int	getopt(int nargc, char *const * nargv, const char *ostr);
    1.18 +@@ -393,7 +393,7 @@
    1.19 + extern int	getpeereid(int sock, uid_t *uid, gid_t *gid);
    1.20   #endif
    1.21   
    1.22  -#ifndef HAVE_ISINF
     2.1 --- a/postgresql/postgresql.spec	Fri Sep 21 22:38:55 2012 +0200
     2.2 +++ b/postgresql/postgresql.spec	Fri Sep 21 22:39:48 2012 +0200
     2.3 @@ -22,17 +22,17 @@
     2.4  ##
     2.5  
     2.6  #   package versions
     2.7 -%define       V_postgresql      9.1.4
     2.8 -%define       V_postgresql_dist 9.1.4
     2.9 -%define       V_postgresql_dir  9.1.4
    2.10 +%define       V_postgresql      9.2.0
    2.11 +%define       V_postgresql_dist 9.2.0
    2.12 +%define       V_postgresql_dir  9.2.0
    2.13  %define       V_libpqxx         4.0
    2.14  %define       V_perl            5.10.0
    2.15  %define       V_pgperl          2.0.2
    2.16 -%define       V_psqlodbc        09.00.0200
    2.17 +%define       V_psqlodbc        09.00.0310
    2.18  %define       V_pgjdbc          9.1-902
    2.19  %define       V_slony1_major    1.2
    2.20  %define       V_slony1_minor    23
    2.21 -%define       V_pgcluster       1.9.0rc5
    2.22 +%define       V_pgcluster       1.9.0rc7
    2.23  %define       V_pgcluster_dir   1706
    2.24  %define       V_mysqlcompat     1.0b3
    2.25  %define       V_mysqlcompat_dir 548

mercurial