|
@@ -7,7 +7,7 @@
|
|
%define nls 1
|
|
%define nls 1
|
|
%define pam 1
|
|
%define pam 1
|
|
|
|
|
|
-%define pgver 9.3
|
|
|
|
|
|
+%define pgver 9.4
|
|
%define pq_soname 5
|
|
%define pq_soname 5
|
|
%define ecpg_soname 6
|
|
%define ecpg_soname 6
|
|
|
|
|
|
@@ -15,8 +15,8 @@ Summary: The shared libraries required for any PostgreSQL clients.
|
|
Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
|
|
Summary(ja): PostgreSQL クライアントに必要な共有ライブラリ
|
|
Name: libpq
|
|
Name: libpq
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-Version: %{pgver}.4
|
|
|
|
-Release: 4%{?_dist_release}
|
|
|
|
|
|
+Version: %{pgver}.3
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
|
Source3: postgresql.init
|
|
Source3: postgresql.init
|
|
@@ -26,7 +26,7 @@ Source15: postgresql-bashprofile
|
|
Patch2: postgresql-8.3.3-nls.patch
|
|
Patch2: postgresql-8.3.3-nls.patch
|
|
Patch3: postgresql-7.4-ecpg-patch
|
|
Patch3: postgresql-7.4-ecpg-patch
|
|
Buildrequires: perl build-essential
|
|
Buildrequires: perl build-essential
|
|
-Buildrequires: readline-devel
|
|
|
|
|
|
+Buildrequires: libedit-devel
|
|
Buildrequires: zlib-devel >= 1.0.4
|
|
Buildrequires: zlib-devel >= 1.0.4
|
|
BuildRequires: bison, flex, pam-devel
|
|
BuildRequires: bison, flex, pam-devel
|
|
%if %ssl
|
|
%if %ssl
|
|
@@ -235,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jun 12 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.4.3-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Thu Jul 10 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.3.4-4
|
|
* Thu Jul 10 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.3.4-4
|
|
- added all headers for a strange client.
|
|
- added all headers for a strange client.
|
|
|
|
|