Browse Source

upgrading package: postgresql9 9.6.10 -> 9.6.11

master
parent
commit
25d556fbc4
  1. 34
      postgresql9/postgresql9.patch
  2. 8
      postgresql9/postgresql9.spec

34
postgresql9/postgresql9.patch

@ -1,7 +1,7 @@
Index: configure
--- configure.orig 2018-02-26 23:13:40.000000000 +0100
+++ configure 2018-05-08 15:52:52.630233000 +0200
@@ -7505,12 +7505,6 @@
--- configure.orig 2018-11-08 19:55:53.630055000 +0100
+++ configure 2018-11-08 20:15:42.658268000 +0100
@@ -7620,12 +7620,6 @@
test "$PORTNAME" = "win32" && perl_useshrplib=`echo $perl_useshrplib | sed 's,\\\\,/,g'`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $perl_useshrplib" >&5
$as_echo "$perl_useshrplib" >&6; }
@ -11,13 +11,13 @@ Index: configure
-documentation for details. Use --without-perl to disable building
-PL/Perl." "$LINENO" 5
- fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLAGS recommended by Perl" >&5
$as_echo_n "checking for CFLAGS recommended by Perl... " >&6; }
# On most platforms, archlibexp is also where the Perl include files live ...
perl_includespec="-I$perl_archlibexp/CORE"
# ... but on newer macOS versions, we must use -iwithsysroot to look
Index: src/Makefile.shlib
--- src/Makefile.shlib.orig 2018-02-26 23:13:40.000000000 +0100
+++ src/Makefile.shlib 2018-05-08 15:52:52.630486000 +0200
@@ -283,7 +283,7 @@
--- src/Makefile.shlib.orig 2018-11-05 22:47:37.000000000 +0100
+++ src/Makefile.shlib 2018-11-08 19:55:53.630698000 +0100
@@ -289,7 +289,7 @@
.PHONY: all-lib all-static-lib all-shared-lib
@ -27,8 +27,8 @@ Index: src/Makefile.shlib
# no static library when building a dynamically loadable module
all-lib: all-static-lib
Index: src/backend/Makefile
--- src/backend/Makefile.orig 2018-02-26 23:13:40.000000000 +0100
+++ src/backend/Makefile 2018-05-08 15:52:52.630656000 +0200
--- src/backend/Makefile.orig 2018-11-05 22:47:37.000000000 +0100
+++ src/backend/Makefile 2018-11-08 19:55:53.630843000 +0100
@@ -43,7 +43,7 @@
LIBS := $(filter-out -lpgport -lpgcommon, $(LIBS)) $(LDAP_LIBS_BE)
@ -39,8 +39,8 @@ Index: src/backend/Makefile
ifeq ($(with_systemd),yes)
LIBS += -lsystemd
Index: src/include/port.h
--- src/include/port.h.orig 2018-02-26 23:13:40.000000000 +0100
+++ src/include/port.h 2018-05-08 15:52:52.630848000 +0200
--- src/include/port.h.orig 2018-11-05 22:47:37.000000000 +0100
+++ src/include/port.h 2018-11-08 19:55:53.630989000 +0100
@@ -375,7 +375,7 @@
extern int getpeereid(int sock, uid_t *uid, gid_t *gid);
#endif
@ -51,8 +51,8 @@ Index: src/include/port.h
#endif
Index: src/makefiles/Makefile.freebsd
--- src/makefiles/Makefile.freebsd.orig 2018-02-26 23:13:40.000000000 +0100
+++ src/makefiles/Makefile.freebsd 2018-05-08 15:52:52.630995000 +0200
--- src/makefiles/Makefile.freebsd.orig 2018-11-05 22:47:37.000000000 +0100
+++ src/makefiles/Makefile.freebsd 2018-11-08 19:55:53.631101000 +0100
@@ -13,7 +13,7 @@
# Rule for building a shared library from a single .o file
%.so: %.o
@ -63,8 +63,8 @@ Index: src/makefiles/Makefile.freebsd
$(LD) $(LDREL) $(LDOUT) $<.obj -x $<
@echo building shared object $@
Index: src/makefiles/Makefile.linux
--- src/makefiles/Makefile.linux.orig 2018-02-26 23:13:40.000000000 +0100
+++ src/makefiles/Makefile.linux 2018-05-08 15:52:52.631127000 +0200
--- src/makefiles/Makefile.linux.orig 2018-11-05 22:47:37.000000000 +0100
+++ src/makefiles/Makefile.linux 2018-11-08 19:55:53.631204000 +0100
@@ -12,4 +12,4 @@
# Rule for building a shared library from a single .o file

8
postgresql9/postgresql9.spec

@ -22,9 +22,9 @@
##
# package versions
%define V_postgresql 9.6.10
%define V_postgresql_dist 9.6.10
%define V_postgresql_dir 9.6.10
%define V_postgresql 9.6.11
%define V_postgresql_dist 9.6.11
%define V_postgresql_dir 9.6.11
# package information
Name: postgresql9
@ -37,7 +37,7 @@ Class: BASE
Group: Database
License: BSD
Version: %{V_postgresql}
Release: 20180809
Release: 20181108
# package options
%option with_server yes

Loading…
Cancel
Save