|
@@ -13,7 +13,7 @@
|
|
|
Summary: The shared libraries required for any PostgreSQL clients.
|
|
|
Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
|
|
|
Name: libpq
|
|
|
-Version: 15.3
|
|
|
+Version: 16.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
%define pgver %(echo %{version} | cut -d. -f1)
|
|
|
Group: system
|
|
@@ -30,6 +30,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Buildrequires: perl build-essential
|
|
|
Buildrequires: libedit-devel
|
|
|
+Buildrequires: libicu-devel
|
|
|
Buildrequires: zlib-devel >= 1.0.4
|
|
|
BuildRequires: bison, flex, pam-devel
|
|
|
%if %ssl
|
|
@@ -233,6 +234,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Nov 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.0-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Fri May 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.3-1
|
|
|
- new upstream release.
|
|
|
|