]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
Up to 9.6.24. POSTGRESQL_9_6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Nov 2021 07:49:31 +0000 (08:49 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Nov 2021 07:49:31 +0000 (08:49 +0100)
build.patch [new file with mode: 0644]
postgresql.spec

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..298ff3c
--- /dev/null
@@ -0,0 +1,13 @@
+--- postgresql-9.6.24/configure.in~    2021-11-24 08:43:39.000000000 +0100
++++ postgresql-9.6.24/configure.in     2021-11-24 08:44:29.826654121 +0100
+@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
+ AC_INIT([PostgreSQL], [9.6.24], [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.])])
+ AC_COPYRIGHT([Copyright (c) 1996-2016, PostgreSQL Global Development Group])
+ AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
+ AC_CONFIG_AUX_DIR(config)
index fdaadf21585f7f6627e13e61843419eb520987af..6af7215a795329b44991e9520e55b5adeb5ec1ec 100644 (file)
@@ -34,12 +34,12 @@ Summary(tr.UTF-8):  Veri Tabanı Yönetim Sistemi
 Summary(uk.UTF-8):     PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:          postgresql
-Version:       %{mver}.19
+Version:       %{mver}.24
 Release:       1
 License:       BSD
 Group:         Applications/Databases
 Source0:       https://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 96d5f5f8e78eea6cada9d2e02718cc28
+# Source0-md5: 132c726216a0e4b8540fcf974d25dc06
 Source1:       %{name}.init
 Source2:       pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
@@ -50,6 +50,7 @@ Source6:      %{name}.target
 Patch0:                %{name}-conf.patch
 Patch1:                %{name}-absolute_dbpaths.patch
 Patch2:                %{name}-ecpg-includedir.patch
+Patch3:                build.patch
 
 Patch5:                %{name}-heimdal.patch
 Patch6:                %{name}-link.patch
@@ -769,6 +770,7 @@ Różne moduły dołączone do PostgreSQL-a.
 %patch0 -p1
 %{?with_absolute_dbpaths:%patch1 -p1}
 %patch2 -p1
+%patch3 -p1
 
 %patch5 -p1
 %patch6 -p1
This page took 0.260725 seconds and 4 git commands to generate.