Browse Source

upgrading package: postgresql-pglogical 2.2.0 -> 2.2.1

master
parent
commit
8f3f2b5e6f
  1. 16
      postgresql-pglogical/postgresql-pglogical.patch
  2. 6
      postgresql-pglogical/postgresql-pglogical.spec

16
postgresql-pglogical/postgresql-pglogical.patch

@ -1,6 +1,18 @@
Index: pglogical_apply_spi.c
--- pglogical_apply_spi.c.orig 2018-10-23 16:35:17.000000000 +0200
+++ pglogical_apply_spi.c 2018-10-25 22:40:34.519933000 +0200
@@ -16,6 +16,8 @@
*/
#include <stdio.h>
#include <unistd.h>
+#include <sys/types.h>
+#include <netinet/in.h>
#include "postgres.h"
Index: pglogical_fe.c
--- pglogical_fe.c.orig 2018-03-05 13:51:07.000000000 +0100
+++ pglogical_fe.c 2018-03-16 20:43:51.403142000 +0100
--- pglogical_fe.c.orig 2018-10-23 16:35:17.000000000 +0200
+++ pglogical_fe.c 2018-10-25 22:39:02.895783000 +0200
@@ -10,6 +10,9 @@
*
*-------------------------------------------------------------------------

6
postgresql-pglogical/postgresql-pglogical.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 2.2.0
%define V_dist 2_2_0
%define V_opkg 2.2.1
%define V_dist 2_2_1
# package information
Name: postgresql-pglogical
@ -36,7 +36,7 @@ Class: EVAL
Group: Database
License: BSD
Version: %{V_opkg}
Release: 20180316
Release: 20181025
# list of sources
Source0: https://github.com/2ndQuadrant/pglogical/archive/REL%{V_dist}.tar.gz

Loading…
Cancel
Save