From e7ce1da36e9c8afc79866bcfdbcdec645f91ec53 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 12 Aug 2025 16:01:15 +0200 Subject: [PATCH] - updated to 15.13 --- postgresql-autoconf.patch | 2 +- postgresql.spec | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/postgresql-autoconf.patch b/postgresql-autoconf.patch index 85832d3..0bd282c 100644 --- a/postgresql-autoconf.patch +++ b/postgresql-autoconf.patch @@ -3,7 +3,7 @@ diff -urNp -x '*.orig' postgresql-15.5.org/configure.ac postgresql-15.5/configur +++ postgresql-15.5/configure.ac 2023-12-16 01:48:27.689610199 +0100 @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch un - AC_INIT([PostgreSQL], [15.12], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) + AC_INIT([PostgreSQL], [15.13], [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 diff --git a/postgresql.spec b/postgresql.spec index c613f76..14dd521 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -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}.12 +Version: %{pgsqlversion}.13 Release: 1 License: BSD Group: Applications/Databases Source0: http://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 -# Source0-md5: 2b8236ac1b8ebad95f7c4414b2adcafd +# Source0-md5: 4295baab62be824659154c24aa3ac9d1 Source1: postgresql.init Source2: pgsql-Database-HOWTO-html.tar.gz # Source2-md5: 5b656ddf1db41965761f85204a14398e @@ -494,15 +494,15 @@ 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 +%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 # force rebuild of bison/flex files find src -name \*.l -o -name \*.y | xargs touch -- 2.49.0