]> TLD Linux GIT Repositories - packages/postgresql.git/commitdiff
- updated to 14.18
authorMarcin Krol <hawk@tld-linux.org>
Tue, 12 Aug 2025 14:02:23 +0000 (16:02 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 12 Aug 2025 14:02:23 +0000 (16:02 +0200)
postgresql-autoconf.patch
postgresql.spec

index d56fda824786955970f6b6c9edcaf218680f9bc3..cfdfa511db42878b08eb933da4e4e61fdb42f2b6 100644 (file)
@@ -3,7 +3,7 @@ diff -urNp -x '*.orig' postgresql-14.10.org/configure.ac postgresql-14.10/config
 +++ postgresql-14.10/configure.ac      2023-12-16 01:46:55.927438848 +0100
 @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un
  
- AC_INIT([PostgreSQL], [14.17], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
+ AC_INIT([PostgreSQL], [14.18], [pgsql-bugs@lists.postgresql.org], [], [https://www.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
index 41f3612244eec5baa9b973f50f5a36bc8662a1e0..c8b881b092d8d817d605e4e7eed0b7d63cd62b5e 100644 (file)
@@ -28,12 +28,12 @@ Summary(tr.UTF-8):  Veri Tabanı Yönetim Sistemi
 Summary(uk.UTF-8):     PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:          postgresql-%{pgsqlversion}
-Version:       %{pgsqlversion}.17
+Version:       %{pgsqlversion}.18
 Release:       1
 License:       BSD
 Group:         Applications/Databases
 Source0:       http://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
-# Source0-md5: 6ee0e0e1a704b96efa6a8d713baf1a17
+# Source0-md5: 2134e05df089591310b661333b809c1d
 Source1:       postgresql.init
 Source2:       pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
@@ -495,16 +495,16 @@ Różne moduły dołączone do PostgreSQL-a.
 
 %prep
 %setup -q -n postgresql-%{version}
-%patch0 -p1
-%{?with_absolute_dbpaths:%patch1 -p1}
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
+%patch -P0 -p1
+%{?with_absolute_dbpaths:%patch -P1 -p1}
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
 
 # force rebuild of bison/flex files
 find src -name \*.l -o -name \*.y | xargs touch