+++ /dev/null
---- postgresql-9.5.0/configure.in.orig 2016-01-21 13:39:21.576727000 +0000
-+++ postgresql-9.5.0/configure.in 2016-01-21 13:40:05.149727000 +0000
-@@ -19,10 +19,10 @@
-
- AC_INIT([PostgreSQL], [9.5.0], [pgsql-bugs@postgresql.org])
-
--m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
--Untested combinations of 'autoconf' and PostgreSQL versions are not
--recommended. You can remove the check from 'configure.in' but it is then
--your responsibility whether the result works or not.])])
-+dnl m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
-+dnl Untested combinations of 'autoconf' and PostgreSQL versions are not
-+dnl recommended. You can remove the check from 'configure.in' but it is then
-+dnl your responsibility whether the result works or not.])])
- AC_COPYRIGHT([Copyright (c) 1996-2015, PostgreSQL Global Development Group])
- AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
- AC_CONFIG_AUX_DIR(config)
# depending on platform. csvlog
# requires logging_collector to be on.
@@ -262,8 +262,8 @@
- # 0 to disable.
+ # 0 disables.
# These are relevant when logging to syslog:
-#syslog_facility = 'LOCAL0'
-#syslog_ident = 'postgres'
+-#syslog_sequence_numbers = on
+syslog_facility = 'LOCAL0'
+syslog_ident = 'postgres'
++syslog_sequence_numbers = on
+ #syslog_split_messages = on
-
- # - When to Log -
+ # This is only relevant when logging to eventlog (win32):
@@ -324,7 +324,7 @@
#debug_print_plan = off
#debug_pretty_print = off
#
%define beta %{nil}
-%define mver 9.5
+%define mver 9.6
Summary: PostgreSQL Data Base Management System
Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem
Summary(uk.UTF-8): PostgreSQL - система керування базами даних
Summary(zh_CN.UTF-8): PostgreSQL 客户端程序和库文件
Name: postgresql
-Version: %{mver}.4
+Version: %{mver}.1
Release: 1
License: BSD
Group: Applications/Databases
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: ad36fcf624748b8ed67783ad04529f43
+# Source0-md5: 92ae6d7cdf18e648b3c22d0aa015565d
Source1: %{name}.init
Source2: pgsql-Database-HOWTO-html.tar.gz
# Source2-md5: 5b656ddf1db41965761f85204a14398e
Patch0: %{name}-conf.patch
Patch1: %{name}-absolute_dbpaths.patch
Patch2: %{name}-ecpg-includedir.patch
-Patch3: %{name}-ac_version.patch
Patch4: %{name}-disable_horology_test.patch
Patch5: %{name}-heimdal.patch
Patch6: %{name}-ossp_uuid.patch
%patch0 -p1
%{?with_absolute_dbpaths:%patch1 -p1}
%patch2 -p1
-%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%{_libdir}/libecpg_compat.a
%{_libdir}/libpq.a
%{_libdir}/libpgcommon.a
+%{_libdir}/libpgfeutils.a
%{_libdir}/libpgtypes.a
%{_libdir}/libpgport.a