|
@@ -7,15 +7,15 @@
|
|
|
%define nls 1
|
|
|
%define pam 1
|
|
|
|
|
|
-%define pgver 14
|
|
|
%define pq_soname 5
|
|
|
%define ecpg_soname 6
|
|
|
|
|
|
Summary: The shared libraries required for any PostgreSQL clients.
|
|
|
Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
|
|
|
Name: libpq
|
|
|
-Version: %{pgver}.1
|
|
|
+Version: 15.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
+%define pgver %(echo %{version} | cut -d. -f1)
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -25,8 +25,6 @@ URL: https://www.postgresql.org/
|
|
|
Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
|
Source5: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.sha256
|
|
|
Source6: README.rpm-dist
|
|
|
-Patch2: postgresql-8.3.3-nls.patch
|
|
|
-Patch3: postgresql-7.4-ecpg-patch
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
@@ -235,6 +233,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Oct 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Fri Nov 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.1-1
|
|
|
- new upstream release.
|
|
|
|