summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2021-11-24 07:49:31 (GMT)
committerArkadiusz Miśkiewicz2021-11-24 07:49:31 (GMT)
commit8708b93ba8783dbbe92c2b06f6a20d51a3f01550 (patch)
tree6d7bc3afd8cb219e0151256396be521852ddc1ad
parentd5785572cce10b7ebae5811cb9749404f97206aa (diff)
downloadpostgresql-POSTGRESQL_9_6.zip
postgresql-POSTGRESQL_9_6.tar.gz
Up to 9.6.24.POSTGRESQL_9_6
-rw-r--r--build.patch13
-rw-r--r--postgresql.spec6
2 files changed, 17 insertions, 2 deletions
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..298ff3c
--- /dev/null
+++ b/build.patch
@@ -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)
diff --git a/postgresql.spec b/postgresql.spec
index fdaadf2..6af7215 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -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