|
@@ -15,7 +15,7 @@
|
|
|
Summary: PostgreSQL client programs
|
|
|
Summary(ja): PostgreSQL のクライアントプログラム群
|
|
|
Name: postgresql
|
|
|
-Version: 14.5
|
|
|
+Version: 15.0
|
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: office
|
|
|
Vendor: Project Vine
|
|
@@ -51,8 +51,7 @@ Source6: README.rpm-dist
|
|
|
Source15: postgresql-bashprofile
|
|
|
Source1000: postgresql.service
|
|
|
Source1001: postgresql.tmpfiles.d
|
|
|
-Patch2: postgresql-8.3.3-nls.patch
|
|
|
-Patch3: postgresql-7.4-ecpg-patch
|
|
|
+Patch1: 0001-Fix-build-with-LLVM-15-or-above.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: perl build-essential
|
|
@@ -367,6 +366,7 @@ system, including regression tests and benchmarks.
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n postgresql-%{version}
|
|
|
+%autopatch -p1
|
|
|
|
|
|
|
|
|
%build
|
|
@@ -656,6 +656,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_libdir}/postgresql/auth_delay.so
|
|
|
%{_libdir}/postgresql/auto_explain.so
|
|
|
%{_libdir}/postgresql/autoinc.so
|
|
|
+%{_libdir}/postgresql/basebackup_to_shell.so
|
|
|
+%{_libdir}/postgresql/basic_archive.so
|
|
|
%{_libdir}/postgresql/bloom.so
|
|
|
%{_libdir}/postgresql/btree_gin.so
|
|
|
%{_libdir}/postgresql/btree_gist.so
|
|
@@ -682,6 +684,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_libdir}/postgresql/pg_surgery.so
|
|
|
%{_libdir}/postgresql/pg_trgm.so
|
|
|
%{_libdir}/postgresql/pg_visibility.so
|
|
|
+%{_libdir}/postgresql/pg_walinspect.so
|
|
|
%{_libdir}/postgresql/pgcrypto.so
|
|
|
%{_libdir}/postgresql/pgoutput.so
|
|
|
%{_libdir}/postgresql/pgrowlocks.so
|
|
@@ -840,6 +843,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Oct 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Mon Aug 15 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.5-1
|
|
|
- new upstream release.
|
|
|
|