Browse Source

upgrading package: pgpool 3.2.5 -> 3.3.3

master
parent
commit
f863c08bd6
  1. 35
      pgpool/pgpool.patch
  2. 6
      pgpool/pgpool.spec

35
pgpool/pgpool.patch

@ -1,6 +1,6 @@
Index: Makefile.in
--- Makefile.in.orig 2012-08-03 04:01:05.000000000 +0200
+++ Makefile.in 2012-08-05 19:01:41.000000000 +0200
--- Makefile.in.orig 2014-03-24 15:31:51.000000000 +0100
+++ Makefile.in 2014-03-30 10:55:06.199163710 +0200
@@ -17,10 +17,10 @@
@ -16,23 +16,14 @@ Index: Makefile.in
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
Index: parser/wchar.c
--- parser/wchar.c.orig 2012-04-11 10:32:02.000000000 +0200
+++ parser/wchar.c 2012-08-05 19:01:41.000000000 +0200
@@ -10,6 +10,7 @@
#include <string.h>
#include "pg_wchar.h"
+#if 0
/*
* conversion to pg_wchar is done by "table driven."
@@ -1441,6 +1442,8 @@
return pg_wchar_table[encoding].maxmblen;
}
+#endif
+
#ifndef FRONTEND
/*
Index: watchdog/wd_packet.c
--- watchdog/wd_packet.c.orig 2014-03-24 15:30:01.000000000 +0100
+++ watchdog/wd_packet.c 2014-03-30 11:02:26.919071378 +0200
@@ -33,6 +33,7 @@
#include <sys/un.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/wait.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <netdb.h>

6
pgpool/pgpool.spec

@ -22,8 +22,8 @@
##
# package versions
%define V_openpkg 3.2.5
%define V_pgpool 3.2.5
%define V_openpkg 3.3.3
%define V_pgpool 3.3.3
# package information
Name: pgpool
@ -36,7 +36,7 @@ Class: PLUS
Group: Database
License: GPL
Version: %{V_openpkg}
Release: 20130710
Release: 20140330
# list of sources
Source0: http://www.pgpool.net/mediawiki/images/pgpool-II-%{V_pgpool}.tar.gz

Loading…
Cancel
Save